← 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: 1-42927694-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Moderate"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "SLC2A1",
          "hgnc_id": 11005,
          "hgvs_c": "c.1189C>T",
          "hgvs_p": "p.Gln397*",
          "inheritance_mode": "AR,SD,AD,Unknown",
          "pathogenic_score": 12,
          "score": 12,
          "transcript": "NM_006516.4",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Moderate",
      "acmg_score": 12,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.56,
      "chr": "1",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": " autosomal recessive,GLUT1 deficiency syndrome 1",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.5600000023841858,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "Q",
          "aa_start": 397,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3384,
          "cdna_start": 1406,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 1189,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_006516.4",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1189C>T",
          "hgvs_p": "p.Gln397*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000426263.10",
          "protein_coding": true,
          "protein_id": "NP_006507.2",
          "strand": false,
          "transcript": "NM_006516.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "Q",
          "aa_start": 397,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3384,
          "cdna_start": 1406,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 1189,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000426263.10",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1189C>T",
          "hgvs_p": "p.Gln397*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006516.4",
          "protein_coding": true,
          "protein_id": "ENSP00000416293.2",
          "strand": false,
          "transcript": "ENST00000426263.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": "Q",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2578,
          "cdna_start": 1403,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": 1186,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000889577.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1186C>T",
          "hgvs_p": "p.Gln396*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559636.1",
          "strand": false,
          "transcript": "ENST00000889577.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": "Q",
          "aa_start": 396,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2585,
          "cdna_start": 1406,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": 1186,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000958848.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1186C>T",
          "hgvs_p": "p.Gln396*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000628907.1",
          "strand": false,
          "transcript": "ENST00000958848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 481,
          "aa_ref": "Q",
          "aa_start": 386,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2463,
          "cdna_start": 1370,
          "cds_end": null,
          "cds_length": 1446,
          "cds_start": 1156,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000938862.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1156C>T",
          "hgvs_p": "p.Gln386*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608921.1",
          "strand": false,
          "transcript": "ENST00000938862.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "Q",
          "aa_start": 369,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2468,
          "cdna_start": 1322,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 1105,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000938861.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1105C>T",
          "hgvs_p": "p.Gln369*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608920.1",
          "strand": false,
          "transcript": "ENST00000938861.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "Q",
          "aa_start": 363,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2479,
          "cdna_start": 1304,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 1087,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000938860.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1087C>T",
          "hgvs_p": "p.Gln363*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608919.1",
          "strand": false,
          "transcript": "ENST00000938860.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 358,
          "aa_ref": "Q",
          "aa_start": 263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2183,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 1077,
          "cds_start": 787,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000889576.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.787C>T",
          "hgvs_p": "p.Gln263*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559635.1",
          "strand": false,
          "transcript": "ENST00000889576.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 359,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1851,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1080,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000674765.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.1030-837C>T",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501811.1",
          "strand": false,
          "transcript": "ENST00000674765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 355,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2163,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1068,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000958849.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.868-453C>T",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000628908.1",
          "strand": false,
          "transcript": "ENST00000958849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 141,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 598,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 426,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000475162.3",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "c.415-716C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000487213.1",
          "strand": false,
          "transcript": "ENST00000475162.3",
          "transcript_support_level": 5
        },
        {
          "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": 2398,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000630287.2",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "n.*504C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000486694.1",
          "strand": false,
          "transcript": "ENST00000630287.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2888,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000674545.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "n.1806C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000674545.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2652,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000675112.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "n.1490C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000675112.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2795,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000676254.1",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "n.1638C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000676254.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": 2398,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000630287.2",
          "gene_hgnc_id": 11005,
          "gene_symbol": "SLC2A1",
          "hgvs_c": "n.*504C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000486694.1",
          "strand": false,
          "transcript": "ENST00000630287.2",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs80359827",
      "effect": "stop_gained",
      "frequency_reference_population": null,
      "gene_hgnc_id": 11005,
      "gene_symbol": "SLC2A1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": "Pathogenic",
      "phenotype_combined": "GLUT1 deficiency syndrome 1, autosomal recessive",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 10.003,
      "pos": 42927694,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_006516.4"
    }
  ]
}
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.