← 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-68431319-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=68431319&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 68431319,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000262340.6",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "c.1301C>A",
"hgvs_p": "p.Ala434Glu",
"transcript": "NM_000329.3",
"protein_id": "NP_000320.1",
"transcript_support_level": null,
"aa_start": 434,
"aa_end": null,
"aa_length": 533,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1350,
"cdna_end": null,
"cdna_length": 2605,
"mane_select": "ENST00000262340.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "c.1301C>A",
"hgvs_p": "p.Ala434Glu",
"transcript": "ENST00000262340.6",
"protein_id": "ENSP00000262340.5",
"transcript_support_level": 1,
"aa_start": 434,
"aa_end": null,
"aa_length": 533,
"cds_start": 1301,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1350,
"cdna_end": null,
"cdna_length": 2605,
"mane_select": "NM_000329.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "c.1193C>A",
"hgvs_p": "p.Ala398Glu",
"transcript": "NM_001406853.1",
"protein_id": "NP_001393782.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 497,
"cds_start": 1193,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1242,
"cdna_end": null,
"cdna_length": 2497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "c.1025C>A",
"hgvs_p": "p.Ala342Glu",
"transcript": "NM_001406856.1",
"protein_id": "NP_001393785.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 441,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 2454,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "c.1025C>A",
"hgvs_p": "p.Ala342Glu",
"transcript": "NM_001406857.1",
"protein_id": "NP_001393786.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 441,
"cds_start": 1025,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1267,
"cdna_end": null,
"cdna_length": 2522,
"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": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*1206C>A",
"hgvs_p": null,
"transcript": "ENST00000713936.1",
"protein_id": "ENSP00000519233.1",
"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": 3920,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*449C>A",
"hgvs_p": null,
"transcript": "ENST00000713937.1",
"protein_id": "ENSP00000519234.1",
"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": 4141,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*565C>A",
"hgvs_p": null,
"transcript": "ENST00000713938.1",
"protein_id": "ENSP00000519235.1",
"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": 2306,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*1021C>A",
"hgvs_p": null,
"transcript": "ENST00000713939.1",
"protein_id": "ENSP00000519236.1",
"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": 2097,
"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": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*1206C>A",
"hgvs_p": null,
"transcript": "ENST00000713936.1",
"protein_id": "ENSP00000519233.1",
"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": 3920,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*449C>A",
"hgvs_p": null,
"transcript": "ENST00000713937.1",
"protein_id": "ENSP00000519234.1",
"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": 4141,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*565C>A",
"hgvs_p": null,
"transcript": "ENST00000713938.1",
"protein_id": "ENSP00000519235.1",
"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": 2306,
"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": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"hgvs_c": "n.*1021C>A",
"hgvs_p": null,
"transcript": "ENST00000713939.1",
"protein_id": "ENSP00000519236.1",
"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": 2097,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124904198",
"gene_hgnc_id": null,
"hgvs_c": "n.71+11198G>T",
"hgvs_p": null,
"transcript": "XR_007066164.1",
"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": 3063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RPE65",
"gene_hgnc_id": 10294,
"dbsnp": "rs34627040",
"frequency_reference_population": 0.0000013683073,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136831,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.972728431224823,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.769,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9732,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.2,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.38,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.09,
"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_Supporting,PM3_Strong,PP4,PP1,PP3",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PM2_Supporting",
"PM3_Strong",
"PP4",
"PP1",
"PP3"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000262340.6",
"gene_symbol": "RPE65",
"hgnc_id": 10294,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1301C>A",
"hgvs_p": "p.Ala434Glu"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "XR_007066164.1",
"gene_symbol": "LOC124904198",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.71+11198G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Leber congenital amaurosis,Leber congenital amaurosis 2,RPE65-related recessive retinopathy,Retinitis pigmentosa 20",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "LP:3",
"phenotype_combined": "Leber congenital amaurosis 2;Retinitis pigmentosa 20|Leber congenital amaurosis 2|Leber congenital amaurosis|RPE65-related recessive retinopathy|Retinitis pigmentosa 20",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}