← 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: 11-6390895-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=6390895&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 6390895,
"ref": "C",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_000543.5",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "NM_000543.5",
"protein_id": "NP_000534.3",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 631,
"cds_start": 297,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000342245.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000543.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "ENST00000342245.9",
"protein_id": "ENSP00000340409.4",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 631,
"cds_start": 297,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000543.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000342245.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "n.297C>G",
"hgvs_p": null,
"transcript": "ENST00000531303.5",
"protein_id": "ENSP00000432625.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000531303.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "n.297C>G",
"hgvs_p": null,
"transcript": "ENST00000533123.5",
"protein_id": "ENSP00000435950.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000533123.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "n.297C>G",
"hgvs_p": null,
"transcript": "ENST00000534405.5",
"protein_id": "ENSP00000434353.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000534405.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "NM_001007593.3",
"protein_id": "NP_001007594.2",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 630,
"cds_start": 297,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001007593.3"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "ENST00000527275.5",
"protein_id": "ENSP00000435350.1",
"transcript_support_level": 2,
"aa_start": 99,
"aa_end": null,
"aa_length": 630,
"cds_start": 297,
"cds_end": null,
"cds_length": 1893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527275.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "ENST00000880909.1",
"protein_id": "ENSP00000550968.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 624,
"cds_start": 297,
"cds_end": null,
"cds_length": 1875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880909.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "ENST00000880910.1",
"protein_id": "ENSP00000550969.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 618,
"cds_start": 297,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880910.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "NM_001365135.2",
"protein_id": "NP_001352064.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 587,
"cds_start": 297,
"cds_end": null,
"cds_length": 1764,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365135.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "ENST00000880911.1",
"protein_id": "ENSP00000550970.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 527,
"cds_start": 297,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880911.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "NM_001318087.2",
"protein_id": "NP_001305016.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 508,
"cds_start": 297,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318087.2"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr",
"transcript": "XM_011520304.3",
"protein_id": "XP_011518606.1",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 464,
"cds_start": 297,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011520304.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.-665C>G",
"hgvs_p": null,
"transcript": "NM_001318088.2",
"protein_id": "NP_001305017.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 324,
"cds_start": null,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318088.2"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "c.-96+256C>G",
"hgvs_p": null,
"transcript": "ENST00000530395.1",
"protein_id": "ENSP00000431479.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 51,
"cds_start": null,
"cds_end": null,
"cds_length": 158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530395.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "n.422C>G",
"hgvs_p": null,
"transcript": "NR_027400.3",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_027400.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "n.422C>G",
"hgvs_p": null,
"transcript": "NR_134502.2",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_134502.2"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"hgvs_c": "n.374+82C>G",
"hgvs_p": null,
"transcript": "ENST00000533196.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": "ENST00000533196.1"
}
],
"gene_symbol": "SMPD1",
"gene_hgnc_id": 11120,
"dbsnp": "rs146630228",
"frequency_reference_population": 0.0010829242,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1748,
"gnomad_exomes_af": 0.0011239,
"gnomad_genomes_af": 0.000689519,
"gnomad_exomes_ac": 1643,
"gnomad_genomes_ac": 105,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6299999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.312,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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_Strong,BP6,BP7",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_000543.5",
"gene_symbol": "SMPD1",
"hgnc_id": 11120,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.297C>G",
"hgvs_p": "p.Thr99Thr"
}
],
"clinvar_disease": " type A, type B,Inborn genetic diseases,Niemann-Pick disease,SMPD1-related disorder,Sphingomyelin/cholesterol lipidosis,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:4",
"phenotype_combined": "Niemann-Pick disease, type B;Niemann-Pick disease, type A|Niemann-Pick disease, type A|Sphingomyelin/cholesterol lipidosis|not provided|Inborn genetic diseases|SMPD1-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}