← 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: 16-4798615-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=4798615&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 4798615,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000322048.12",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.485C>T",
"hgvs_p": "p.Thr162Ile",
"transcript": "NM_024589.3",
"protein_id": "NP_078865.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 287,
"cds_start": 485,
"cds_end": null,
"cds_length": 864,
"cdna_start": 547,
"cdna_end": null,
"cdna_length": 1418,
"mane_select": "ENST00000322048.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.485C>T",
"hgvs_p": "p.Thr162Ile",
"transcript": "ENST00000322048.12",
"protein_id": "ENSP00000322832.6",
"transcript_support_level": 1,
"aa_start": 162,
"aa_end": null,
"aa_length": 287,
"cds_start": 485,
"cds_end": null,
"cds_length": 864,
"cdna_start": 547,
"cdna_end": null,
"cdna_length": 1418,
"mane_select": "NM_024589.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.413C>T",
"hgvs_p": "p.Thr138Ile",
"transcript": "ENST00000591392.5",
"protein_id": "ENSP00000467509.1",
"transcript_support_level": 3,
"aa_start": 138,
"aa_end": null,
"aa_length": 252,
"cds_start": 413,
"cds_end": null,
"cds_length": 761,
"cdna_start": 463,
"cdna_end": null,
"cdna_length": 811,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.263C>T",
"hgvs_p": "p.Thr88Ile",
"transcript": "ENST00000586504.5",
"protein_id": "ENSP00000465076.1",
"transcript_support_level": 5,
"aa_start": 88,
"aa_end": null,
"aa_length": 215,
"cds_start": 263,
"cds_end": null,
"cds_length": 649,
"cdna_start": 265,
"cdna_end": null,
"cdna_length": 651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.170C>T",
"hgvs_p": "p.Thr57Ile",
"transcript": "ENST00000587711.5",
"protein_id": "ENSP00000467459.1",
"transcript_support_level": 5,
"aa_start": 57,
"aa_end": null,
"aa_length": 170,
"cds_start": 170,
"cds_end": null,
"cds_length": 514,
"cdna_start": 226,
"cdna_end": null,
"cdna_length": 570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.485C>T",
"hgvs_p": "p.Thr162Ile",
"transcript": "XM_006720947.5",
"protein_id": "XP_006721010.1",
"transcript_support_level": null,
"aa_start": 162,
"aa_end": null,
"aa_length": 294,
"cds_start": 485,
"cds_end": null,
"cds_length": 885,
"cdna_start": 547,
"cdna_end": null,
"cdna_length": 1439,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.215C>T",
"hgvs_p": "p.Thr72Ile",
"transcript": "XM_047434636.1",
"protein_id": "XP_047290592.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 204,
"cds_start": 215,
"cds_end": null,
"cds_length": 615,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 1272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.617C>T",
"hgvs_p": null,
"transcript": "ENST00000585653.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 728,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.584C>T",
"hgvs_p": null,
"transcript": "ENST00000586336.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 893,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.498C>T",
"hgvs_p": null,
"transcript": "ENST00000587377.5",
"protein_id": "ENSP00000468343.1",
"transcript_support_level": 5,
"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": 1394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.*223C>T",
"hgvs_p": null,
"transcript": "ENST00000587843.5",
"protein_id": "ENSP00000465970.1",
"transcript_support_level": 2,
"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": 1362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.*476C>T",
"hgvs_p": null,
"transcript": "ENST00000588201.5",
"protein_id": "ENSP00000466529.1",
"transcript_support_level": 5,
"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": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.442C>T",
"hgvs_p": null,
"transcript": "ENST00000589543.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.1814C>T",
"hgvs_p": null,
"transcript": "ENST00000591292.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285952",
"gene_hgnc_id": null,
"hgvs_c": "n.1075C>T",
"hgvs_p": null,
"transcript": "ENST00000649556.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": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.492C>T",
"hgvs_p": null,
"transcript": "NR_046480.2",
"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": 1363,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.*223C>T",
"hgvs_p": null,
"transcript": "ENST00000587843.5",
"protein_id": "ENSP00000465970.1",
"transcript_support_level": 2,
"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": 1362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "n.*476C>T",
"hgvs_p": null,
"transcript": "ENST00000588201.5",
"protein_id": "ENSP00000466529.1",
"transcript_support_level": 5,
"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": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.178-431C>T",
"hgvs_p": null,
"transcript": "ENST00000586153.1",
"protein_id": "ENSP00000464699.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 121,
"cds_start": -4,
"cds_end": null,
"cds_length": 366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 457,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"hgvs_c": "c.76-800C>T",
"hgvs_p": null,
"transcript": "ENST00000592019.1",
"protein_id": "ENSP00000468334.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 72,
"cds_start": -4,
"cds_end": null,
"cds_length": 219,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ROGDI",
"gene_hgnc_id": 29478,
"dbsnp": "rs754416466",
"frequency_reference_population": 0.0000014051082,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000140511,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.537591278553009,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.28,
"revel_prediction": "Benign",
"alphamissense_score": 0.5451,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.956,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000322048.12",
"gene_symbol": "ROGDI",
"hgnc_id": 29478,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.485C>T",
"hgvs_p": "p.Thr162Ile"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000649556.1",
"gene_symbol": "ENSG00000285952",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1075C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Amelocerebrohypohidrotic syndrome",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Amelocerebrohypohidrotic syndrome",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}