← 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-28215657-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=28215657&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "13",
"pos": 28215657,
"ref": "T",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000380958.8",
"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": 19,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null,
"transcript": "NM_175854.8",
"protein_id": "NP_787050.6",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 887,
"cds_start": -4,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5590,
"mane_select": "ENST00000380958.8",
"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": 19,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null,
"transcript": "ENST00000380958.8",
"protein_id": "ENSP00000370345.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 887,
"cds_start": -4,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5590,
"mane_select": "NM_175854.8",
"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": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EEF1A1P3",
"gene_hgnc_id": 3194,
"hgvs_c": "n.1145T>G",
"hgvs_p": null,
"transcript": "ENST00000417549.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 1385,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": null,
"strand": true,
"consequences": [
"intragenic_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": null,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EEF1A1P3",
"gene_hgnc_id": 3194,
"hgvs_c": "n.28215657T>G",
"hgvs_p": null,
"transcript": null,
"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": 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": 18,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.253-4574T>G",
"hgvs_p": null,
"transcript": "ENST00000399613.1",
"protein_id": "ENSP00000382522.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 687,
"cds_start": -4,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4940,
"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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "n.1005-4574T>G",
"hgvs_p": null,
"transcript": "ENST00000503791.5",
"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": 2443,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null,
"transcript": "XM_005266332.4",
"protein_id": "XP_005266389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 886,
"cds_start": -4,
"cds_end": null,
"cds_length": 2661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5587,
"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": 18,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.691-4574T>G",
"hgvs_p": null,
"transcript": "XM_005266333.4",
"protein_id": "XP_005266390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 833,
"cds_start": -4,
"cds_end": null,
"cds_length": 2502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5428,
"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": 18,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.691-4574T>G",
"hgvs_p": null,
"transcript": "XM_047430249.1",
"protein_id": "XP_047286205.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 832,
"cds_start": -4,
"cds_end": null,
"cds_length": 2499,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5425,
"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": 18,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null,
"transcript": "XM_011535032.4",
"protein_id": "XP_011533334.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 795,
"cds_start": -4,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5451,
"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": 17,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null,
"transcript": "XM_011535033.3",
"protein_id": "XP_011533335.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 743,
"cds_start": -4,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2454,
"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": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.415-4574T>G",
"hgvs_p": null,
"transcript": "XM_011535034.4",
"protein_id": "XP_011533336.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 741,
"cds_start": -4,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5283,
"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": 17,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.691-4574T>G",
"hgvs_p": null,
"transcript": "XM_047430250.1",
"protein_id": "XP_047286206.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 741,
"cds_start": -4,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5289,
"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": 15,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null,
"transcript": "XM_017020528.2",
"protein_id": "XP_016876017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 693,
"cds_start": -4,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4163,
"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": 17,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.175-4574T>G",
"hgvs_p": null,
"transcript": "XM_047430251.1",
"protein_id": "XP_047286207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": -4,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4885,
"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": 14,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null,
"transcript": "XM_017020530.3",
"protein_id": "XP_016876019.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": -4,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2215,
"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": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "c.-3+37722T>G",
"hgvs_p": null,
"transcript": "XM_047430253.1",
"protein_id": "XP_047286209.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 553,
"cds_start": -4,
"cds_end": null,
"cds_length": 1662,
"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": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"hgvs_c": "n.966-4574T>G",
"hgvs_p": null,
"transcript": "XR_941549.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": 2451,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PAN3",
"gene_hgnc_id": 29991,
"dbsnp": "rs9508005",
"frequency_reference_population": 0.083982036,
"hom_count_reference_population": 5890,
"allele_count_reference_population": 117939,
"gnomad_exomes_af": 0.0864511,
"gnomad_genomes_af": 0.063689,
"gnomad_exomes_ac": 108237,
"gnomad_genomes_ac": 9702,
"gnomad_exomes_homalt": 5463,
"gnomad_genomes_homalt": 427,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6600000262260437,
"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.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.04,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000380958.8",
"gene_symbol": "PAN3",
"hgnc_id": 29991,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.853-4574T>G",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000417549.1",
"gene_symbol": "EEF1A1P3",
"hgnc_id": 3194,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1145T>G",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}