← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-57769365-C-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=57769365&ref=C&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "METTL1",
          "hgnc_id": 7030,
          "hgvs_c": "c.613G>C",
          "hgvs_p": "p.Asp205His",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_005371.6",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.1062,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.51,
      "chr": "12",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.11224707961082458,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 276,
          "aa_ref": "D",
          "aa_start": 205,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1378,
          "cdna_start": 635,
          "cds_end": null,
          "cds_length": 831,
          "cds_start": 613,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_005371.6",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.613G>C",
          "hgvs_p": "p.Asp205His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000324871.12",
          "protein_coding": true,
          "protein_id": "NP_005362.3",
          "strand": false,
          "transcript": "NM_005371.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 276,
          "aa_ref": "D",
          "aa_start": 205,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1378,
          "cdna_start": 635,
          "cds_end": null,
          "cds_length": 831,
          "cds_start": 613,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000324871.12",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.613G>C",
          "hgvs_p": "p.Asp205His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_005371.6",
          "protein_coding": true,
          "protein_id": "ENSP00000314441.7",
          "strand": false,
          "transcript": "ENST00000324871.12",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": "R",
          "aa_start": 143,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1096,
          "cdna_start": 464,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": 428,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000257848.7",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.428G>C",
          "hgvs_p": "p.Arg143Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000257848.7",
          "strand": false,
          "transcript": "ENST00000257848.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 268,
          "aa_ref": "D",
          "aa_start": 197,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1248,
          "cdna_start": 620,
          "cds_end": null,
          "cds_length": 807,
          "cds_start": 589,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000966255.1",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.589G>C",
          "hgvs_p": "p.Asp197His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636314.1",
          "strand": false,
          "transcript": "ENST00000966255.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 155,
          "aa_ref": "R",
          "aa_start": 143,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1193,
          "cdna_start": 450,
          "cds_end": null,
          "cds_length": 468,
          "cds_start": 428,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_023033.4",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.428G>C",
          "hgvs_p": "p.Arg143Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_075422.3",
          "strand": false,
          "transcript": "NM_023033.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 122,
          "aa_ref": "D",
          "aa_start": 69,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 371,
          "cdna_start": 206,
          "cds_end": null,
          "cds_length": 370,
          "cds_start": 205,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000548504.1",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.205G>C",
          "hgvs_p": "p.Asp69His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000449397.1",
          "strand": false,
          "transcript": "ENST00000548504.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 62,
          "aa_ref": "R",
          "aa_start": 50,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 726,
          "cdna_start": 150,
          "cds_end": null,
          "cds_length": 189,
          "cds_start": 149,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000547653.1",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.149G>C",
          "hgvs_p": "p.Arg50Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000447838.1",
          "strand": false,
          "transcript": "ENST00000547653.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 233,
          "aa_ref": "D",
          "aa_start": 162,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1504,
          "cdna_start": 761,
          "cds_end": null,
          "cds_length": 702,
          "cds_start": 484,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_005268873.3",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.484G>C",
          "hgvs_p": "p.Asp162His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005268930.1",
          "strand": false,
          "transcript": "XM_005268873.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "H",
          "aa_end": null,
          "aa_length": 185,
          "aa_ref": "D",
          "aa_start": 114,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1214,
          "cdna_start": 471,
          "cds_end": null,
          "cds_length": 558,
          "cds_start": 340,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047428854.1",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.340G>C",
          "hgvs_p": "p.Asp114His",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284810.1",
          "strand": false,
          "transcript": "XM_047428854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 194,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 670,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 585,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_017019305.3",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.*59G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016874794.2",
          "strand": false,
          "transcript": "XM_017019305.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 242,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1191,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 729,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000927433.1",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "c.573+200G>C",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000597492.1",
          "strand": false,
          "transcript": "ENST00000927433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 503,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000551117.1",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "n.*197G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000447988.1",
          "strand": false,
          "transcript": "ENST00000551117.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 503,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000551117.1",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "n.*197G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000447988.1",
          "strand": false,
          "transcript": "ENST00000551117.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 717,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000553125.5",
          "gene_hgnc_id": 7030,
          "gene_symbol": "METTL1",
          "hgvs_c": "n.*788G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000448342.1",
          "strand": true,
          "transcript": "ENST00000553125.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs753703510",
      "effect": "missense_variant",
      "frequency_reference_population": 6.840722e-7,
      "gene_hgnc_id": 7030,
      "gene_symbol": "METTL1",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.84072e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -1.6,
      "pos": 57769365,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.098,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_005371.6"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.