← 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: 16-81082942-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=81082942&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 81082942,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000315467.9",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.446T>C",
"hgvs_p": "p.Leu149Pro",
"transcript": "NM_004483.5",
"protein_id": "NP_004474.2",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 173,
"cds_start": 446,
"cds_end": null,
"cds_length": 522,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 1560,
"mane_select": "ENST00000315467.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.446T>C",
"hgvs_p": "p.Leu149Pro",
"transcript": "ENST00000315467.9",
"protein_id": "ENSP00000319531.3",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 173,
"cds_start": 446,
"cds_end": null,
"cds_length": 522,
"cdna_start": 563,
"cdna_end": null,
"cdna_length": 1560,
"mane_select": "NM_004483.5",
"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": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.879T>C",
"hgvs_p": null,
"transcript": "ENST00000639137.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 1129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284512",
"gene_hgnc_id": null,
"hgvs_c": "c.424+1521T>C",
"hgvs_p": null,
"transcript": "ENST00000640345.1",
"protein_id": "ENSP00000492798.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 197,
"cds_start": -4,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260643",
"gene_hgnc_id": null,
"hgvs_c": "c.424+1521T>C",
"hgvs_p": null,
"transcript": "ENST00000564536.2",
"protein_id": "ENSP00000491651.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": -4,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1032,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.281T>C",
"hgvs_p": "p.Leu94Pro",
"transcript": "ENST00000561801.2",
"protein_id": "ENSP00000457645.2",
"transcript_support_level": 3,
"aa_start": 94,
"aa_end": null,
"aa_length": 118,
"cds_start": 281,
"cds_end": null,
"cds_length": 357,
"cdna_start": 281,
"cdna_end": null,
"cdna_length": 403,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.224T>C",
"hgvs_p": "p.Leu75Pro",
"transcript": "ENST00000640150.1",
"protein_id": "ENSP00000492163.1",
"transcript_support_level": 5,
"aa_start": 75,
"aa_end": null,
"aa_length": 99,
"cds_start": 224,
"cds_end": null,
"cds_length": 300,
"cdna_start": 226,
"cdna_end": null,
"cdna_length": 840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.464T>C",
"hgvs_p": "p.Leu155Pro",
"transcript": "XM_017023136.3",
"protein_id": "XP_016878625.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 179,
"cds_start": 464,
"cds_end": null,
"cds_length": 540,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1408,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.410T>C",
"hgvs_p": "p.Leu137Pro",
"transcript": "XM_017023137.2",
"protein_id": "XP_016878626.1",
"transcript_support_level": null,
"aa_start": 137,
"aa_end": null,
"aa_length": 161,
"cds_start": 410,
"cds_end": null,
"cds_length": 486,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 1331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.392T>C",
"hgvs_p": "p.Leu131Pro",
"transcript": "XM_047433900.1",
"protein_id": "XP_047289856.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 155,
"cds_start": 392,
"cds_end": null,
"cds_length": 468,
"cdna_start": 2891,
"cdna_end": null,
"cdna_length": 3888,
"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": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.*127T>C",
"hgvs_p": null,
"transcript": "ENST00000564386.6",
"protein_id": "ENSP00000457630.2",
"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": 975,
"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": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.499T>C",
"hgvs_p": null,
"transcript": "NR_033249.2",
"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": 1496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.*1456T>C",
"hgvs_p": null,
"transcript": "ENST00000639169.1",
"protein_id": "ENSP00000491127.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 162,
"cds_start": -4,
"cds_end": null,
"cds_length": 489,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.*13T>C",
"hgvs_p": null,
"transcript": "ENST00000569885.6",
"protein_id": "ENSP00000455579.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 65,
"cds_start": -4,
"cds_end": null,
"cds_length": 198,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "c.*1688T>C",
"hgvs_p": null,
"transcript": "ENST00000639689.1",
"protein_id": "ENSP00000492187.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 58,
"cds_start": -4,
"cds_end": null,
"cds_length": 177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"hgvs_c": "n.*127T>C",
"hgvs_p": null,
"transcript": "ENST00000564386.6",
"protein_id": "ENSP00000457630.2",
"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": 975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260643",
"gene_hgnc_id": null,
"hgvs_c": "c.379+1521T>C",
"hgvs_p": null,
"transcript": "ENST00000638948.1",
"protein_id": "ENSP00000491484.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": -4,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284512",
"gene_hgnc_id": null,
"hgvs_c": "c.130+13189T>C",
"hgvs_p": null,
"transcript": "ENST00000638192.1",
"protein_id": "ENSP00000492056.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": -4,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260643",
"gene_hgnc_id": null,
"hgvs_c": "n.424+1521T>C",
"hgvs_p": null,
"transcript": "ENST00000640370.1",
"protein_id": "ENSP00000492599.1",
"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": 2497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GCSH",
"gene_hgnc_id": 4208,
"dbsnp": "rs944048995",
"frequency_reference_population": null,
"hom_count_reference_population": null,
"allele_count_reference_population": null,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.00000657324,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7034518718719482,
"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.353,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.493,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.268,
"phylop100way_prediction": "Pathogenic",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000315467.9",
"gene_symbol": "GCSH",
"hgnc_id": 4208,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.446T>C",
"hgvs_p": "p.Leu149Pro"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000640345.1",
"gene_symbol": "ENSG00000284512",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.424+1521T>C",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000564536.2",
"gene_symbol": "ENSG00000260643",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.424+1521T>C",
"hgvs_p": null
}
],
"clinvar_disease": "Glycine encephalopathy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Glycine encephalopathy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}