← 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-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=7467400&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 7467400,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000668164.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu1066Gln",
"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": 3611,
"cdna_end": null,
"cdna_length": 6681,
"mane_select": "ENST00000668164.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu1066Gln",
"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": 3611,
"cdna_end": null,
"cdna_length": 6681,
"mane_select": "NM_001367823.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu720Gln",
"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": 2446,
"cdna_end": null,
"cdna_length": 5514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu719Gln",
"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": 2319,
"cdna_end": null,
"cdna_length": 5396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu824Gln",
"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": 2885,
"cdna_end": null,
"cdna_length": 5734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu824Gln",
"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": 2885,
"cdna_end": null,
"cdna_length": 5733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu720Gln",
"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": 2487,
"cdna_end": null,
"cdna_length": 5557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.2158G>C",
"hgvs_p": "p.Glu720Gln",
"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": 2332,
"cdna_end": null,
"cdna_length": 5181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu720Gln",
"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": 2309,
"cdna_end": null,
"cdna_length": 5368,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.3391G>C",
"hgvs_p": "p.Glu1131Gln",
"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": 3415,
"cdna_end": null,
"cdna_length": 6264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.3391G>C",
"hgvs_p": "p.Glu1131Gln",
"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": 3415,
"cdna_end": null,
"cdna_length": 7401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu1131Gln",
"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": 3415,
"cdna_end": null,
"cdna_length": 6508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu1066Gln",
"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": 3774,
"cdna_end": null,
"cdna_length": 6844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu1050Gln",
"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": 3259,
"cdna_end": null,
"cdna_length": 6329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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": "c.2158G>C",
"hgvs_p": "p.Glu720Gln",
"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": 2332,
"cdna_end": null,
"cdna_length": 6318,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu720Gln",
"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": 2303,
"cdna_end": null,
"cdna_length": 5373,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"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>C",
"hgvs_p": "p.Glu720Gln",
"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": 2332,
"cdna_end": null,
"cdna_length": 5425,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6287,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5204,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARHGEF18",
"gene_hgnc_id": 17090,
"dbsnp": "rs767689418",
"frequency_reference_population": 0.000009417124,
"hom_count_reference_population": 0,
"allele_count_reference_population": 13,
"gnomad_exomes_af": 0.00000941712,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.34798291325569153,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.252,
"revel_prediction": "Benign",
"alphamissense_score": 0.1058,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.27,
"bayesdelnoaf_prediction": "Benign",
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000668164.2",
"gene_symbol": "ARHGEF18",
"hgnc_id": 17090,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.3196G>C",
"hgvs_p": "p.Glu1066Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}