← 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: 16-53600431-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=53600431&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 53600431,
"ref": "T",
"alt": "G",
"effect": "3_prime_UTR_variant",
"transcript": "NM_015272.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "NM_015272.5",
"protein_id": "NP_056087.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1315,
"cds_start": null,
"cds_end": null,
"cds_length": 3948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000647211.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015272.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "ENST00000647211.2",
"protein_id": "ENSP00000493946.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1315,
"cds_start": null,
"cds_end": null,
"cds_length": 3948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015272.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647211.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "ENST00000621565.5",
"protein_id": "ENSP00000480698.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1269,
"cds_start": null,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621565.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "NM_001330538.2",
"protein_id": "NP_001317467.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1281,
"cds_start": null,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330538.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "NM_001308334.3",
"protein_id": "NP_001295263.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1269,
"cds_start": null,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308334.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "NM_001127897.4",
"protein_id": "NP_001121369.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": null,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001127897.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "ENST00000262135.9",
"protein_id": "ENSP00000262135.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": null,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262135.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_047433869.1",
"protein_id": "XP_047289825.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1319,
"cds_start": null,
"cds_end": null,
"cds_length": 3960,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433869.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_047433870.1",
"protein_id": "XP_047289826.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1315,
"cds_start": null,
"cds_end": null,
"cds_length": 3948,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433870.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_047433871.1",
"protein_id": "XP_047289827.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1281,
"cds_start": null,
"cds_end": null,
"cds_length": 3846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433871.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_005255868.3",
"protein_id": "XP_005255925.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1273,
"cds_start": null,
"cds_end": null,
"cds_length": 3822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255868.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_017023095.3",
"protein_id": "XP_016878584.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1239,
"cds_start": null,
"cds_end": null,
"cds_length": 3720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023095.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_047433872.1",
"protein_id": "XP_047289828.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1235,
"cds_start": null,
"cds_end": null,
"cds_length": 3708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433872.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_017023098.2",
"protein_id": "XP_016878587.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 730,
"cds_start": null,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023098.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "c.*1645A>C",
"hgvs_p": null,
"transcript": "XM_017023099.2",
"protein_id": "XP_016878588.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 730,
"cds_start": null,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023099.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.6017A>C",
"hgvs_p": null,
"transcript": "ENST00000565343.2",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000565343.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.*2353A>C",
"hgvs_p": null,
"transcript": "ENST00000680193.1",
"protein_id": "ENSP00000506379.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": "ENST00000680193.1"
},
{
"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": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.3365A>C",
"hgvs_p": null,
"transcript": "ENST00000681587.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": "ENST00000681587.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"hgvs_c": "n.*2353A>C",
"hgvs_p": null,
"transcript": "ENST00000680193.1",
"protein_id": "ENSP00000506379.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": "ENST00000680193.1"
}
],
"gene_symbol": "RPGRIP1L",
"gene_hgnc_id": 29168,
"dbsnp": "rs144554139",
"frequency_reference_population": 0.00001970288,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0000197029,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.3400000035762787,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.541,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015272.5",
"gene_symbol": "RPGRIP1L",
"hgnc_id": 29168,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*1645A>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}