← 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-133430025-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133430025&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133430025,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_139025.5",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys",
"transcript": "NM_139027.6",
"protein_id": "NP_620596.2",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 1371,
"cds_start": 911,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000355699.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_139027.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys",
"transcript": "ENST00000355699.7",
"protein_id": "ENSP00000347927.2",
"transcript_support_level": 1,
"aa_start": 304,
"aa_end": null,
"aa_length": 1371,
"cds_start": 911,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_139027.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355699.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys",
"transcript": "ENST00000371929.7",
"protein_id": "ENSP00000360997.3",
"transcript_support_level": 1,
"aa_start": 304,
"aa_end": null,
"aa_length": 1427,
"cds_start": 911,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371929.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.825-7A>G",
"hgvs_p": null,
"transcript": "ENST00000356589.6",
"protein_id": "ENSP00000348997.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1340,
"cds_start": null,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356589.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.869-2563A>G",
"hgvs_p": null,
"transcript": "ENST00000485925.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000485925.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.-154A>G",
"hgvs_p": null,
"transcript": "XM_011518176.4",
"protein_id": "XP_011516478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1099,
"cds_start": null,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518176.4"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys",
"transcript": "NM_139025.5",
"protein_id": "NP_620594.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 1427,
"cds_start": 911,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_139025.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys",
"transcript": "ENST00000908290.1",
"protein_id": "ENSP00000578349.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 1427,
"cds_start": 911,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908290.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.167A>G",
"hgvs_p": "p.Tyr56Cys",
"transcript": "ENST00000371916.5",
"protein_id": "ENSP00000360984.2",
"transcript_support_level": 5,
"aa_start": 56,
"aa_end": null,
"aa_length": 444,
"cds_start": 167,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371916.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.899A>G",
"hgvs_p": "p.Tyr300Cys",
"transcript": "XM_017014232.2",
"protein_id": "XP_016869721.1",
"transcript_support_level": null,
"aa_start": 300,
"aa_end": null,
"aa_length": 1423,
"cds_start": 899,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014232.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.521A>G",
"hgvs_p": "p.Tyr174Cys",
"transcript": "XM_017014233.2",
"protein_id": "XP_016869722.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 1297,
"cds_start": 521,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014233.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys",
"transcript": "XM_017014235.2",
"protein_id": "XP_016869724.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 744,
"cds_start": 911,
"cds_end": null,
"cds_length": 2235,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014235.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys",
"transcript": "XM_047422700.1",
"protein_id": "XP_047278656.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 692,
"cds_start": 911,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422700.1"
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.906A>G",
"hgvs_p": "p.Leu302Leu",
"transcript": "XM_047422699.1",
"protein_id": "XP_047278655.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 1396,
"cds_start": 906,
"cds_end": null,
"cds_length": 4191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422699.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.-154A>G",
"hgvs_p": null,
"transcript": "XM_011518176.4",
"protein_id": "XP_011516478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1099,
"cds_start": null,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518176.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.825-7A>G",
"hgvs_p": null,
"transcript": "NM_139026.6",
"protein_id": "NP_620595.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1340,
"cds_start": null,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_139026.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.-3-2563A>G",
"hgvs_p": null,
"transcript": "XM_017014234.2",
"protein_id": "XP_016869723.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1097,
"cds_start": null,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017014234.2"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*115A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000495234.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*115A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000495234.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.687-2563A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000474918.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.890-2563A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_024514.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.*115A>G",
"hgvs_p": null,
"transcript": "ENST00000371911.7",
"protein_id": "ENSP00000360979.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 344,
"cds_start": null,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000371911.7"
}
],
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"dbsnp": "rs281875285",
"frequency_reference_population": 0.0000025119696,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000138872,
"gnomad_genomes_af": 0.0000131406,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8271396160125732,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.488,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3634,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.081,
"phylop100way_prediction": "Benign",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_139025.5",
"gene_symbol": "ADAMTS13",
"hgnc_id": 1366,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.911A>G",
"hgvs_p": "p.Tyr304Cys"
}
],
"clinvar_disease": "Upshaw-Schulman syndrome,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1 O:1",
"phenotype_combined": "not provided|Upshaw-Schulman syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}