← 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: 4-5628590-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=5628590&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 5628590,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_147127.5",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "NM_147127.5",
"protein_id": "NP_667338.3",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 1308,
"cds_start": 1855,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000344408.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_147127.5"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "ENST00000344408.10",
"protein_id": "ENSP00000342144.5",
"transcript_support_level": 1,
"aa_start": 619,
"aa_end": null,
"aa_length": 1308,
"cds_start": 1855,
"cds_end": null,
"cds_length": 3927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_147127.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000344408.10"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1615C>T",
"hgvs_p": "p.Gln539*",
"transcript": "ENST00000310917.6",
"protein_id": "ENSP00000311683.2",
"transcript_support_level": 1,
"aa_start": 539,
"aa_end": null,
"aa_length": 1228,
"cds_start": 1615,
"cds_end": null,
"cds_length": 3687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000310917.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "n.1615C>T",
"hgvs_p": null,
"transcript": "ENST00000475313.5",
"protein_id": "ENSP00000431981.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": "ENST00000475313.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "n.*248C>T",
"hgvs_p": null,
"transcript": "ENST00000509670.1",
"protein_id": "ENSP00000423876.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": "ENST00000509670.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "n.*248C>T",
"hgvs_p": null,
"transcript": "ENST00000509670.1",
"protein_id": "ENSP00000423876.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": "ENST00000509670.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "ENST00000917735.1",
"protein_id": "ENSP00000587794.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 1347,
"cds_start": 1855,
"cds_end": null,
"cds_length": 4044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917735.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1891C>T",
"hgvs_p": "p.Gln631*",
"transcript": "ENST00000861569.1",
"protein_id": "ENSP00000531628.1",
"transcript_support_level": null,
"aa_start": 631,
"aa_end": null,
"aa_length": 1320,
"cds_start": 1891,
"cds_end": null,
"cds_length": 3963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861569.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1864C>T",
"hgvs_p": "p.Gln622*",
"transcript": "ENST00000956874.1",
"protein_id": "ENSP00000626933.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 1311,
"cds_start": 1864,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956874.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1864C>T",
"hgvs_p": "p.Gln622*",
"transcript": "ENST00000956873.1",
"protein_id": "ENSP00000626932.1",
"transcript_support_level": null,
"aa_start": 622,
"aa_end": null,
"aa_length": 1288,
"cds_start": 1864,
"cds_end": null,
"cds_length": 3867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956873.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "ENST00000861567.1",
"protein_id": "ENSP00000531626.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 1285,
"cds_start": 1855,
"cds_end": null,
"cds_length": 3858,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861567.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "ENST00000861568.1",
"protein_id": "ENSP00000531627.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 1280,
"cds_start": 1855,
"cds_end": null,
"cds_length": 3843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861568.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "ENST00000917734.1",
"protein_id": "ENSP00000587793.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 1274,
"cds_start": 1855,
"cds_end": null,
"cds_length": 3825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917734.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1615C>T",
"hgvs_p": "p.Gln539*",
"transcript": "NM_001166136.2",
"protein_id": "NP_001159608.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 1228,
"cds_start": 1615,
"cds_end": null,
"cds_length": 3687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166136.2"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1615C>T",
"hgvs_p": "p.Gln539*",
"transcript": "XM_017007736.2",
"protein_id": "XP_016863225.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 1228,
"cds_start": 1615,
"cds_end": null,
"cds_length": 3687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007736.2"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1615C>T",
"hgvs_p": "p.Gln539*",
"transcript": "XM_047449610.1",
"protein_id": "XP_047305566.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 1228,
"cds_start": 1615,
"cds_end": null,
"cds_length": 3687,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449610.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1615C>T",
"hgvs_p": "p.Gln539*",
"transcript": "XM_047449611.1",
"protein_id": "XP_047305567.1",
"transcript_support_level": null,
"aa_start": 539,
"aa_end": null,
"aa_length": 1165,
"cds_start": 1615,
"cds_end": null,
"cds_length": 3498,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449611.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "XM_047449612.1",
"protein_id": "XP_047305568.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 1099,
"cds_start": 1855,
"cds_end": null,
"cds_length": 3300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047449612.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*",
"transcript": "XM_017007738.2",
"protein_id": "XP_016863227.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 1090,
"cds_start": 1855,
"cds_end": null,
"cds_length": 3273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017007738.2"
}
],
"gene_symbol": "EVC2",
"gene_hgnc_id": 19747,
"dbsnp": "rs137852925",
"frequency_reference_population": 0.000013154433,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000131544,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6200000047683716,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.62,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.309,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.05,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_147127.5",
"gene_symbol": "EVC2",
"hgnc_id": 19747,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1855C>T",
"hgvs_p": "p.Gln619*"
}
],
"clinvar_disease": "Curry-Hall syndrome,Ellis-van Creveld syndrome,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Ellis-van Creveld syndrome|Curry-Hall syndrome;Ellis-van Creveld syndrome|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}