← 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: 13-72761810-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=72761810&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 72761810,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_014953.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.2347G>A",
"hgvs_p": "p.Ala783Thr",
"transcript": "NM_014953.5",
"protein_id": "NP_055768.3",
"transcript_support_level": null,
"aa_start": 783,
"aa_end": null,
"aa_length": 958,
"cds_start": 2347,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000377767.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014953.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.2347G>A",
"hgvs_p": "p.Ala783Thr",
"transcript": "ENST00000377767.9",
"protein_id": "ENSP00000366997.4",
"transcript_support_level": 1,
"aa_start": 783,
"aa_end": null,
"aa_length": 958,
"cds_start": 2347,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014953.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377767.9"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.2257G>A",
"hgvs_p": "p.Ala753Thr",
"transcript": "ENST00000377780.8",
"protein_id": "ENSP00000367011.4",
"transcript_support_level": 1,
"aa_start": 753,
"aa_end": null,
"aa_length": 928,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377780.8"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.1861G>A",
"hgvs_p": "p.Ala621Thr",
"transcript": "ENST00000545453.5",
"protein_id": "ENSP00000440058.1",
"transcript_support_level": 1,
"aa_start": 621,
"aa_end": null,
"aa_length": 796,
"cds_start": 1861,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545453.5"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.2257G>A",
"hgvs_p": "p.Ala753Thr",
"transcript": "NM_001128226.3",
"protein_id": "NP_001121698.1",
"transcript_support_level": null,
"aa_start": 753,
"aa_end": null,
"aa_length": 928,
"cds_start": 2257,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128226.3"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.2251G>A",
"hgvs_p": "p.Ala751Thr",
"transcript": "ENST00000958787.1",
"protein_id": "ENSP00000628846.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 926,
"cds_start": 2251,
"cds_end": null,
"cds_length": 2781,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958787.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.2140G>A",
"hgvs_p": "p.Ala714Thr",
"transcript": "ENST00000929767.1",
"protein_id": "ENSP00000599826.1",
"transcript_support_level": null,
"aa_start": 714,
"aa_end": null,
"aa_length": 889,
"cds_start": 2140,
"cds_end": null,
"cds_length": 2670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929767.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.1978G>A",
"hgvs_p": "p.Ala660Thr",
"transcript": "NM_001322348.2",
"protein_id": "NP_001309277.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 835,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2508,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322348.2"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "c.1861G>A",
"hgvs_p": "p.Ala621Thr",
"transcript": "NM_001322349.2",
"protein_id": "NP_001309278.1",
"transcript_support_level": null,
"aa_start": 621,
"aa_end": null,
"aa_length": 796,
"cds_start": 1861,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322349.2"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "n.*582G>A",
"hgvs_p": null,
"transcript": "ENST00000490646.1",
"protein_id": "ENSP00000436350.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": "ENST00000490646.1"
},
{
"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": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"hgvs_c": "n.*582G>A",
"hgvs_p": null,
"transcript": "ENST00000490646.1",
"protein_id": "ENSP00000436350.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": "ENST00000490646.1"
}
],
"gene_symbol": "DIS3",
"gene_hgnc_id": 20604,
"dbsnp": "rs746546609",
"frequency_reference_population": 0.000011786264,
"hom_count_reference_population": 0,
"allele_count_reference_population": 19,
"gnomad_exomes_af": 0.00000958895,
"gnomad_genomes_af": 0.0000328878,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8170937299728394,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.441,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6668,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.809,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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_014953.5",
"gene_symbol": "DIS3",
"hgnc_id": 20604,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2347G>A",
"hgvs_p": "p.Ala783Thr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}