← 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: 5-149886354-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=149886354&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 149886354,
"ref": "G",
"alt": "C",
"effect": "stop_gained",
"transcript": "NM_000440.3",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.1749C>G",
"hgvs_p": "p.Tyr583*",
"transcript": "NM_000440.3",
"protein_id": "NP_000431.2",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 860,
"cds_start": 1749,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000255266.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000440.3"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.1749C>G",
"hgvs_p": "p.Tyr583*",
"transcript": "ENST00000255266.10",
"protein_id": "ENSP00000255266.5",
"transcript_support_level": 1,
"aa_start": 583,
"aa_end": null,
"aa_length": 860,
"cds_start": 1749,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000440.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000255266.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "n.1933C>G",
"hgvs_p": null,
"transcript": "ENST00000508173.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000508173.5"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.1605C>G",
"hgvs_p": "p.Tyr535*",
"transcript": "ENST00000890426.1",
"protein_id": "ENSP00000560485.1",
"transcript_support_level": null,
"aa_start": 535,
"aa_end": null,
"aa_length": 812,
"cds_start": 1605,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890426.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.1506C>G",
"hgvs_p": "p.Tyr502*",
"transcript": "NM_001410788.1",
"protein_id": "NP_001397717.1",
"transcript_support_level": null,
"aa_start": 502,
"aa_end": null,
"aa_length": 779,
"cds_start": 1506,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410788.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.1506C>G",
"hgvs_p": "p.Tyr502*",
"transcript": "ENST00000613228.1",
"protein_id": "ENSP00000478060.1",
"transcript_support_level": 5,
"aa_start": 502,
"aa_end": null,
"aa_length": 779,
"cds_start": 1506,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613228.1"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.864C>G",
"hgvs_p": "p.Tyr288*",
"transcript": "XM_011537650.3",
"protein_id": "XP_011535952.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 565,
"cds_start": 864,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537650.3"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.702C>G",
"hgvs_p": "p.Tyr234*",
"transcript": "XM_011537651.2",
"protein_id": "XP_011535953.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 511,
"cds_start": 702,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537651.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.672C>G",
"hgvs_p": "p.Tyr224*",
"transcript": "XM_011537653.2",
"protein_id": "XP_011535955.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 501,
"cds_start": 672,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537653.2"
},
{
"aa_ref": "Y",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"hgvs_c": "c.672C>G",
"hgvs_p": "p.Tyr224*",
"transcript": "XM_011537654.2",
"protein_id": "XP_011535956.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 501,
"cds_start": 672,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011537654.2"
}
],
"gene_symbol": "PDE6A",
"gene_hgnc_id": 8785,
"dbsnp": "rs121918576",
"frequency_reference_population": 0.0000024785081,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000205247,
"gnomad_genomes_af": 0.00000656953,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5899999737739563,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.59,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.613,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000440.3",
"gene_symbol": "PDE6A",
"hgnc_id": 8785,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1749C>G",
"hgvs_p": "p.Tyr583*"
}
],
"clinvar_disease": "Retinitis pigmentosa,Retinitis pigmentosa 43,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:5",
"phenotype_combined": "Retinitis pigmentosa 43|Retinitis pigmentosa|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}