← 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-173517559-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "SLC9C2",
          "hgnc_id": 28664,
          "hgvs_c": "c.2885T>A",
          "hgvs_p": "p.Val962Asp",
          "inheritance_mode": "AR",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_178527.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_score": 4,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": "Pathogenic",
      "alphamissense_score": 0.868,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": 0.02,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8708518743515015,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1124,
          "aa_ref": "V",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4410,
          "cdna_start": 3286,
          "cds_end": null,
          "cds_length": 3375,
          "cds_start": 2885,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_178527.4",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2885T>A",
          "hgvs_p": "p.Val962Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000367714.4",
          "protein_coding": true,
          "protein_id": "NP_848622.2",
          "strand": false,
          "transcript": "NM_178527.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1124,
          "aa_ref": "V",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4410,
          "cdna_start": 3286,
          "cds_end": null,
          "cds_length": 3375,
          "cds_start": 2885,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000367714.4",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2885T>A",
          "hgvs_p": "p.Val962Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_178527.4",
          "protein_coding": true,
          "protein_id": "ENSP00000356687.3",
          "strand": false,
          "transcript": "ENST00000367714.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3333,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000466087.1",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "n.2219T>A",
          "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": "ENST00000466087.1",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "V",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4448,
          "cdna_start": 3286,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2885,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011509426.3",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2885T>A",
          "hgvs_p": "p.Val962Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507728.1",
          "strand": false,
          "transcript": "XM_011509426.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "V",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4397,
          "cdna_start": 3235,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2885,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_017001065.3",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2885T>A",
          "hgvs_p": "p.Val962Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856554.1",
          "strand": false,
          "transcript": "XM_017001065.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "V",
          "aa_start": 962,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4393,
          "cdna_start": 3231,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2885,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_017001066.2",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2885T>A",
          "hgvs_p": "p.Val962Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856555.1",
          "strand": false,
          "transcript": "XM_017001066.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": "V",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4347,
          "cdna_start": 3185,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2759,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_017001068.3",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2759T>A",
          "hgvs_p": "p.Val920Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856557.1",
          "strand": false,
          "transcript": "XM_017001068.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": "V",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4296,
          "cdna_start": 3134,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2759,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_017001069.3",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2759T>A",
          "hgvs_p": "p.Val920Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856558.1",
          "strand": false,
          "transcript": "XM_017001069.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": "V",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4292,
          "cdna_start": 3130,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2759,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_017001070.2",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2759T>A",
          "hgvs_p": "p.Val920Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856559.1",
          "strand": false,
          "transcript": "XM_017001070.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1083,
          "aa_ref": "V",
          "aa_start": 916,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4309,
          "cdna_start": 3147,
          "cds_end": null,
          "cds_length": 3252,
          "cds_start": 2747,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_017001071.2",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2747T>A",
          "hgvs_p": "p.Val916Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856560.1",
          "strand": false,
          "transcript": "XM_017001071.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1040,
          "aa_ref": "V",
          "aa_start": 873,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4181,
          "cdna_start": 3019,
          "cds_end": null,
          "cds_length": 3123,
          "cds_start": 2618,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_017001072.3",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2618T>A",
          "hgvs_p": "p.Val873Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856561.1",
          "strand": false,
          "transcript": "XM_017001072.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1027,
          "aa_ref": "V",
          "aa_start": 860,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4208,
          "cdna_start": 3046,
          "cds_end": null,
          "cds_length": 3084,
          "cds_start": 2579,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_017001073.2",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2579T>A",
          "hgvs_p": "p.Val860Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856562.1",
          "strand": false,
          "transcript": "XM_017001073.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 1027,
          "aa_ref": "V",
          "aa_start": 860,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4141,
          "cdna_start": 2979,
          "cds_end": null,
          "cds_length": 3084,
          "cds_start": 2579,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_017001074.2",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2579T>A",
          "hgvs_p": "p.Val860Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856563.1",
          "strand": false,
          "transcript": "XM_017001074.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 880,
          "aa_ref": "V",
          "aa_start": 713,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4042,
          "cdna_start": 2880,
          "cds_end": null,
          "cds_length": 2643,
          "cds_start": 2138,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "XM_047418169.1",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2138T>A",
          "hgvs_p": "p.Val713Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047274125.1",
          "strand": false,
          "transcript": "XM_047418169.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 880,
          "aa_ref": "V",
          "aa_start": 713,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3975,
          "cdna_start": 2813,
          "cds_end": null,
          "cds_length": 2643,
          "cds_start": 2138,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "XM_047418170.1",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.2138T>A",
          "hgvs_p": "p.Val713Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047274126.1",
          "strand": false,
          "transcript": "XM_047418170.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "V",
          "aa_start": 602,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3232,
          "cdna_start": 2070,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 1805,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "XM_017001075.2",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.1805T>A",
          "hgvs_p": "p.Val602Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856564.1",
          "strand": false,
          "transcript": "XM_017001075.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "D",
          "aa_end": null,
          "aa_length": 687,
          "aa_ref": "V",
          "aa_start": 520,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2839,
          "cdna_start": 1677,
          "cds_end": null,
          "cds_length": 2064,
          "cds_start": 1559,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_017001076.2",
          "gene_hgnc_id": 28664,
          "gene_symbol": "SLC9C2",
          "hgvs_c": "c.1559T>A",
          "hgvs_p": "p.Val520Asp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856565.1",
          "strand": false,
          "transcript": "XM_017001076.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs373428010",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000013726346,
      "gene_hgnc_id": 28664,
      "gene_symbol": "SLC9C2",
      "gnomad_exomes_ac": 2,
      "gnomad_exomes_af": 0.00000137263,
      "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": 0.876,
      "pos": 173517559,
      "ref": "A",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.645,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_178527.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.