← 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: 6-73610521-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 73610521,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001382633.1",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Val380Ile",
          "transcript": "NM_012434.5",
          "protein_id": "NP_036566.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000355773.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_012434.5"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Val380Ile",
          "transcript": "ENST00000355773.6",
          "protein_id": "ENSP00000348019.5",
          "transcript_support_level": 1,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_012434.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355773.6"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Val380Ile",
          "transcript": "NM_001382633.1",
          "protein_id": "NP_001369562.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382633.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1252G>A",
          "hgvs_p": "p.Val418Ile",
          "transcript": "ENST00000957536.1",
          "protein_id": "ENSP00000627595.1",
          "transcript_support_level": null,
          "aa_start": 418,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1252,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957536.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1159G>A",
          "hgvs_p": "p.Val387Ile",
          "transcript": "NM_001382631.1",
          "protein_id": "NP_001369560.1",
          "transcript_support_level": null,
          "aa_start": 387,
          "aa_end": null,
          "aa_length": 502,
          "cds_start": 1159,
          "cds_end": null,
          "cds_length": 1509,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382631.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1135G>A",
          "hgvs_p": "p.Val379Ile",
          "transcript": "NM_001382635.1",
          "protein_id": "NP_001369564.1",
          "transcript_support_level": null,
          "aa_start": 379,
          "aa_end": null,
          "aa_length": 494,
          "cds_start": 1135,
          "cds_end": null,
          "cds_length": 1485,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382635.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Val380Ile",
          "transcript": "NM_001382630.1",
          "protein_id": "NP_001369559.1",
          "transcript_support_level": null,
          "aa_start": 380,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 1138,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382630.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1060G>A",
          "hgvs_p": "p.Val354Ile",
          "transcript": "ENST00000957535.1",
          "protein_id": "ENSP00000627594.1",
          "transcript_support_level": null,
          "aa_start": 354,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 1060,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000957535.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1051G>A",
          "hgvs_p": "p.Val351Ile",
          "transcript": "NM_001382632.1",
          "protein_id": "NP_001369561.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382632.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1051G>A",
          "hgvs_p": "p.Val351Ile",
          "transcript": "ENST00000908538.1",
          "protein_id": "ENSP00000578597.1",
          "transcript_support_level": null,
          "aa_start": 351,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1051,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908538.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.979G>A",
          "hgvs_p": "p.Val327Ile",
          "transcript": "NM_001382634.1",
          "protein_id": "NP_001369563.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 442,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1329,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382634.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.979G>A",
          "hgvs_p": "p.Val327Ile",
          "transcript": "ENST00000908537.1",
          "protein_id": "ENSP00000578596.1",
          "transcript_support_level": null,
          "aa_start": 327,
          "aa_end": null,
          "aa_length": 442,
          "cds_start": 979,
          "cds_end": null,
          "cds_length": 1329,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908537.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.907G>A",
          "hgvs_p": "p.Val303Ile",
          "transcript": "NM_001382629.1",
          "protein_id": "NP_001369558.1",
          "transcript_support_level": null,
          "aa_start": 303,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 907,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382629.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.904G>A",
          "hgvs_p": "p.Val302Ile",
          "transcript": "ENST00000933630.1",
          "protein_id": "ENSP00000603689.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 417,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1254,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933630.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.820G>A",
          "hgvs_p": "p.Val274Ile",
          "transcript": "NM_001382636.1",
          "protein_id": "NP_001369565.1",
          "transcript_support_level": null,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 820,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382636.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.760G>A",
          "hgvs_p": "p.Val254Ile",
          "transcript": "ENST00000933631.1",
          "protein_id": "ENSP00000603690.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 369,
          "cds_start": 760,
          "cds_end": null,
          "cds_length": 1110,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933631.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.745G>A",
          "hgvs_p": "p.Val249Ile",
          "transcript": "XM_047418631.1",
          "protein_id": "XP_047274587.1",
          "transcript_support_level": null,
          "aa_start": 249,
          "aa_end": null,
          "aa_length": 364,
          "cds_start": 745,
          "cds_end": null,
          "cds_length": 1095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418631.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "SLC17A5",
          "gene_hgnc_id": 10933,
          "hgvs_c": "c.1111+4794G>A",
          "hgvs_p": null,
          "transcript": "XM_047418630.1",
          "protein_id": "XP_047274586.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 397,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1194,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418630.1"
        }
      ],
      "gene_symbol": "SLC17A5",
      "gene_hgnc_id": 10933,
      "dbsnp": "rs201724072",
      "frequency_reference_population": 0.000037797767,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 61,
      "gnomad_exomes_af": 0.0000403651,
      "gnomad_genomes_af": 0.0000131413,
      "gnomad_exomes_ac": 59,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.25588178634643555,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.137,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0905,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.51,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.722,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001382633.1",
          "gene_symbol": "SLC17A5",
          "hgnc_id": 10933,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1138G>A",
          "hgvs_p": "p.Val380Ile"
        }
      ],
      "clinvar_disease": "Salla disease",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Salla disease",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}