← 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-100803477-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100803477&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100803477,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_004444.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"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.2948C>T",
"hgvs_p": "p.Pro983Leu",
"transcript": "NM_004444.5",
"protein_id": "NP_004435.3",
"transcript_support_level": null,
"aa_start": 983,
"aa_end": null,
"aa_length": 987,
"cds_start": 2948,
"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": "P",
"aa_alt": "L",
"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.2948C>T",
"hgvs_p": "p.Pro983Leu",
"transcript": "ENST00000358173.8",
"protein_id": "ENSP00000350896.3",
"transcript_support_level": 1,
"aa_start": 983,
"aa_end": null,
"aa_length": 987,
"cds_start": 2948,
"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": "P",
"aa_alt": "L",
"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.2792C>T",
"hgvs_p": "p.Pro931Leu",
"transcript": "ENST00000360620.7",
"protein_id": "ENSP00000353833.3",
"transcript_support_level": 1,
"aa_start": 931,
"aa_end": null,
"aa_length": 935,
"cds_start": 2792,
"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.4149C>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": "P",
"aa_alt": "L",
"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.3122C>T",
"hgvs_p": "p.Pro1041Leu",
"transcript": "ENST00000922076.1",
"protein_id": "ENSP00000592135.1",
"transcript_support_level": null,
"aa_start": 1041,
"aa_end": null,
"aa_length": 1045,
"cds_start": 3122,
"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": "P",
"aa_alt": "L",
"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.3113C>T",
"hgvs_p": "p.Pro1038Leu",
"transcript": "ENST00000922072.1",
"protein_id": "ENSP00000592131.1",
"transcript_support_level": null,
"aa_start": 1038,
"aa_end": null,
"aa_length": 1042,
"cds_start": 3113,
"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": "P",
"aa_alt": "L",
"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.3002C>T",
"hgvs_p": "p.Pro1001Leu",
"transcript": "ENST00000856891.1",
"protein_id": "ENSP00000526950.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1005,
"cds_start": 3002,
"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": "P",
"aa_alt": "L",
"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.2987C>T",
"hgvs_p": "p.Pro996Leu",
"transcript": "ENST00000856892.1",
"protein_id": "ENSP00000526951.1",
"transcript_support_level": null,
"aa_start": 996,
"aa_end": null,
"aa_length": 1000,
"cds_start": 2987,
"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": "P",
"aa_alt": "L",
"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.2960C>T",
"hgvs_p": "p.Pro987Leu",
"transcript": "ENST00000856893.1",
"protein_id": "ENSP00000526952.1",
"transcript_support_level": null,
"aa_start": 987,
"aa_end": null,
"aa_length": 991,
"cds_start": 2960,
"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": "P",
"aa_alt": "L",
"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.2936C>T",
"hgvs_p": "p.Pro979Leu",
"transcript": "ENST00000971336.1",
"protein_id": "ENSP00000641395.1",
"transcript_support_level": null,
"aa_start": 979,
"aa_end": null,
"aa_length": 983,
"cds_start": 2936,
"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": "P",
"aa_alt": "L",
"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.2822C>T",
"hgvs_p": "p.Pro941Leu",
"transcript": "ENST00000922073.1",
"protein_id": "ENSP00000592132.1",
"transcript_support_level": null,
"aa_start": 941,
"aa_end": null,
"aa_length": 945,
"cds_start": 2822,
"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": "P",
"aa_alt": "L",
"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.2780C>T",
"hgvs_p": "p.Pro927Leu",
"transcript": "ENST00000856888.1",
"protein_id": "ENSP00000526947.1",
"transcript_support_level": null,
"aa_start": 927,
"aa_end": null,
"aa_length": 931,
"cds_start": 2780,
"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": "P",
"aa_alt": "L",
"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.2759C>T",
"hgvs_p": "p.Pro920Leu",
"transcript": "ENST00000922074.1",
"protein_id": "ENSP00000592133.1",
"transcript_support_level": null,
"aa_start": 920,
"aa_end": null,
"aa_length": 924,
"cds_start": 2759,
"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": "P",
"aa_alt": "L",
"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.2747C>T",
"hgvs_p": "p.Pro916Leu",
"transcript": "ENST00000971335.1",
"protein_id": "ENSP00000641394.1",
"transcript_support_level": null,
"aa_start": 916,
"aa_end": null,
"aa_length": 920,
"cds_start": 2747,
"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": "P",
"aa_alt": "L",
"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.2657C>T",
"hgvs_p": "p.Pro886Leu",
"transcript": "ENST00000922075.1",
"protein_id": "ENSP00000592134.1",
"transcript_support_level": null,
"aa_start": 886,
"aa_end": null,
"aa_length": 890,
"cds_start": 2657,
"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": "P",
"aa_alt": "L",
"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.2615C>T",
"hgvs_p": "p.Pro872Leu",
"transcript": "ENST00000856889.1",
"protein_id": "ENSP00000526948.1",
"transcript_support_level": null,
"aa_start": 872,
"aa_end": null,
"aa_length": 876,
"cds_start": 2615,
"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": "P",
"aa_alt": "L",
"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.2459C>T",
"hgvs_p": "p.Pro820Leu",
"transcript": "ENST00000856890.1",
"protein_id": "ENSP00000526949.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 824,
"cds_start": 2459,
"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": "P",
"aa_alt": "L",
"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.3002C>T",
"hgvs_p": "p.Pro1001Leu",
"transcript": "XM_017011816.2",
"protein_id": "XP_016867305.1",
"transcript_support_level": null,
"aa_start": 1001,
"aa_end": null,
"aa_length": 1005,
"cds_start": 3002,
"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.*1413C>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": "rs768926072",
"frequency_reference_population": 0.000016503074,
"hom_count_reference_population": 1,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.000017565,
"gnomad_genomes_af": 0.00000657117,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.14973017573356628,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.09,
"revel_prediction": "Benign",
"alphamissense_score": 0.0801,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.81,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_004444.5",
"gene_symbol": "EPHB4",
"hgnc_id": 3395,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2948C>T",
"hgvs_p": "p.Pro983Leu"
}
],
"clinvar_disease": "Cardiovascular phenotype,EPHB4-related disorder",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Cardiovascular phenotype|EPHB4-related disorder",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}