← 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: 1-184710503-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=184710503&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 184710503,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001319960.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Lys",
"transcript": "NM_025191.4",
"protein_id": "NP_079467.3",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 932,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000318130.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025191.4"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Lys",
"transcript": "ENST00000318130.13",
"protein_id": "ENSP00000318147.7",
"transcript_support_level": 1,
"aa_start": 579,
"aa_end": null,
"aa_length": 932,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_025191.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000318130.13"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Lys",
"transcript": "ENST00000367512.8",
"protein_id": "ENSP00000356482.4",
"transcript_support_level": 1,
"aa_start": 579,
"aa_end": null,
"aa_length": 948,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367512.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "n.80G>A",
"hgvs_p": null,
"transcript": "ENST00000439962.1",
"protein_id": "ENSP00000390536.1",
"transcript_support_level": 1,
"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": "ENST00000439962.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1811G>A",
"hgvs_p": "p.Arg604Lys",
"transcript": "ENST00000686225.1",
"protein_id": "ENSP00000509786.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 957,
"cds_start": 1811,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686225.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Lys",
"transcript": "NM_001319960.2",
"protein_id": "NP_001306889.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 948,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001319960.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Lys",
"transcript": "ENST00000951032.1",
"protein_id": "ENSP00000621091.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 937,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951032.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1739G>A",
"hgvs_p": "p.Arg580Lys",
"transcript": "ENST00000902843.1",
"protein_id": "ENSP00000572902.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 933,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902843.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1739G>A",
"hgvs_p": "p.Arg580Lys",
"transcript": "ENST00000902845.1",
"protein_id": "ENSP00000572904.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 914,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902845.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Lys",
"transcript": "ENST00000902844.1",
"protein_id": "ENSP00000572903.1",
"transcript_support_level": null,
"aa_start": 579,
"aa_end": null,
"aa_length": 913,
"cds_start": 1736,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902844.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1607G>A",
"hgvs_p": "p.Arg536Lys",
"transcript": "ENST00000685596.1",
"protein_id": "ENSP00000510056.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 875,
"cds_start": 1607,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000685596.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502Lys",
"transcript": "ENST00000686047.1",
"protein_id": "ENSP00000508800.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 871,
"cds_start": 1505,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000686047.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1610G>A",
"hgvs_p": "p.Arg537Lys",
"transcript": "ENST00000902846.1",
"protein_id": "ENSP00000572905.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 871,
"cds_start": 1610,
"cds_end": null,
"cds_length": 2616,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902846.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502Lys",
"transcript": "ENST00000692170.1",
"protein_id": "ENSP00000508652.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 870,
"cds_start": 1505,
"cds_end": null,
"cds_length": 2613,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000692170.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1505G>A",
"hgvs_p": "p.Arg502Lys",
"transcript": "ENST00000687113.1",
"protein_id": "ENSP00000509571.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 855,
"cds_start": 1505,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000687113.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1469G>A",
"hgvs_p": "p.Arg490Lys",
"transcript": "ENST00000902847.1",
"protein_id": "ENSP00000572906.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 843,
"cds_start": 1469,
"cds_end": null,
"cds_length": 2532,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000902847.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1739G>A",
"hgvs_p": "p.Arg580Lys",
"transcript": "XM_005245499.3",
"protein_id": "XP_005245556.1",
"transcript_support_level": null,
"aa_start": 580,
"aa_end": null,
"aa_length": 933,
"cds_start": 1739,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245499.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "c.1508G>A",
"hgvs_p": "p.Arg503Lys",
"transcript": "XM_011510012.2",
"protein_id": "XP_011508314.1",
"transcript_support_level": null,
"aa_start": 503,
"aa_end": null,
"aa_length": 856,
"cds_start": 1508,
"cds_end": null,
"cds_length": 2571,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510012.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "n.1736G>A",
"hgvs_p": null,
"transcript": "ENST00000685249.1",
"protein_id": "ENSP00000508618.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": "ENST00000685249.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "n.1834G>A",
"hgvs_p": null,
"transcript": "ENST00000687397.1",
"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": "retained_intron",
"feature": "ENST00000687397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "n.2495G>A",
"hgvs_p": null,
"transcript": "ENST00000689766.1",
"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": "retained_intron",
"feature": "ENST00000689766.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"hgvs_c": "n.1948G>A",
"hgvs_p": null,
"transcript": "NR_135118.2",
"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": "pseudogene",
"feature": "NR_135118.2"
}
],
"gene_symbol": "EDEM3",
"gene_hgnc_id": 16787,
"dbsnp": "rs140549505",
"frequency_reference_population": 0.00004585445,
"hom_count_reference_population": 1,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000403657,
"gnomad_genomes_af": 0.0000985779,
"gnomad_exomes_ac": 59,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1331365406513214,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.083,
"revel_prediction": "Benign",
"alphamissense_score": 0.115,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.849,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.07,
"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": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS1_Supporting",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 3,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_001319960.2",
"gene_symbol": "EDEM3",
"hgnc_id": 16787,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1736G>A",
"hgvs_p": "p.Arg579Lys"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}