← 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: 17-19560278-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=19560278&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 19560278,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000270570.8",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "c.1012G>A",
"hgvs_p": "p.Val338Ile",
"transcript": "NM_018242.3",
"protein_id": "NP_060712.2",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 570,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 3280,
"mane_select": "ENST00000270570.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "c.1012G>A",
"hgvs_p": "p.Val338Ile",
"transcript": "ENST00000270570.8",
"protein_id": "ENSP00000270570.4",
"transcript_support_level": 1,
"aa_start": 338,
"aa_end": null,
"aa_length": 570,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1713,
"cdna_start": 1098,
"cdna_end": null,
"cdna_length": 3280,
"mane_select": "NM_018242.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "c.1012G>A",
"hgvs_p": "p.Val338Ile",
"transcript": "ENST00000395585.5",
"protein_id": "ENSP00000378951.1",
"transcript_support_level": 1,
"aa_start": 338,
"aa_end": null,
"aa_length": 586,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1072,
"cdna_end": null,
"cdna_length": 1998,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "c.427G>A",
"hgvs_p": "p.Val143Ile",
"transcript": "ENST00000571335.5",
"protein_id": "ENSP00000462630.1",
"transcript_support_level": 1,
"aa_start": 143,
"aa_end": null,
"aa_length": 316,
"cds_start": 427,
"cds_end": null,
"cds_length": 951,
"cdna_start": 847,
"cdna_end": null,
"cdna_length": 1415,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "c.498+10601G>A",
"hgvs_p": null,
"transcript": "ENST00000575023.5",
"protein_id": "ENSP00000460164.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 268,
"cds_start": -4,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2224,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "c.943G>A",
"hgvs_p": "p.Val315Ile",
"transcript": "ENST00000436810.6",
"protein_id": "ENSP00000407155.2",
"transcript_support_level": 2,
"aa_start": 315,
"aa_end": null,
"aa_length": 443,
"cds_start": 943,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 1055,
"cdna_end": null,
"cdna_length": 1719,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "n.455G>A",
"hgvs_p": null,
"transcript": "ENST00000495425.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1066,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "n.340G>A",
"hgvs_p": null,
"transcript": "ENST00000573009.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1317,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000262769",
"gene_hgnc_id": null,
"hgvs_c": "n.563C>T",
"hgvs_p": null,
"transcript": "ENST00000574267.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "n.277G>A",
"hgvs_p": null,
"transcript": "ENST00000575377.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"hgvs_c": "n.1068+4216G>A",
"hgvs_p": null,
"transcript": "ENST00000497548.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1900,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC105371578",
"gene_hgnc_id": null,
"hgvs_c": "n.*17C>T",
"hgvs_p": null,
"transcript": "XR_934310.4",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC47A1",
"gene_hgnc_id": 25588,
"dbsnp": "rs35790011",
"frequency_reference_population": 0.0033030175,
"hom_count_reference_population": 155,
"allele_count_reference_population": 5330,
"gnomad_exomes_af": 0.00183993,
"gnomad_genomes_af": 0.0173513,
"gnomad_exomes_ac": 2689,
"gnomad_genomes_ac": 2641,
"gnomad_exomes_homalt": 74,
"gnomad_genomes_homalt": 81,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0032660961151123047,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.021,
"revel_prediction": "Benign",
"alphamissense_score": 0.0852,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.246,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000270570.8",
"gene_symbol": "SLC47A1",
"hgnc_id": 25588,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1012G>A",
"hgvs_p": "p.Val338Ile"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000574267.1",
"gene_symbol": "ENSG00000262769",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.563C>T",
"hgvs_p": null
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "XR_934310.4",
"gene_symbol": "LOC105371578",
"hgnc_id": null,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*17C>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
}