← 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-7440063-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7440063&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7440063,
"ref": "G",
"alt": "A",
"effect": "5_prime_UTR_variant",
"transcript": "NM_001130955.2",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.968-281G>A",
"hgvs_p": null,
"transcript": "NM_001367823.1",
"protein_id": "NP_001354752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1361,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.968-281G>A",
"hgvs_p": null,
"transcript": "ENST00000668164.2",
"protein_id": "ENSP00000499655.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1361,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-226-126G>A",
"hgvs_p": null,
"transcript": "ENST00000617428.4",
"protein_id": "ENSP00000482647.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1015,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-71-281G>A",
"hgvs_p": null,
"transcript": "ENST00000319670.14",
"protein_id": "ENSP00000319200.8",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1014,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-40G>A",
"hgvs_p": null,
"transcript": "NM_001130955.2",
"protein_id": "NP_001124427.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1119,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-40G>A",
"hgvs_p": null,
"transcript": "ENST00000359920.11",
"protein_id": "ENSP00000352995.5",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1119,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-226-126G>A",
"hgvs_p": null,
"transcript": "NM_001367824.1",
"protein_id": "NP_001354753.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1015,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-71-281G>A",
"hgvs_p": null,
"transcript": "NM_015318.4",
"protein_id": "NP_056133.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1015,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-71-281G>A",
"hgvs_p": null,
"transcript": "ENST00000594665.2",
"protein_id": "ENSP00000470729.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1015,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.1163-281G>A",
"hgvs_p": null,
"transcript": "XM_005272464.5",
"protein_id": "XP_005272521.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1426,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.1163-281G>A",
"hgvs_p": null,
"transcript": "XM_011527836.3",
"protein_id": "XP_011526138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1426,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.1163-281G>A",
"hgvs_p": null,
"transcript": "XM_011527837.3",
"protein_id": "XP_011526139.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1370,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.968-281G>A",
"hgvs_p": null,
"transcript": "XM_006722706.4",
"protein_id": "XP_006722769.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1361,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.920-281G>A",
"hgvs_p": null,
"transcript": "XM_011527839.3",
"protein_id": "XP_011526141.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1345,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-71-281G>A",
"hgvs_p": null,
"transcript": "XM_047438526.1",
"protein_id": "XP_047294482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1015,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-71-281G>A",
"hgvs_p": null,
"transcript": "XM_047438528.1",
"protein_id": "XP_047294484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1015,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.1163-281G>A",
"hgvs_p": null,
"transcript": "XM_011527841.3",
"protein_id": "XP_011526143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 959,
"cds_start": null,
"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_011527841.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "c.-71-281G>A",
"hgvs_p": null,
"transcript": "XM_047438527.1",
"protein_id": "XP_047294483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 959,
"cds_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "n.1187-281G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"hgvs_c": "n.104-281G>A",
"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": "rs551334975",
"frequency_reference_population": 0.0000021455085,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000214551,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8299999833106995,
"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.83,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.884,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001130955.2",
"gene_symbol": "ARHGEF18",
"hgnc_id": 17090,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.-40G>A",
"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
}