← 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-49785313-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=14&pos=49785313&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "14",
"pos": 49785313,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004713.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2936T>A",
"hgvs_p": "p.Leu979Gln",
"transcript": "NM_004713.6",
"protein_id": "NP_004704.3",
"transcript_support_level": null,
"aa_start": 979,
"aa_end": null,
"aa_length": 1076,
"cds_start": 2936,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000298310.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004713.6"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2936T>A",
"hgvs_p": "p.Leu979Gln",
"transcript": "ENST00000298310.10",
"protein_id": "ENSP00000298310.5",
"transcript_support_level": 5,
"aa_start": 979,
"aa_end": null,
"aa_length": 1076,
"cds_start": 2936,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004713.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298310.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHDC2",
"gene_hgnc_id": 20231,
"hgvs_c": "c.*2360A>T",
"hgvs_p": null,
"transcript": "NM_014315.3",
"protein_id": "NP_055130.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 406,
"cds_start": null,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000298307.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014315.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KLHDC2",
"gene_hgnc_id": 20231,
"hgvs_c": "c.*2360A>T",
"hgvs_p": null,
"transcript": "ENST00000298307.10",
"protein_id": "ENSP00000298307.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 406,
"cds_start": null,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014315.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000298307.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "n.1760T>A",
"hgvs_p": null,
"transcript": "ENST00000556074.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": "ENST00000556074.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "n.462T>A",
"hgvs_p": null,
"transcript": "ENST00000557193.1",
"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": "ENST00000557193.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2933T>A",
"hgvs_p": "p.Leu978Gln",
"transcript": "ENST00000925604.1",
"protein_id": "ENSP00000595663.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 1075,
"cds_start": 2933,
"cds_end": null,
"cds_length": 3228,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925604.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2900T>A",
"hgvs_p": "p.Leu967Gln",
"transcript": "ENST00000925603.1",
"protein_id": "ENSP00000595662.1",
"transcript_support_level": null,
"aa_start": 967,
"aa_end": null,
"aa_length": 1064,
"cds_start": 2900,
"cds_end": null,
"cds_length": 3195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925603.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2873T>A",
"hgvs_p": "p.Leu958Gln",
"transcript": "NM_001301732.3",
"protein_id": "NP_001288661.2",
"transcript_support_level": null,
"aa_start": 958,
"aa_end": null,
"aa_length": 1055,
"cds_start": 2873,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001301732.3"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2849T>A",
"hgvs_p": "p.Leu950Gln",
"transcript": "ENST00000943722.1",
"protein_id": "ENSP00000613781.1",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 1047,
"cds_start": 2849,
"cds_end": null,
"cds_length": 3144,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943722.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2810T>A",
"hgvs_p": "p.Leu937Gln",
"transcript": "ENST00000555970.5",
"protein_id": "ENSP00000452540.1",
"transcript_support_level": 2,
"aa_start": 937,
"aa_end": null,
"aa_length": 997,
"cds_start": 2810,
"cds_end": null,
"cds_length": 2996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000555970.5"
},
{
"aa_ref": "Y",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2968T>A",
"hgvs_p": "p.Tyr990Asn",
"transcript": "XM_047431911.1",
"protein_id": "XP_047287867.1",
"transcript_support_level": null,
"aa_start": 990,
"aa_end": null,
"aa_length": 993,
"cds_start": 2968,
"cds_end": null,
"cds_length": 2982,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431911.1"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2249T>A",
"hgvs_p": "p.Leu750Gln",
"transcript": "XM_017021761.2",
"protein_id": "XP_016877250.1",
"transcript_support_level": null,
"aa_start": 750,
"aa_end": null,
"aa_length": 847,
"cds_start": 2249,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021761.2"
},
{
"aa_ref": "L",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "c.2249T>A",
"hgvs_p": "p.Leu750Gln",
"transcript": "XM_047431912.1",
"protein_id": "XP_047287868.1",
"transcript_support_level": null,
"aa_start": 750,
"aa_end": null,
"aa_length": 847,
"cds_start": 2249,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047431912.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "KLHDC2",
"gene_hgnc_id": 20231,
"hgvs_c": "c.1098-267A>T",
"hgvs_p": null,
"transcript": "XM_006720094.5",
"protein_id": "XP_006720157.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 368,
"cds_start": null,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720094.5"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "n.465T>A",
"hgvs_p": null,
"transcript": "ENST00000554275.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000554275.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "n.945T>A",
"hgvs_p": null,
"transcript": "ENST00000556691.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000556691.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"hgvs_c": "n.2425T>A",
"hgvs_p": null,
"transcript": "ENST00000556925.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000556925.5"
}
],
"gene_symbol": "NEMF",
"gene_hgnc_id": 10663,
"dbsnp": "rs1890115830",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4574286937713623,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.232,
"revel_prediction": "Benign",
"alphamissense_score": 0.1798,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.52,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004713.6",
"gene_symbol": "NEMF",
"hgnc_id": 10663,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2936T>A",
"hgvs_p": "p.Leu979Gln"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014315.3",
"gene_symbol": "KLHDC2",
"hgnc_id": 20231,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*2360A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}