← 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: 1-40074068-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=40074068&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 40074068,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_000310.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.914T>G",
"hgvs_p": "p.Leu305Arg",
"transcript": "NM_000310.4",
"protein_id": "NP_000301.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 306,
"cds_start": 914,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000642050.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000310.4"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.914T>G",
"hgvs_p": "p.Leu305Arg",
"transcript": "ENST00000642050.2",
"protein_id": "ENSP00000493153.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 306,
"cds_start": 914,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000310.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642050.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.911T>G",
"hgvs_p": "p.Leu304Arg",
"transcript": "ENST00000433473.8",
"protein_id": "ENSP00000394863.4",
"transcript_support_level": 1,
"aa_start": 304,
"aa_end": null,
"aa_length": 305,
"cds_start": 911,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433473.8"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.*537T>G",
"hgvs_p": null,
"transcript": "ENST00000530704.6",
"protein_id": "ENSP00000431655.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": "ENST00000530704.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.*537T>G",
"hgvs_p": null,
"transcript": "ENST00000530704.6",
"protein_id": "ENSP00000431655.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": "ENST00000530704.6"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.1001T>G",
"hgvs_p": "p.Leu334Arg",
"transcript": "ENST00000641471.1",
"protein_id": "ENSP00000493146.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 335,
"cds_start": 1001,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000641471.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.929T>G",
"hgvs_p": "p.Leu310Arg",
"transcript": "ENST00000917762.1",
"protein_id": "ENSP00000587821.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 311,
"cds_start": 929,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917762.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.842T>G",
"hgvs_p": "p.Leu281Arg",
"transcript": "NM_001363695.2",
"protein_id": "NP_001350624.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 282,
"cds_start": 842,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363695.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.842T>G",
"hgvs_p": "p.Leu281Arg",
"transcript": "ENST00000439754.6",
"protein_id": "ENSP00000403207.2",
"transcript_support_level": 3,
"aa_start": 281,
"aa_end": null,
"aa_length": 282,
"cds_start": 842,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000439754.6"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.605T>G",
"hgvs_p": "p.Leu202Arg",
"transcript": "NM_001142604.2",
"protein_id": "NP_001136076.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 203,
"cds_start": 605,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142604.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.605T>G",
"hgvs_p": "p.Leu202Arg",
"transcript": "ENST00000449045.7",
"protein_id": "ENSP00000392293.2",
"transcript_support_level": 2,
"aa_start": 202,
"aa_end": null,
"aa_length": 203,
"cds_start": 605,
"cds_end": null,
"cds_length": 612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449045.7"
},
{
"aa_ref": "L",
"aa_alt": "R",
"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": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.257T>G",
"hgvs_p": "p.Leu86Arg",
"transcript": "ENST00000530076.6",
"protein_id": "ENSP00000434007.1",
"transcript_support_level": 2,
"aa_start": 86,
"aa_end": null,
"aa_length": 87,
"cds_start": 257,
"cds_end": null,
"cds_length": 264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530076.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.*33T>G",
"hgvs_p": null,
"transcript": "ENST00000641083.1",
"protein_id": "ENSP00000493369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 322,
"cds_start": null,
"cds_end": null,
"cds_length": 969,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000641083.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.*124T>G",
"hgvs_p": null,
"transcript": "ENST00000641319.1",
"protein_id": "ENSP00000493128.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 301,
"cds_start": null,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000641319.1"
},
{
"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": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.*100T>G",
"hgvs_p": null,
"transcript": "ENST00000641381.1",
"protein_id": "ENSP00000493359.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 77,
"cds_start": null,
"cds_end": null,
"cds_length": 234,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000641381.1"
},
{
"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": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.311T>G",
"hgvs_p": null,
"transcript": "ENST00000372775.2",
"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": "ENST00000372775.2"
},
{
"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": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.914T>G",
"hgvs_p": null,
"transcript": "ENST00000529905.5",
"protein_id": "ENSP00000432053.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000529905.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.1151T>G",
"hgvs_p": null,
"transcript": "ENST00000641236.1",
"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": "retained_intron",
"feature": "ENST00000641236.1"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.*766T>G",
"hgvs_p": null,
"transcript": "ENST00000641691.1",
"protein_id": "ENSP00000492910.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000641691.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.*343T>G",
"hgvs_p": null,
"transcript": "ENST00000641924.1",
"protein_id": "ENSP00000493063.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000641924.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.*766T>G",
"hgvs_p": null,
"transcript": "ENST00000641691.1",
"protein_id": "ENSP00000492910.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000641691.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "n.*343T>G",
"hgvs_p": null,
"transcript": "ENST00000641924.1",
"protein_id": "ENSP00000493063.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000641924.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"hgvs_c": "c.*59T>G",
"hgvs_p": null,
"transcript": "ENST00000527311.7",
"protein_id": "ENSP00000436695.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 207,
"cds_start": null,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527311.7"
}
],
"gene_symbol": "PPT1",
"gene_hgnc_id": 9325,
"dbsnp": "rs386833671",
"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.9676225185394287,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.955,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7855,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.455,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Strong",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2",
"PM5",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_000310.4",
"gene_symbol": "PPT1",
"hgnc_id": 9325,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.914T>G",
"hgvs_p": "p.Leu305Arg"
}
],
"clinvar_disease": "Neuronal ceroid lipofuscinosis 1",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Neuronal ceroid lipofuscinosis 1",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}