← 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-28404693-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=28404693&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PM5",
"PP3_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SLC46A1",
"hgnc_id": 30521,
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ala335Val",
"inheritance_mode": "AR",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_080669.6",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Moderate",
"acmg_score": 6,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": 0.1708,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.35,
"chr": "17",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.8552625179290771,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 459,
"aa_ref": "A",
"aa_start": 335,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6492,
"cdna_start": 1102,
"cds_end": null,
"cds_length": 1380,
"cds_start": 1004,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_080669.6",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ala335Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000612814.5",
"protein_coding": true,
"protein_id": "NP_542400.2",
"strand": false,
"transcript": "NM_080669.6",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 459,
"aa_ref": "A",
"aa_start": 335,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6492,
"cdna_start": 1102,
"cds_end": null,
"cds_length": 1380,
"cds_start": 1004,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000612814.5",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ala335Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_080669.6",
"protein_coding": true,
"protein_id": "ENSP00000480703.1",
"strand": false,
"transcript": "ENST00000612814.5",
"transcript_support_level": 2
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 431,
"aa_ref": "A",
"aa_start": 335,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5363,
"cdna_start": 1091,
"cds_end": null,
"cds_length": 1296,
"cds_start": 1004,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000618626.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ala335Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000483652.1",
"strand": false,
"transcript": "ENST00000618626.1",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 431,
"aa_ref": "A",
"aa_start": 335,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6408,
"cdna_start": 1102,
"cds_end": null,
"cds_length": 1296,
"cds_start": 1004,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_001242366.3",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ala335Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001229295.1",
"strand": false,
"transcript": "NM_001242366.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 399,
"aa_ref": "A",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1936,
"cdna_start": 922,
"cds_end": null,
"cds_length": 1200,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000884019.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.824C>T",
"hgvs_p": "p.Ala275Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000554078.1",
"strand": false,
"transcript": "ENST00000884019.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 371,
"aa_ref": "A",
"aa_start": 275,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2138,
"cdna_start": 857,
"cds_end": null,
"cds_length": 1116,
"cds_start": 824,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000942091.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.824C>T",
"hgvs_p": "p.Ala275Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000612150.1",
"strand": false,
"transcript": "ENST00000942091.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 123,
"aa_ref": "A",
"aa_start": 43,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 574,
"cdna_start": 129,
"cds_end": null,
"cds_length": 372,
"cds_start": 128,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000582735.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.128C>T",
"hgvs_p": "p.Ala43Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000463339.1",
"strand": false,
"transcript": "ENST00000582735.1",
"transcript_support_level": 4
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 415,
"aa_ref": "A",
"aa_start": 335,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6251,
"cdna_start": 1102,
"cds_end": null,
"cds_length": 1248,
"cds_start": 1004,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "XM_005277786.4",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.1004C>T",
"hgvs_p": "p.Ala335Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005277843.1",
"strand": false,
"transcript": "XM_005277786.4",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 385,
"aa_ref": "A",
"aa_start": 261,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6413,
"cdna_start": 1023,
"cds_end": null,
"cds_length": 1158,
"cds_start": 782,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_017024110.2",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.782C>T",
"hgvs_p": "p.Ala261Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016879599.1",
"strand": false,
"transcript": "XM_017024110.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 357,
"aa_ref": "A",
"aa_start": 261,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6329,
"cdna_start": 1023,
"cds_end": null,
"cds_length": 1074,
"cds_start": 782,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047435279.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.782C>T",
"hgvs_p": "p.Ala261Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047291235.1",
"strand": false,
"transcript": "XM_047435279.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 341,
"aa_ref": "A",
"aa_start": 261,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6172,
"cdna_start": 1023,
"cds_end": null,
"cds_length": 1026,
"cds_start": 782,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047435280.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.782C>T",
"hgvs_p": "p.Ala261Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047291236.1",
"strand": false,
"transcript": "XM_047435280.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 596,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000578217.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "n.143C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000578217.1",
"transcript_support_level": 4
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1435,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000582590.1",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "n.1058C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000582590.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 249,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1030,
"cdna_start": null,
"cds_end": null,
"cds_length": 751,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000584995.5",
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"hgvs_c": "c.*31C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000464190.1",
"strand": true,
"transcript": "ENST00000584995.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs281875208",
"effect": "missense_variant",
"frequency_reference_population": 6.841817e-7,
"gene_hgnc_id": 30521,
"gene_symbol": "SLC46A1",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84182e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 7.675,
"pos": 28404693,
"ref": "G",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.607,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_080669.6"
}
]
}