← 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-133458632-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=133458632&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 133458632,
"ref": "A",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000355699.7",
"consequences": [
{
"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": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3910-342A>G",
"hgvs_p": null,
"transcript": "NM_139027.6",
"protein_id": "NP_620596.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1371,
"cds_start": -4,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": "ENST00000355699.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3910-342A>G",
"hgvs_p": null,
"transcript": "ENST00000355699.7",
"protein_id": "ENSP00000347927.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1371,
"cds_start": -4,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4399,
"mane_select": "NM_139027.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.4078-342A>G",
"hgvs_p": null,
"transcript": "ENST00000371929.7",
"protein_id": "ENSP00000360997.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1427,
"cds_start": -4,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3817-342A>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": -4,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"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": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.466-342A>G",
"hgvs_p": null,
"transcript": "ENST00000371910.1",
"protein_id": "ENSP00000360978.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 223,
"cds_start": -4,
"cds_end": null,
"cds_length": 672,
"cdna_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.2541-342A>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": -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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.4078-342A>G",
"hgvs_p": null,
"transcript": "NM_139025.5",
"protein_id": "NP_620594.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1427,
"cds_start": -4,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3817-342A>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": -4,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4306,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.*1379-342A>G",
"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
},
{
"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": 17,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "n.2562-342A>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": -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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.4066-342A>G",
"hgvs_p": null,
"transcript": "XM_017014232.2",
"protein_id": "XP_016869721.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1423,
"cds_start": -4,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5194,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3985-342A>G",
"hgvs_p": null,
"transcript": "XM_047422699.1",
"protein_id": "XP_047278655.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1396,
"cds_start": -4,
"cds_end": null,
"cds_length": 4191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4474,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 29,
"intron_rank": 28,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3688-342A>G",
"hgvs_p": null,
"transcript": "XM_017014233.2",
"protein_id": "XP_016869722.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1297,
"cds_start": -4,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": 21,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3094-342A>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": -4,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.3088-342A>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": -4,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2743-342A>G",
"hgvs_p": null,
"transcript": "XM_011518178.3",
"protein_id": "XP_011516480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 982,
"cds_start": -4,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"hgvs_c": "c.2743-342A>G",
"hgvs_p": null,
"transcript": "XM_011518179.1",
"protein_id": "XP_011516481.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 982,
"cds_start": -4,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ADAMTS13",
"gene_hgnc_id": 1366,
"dbsnp": "rs4962153",
"frequency_reference_population": 0.79813284,
"hom_count_reference_population": 48042,
"allele_count_reference_population": 118834,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.798133,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 118834,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 48042,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.9200000166893005,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.92,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.29,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000355699.7",
"gene_symbol": "ADAMTS13",
"hgnc_id": 1366,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.3910-342A>G",
"hgvs_p": null
}
],
"clinvar_disease": "Three Vessel Coronary Disease",
"clinvar_classification": "Benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Three Vessel Coronary Disease",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}