← 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: 2-177629465-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=177629465&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 177629465,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_016953.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.2744C>T",
"hgvs_p": "p.Ala915Val",
"transcript": "NM_016953.4",
"protein_id": "NP_058649.3",
"transcript_support_level": null,
"aa_start": 915,
"aa_end": null,
"aa_length": 933,
"cds_start": 2744,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 3084,
"cdna_end": null,
"cdna_length": 9305,
"mane_select": "ENST00000286063.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.2744C>T",
"hgvs_p": "p.Ala915Val",
"transcript": "ENST00000286063.11",
"protein_id": "ENSP00000286063.5",
"transcript_support_level": 1,
"aa_start": 915,
"aa_end": null,
"aa_length": 933,
"cds_start": 2744,
"cds_end": null,
"cds_length": 2802,
"cdna_start": 3084,
"cdna_end": null,
"cdna_length": 9305,
"mane_select": "NM_016953.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.1994C>T",
"hgvs_p": "p.Ala665Val",
"transcript": "ENST00000358450.8",
"protein_id": "ENSP00000351232.4",
"transcript_support_level": 1,
"aa_start": 665,
"aa_end": null,
"aa_length": 683,
"cds_start": 1994,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2093,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.1670C>T",
"hgvs_p": "p.Ala557Val",
"transcript": "ENST00000409504.5",
"protein_id": "ENSP00000386539.1",
"transcript_support_level": 1,
"aa_start": 557,
"aa_end": null,
"aa_length": 575,
"cds_start": 1670,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1761,
"cdna_end": null,
"cdna_length": 2102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.1412C>T",
"hgvs_p": "p.Ala471Val",
"transcript": "ENST00000389683.7",
"protein_id": "ENSP00000374333.3",
"transcript_support_level": 1,
"aa_start": 471,
"aa_end": null,
"aa_length": 489,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1562,
"cdna_end": null,
"cdna_length": 1781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.1994C>T",
"hgvs_p": "p.Ala665Val",
"transcript": "NM_001077197.2",
"protein_id": "NP_001070665.1",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 683,
"cds_start": 1994,
"cds_end": null,
"cds_length": 2052,
"cdna_start": 2093,
"cdna_end": null,
"cdna_length": 8314,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.1670C>T",
"hgvs_p": "p.Ala557Val",
"transcript": "NM_001077358.2",
"protein_id": "NP_001070826.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 575,
"cds_start": 1670,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 1803,
"cdna_end": null,
"cdna_length": 8024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.1412C>T",
"hgvs_p": "p.Ala471Val",
"transcript": "NM_001077196.2",
"protein_id": "NP_001070664.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 489,
"cds_start": 1412,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 1580,
"cdna_end": null,
"cdna_length": 7801,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"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": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "c.350C>T",
"hgvs_p": "p.Ala117Val",
"transcript": "ENST00000436700.5",
"protein_id": "ENSP00000406922.1",
"transcript_support_level": 2,
"aa_start": 117,
"aa_end": null,
"aa_length": 135,
"cds_start": 350,
"cds_end": null,
"cds_length": 408,
"cdna_start": 351,
"cdna_end": null,
"cdna_length": 1204,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "n.280C>T",
"hgvs_p": null,
"transcript": "ENST00000478646.5",
"protein_id": null,
"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": 570,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"hgvs_c": "n.498C>T",
"hgvs_p": null,
"transcript": "ENST00000488399.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PDE11A",
"gene_hgnc_id": 8773,
"dbsnp": "rs201797877",
"frequency_reference_population": 0.000009294245,
"hom_count_reference_population": 0,
"allele_count_reference_population": 15,
"gnomad_exomes_af": 0.00000889447,
"gnomad_genomes_af": 0.0000131303,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.024630963802337646,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.128,
"revel_prediction": "Benign",
"alphamissense_score": 0.0812,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.186,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_016953.4",
"gene_symbol": "PDE11A",
"hgnc_id": 8773,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2744C>T",
"hgvs_p": "p.Ala915Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}