← 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: 2-237575102-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=237575102&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 237575102,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_022449.4",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "NM_022449.4",
"protein_id": "NP_071894.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 212,
"cds_start": 556,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000264601.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022449.4"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "ENST00000264601.8",
"protein_id": "ENSP00000264601.3",
"transcript_support_level": 1,
"aa_start": 186,
"aa_end": null,
"aa_length": 212,
"cds_start": 556,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022449.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264601.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "n.*245G>A",
"hgvs_p": null,
"transcript": "ENST00000392001.6",
"protein_id": "ENSP00000375858.2",
"transcript_support_level": 1,
"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": "ENST00000392001.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "n.2435G>A",
"hgvs_p": null,
"transcript": "ENST00000477149.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000477149.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "n.*245G>A",
"hgvs_p": null,
"transcript": "ENST00000392001.6",
"protein_id": "ENSP00000375858.2",
"transcript_support_level": 1,
"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": "ENST00000392001.6"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.778G>A",
"hgvs_p": "p.Glu260Lys",
"transcript": "ENST00000904317.1",
"protein_id": "ENSP00000574376.1",
"transcript_support_level": null,
"aa_start": 260,
"aa_end": null,
"aa_length": 286,
"cds_start": 778,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904317.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.613G>A",
"hgvs_p": "p.Glu205Lys",
"transcript": "ENST00000949675.1",
"protein_id": "ENSP00000619734.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 231,
"cds_start": 613,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949675.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys",
"transcript": "ENST00000904315.1",
"protein_id": "ENSP00000574374.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 212,
"cds_start": 556,
"cds_end": null,
"cds_length": 639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904315.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.544G>A",
"hgvs_p": "p.Glu182Lys",
"transcript": "ENST00000904316.1",
"protein_id": "ENSP00000574375.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 208,
"cds_start": 544,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000904316.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.478G>A",
"hgvs_p": "p.Glu160Lys",
"transcript": "ENST00000938878.1",
"protein_id": "ENSP00000608937.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 186,
"cds_start": 478,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938878.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.175G>A",
"hgvs_p": "p.Glu59Lys",
"transcript": "ENST00000409822.1",
"protein_id": "ENSP00000386589.1",
"transcript_support_level": 5,
"aa_start": 59,
"aa_end": null,
"aa_length": 85,
"cds_start": 175,
"cds_end": null,
"cds_length": 258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409822.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.584G>A",
"hgvs_p": "p.Arg195Gln",
"transcript": "XM_047445412.1",
"protein_id": "XP_047301368.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 242,
"cds_start": 584,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445412.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.518G>A",
"hgvs_p": "p.Arg173Gln",
"transcript": "XM_047445413.1",
"protein_id": "XP_047301369.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 220,
"cds_start": 518,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047445413.1"
},
{
"aa_ref": "E",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.490G>A",
"hgvs_p": "p.Glu164Lys",
"transcript": "XM_006712689.3",
"protein_id": "XP_006712752.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 190,
"cds_start": 490,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006712689.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "c.10-516G>A",
"hgvs_p": null,
"transcript": "ENST00000409576.1",
"protein_id": "ENSP00000386792.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 53,
"cds_start": null,
"cds_end": null,
"cds_length": 162,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409576.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "n.*347G>A",
"hgvs_p": null,
"transcript": "ENST00000414278.1",
"protein_id": "ENSP00000389332.1",
"transcript_support_level": 2,
"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": "ENST00000414278.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "n.525G>A",
"hgvs_p": null,
"transcript": "ENST00000466244.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000466244.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "n.675G>A",
"hgvs_p": null,
"transcript": "NR_033308.2",
"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": "NR_033308.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"hgvs_c": "n.*347G>A",
"hgvs_p": null,
"transcript": "ENST00000414278.1",
"protein_id": "ENSP00000389332.1",
"transcript_support_level": 2,
"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": "ENST00000414278.1"
}
],
"gene_symbol": "RAB17",
"gene_hgnc_id": 16523,
"dbsnp": "rs1307393059",
"frequency_reference_population": 0.0000027372812,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273728,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05640420317649841,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.01,
"revel_prediction": "Benign",
"alphamissense_score": 0.0682,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.762,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_022449.4",
"gene_symbol": "RAB17",
"hgnc_id": 16523,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.556G>A",
"hgvs_p": "p.Glu186Lys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}