← 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: 4-54277974-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=54277974&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 54277974,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000257290.10",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "NM_006206.6",
"protein_id": "NP_006197.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1089,
"cds_start": 1970,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2105,
"cdna_end": null,
"cdna_length": 6378,
"mane_select": "ENST00000257290.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "ENST00000257290.10",
"protein_id": "ENSP00000257290.5",
"transcript_support_level": 1,
"aa_start": 657,
"aa_end": null,
"aa_length": 1089,
"cds_start": 1970,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2105,
"cdna_end": null,
"cdna_length": 6378,
"mane_select": "NM_006206.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000282278",
"gene_hgnc_id": null,
"hgvs_c": "c.1250T>C",
"hgvs_p": "p.Ile417Thr",
"transcript": "ENST00000507166.5",
"protein_id": "ENSP00000423325.1",
"transcript_support_level": 2,
"aa_start": 417,
"aa_end": null,
"aa_length": 849,
"cds_start": 1250,
"cds_end": null,
"cds_length": 2550,
"cdna_start": 1250,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "n.396T>C",
"hgvs_p": null,
"transcript": "ENST00000507536.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1146,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "n.1788T>C",
"hgvs_p": null,
"transcript": "ENST00000509092.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "n.1970T>C",
"hgvs_p": null,
"transcript": "ENST00000509490.5",
"protein_id": "ENSP00000424218.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.2045T>C",
"hgvs_p": "p.Ile682Thr",
"transcript": "NM_001347828.2",
"protein_id": "NP_001334757.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2045,
"cds_end": null,
"cds_length": 3345,
"cdna_start": 2183,
"cdna_end": null,
"cdna_length": 6456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.2009T>C",
"hgvs_p": "p.Ile670Thr",
"transcript": "NM_001347830.2",
"protein_id": "NP_001334759.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 1102,
"cds_start": 2009,
"cds_end": null,
"cds_length": 3309,
"cdna_start": 2521,
"cdna_end": null,
"cdna_length": 6794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "NM_001347829.2",
"protein_id": "NP_001334758.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1089,
"cds_start": 1970,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2326,
"cdna_end": null,
"cdna_length": 6599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "NM_001347827.2",
"protein_id": "NP_001334756.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 807,
"cds_start": 1970,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2105,
"cdna_end": null,
"cdna_length": 2856,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "XM_005265743.2",
"protein_id": "XP_005265800.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1089,
"cds_start": 1970,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2722,
"cdna_end": null,
"cdna_length": 6995,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "XM_047415766.1",
"protein_id": "XP_047271722.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1089,
"cds_start": 1970,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2185,
"cdna_end": null,
"cdna_length": 6458,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr",
"transcript": "XM_047415767.1",
"protein_id": "XP_047271723.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 1089,
"cds_start": 1970,
"cds_end": null,
"cds_length": 3270,
"cdna_start": 2488,
"cdna_end": null,
"cdna_length": 6761,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.2045T>C",
"hgvs_p": "p.Ile682Thr",
"transcript": "XM_006714041.4",
"protein_id": "XP_006714104.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 832,
"cds_start": 2045,
"cds_end": null,
"cds_length": 2499,
"cdna_start": 2183,
"cdna_end": null,
"cdna_length": 2934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "c.2009T>C",
"hgvs_p": "p.Ile670Thr",
"transcript": "XM_017008281.2",
"protein_id": "XP_016863770.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 820,
"cds_start": 2009,
"cds_end": null,
"cds_length": 2463,
"cdna_start": 2521,
"cdna_end": null,
"cdna_length": 3272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"hgvs_c": "n.208T>C",
"hgvs_p": null,
"transcript": "ENST00000461294.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 480,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PDGFRA",
"gene_hgnc_id": 8803,
"dbsnp": "rs969139366",
"frequency_reference_population": 0.0000043392874,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000136887,
"gnomad_genomes_af": 0.0000328701,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9284363985061646,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.913,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9627,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.44,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.945,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3_Moderate,BP6,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PP3_Moderate",
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000257290.10",
"gene_symbol": "PDGFRA",
"hgnc_id": 8803,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.1970T>C",
"hgvs_p": "p.Ile657Thr"
},
{
"score": 3,
"benign_score": 1,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate",
"BP6"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000507166.5",
"gene_symbol": "ENSG00000282278",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.1250T>C",
"hgvs_p": "p.Ile417Thr"
}
],
"clinvar_disease": " gastrointestinal, multiple and recurrent inflammatory fibroid,Gastrointestinal stromal tumor,Hereditary cancer-predisposing syndrome,Idiopathic hypereosinophilic syndrome,Polyps",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 LB:1",
"phenotype_combined": "Gastrointestinal stromal tumor|Polyps, multiple and recurrent inflammatory fibroid, gastrointestinal;Idiopathic hypereosinophilic syndrome|Hereditary cancer-predisposing syndrome",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}