← 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-237575462-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=237575462&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "RAB17",
"hgnc_id": 16523,
"hgvs_c": "c.454G>A",
"hgvs_p": "p.Asp152Asn",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -2,
"transcript": "NM_022449.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_score": -2,
"allele_count_reference_population": 54,
"alphamissense_prediction": null,
"alphamissense_score": 0.0908,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.47,
"chr": "2",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.1994745135307312,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 212,
"aa_ref": "D",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1603,
"cdna_start": 725,
"cds_end": null,
"cds_length": 639,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_022449.4",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.454G>A",
"hgvs_p": "p.Asp152Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000264601.8",
"protein_coding": true,
"protein_id": "NP_071894.1",
"strand": false,
"transcript": "NM_022449.4",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 212,
"aa_ref": "D",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1603,
"cdna_start": 725,
"cds_end": null,
"cds_length": 639,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000264601.8",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.454G>A",
"hgvs_p": "p.Asp152Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_022449.4",
"protein_coding": true,
"protein_id": "ENSP00000264601.3",
"strand": false,
"transcript": "ENST00000264601.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1792,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000392001.6",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "n.*143G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000375858.2",
"strand": false,
"transcript": "ENST00000392001.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3211,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000477149.5",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "n.2333G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000477149.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1792,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000392001.6",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "n.*143G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000375858.2",
"strand": false,
"transcript": "ENST00000392001.6",
"transcript_support_level": 1
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 286,
"aa_ref": "D",
"aa_start": 226,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1651,
"cdna_start": 771,
"cds_end": null,
"cds_length": 861,
"cds_start": 676,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000904317.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.676G>A",
"hgvs_p": "p.Asp226Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000574376.1",
"strand": false,
"transcript": "ENST00000904317.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 231,
"aa_ref": "D",
"aa_start": 171,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1661,
"cdna_start": 781,
"cds_end": null,
"cds_length": 696,
"cds_start": 511,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000949675.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.511G>A",
"hgvs_p": "p.Asp171Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619734.1",
"strand": false,
"transcript": "ENST00000949675.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 212,
"aa_ref": "D",
"aa_start": 152,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1817,
"cdna_start": 935,
"cds_end": null,
"cds_length": 639,
"cds_start": 454,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000904315.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.454G>A",
"hgvs_p": "p.Asp152Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000574374.1",
"strand": false,
"transcript": "ENST00000904315.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 208,
"aa_ref": "D",
"aa_start": 148,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1543,
"cdna_start": 662,
"cds_end": null,
"cds_length": 627,
"cds_start": 442,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000904316.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.442G>A",
"hgvs_p": "p.Asp148Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000574375.1",
"strand": false,
"transcript": "ENST00000904316.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 186,
"aa_ref": "D",
"aa_start": 126,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1886,
"cdna_start": 1008,
"cds_end": null,
"cds_length": 561,
"cds_start": 376,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000938878.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.376G>A",
"hgvs_p": "p.Asp126Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608937.1",
"strand": false,
"transcript": "ENST00000938878.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 129,
"aa_ref": "D",
"aa_start": 130,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 663,
"cdna_start": 659,
"cds_end": null,
"cds_length": 392,
"cds_start": 388,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000411462.5",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.388G>A",
"hgvs_p": "p.Asp130Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000400240.1",
"strand": false,
"transcript": "ENST00000411462.5",
"transcript_support_level": 2
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 85,
"aa_ref": "D",
"aa_start": 25,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1077,
"cdna_start": 611,
"cds_end": null,
"cds_length": 258,
"cds_start": 73,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000409822.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Asp25Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000386589.1",
"strand": false,
"transcript": "ENST00000409822.1",
"transcript_support_level": 5
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 242,
"aa_ref": "R",
"aa_start": 161,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1631,
"cdna_start": 753,
"cds_end": null,
"cds_length": 729,
"cds_start": 482,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047445412.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.482G>A",
"hgvs_p": "p.Arg161Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047301368.1",
"strand": false,
"transcript": "XM_047445412.1",
"transcript_support_level": null
},
{
"aa_alt": "Q",
"aa_end": null,
"aa_length": 220,
"aa_ref": "R",
"aa_start": 139,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1565,
"cdna_start": 687,
"cds_end": null,
"cds_length": 663,
"cds_start": 416,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047445413.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.416G>A",
"hgvs_p": "p.Arg139Gln",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047301369.1",
"strand": false,
"transcript": "XM_047445413.1",
"transcript_support_level": null
},
{
"aa_alt": "N",
"aa_end": null,
"aa_length": 190,
"aa_ref": "D",
"aa_start": 130,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1537,
"cdna_start": 659,
"cds_end": null,
"cds_length": 573,
"cds_start": 388,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_006712689.3",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.388G>A",
"hgvs_p": "p.Asp130Asn",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006712752.1",
"strand": false,
"transcript": "XM_006712689.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 53,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 466,
"cdna_start": null,
"cds_end": null,
"cds_length": 162,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000409576.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.10-876G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000386792.1",
"strand": false,
"transcript": "ENST00000409576.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1511,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000414278.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "n.*245G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000389332.1",
"strand": false,
"transcript": "ENST00000414278.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 937,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000466244.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "n.423G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000466244.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1451,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NR_033308.2",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "n.573G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_033308.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1511,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000414278.1",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "n.*245G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000389332.1",
"strand": false,
"transcript": "ENST00000414278.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 338,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2448,
"cdna_start": null,
"cds_end": null,
"cds_length": 1017,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017004693.3",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.*1213G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016860182.1",
"strand": true,
"transcript": "XM_017004693.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 316,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2382,
"cdna_start": null,
"cds_end": null,
"cds_length": 951,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_017004694.3",
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"hgvs_c": "c.*1213G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016860183.1",
"strand": true,
"transcript": "XM_017004694.3",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs767334922",
"effect": "missense_variant",
"frequency_reference_population": 0.000033520428,
"gene_hgnc_id": 16523,
"gene_symbol": "RAB17",
"gnomad_exomes_ac": 50,
"gnomad_exomes_af": 0.000034276,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_ac": 4,
"gnomad_genomes_af": 0.0000262795,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 1,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.292,
"pos": 237575462,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.183,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_022449.4"
}
]
}