← 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-113700866-TA-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=113700866&ref=TA&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"frameshift_variant"
],
"gene_symbol": "PHTF1",
"hgnc_id": 8939,
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_006608.3",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 3,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "1",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3657,
"cdna_start": 2467,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001323043.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000369604.6",
"protein_coding": true,
"protein_id": "NP_001309972.1",
"strand": false,
"transcript": "NM_001323043.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3657,
"cdna_start": 2467,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000369604.6",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001323043.2",
"protein_coding": true,
"protein_id": "ENSP00000358617.1",
"strand": false,
"transcript": "ENST00000369604.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3244,
"cdna_start": 2425,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000393357.6",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000377025.2",
"strand": false,
"transcript": "ENST00000393357.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3772,
"cdna_start": 2582,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001323041.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309970.1",
"strand": false,
"transcript": "NM_001323041.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3310,
"cdna_start": 2120,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001323042.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309971.1",
"strand": false,
"transcript": "NM_001323042.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3946,
"cdna_start": 2756,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NM_006608.3",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_006599.2",
"strand": false,
"transcript": "NM_006608.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4120,
"cdna_start": 2151,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000873091.1",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543150.1",
"strand": false,
"transcript": "ENST00000873091.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2954,
"cdna_start": 2140,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000873092.1",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543151.1",
"strand": false,
"transcript": "ENST00000873092.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 762,
"aa_ref": "L",
"aa_start": 658,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3469,
"cdna_start": 2649,
"cds_end": null,
"cds_length": 2289,
"cds_start": 1973,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000873093.1",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1973delT",
"hgvs_p": "p.Leu658fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543152.1",
"strand": false,
"transcript": "ENST00000873093.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 760,
"aa_ref": "L",
"aa_start": 656,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2923,
"cdna_start": 2114,
"cds_end": null,
"cds_length": 2283,
"cds_start": 1967,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000930186.1",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1967delT",
"hgvs_p": "p.Leu656fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600245.1",
"strand": false,
"transcript": "ENST00000930186.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 755,
"aa_ref": "L",
"aa_start": 651,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2921,
"cdna_start": 2109,
"cds_end": null,
"cds_length": 2268,
"cds_start": 1952,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000873094.1",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1952delT",
"hgvs_p": "p.Leu651fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000543153.1",
"strand": false,
"transcript": "ENST00000873094.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 720,
"aa_ref": "L",
"aa_start": 616,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4030,
"cdna_start": 2840,
"cds_end": null,
"cds_length": 2163,
"cds_start": 1847,
"consequences": [
"frameshift_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NM_001323044.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1847delT",
"hgvs_p": "p.Leu616fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309973.1",
"strand": false,
"transcript": "NM_001323044.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 720,
"aa_ref": "L",
"aa_start": 616,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3741,
"cdna_start": 2551,
"cds_end": null,
"cds_length": 2163,
"cds_start": 1847,
"consequences": [
"frameshift_variant"
],
"exon_count": 20,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NM_001323045.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1847delT",
"hgvs_p": "p.Leu616fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309974.1",
"strand": false,
"transcript": "NM_001323045.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 719,
"aa_ref": "L",
"aa_start": 615,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3261,
"cdna_start": 2453,
"cds_end": null,
"cds_length": 2160,
"cds_start": 1844,
"consequences": [
"frameshift_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000969008.1",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1844delT",
"hgvs_p": "p.Leu615fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000639067.1",
"strand": false,
"transcript": "ENST00000969008.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 717,
"aa_ref": "L",
"aa_start": 613,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3000,
"cdna_start": 2184,
"cds_end": null,
"cds_length": 2154,
"cds_start": 1838,
"consequences": [
"frameshift_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000369598.5",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1838delT",
"hgvs_p": "p.Leu613fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000358611.1",
"strand": false,
"transcript": "ENST00000369598.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 709,
"aa_ref": "L",
"aa_start": 605,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3075,
"cdna_start": 2259,
"cds_end": null,
"cds_length": 2130,
"cds_start": 1814,
"consequences": [
"frameshift_variant"
],
"exon_count": 18,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "ENST00000369600.5",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1814delT",
"hgvs_p": "p.Leu605fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000358613.1",
"strand": false,
"transcript": "ENST00000369600.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 476,
"aa_ref": "L",
"aa_start": 372,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3268,
"cdna_start": 2078,
"cds_end": null,
"cds_length": 1431,
"cds_start": 1115,
"consequences": [
"frameshift_variant"
],
"exon_count": 16,
"exon_rank": 13,
"exon_rank_end": null,
"feature": "NM_001323046.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "c.1115delT",
"hgvs_p": "p.Leu372fs",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001309975.1",
"strand": false,
"transcript": "NM_001323046.2",
"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": 4314,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 12,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000474926.5",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "n.3124delT",
"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": "ENST00000474926.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 836,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000481652.1",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "n.394delT",
"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": "ENST00000481652.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3907,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 21,
"exon_rank": 17,
"exon_rank_end": null,
"feature": "NR_136564.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "n.2666delT",
"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": "NR_136564.2",
"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": 3548,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 15,
"exon_rank_end": null,
"feature": "NR_136565.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "n.2307delT",
"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": "NR_136565.2",
"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": 3823,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NR_136566.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "n.2582delT",
"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": "NR_136566.2",
"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": 3708,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "NR_136567.2",
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"hgvs_c": "n.2467delT",
"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": "NR_136567.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs1168463464",
"effect": "frameshift_variant",
"frequency_reference_population": 0.0000020562509,
"gene_hgnc_id": 8939,
"gene_symbol": "PHTF1",
"gnomad_exomes_ac": 3,
"gnomad_exomes_af": 0.00000205625,
"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": 9.29,
"pos": 113700866,
"ref": "TA",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_006608.3"
}
]
}