← 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: 14-67798186-GAG-AAA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=67798186&ref=GAG&alt=AAA&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ZFYVE26",
"hgnc_id": 20761,
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"inheritance_mode": "AR",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_015346.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "AAA",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "14",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 2539,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9674,
"cdna_start": 2216,
"cds_end": null,
"cds_length": 7620,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_015346.4",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000347230.9",
"protein_coding": true,
"protein_id": "NP_056161.2",
"strand": false,
"transcript": "NM_015346.4",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 2539,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 9674,
"cdna_start": 2216,
"cds_end": null,
"cds_length": 7620,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000347230.9",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_015346.4",
"protein_coding": true,
"protein_id": "ENSP00000251119.5",
"strand": false,
"transcript": "ENST00000347230.9",
"transcript_support_level": 1
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 2225,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7309,
"cdna_start": 2213,
"cds_end": null,
"cds_length": 6678,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 35,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000555452.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000450603.1",
"strand": false,
"transcript": "ENST00000555452.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 8582,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 41,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000554523.5",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "n.2211_2213delCTCinsTTT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000554523.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 7466,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 40,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000554557.5",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "n.*371_*373delCTCinsTTT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000450431.1",
"strand": false,
"transcript": "ENST00000554557.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3829,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000557366.5",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "n.2120_2122delCTCinsTTT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000557366.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2819,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000557407.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "n.2209_2211delCTCinsTTT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000557407.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 7466,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 40,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000554557.5",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "n.*371_*373delCTCinsTTT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000450431.1",
"strand": false,
"transcript": "ENST00000554557.5",
"transcript_support_level": 1
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 2554,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9719,
"cdna_start": 2216,
"cds_end": null,
"cds_length": 7665,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000678386.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503677.1",
"strand": false,
"transcript": "ENST00000678386.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 2545,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9692,
"cdna_start": 2216,
"cds_end": null,
"cds_length": 7638,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676512.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000504552.1",
"strand": false,
"transcript": "ENST00000676512.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 2513,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9596,
"cdna_start": 2216,
"cds_end": null,
"cds_length": 7542,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000676620.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000504587.1",
"strand": false,
"transcript": "ENST00000676620.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 872,
"aa_ref": "L",
"aa_start": 624,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2753,
"cdna_start": 2006,
"cds_end": null,
"cds_length": 2619,
"cds_start": 1870,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000677026.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.1870_1872delCTCinsTTT",
"hgvs_p": "p.Leu624Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503710.1",
"strand": false,
"transcript": "ENST00000677026.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 2497,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8484,
"cdna_start": 2216,
"cds_end": null,
"cds_length": 7494,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 42,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047431173.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047287129.1",
"strand": false,
"transcript": "XM_047431173.1",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 1666,
"aa_ref": "L",
"aa_start": 692,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5243,
"cdna_start": 2216,
"cds_end": null,
"cds_length": 5001,
"cds_start": 2074,
"consequences": [
"missense_variant"
],
"exon_count": 26,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011536609.3",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "c.2074_2076delCTCinsTTT",
"hgvs_p": "p.Leu692Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011534911.1",
"strand": false,
"transcript": "XM_011536609.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3075,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000678382.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "n.*1069_*1071delCTCinsTTT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504130.1",
"strand": false,
"transcript": "ENST00000678382.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3075,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000678382.1",
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"hgvs_c": "n.*1069_*1071delCTCinsTTT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504130.1",
"strand": false,
"transcript": "ENST00000678382.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 20761,
"gene_symbol": "ZFYVE26",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 8.686,
"pos": 67798186,
"ref": "GAG",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_015346.4"
}
]
}