← 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: 17-18274846-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=18274846&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 18274846,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000321105.10",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "c.2962C>T",
"hgvs_p": "p.His988Tyr",
"transcript": "NM_004618.5",
"protein_id": "NP_004609.1",
"transcript_support_level": null,
"aa_start": 988,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2962,
"cds_end": null,
"cds_length": 3006,
"cdna_start": 3178,
"cdna_end": null,
"cdna_length": 6596,
"mane_select": "ENST00000321105.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "c.2962C>T",
"hgvs_p": "p.His988Tyr",
"transcript": "ENST00000321105.10",
"protein_id": "ENSP00000321636.5",
"transcript_support_level": 1,
"aa_start": 988,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2962,
"cds_end": null,
"cds_length": 3006,
"cdna_start": 3178,
"cdna_end": null,
"cdna_length": 6596,
"mane_select": "NM_004618.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "c.2887C>T",
"hgvs_p": "p.His963Tyr",
"transcript": "ENST00000580095.5",
"protein_id": "ENSP00000462790.1",
"transcript_support_level": 1,
"aa_start": 963,
"aa_end": null,
"aa_length": 975,
"cds_start": 2887,
"cds_end": null,
"cds_length": 2929,
"cdna_start": 2887,
"cdna_end": null,
"cdna_length": 2929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "c.2677C>T",
"hgvs_p": "p.His893Tyr",
"transcript": "NM_001320759.2",
"protein_id": "NP_001307688.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 906,
"cds_start": 2677,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 3104,
"cdna_end": null,
"cdna_length": 6522,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "c.31C>T",
"hgvs_p": "p.His11Tyr",
"transcript": "ENST00000489131.1",
"protein_id": "ENSP00000465864.1",
"transcript_support_level": 3,
"aa_start": 11,
"aa_end": null,
"aa_length": 24,
"cds_start": 31,
"cds_end": null,
"cds_length": 75,
"cdna_start": 32,
"cdna_end": null,
"cdna_length": 582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "c.2041C>T",
"hgvs_p": "p.His681Tyr",
"transcript": "XM_047436633.1",
"protein_id": "XP_047292589.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 694,
"cds_start": 2041,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2671,
"cdna_end": null,
"cdna_length": 6089,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "c.2041C>T",
"hgvs_p": "p.His681Tyr",
"transcript": "XM_047436634.1",
"protein_id": "XP_047292590.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 694,
"cds_start": 2041,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2737,
"cdna_end": null,
"cdna_length": 6155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "n.2317C>T",
"hgvs_p": null,
"transcript": "ENST00000469739.6",
"protein_id": null,
"transcript_support_level": 2,
"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": 3196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "n.112C>T",
"hgvs_p": null,
"transcript": "ENST00000493648.1",
"protein_id": "ENSP00000465014.1",
"transcript_support_level": 2,
"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": 503,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "n.*2618C>T",
"hgvs_p": null,
"transcript": "ENST00000582981.5",
"protein_id": "ENSP00000462378.1",
"transcript_support_level": 2,
"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": 3239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "n.*2618C>T",
"hgvs_p": null,
"transcript": "ENST00000584582.5",
"protein_id": "ENSP00000462136.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": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "n.*2618C>T",
"hgvs_p": null,
"transcript": "ENST00000582981.5",
"protein_id": "ENSP00000462378.1",
"transcript_support_level": 2,
"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": 3239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"hgvs_c": "n.*2618C>T",
"hgvs_p": null,
"transcript": "ENST00000584582.5",
"protein_id": "ENSP00000462136.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": 3661,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TOP3A",
"gene_hgnc_id": 11992,
"dbsnp": "rs2142924345",
"frequency_reference_population": 0.0000018585288,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 6.84046e-7,
"gnomad_genomes_af": 0.0000131328,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5322917103767395,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.354,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1609,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.212,
"phylop100way_prediction": "Pathogenic",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000321105.10",
"gene_symbol": "TOP3A",
"hgnc_id": 11992,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2962C>T",
"hgvs_p": "p.His988Tyr"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}