← 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-133456673-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133456673&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133456673,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000355699.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3678G>A",
"hgvs_p": "p.Val1226Val",
"transcript": "NM_139027.6",
"protein_id": "NP_620596.2",
"transcript_support_level": null,
"aa_start": 1226,
"aa_end": null,
"aa_length": 1371,
"cds_start": 3678,
"cds_end": null,
"cds_length": 4116,
"cdna_start": 3755,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": "ENST00000355699.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3678G>A",
"hgvs_p": "p.Val1226Val",
"transcript": "ENST00000355699.7",
"protein_id": "ENSP00000347927.2",
"transcript_support_level": 1,
"aa_start": 1226,
"aa_end": null,
"aa_length": 1371,
"cds_start": 3678,
"cds_end": null,
"cds_length": 4116,
"cdna_start": 3755,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": "NM_139027.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3846G>A",
"hgvs_p": "p.Val1282Val",
"transcript": "ENST00000371929.7",
"protein_id": "ENSP00000360997.3",
"transcript_support_level": 1,
"aa_start": 1282,
"aa_end": null,
"aa_length": 1427,
"cds_start": 3846,
"cds_end": null,
"cds_length": 4284,
"cdna_start": 4290,
"cdna_end": null,
"cdna_length": 4934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3585G>A",
"hgvs_p": "p.Val1195Val",
"transcript": "ENST00000356589.6",
"protein_id": "ENSP00000348997.2",
"transcript_support_level": 1,
"aa_start": 1195,
"aa_end": null,
"aa_length": 1340,
"cds_start": 3585,
"cds_end": null,
"cds_length": 4023,
"cdna_start": 3705,
"cdna_end": null,
"cdna_length": 4349,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.234G>A",
"hgvs_p": "p.Val78Val",
"transcript": "ENST00000371910.1",
"protein_id": "ENSP00000360978.1",
"transcript_support_level": 1,
"aa_start": 78,
"aa_end": null,
"aa_length": 223,
"cds_start": 234,
"cds_end": null,
"cds_length": 672,
"cdna_start": 430,
"cdna_end": null,
"cdna_length": 1074,
"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": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.2494G>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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3846G>A",
"hgvs_p": "p.Val1282Val",
"transcript": "NM_139025.5",
"protein_id": "NP_620594.1",
"transcript_support_level": null,
"aa_start": 1282,
"aa_end": null,
"aa_length": 1427,
"cds_start": 3846,
"cds_end": null,
"cds_length": 4284,
"cdna_start": 3923,
"cdna_end": null,
"cdna_length": 4567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3585G>A",
"hgvs_p": "p.Val1195Val",
"transcript": "NM_139026.6",
"protein_id": "NP_620595.1",
"transcript_support_level": null,
"aa_start": 1195,
"aa_end": null,
"aa_length": 1340,
"cds_start": 3585,
"cds_end": null,
"cds_length": 4023,
"cdna_start": 3662,
"cdna_end": null,
"cdna_length": 4306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3834G>A",
"hgvs_p": "p.Val1278Val",
"transcript": "XM_017014232.2",
"protein_id": "XP_016869721.1",
"transcript_support_level": null,
"aa_start": 1278,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3834,
"cds_end": null,
"cds_length": 4272,
"cdna_start": 4550,
"cdna_end": null,
"cdna_length": 5194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3753G>A",
"hgvs_p": "p.Val1251Val",
"transcript": "XM_047422699.1",
"protein_id": "XP_047278655.1",
"transcript_support_level": null,
"aa_start": 1251,
"aa_end": null,
"aa_length": 1396,
"cds_start": 3753,
"cds_end": null,
"cds_length": 4191,
"cdna_start": 3830,
"cdna_end": null,
"cdna_length": 4474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3456G>A",
"hgvs_p": "p.Val1152Val",
"transcript": "XM_017014233.2",
"protein_id": "XP_016869722.1",
"transcript_support_level": null,
"aa_start": 1152,
"aa_end": null,
"aa_length": 1297,
"cds_start": 3456,
"cds_end": null,
"cds_length": 3894,
"cdna_start": 3932,
"cdna_end": null,
"cdna_length": 4576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2862G>A",
"hgvs_p": "p.Val954Val",
"transcript": "XM_011518176.4",
"protein_id": "XP_011516478.1",
"transcript_support_level": null,
"aa_start": 954,
"aa_end": null,
"aa_length": 1099,
"cds_start": 2862,
"cds_end": null,
"cds_length": 3300,
"cdna_start": 3999,
"cdna_end": null,
"cdna_length": 4643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2856G>A",
"hgvs_p": "p.Val952Val",
"transcript": "XM_017014234.2",
"protein_id": "XP_016869723.1",
"transcript_support_level": null,
"aa_start": 952,
"aa_end": null,
"aa_length": 1097,
"cds_start": 2856,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 3090,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2511G>A",
"hgvs_p": "p.Val837Val",
"transcript": "XM_011518178.3",
"protein_id": "XP_011516480.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 982,
"cds_start": 2511,
"cds_end": null,
"cds_length": 2949,
"cdna_start": 2616,
"cdna_end": null,
"cdna_length": 3260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2511G>A",
"hgvs_p": "p.Val837Val",
"transcript": "XM_011518179.1",
"protein_id": "XP_011516481.1",
"transcript_support_level": null,
"aa_start": 837,
"aa_end": null,
"aa_length": 982,
"cds_start": 2511,
"cds_end": null,
"cds_length": 2949,
"cdna_start": 2659,
"cdna_end": null,
"cdna_length": 3303,
"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": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.2515G>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": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.*1147G>A",
"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": -4,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"dbsnp": "rs36222899",
"frequency_reference_population": 0.0014562827,
"hom_count_reference_population": 29,
"allele_count_reference_population": 2321,
"gnomad_exomes_af": 0.000795712,
"gnomad_genomes_af": 0.00770807,
"gnomad_exomes_ac": 1147,
"gnomad_genomes_ac": 1174,
"gnomad_exomes_homalt": 18,
"gnomad_genomes_homalt": 11,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7400000095367432,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.144,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000355699.7",
"gene_symbol": "ADAMTS13",
"hgnc_id": 1366,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3678G>A",
"hgvs_p": "p.Val1226Val"
}
],
"clinvar_disease": "Upshaw-Schulman syndrome,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:2",
"phenotype_combined": "not specified|Upshaw-Schulman syndrome|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}