← 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: 19-40395207-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=40395207&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 40395207,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001411127.1",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3145G>T",
"hgvs_p": "p.Gly1049Cys",
"transcript": "NM_181882.3",
"protein_id": "NP_870998.2",
"transcript_support_level": null,
"aa_start": 1049,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3145,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000324001.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181882.3"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3145G>T",
"hgvs_p": "p.Gly1049Cys",
"transcript": "ENST00000324001.8",
"protein_id": "ENSP00000326018.6",
"transcript_support_level": 1,
"aa_start": 1049,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3145,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_181882.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324001.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.*3350G>T",
"hgvs_p": null,
"transcript": "ENST00000291825.11",
"protein_id": "ENSP00000291825.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000291825.11"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3430G>T",
"hgvs_p": "p.Gly1144Cys",
"transcript": "NM_001411127.1",
"protein_id": "NP_001398056.1",
"transcript_support_level": null,
"aa_start": 1144,
"aa_end": null,
"aa_length": 1556,
"cds_start": 3430,
"cds_end": null,
"cds_length": 4671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001411127.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3430G>T",
"hgvs_p": "p.Gly1144Cys",
"transcript": "ENST00000674005.2",
"protein_id": "ENSP00000501261.1",
"transcript_support_level": null,
"aa_start": 1144,
"aa_end": null,
"aa_length": 1556,
"cds_start": 3430,
"cds_end": null,
"cds_length": 4671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674005.2"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3145G>T",
"hgvs_p": "p.Gly1049Cys",
"transcript": "ENST00000903445.1",
"protein_id": "ENSP00000573504.1",
"transcript_support_level": null,
"aa_start": 1049,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3145,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903445.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3145G>T",
"hgvs_p": "p.Gly1049Cys",
"transcript": "ENST00000903446.1",
"protein_id": "ENSP00000573505.1",
"transcript_support_level": null,
"aa_start": 1049,
"aa_end": null,
"aa_length": 1461,
"cds_start": 3145,
"cds_end": null,
"cds_length": 4386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903446.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3004G>T",
"hgvs_p": "p.Gly1002Cys",
"transcript": "ENST00000676076.1",
"protein_id": "ENSP00000502166.1",
"transcript_support_level": null,
"aa_start": 1002,
"aa_end": null,
"aa_length": 1414,
"cds_start": 3004,
"cds_end": null,
"cds_length": 4245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676076.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.2728G>T",
"hgvs_p": "p.Gly910Cys",
"transcript": "ENST00000673881.1",
"protein_id": "ENSP00000501070.1",
"transcript_support_level": null,
"aa_start": 910,
"aa_end": null,
"aa_length": 1322,
"cds_start": 2728,
"cds_end": null,
"cds_length": 3969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673881.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.2728G>T",
"hgvs_p": "p.Gly910Cys",
"transcript": "ENST00000674773.1",
"protein_id": "ENSP00000502579.1",
"transcript_support_level": null,
"aa_start": 910,
"aa_end": null,
"aa_length": 1322,
"cds_start": 2728,
"cds_end": null,
"cds_length": 3969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674773.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.2569G>T",
"hgvs_p": "p.Gly857Cys",
"transcript": "ENST00000903447.1",
"protein_id": "ENSP00000573506.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 1269,
"cds_start": 2569,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903447.1"
},
{
"aa_ref": "G",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.3043G>T",
"hgvs_p": "p.Gly1015Cys",
"transcript": "XM_017027047.2",
"protein_id": "XP_016882536.1",
"transcript_support_level": null,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1427,
"cds_start": 3043,
"cds_end": null,
"cds_length": 4284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027047.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.*3350G>T",
"hgvs_p": null,
"transcript": "NM_020956.2",
"protein_id": "NP_066007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020956.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.*2739G>T",
"hgvs_p": null,
"transcript": "ENST00000676316.1",
"protein_id": "ENSP00000501881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": null,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676316.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "c.*2739G>T",
"hgvs_p": null,
"transcript": "ENST00000675517.1",
"protein_id": "ENSP00000501865.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": null,
"cds_end": null,
"cds_length": 279,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000675517.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "n.*2895G>T",
"hgvs_p": null,
"transcript": "ENST00000676260.1",
"protein_id": "ENSP00000502436.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676260.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"hgvs_c": "n.*2895G>T",
"hgvs_p": null,
"transcript": "ENST00000676260.1",
"protein_id": "ENSP00000502436.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000676260.1"
}
],
"gene_symbol": "PRX",
"gene_hgnc_id": 13797,
"dbsnp": "rs186086914",
"frequency_reference_population": 6.8405814e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84058e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4248846471309662,
"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.128,
"revel_prediction": "Benign",
"alphamissense_score": 0.1801,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.245,
"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": 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": "NM_001411127.1",
"gene_symbol": "PRX",
"hgnc_id": 13797,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.3430G>T",
"hgvs_p": "p.Gly1144Cys"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}