← 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: 9-133439376-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133439376&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133439376,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000355699.7",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1716G>A",
"hgvs_p": "p.Thr572Thr",
"transcript": "NM_139027.6",
"protein_id": "NP_620596.2",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 1371,
"cds_start": 1716,
"cds_end": null,
"cds_length": 4116,
"cdna_start": 1793,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": "ENST00000355699.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1716G>A",
"hgvs_p": "p.Thr572Thr",
"transcript": "ENST00000355699.7",
"protein_id": "ENSP00000347927.2",
"transcript_support_level": 1,
"aa_start": 572,
"aa_end": null,
"aa_length": 1371,
"cds_start": 1716,
"cds_end": null,
"cds_length": 4116,
"cdna_start": 1793,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": "NM_139027.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1716G>A",
"hgvs_p": "p.Thr572Thr",
"transcript": "ENST00000371929.7",
"protein_id": "ENSP00000360997.3",
"transcript_support_level": 1,
"aa_start": 572,
"aa_end": null,
"aa_length": 1427,
"cds_start": 1716,
"cds_end": null,
"cds_length": 4284,
"cdna_start": 2160,
"cdna_end": null,
"cdna_length": 4934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1623G>A",
"hgvs_p": "p.Thr541Thr",
"transcript": "ENST00000356589.6",
"protein_id": "ENSP00000348997.2",
"transcript_support_level": 1,
"aa_start": 541,
"aa_end": null,
"aa_length": 1340,
"cds_start": 1623,
"cds_end": null,
"cds_length": 4023,
"cdna_start": 1743,
"cdna_end": null,
"cdna_length": 4349,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.984G>A",
"hgvs_p": null,
"transcript": "ENST00000485925.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": 2953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1716G>A",
"hgvs_p": "p.Thr572Thr",
"transcript": "NM_139025.5",
"protein_id": "NP_620594.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 1427,
"cds_start": 1716,
"cds_end": null,
"cds_length": 4284,
"cdna_start": 1793,
"cdna_end": null,
"cdna_length": 4567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1623G>A",
"hgvs_p": "p.Thr541Thr",
"transcript": "NM_139026.6",
"protein_id": "NP_620595.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 1340,
"cds_start": 1623,
"cds_end": null,
"cds_length": 4023,
"cdna_start": 1700,
"cdna_end": null,
"cdna_length": 4306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.972G>A",
"hgvs_p": "p.Thr324Thr",
"transcript": "ENST00000371916.5",
"protein_id": "ENSP00000360984.2",
"transcript_support_level": 5,
"aa_start": 324,
"aa_end": null,
"aa_length": 444,
"cds_start": 972,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 2160,
"cdna_end": null,
"cdna_length": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1704G>A",
"hgvs_p": "p.Thr568Thr",
"transcript": "XM_017014232.2",
"protein_id": "XP_016869721.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 1423,
"cds_start": 1704,
"cds_end": null,
"cds_length": 4272,
"cdna_start": 2420,
"cdna_end": null,
"cdna_length": 5194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1791G>A",
"hgvs_p": "p.Thr597Thr",
"transcript": "XM_047422699.1",
"protein_id": "XP_047278655.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 1396,
"cds_start": 1791,
"cds_end": null,
"cds_length": 4191,
"cdna_start": 1868,
"cdna_end": null,
"cdna_length": 4474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1326G>A",
"hgvs_p": "p.Thr442Thr",
"transcript": "XM_017014233.2",
"protein_id": "XP_016869722.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 1297,
"cds_start": 1326,
"cds_end": null,
"cds_length": 3894,
"cdna_start": 1802,
"cdna_end": null,
"cdna_length": 4576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.732G>A",
"hgvs_p": "p.Thr244Thr",
"transcript": "XM_011518176.4",
"protein_id": "XP_011516478.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 1099,
"cds_start": 732,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 1869,
"cdna_end": null,
"cdna_length": 4643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.726G>A",
"hgvs_p": "p.Thr242Thr",
"transcript": "XM_017014234.2",
"protein_id": "XP_016869723.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 1097,
"cds_start": 726,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.381G>A",
"hgvs_p": "p.Thr127Thr",
"transcript": "XM_011518178.3",
"protein_id": "XP_011516480.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 982,
"cds_start": 381,
"cds_end": null,
"cds_length": 2949,
"cdna_start": 486,
"cdna_end": null,
"cdna_length": 3260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.381G>A",
"hgvs_p": "p.Thr127Thr",
"transcript": "XM_011518179.1",
"protein_id": "XP_011516481.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 982,
"cds_start": 381,
"cds_end": null,
"cds_length": 2949,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 3303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1716G>A",
"hgvs_p": "p.Thr572Thr",
"transcript": "XM_017014235.2",
"protein_id": "XP_016869724.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 744,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2235,
"cdna_start": 1793,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1716G>A",
"hgvs_p": "p.Thr572Thr",
"transcript": "XM_047422700.1",
"protein_id": "XP_047278656.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 692,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2079,
"cdna_start": 1793,
"cdna_end": null,
"cdna_length": 2234,
"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": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*520G>A",
"hgvs_p": null,
"transcript": "ENST00000474918.1",
"protein_id": "ENSP00000435305.1",
"transcript_support_level": 5,
"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": 2230,
"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": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*1000G>A",
"hgvs_p": null,
"transcript": "ENST00000495234.5",
"protein_id": "ENSP00000435274.1",
"transcript_support_level": 5,
"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": 3022,
"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": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.1005G>A",
"hgvs_p": null,
"transcript": "NR_024514.3",
"protein_id": null,
"transcript_support_level": null,
"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": 2974,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*520G>A",
"hgvs_p": null,
"transcript": "ENST00000474918.1",
"protein_id": "ENSP00000435305.1",
"transcript_support_level": 5,
"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": 2230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*1000G>A",
"hgvs_p": null,
"transcript": "ENST00000495234.5",
"protein_id": "ENSP00000435274.1",
"transcript_support_level": 5,
"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": 3022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"dbsnp": "rs3124768",
"frequency_reference_population": 0.5565277,
"hom_count_reference_population": 255525,
"allele_count_reference_population": 896920,
"gnomad_exomes_af": 0.555643,
"gnomad_genomes_af": 0.565009,
"gnomad_exomes_ac": 810938,
"gnomad_genomes_ac": 85982,
"gnomad_exomes_homalt": 230424,
"gnomad_genomes_homalt": 25101,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -5.988,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -15,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BA1",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 15,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000355699.7",
"gene_symbol": "ADAMTS13",
"hgnc_id": 1366,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1716G>A",
"hgvs_p": "p.Thr572Thr"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}