← 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: 7-100803561-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100803561&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100803561,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004444.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2864C>T",
"hgvs_p": "p.Ala955Val",
"transcript": "NM_004444.5",
"protein_id": "NP_004435.3",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 987,
"cds_start": 2864,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358173.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004444.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2864C>T",
"hgvs_p": "p.Ala955Val",
"transcript": "ENST00000358173.8",
"protein_id": "ENSP00000350896.3",
"transcript_support_level": 1,
"aa_start": 955,
"aa_end": null,
"aa_length": 987,
"cds_start": 2864,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004444.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358173.8"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2708C>T",
"hgvs_p": "p.Ala903Val",
"transcript": "ENST00000360620.7",
"protein_id": "ENSP00000353833.3",
"transcript_support_level": 1,
"aa_start": 903,
"aa_end": null,
"aa_length": 935,
"cds_start": 2708,
"cds_end": null,
"cds_length": 2808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360620.7"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "n.4065C>T",
"hgvs_p": null,
"transcript": "ENST00000487222.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000487222.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.3038C>T",
"hgvs_p": "p.Ala1013Val",
"transcript": "ENST00000922076.1",
"protein_id": "ENSP00000592135.1",
"transcript_support_level": null,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1045,
"cds_start": 3038,
"cds_end": null,
"cds_length": 3138,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922076.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.3029C>T",
"hgvs_p": "p.Ala1010Val",
"transcript": "ENST00000922072.1",
"protein_id": "ENSP00000592131.1",
"transcript_support_level": null,
"aa_start": 1010,
"aa_end": null,
"aa_length": 1042,
"cds_start": 3029,
"cds_end": null,
"cds_length": 3129,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922072.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2918C>T",
"hgvs_p": "p.Ala973Val",
"transcript": "ENST00000856891.1",
"protein_id": "ENSP00000526950.1",
"transcript_support_level": null,
"aa_start": 973,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2918,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856891.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2903C>T",
"hgvs_p": "p.Ala968Val",
"transcript": "ENST00000856892.1",
"protein_id": "ENSP00000526951.1",
"transcript_support_level": null,
"aa_start": 968,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2903,
"cds_end": null,
"cds_length": 3003,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856892.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2876C>T",
"hgvs_p": "p.Ala959Val",
"transcript": "ENST00000856893.1",
"protein_id": "ENSP00000526952.1",
"transcript_support_level": null,
"aa_start": 959,
"aa_end": null,
"aa_length": 991,
"cds_start": 2876,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856893.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2852C>T",
"hgvs_p": "p.Ala951Val",
"transcript": "ENST00000971336.1",
"protein_id": "ENSP00000641395.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 983,
"cds_start": 2852,
"cds_end": null,
"cds_length": 2952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971336.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2738C>T",
"hgvs_p": "p.Ala913Val",
"transcript": "ENST00000922073.1",
"protein_id": "ENSP00000592132.1",
"transcript_support_level": null,
"aa_start": 913,
"aa_end": null,
"aa_length": 945,
"cds_start": 2738,
"cds_end": null,
"cds_length": 2838,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922073.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2696C>T",
"hgvs_p": "p.Ala899Val",
"transcript": "ENST00000856888.1",
"protein_id": "ENSP00000526947.1",
"transcript_support_level": null,
"aa_start": 899,
"aa_end": null,
"aa_length": 931,
"cds_start": 2696,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856888.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2675C>T",
"hgvs_p": "p.Ala892Val",
"transcript": "ENST00000922074.1",
"protein_id": "ENSP00000592133.1",
"transcript_support_level": null,
"aa_start": 892,
"aa_end": null,
"aa_length": 924,
"cds_start": 2675,
"cds_end": null,
"cds_length": 2775,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922074.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2663C>T",
"hgvs_p": "p.Ala888Val",
"transcript": "ENST00000971335.1",
"protein_id": "ENSP00000641394.1",
"transcript_support_level": null,
"aa_start": 888,
"aa_end": null,
"aa_length": 920,
"cds_start": 2663,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971335.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2573C>T",
"hgvs_p": "p.Ala858Val",
"transcript": "ENST00000922075.1",
"protein_id": "ENSP00000592134.1",
"transcript_support_level": null,
"aa_start": 858,
"aa_end": null,
"aa_length": 890,
"cds_start": 2573,
"cds_end": null,
"cds_length": 2673,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922075.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2531C>T",
"hgvs_p": "p.Ala844Val",
"transcript": "ENST00000856889.1",
"protein_id": "ENSP00000526948.1",
"transcript_support_level": null,
"aa_start": 844,
"aa_end": null,
"aa_length": 876,
"cds_start": 2531,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856889.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2375C>T",
"hgvs_p": "p.Ala792Val",
"transcript": "ENST00000856890.1",
"protein_id": "ENSP00000526949.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 824,
"cds_start": 2375,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856890.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.2918C>T",
"hgvs_p": "p.Ala973Val",
"transcript": "XM_017011816.2",
"protein_id": "XP_016867305.1",
"transcript_support_level": null,
"aa_start": 973,
"aa_end": null,
"aa_length": 1005,
"cds_start": 2918,
"cds_end": null,
"cds_length": 3018,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011816.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"hgvs_c": "c.*1329C>T",
"hgvs_p": null,
"transcript": "ENST00000616502.4",
"protein_id": "ENSP00000482702.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 306,
"cds_start": null,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616502.4"
}
],
"gene_symbol": "EPHB4",
"gene_hgnc_id": 3395,
"dbsnp": "rs139196073",
"frequency_reference_population": 0.00015075966,
"hom_count_reference_population": 0,
"allele_count_reference_population": 242,
"gnomad_exomes_af": 0.000075711,
"gnomad_genomes_af": 0.000866654,
"gnomad_exomes_ac": 110,
"gnomad_genomes_ac": 132,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.010346800088882446,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.296,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3954,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.3,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004444.5",
"gene_symbol": "EPHB4",
"hgnc_id": 3395,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2864C>T",
"hgvs_p": "p.Ala955Val"
}
],
"clinvar_disease": "Cardiovascular phenotype,not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:2",
"phenotype_combined": "not provided|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}