← 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-133442727-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133442727&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133442727,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_139025.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2218G>C",
"hgvs_p": "p.Glu740Gln",
"transcript": "NM_139027.6",
"protein_id": "NP_620596.2",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 1371,
"cds_start": 2218,
"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": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2218G>C",
"hgvs_p": "p.Glu740Gln",
"transcript": "ENST00000355699.7",
"protein_id": "ENSP00000347927.2",
"transcript_support_level": 1,
"aa_start": 740,
"aa_end": null,
"aa_length": 1371,
"cds_start": 2218,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2218G>C",
"hgvs_p": "p.Glu740Gln",
"transcript": "ENST00000371929.7",
"protein_id": "ENSP00000360997.3",
"transcript_support_level": 1,
"aa_start": 740,
"aa_end": null,
"aa_length": 1427,
"cds_start": 2218,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2125G>C",
"hgvs_p": "p.Glu709Gln",
"transcript": "ENST00000356589.6",
"protein_id": "ENSP00000348997.2",
"transcript_support_level": 1,
"aa_start": 709,
"aa_end": null,
"aa_length": 1340,
"cds_start": 2125,
"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": 9,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.1237-2136G>C",
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2218G>C",
"hgvs_p": "p.Glu740Gln",
"transcript": "NM_139025.5",
"protein_id": "NP_620594.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 1427,
"cds_start": 2218,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2218G>C",
"hgvs_p": "p.Glu740Gln",
"transcript": "ENST00000908290.1",
"protein_id": "ENSP00000578349.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 1427,
"cds_start": 2218,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2125G>C",
"hgvs_p": "p.Glu709Gln",
"transcript": "NM_139026.6",
"protein_id": "NP_620595.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 1340,
"cds_start": 2125,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2206G>C",
"hgvs_p": "p.Glu736Gln",
"transcript": "XM_017014232.2",
"protein_id": "XP_016869721.1",
"transcript_support_level": null,
"aa_start": 736,
"aa_end": null,
"aa_length": 1423,
"cds_start": 2206,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2293G>C",
"hgvs_p": "p.Glu765Gln",
"transcript": "XM_047422699.1",
"protein_id": "XP_047278655.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 1396,
"cds_start": 2293,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1828G>C",
"hgvs_p": "p.Glu610Gln",
"transcript": "XM_017014233.2",
"protein_id": "XP_016869722.1",
"transcript_support_level": null,
"aa_start": 610,
"aa_end": null,
"aa_length": 1297,
"cds_start": 1828,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1234G>C",
"hgvs_p": "p.Glu412Gln",
"transcript": "XM_011518176.4",
"protein_id": "XP_011516478.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1234,
"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": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1228G>C",
"hgvs_p": "p.Glu410Gln",
"transcript": "XM_017014234.2",
"protein_id": "XP_016869723.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1228,
"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": "E",
"aa_alt": "Q",
"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.883G>C",
"hgvs_p": "p.Glu295Gln",
"transcript": "XM_011518178.3",
"protein_id": "XP_011516480.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 982,
"cds_start": 883,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518178.3"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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.883G>C",
"hgvs_p": "p.Glu295Gln",
"transcript": "XM_011518179.1",
"protein_id": "XP_011516481.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 982,
"cds_start": 883,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518179.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2218G>C",
"hgvs_p": "p.Glu740Gln",
"transcript": "XM_017014235.2",
"protein_id": "XP_016869724.1",
"transcript_support_level": null,
"aa_start": 740,
"aa_end": null,
"aa_length": 744,
"cds_start": 2218,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1225-2136G>C",
"hgvs_p": null,
"transcript": "ENST00000371916.5",
"protein_id": "ENSP00000360984.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.1969-2136G>C",
"hgvs_p": null,
"transcript": "XM_047422700.1",
"protein_id": "XP_047278656.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 692,
"cds_start": null,
"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": 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": 13,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*773-649G>C",
"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": 20,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.*1253-2136G>C",
"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": 18,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.1258-2136G>C",
"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"
}
],
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"dbsnp": "rs36221451",
"frequency_reference_population": 0.0000013694747,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136947,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06288358569145203,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.028,
"revel_prediction": "Benign",
"alphamissense_score": 0.0733,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.62,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.677,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_139025.5",
"gene_symbol": "ADAMTS13",
"hgnc_id": 1366,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2218G>C",
"hgvs_p": "p.Glu740Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}