← 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: 19-7467400-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7467400&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7467400,
"ref": "G",
"alt": "T",
"effect": "stop_gained",
"transcript": "NM_001367823.1",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.3196G>T",
"hgvs_p": "p.Glu1066*",
"transcript": "NM_001367823.1",
"protein_id": "NP_001354752.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1361,
"cds_start": 3196,
"cds_end": null,
"cds_length": 4086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000668164.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367823.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.3196G>T",
"hgvs_p": "p.Glu1066*",
"transcript": "ENST00000668164.2",
"protein_id": "ENSP00000499655.2",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1361,
"cds_start": 3196,
"cds_end": null,
"cds_length": 4086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001367823.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000668164.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2158G>T",
"hgvs_p": "p.Glu720*",
"transcript": "ENST00000617428.4",
"protein_id": "ENSP00000482647.4",
"transcript_support_level": 1,
"aa_start": 720,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2158,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617428.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2155G>T",
"hgvs_p": "p.Glu719*",
"transcript": "ENST00000319670.14",
"protein_id": "ENSP00000319200.8",
"transcript_support_level": 1,
"aa_start": 719,
"aa_end": null,
"aa_length": 1014,
"cds_start": 2155,
"cds_end": null,
"cds_length": 3045,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000319670.14"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2470G>T",
"hgvs_p": "p.Glu824*",
"transcript": "NM_001130955.2",
"protein_id": "NP_001124427.2",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 1119,
"cds_start": 2470,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130955.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2470G>T",
"hgvs_p": "p.Glu824*",
"transcript": "ENST00000359920.11",
"protein_id": "ENSP00000352995.5",
"transcript_support_level": 2,
"aa_start": 824,
"aa_end": null,
"aa_length": 1119,
"cds_start": 2470,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359920.11"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2158G>T",
"hgvs_p": "p.Glu720*",
"transcript": "NM_001367824.1",
"protein_id": "NP_001354753.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2158,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367824.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2158G>T",
"hgvs_p": "p.Glu720*",
"transcript": "NM_015318.4",
"protein_id": "NP_056133.2",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2158,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015318.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2158G>T",
"hgvs_p": "p.Glu720*",
"transcript": "ENST00000594665.2",
"protein_id": "ENSP00000470729.2",
"transcript_support_level": 2,
"aa_start": 720,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2158,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000594665.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.3391G>T",
"hgvs_p": "p.Glu1131*",
"transcript": "XM_005272464.5",
"protein_id": "XP_005272521.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1426,
"cds_start": 3391,
"cds_end": null,
"cds_length": 4281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272464.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.3391G>T",
"hgvs_p": "p.Glu1131*",
"transcript": "XM_011527836.3",
"protein_id": "XP_011526138.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1426,
"cds_start": 3391,
"cds_end": null,
"cds_length": 4281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527836.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.3391G>T",
"hgvs_p": "p.Glu1131*",
"transcript": "XM_011527837.3",
"protein_id": "XP_011526139.1",
"transcript_support_level": null,
"aa_start": 1131,
"aa_end": null,
"aa_length": 1370,
"cds_start": 3391,
"cds_end": null,
"cds_length": 4113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527837.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.3196G>T",
"hgvs_p": "p.Glu1066*",
"transcript": "XM_006722706.4",
"protein_id": "XP_006722769.1",
"transcript_support_level": null,
"aa_start": 1066,
"aa_end": null,
"aa_length": 1361,
"cds_start": 3196,
"cds_end": null,
"cds_length": 4086,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722706.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.3148G>T",
"hgvs_p": "p.Glu1050*",
"transcript": "XM_011527839.3",
"protein_id": "XP_011526141.1",
"transcript_support_level": null,
"aa_start": 1050,
"aa_end": null,
"aa_length": 1345,
"cds_start": 3148,
"cds_end": null,
"cds_length": 4038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527839.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2158G>T",
"hgvs_p": "p.Glu720*",
"transcript": "XM_047438526.1",
"protein_id": "XP_047294482.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2158,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438526.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2158G>T",
"hgvs_p": "p.Glu720*",
"transcript": "XM_047438528.1",
"protein_id": "XP_047294484.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 1015,
"cds_start": 2158,
"cds_end": null,
"cds_length": 3048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438528.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.2158G>T",
"hgvs_p": "p.Glu720*",
"transcript": "XM_047438527.1",
"protein_id": "XP_047294483.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 959,
"cds_start": 2158,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "n.3415G>T",
"hgvs_p": null,
"transcript": "XR_007066705.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": "pseudogene",
"feature": "XR_007066705.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "n.2332G>T",
"hgvs_p": null,
"transcript": "XR_007066706.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": "pseudogene",
"feature": "XR_007066706.1"
}
],
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"dbsnp": "rs767689418",
"frequency_reference_population": 7.243941e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 7.24394e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6299999952316284,
"computational_prediction_selected": "Pathogenic",
"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.63,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.821,
"phylop100way_prediction": "Pathogenic",
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001367823.1",
"gene_symbol": "ARHGEF18",
"hgnc_id": 17090,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3196G>T",
"hgvs_p": "p.Glu1066*"
}
],
"clinvar_disease": "Retinitis pigmentosa 78,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Retinitis pigmentosa 78|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}