← 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-190252230-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=190252230&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 190252230,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_014362.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "NM_014362.4",
"protein_id": "NP_055177.2",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 386,
"cds_start": 595,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000359678.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014362.4"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "ENST00000359678.10",
"protein_id": "ENSP00000352706.5",
"transcript_support_level": 1,
"aa_start": 199,
"aa_end": null,
"aa_length": 386,
"cds_start": 595,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014362.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359678.10"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "ENST00000392332.7",
"protein_id": "ENSP00000376144.3",
"transcript_support_level": 1,
"aa_start": 199,
"aa_end": null,
"aa_length": 338,
"cds_start": 595,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392332.7"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "ENST00000870406.1",
"protein_id": "ENSP00000540465.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 386,
"cds_start": 595,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870406.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "ENST00000870408.1",
"protein_id": "ENSP00000540467.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 375,
"cds_start": 595,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870408.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "ENST00000870410.1",
"protein_id": "ENSP00000540469.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 357,
"cds_start": 595,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870410.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "ENST00000870407.1",
"protein_id": "ENSP00000540466.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 346,
"cds_start": 595,
"cds_end": null,
"cds_length": 1041,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870407.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Gly198Arg",
"transcript": "ENST00000955587.1",
"protein_id": "ENSP00000625646.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 345,
"cds_start": 592,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955587.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "NM_198047.3",
"protein_id": "NP_932164.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 338,
"cds_start": 595,
"cds_end": null,
"cds_length": 1017,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198047.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"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": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.757G>A",
"hgvs_p": "p.Gly253Arg",
"transcript": "ENST00000409934.1",
"protein_id": "ENSP00000387247.1",
"transcript_support_level": 3,
"aa_start": 253,
"aa_end": null,
"aa_length": 272,
"cds_start": 757,
"cds_end": null,
"cds_length": 821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409934.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "XM_011510953.3",
"protein_id": "XP_011509255.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 386,
"cds_start": 595,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510953.3"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg",
"transcript": "XM_047443905.1",
"protein_id": "XP_047299861.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 386,
"cds_start": 595,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443905.1"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Gly33Arg",
"transcript": "XM_011510954.2",
"protein_id": "XP_011509256.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 220,
"cds_start": 97,
"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_011510954.2"
},
{
"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": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "c.439-6018G>A",
"hgvs_p": null,
"transcript": "ENST00000870409.1",
"protein_id": "ENSP00000540468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 282,
"cds_start": null,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000870409.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "n.*3G>A",
"hgvs_p": null,
"transcript": "ENST00000392333.7",
"protein_id": "ENSP00000376145.3",
"transcript_support_level": 3,
"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": "ENST00000392333.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "n.67G>A",
"hgvs_p": null,
"transcript": "ENST00000414928.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000414928.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "n.216G>A",
"hgvs_p": null,
"transcript": "ENST00000485992.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000485992.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "n.671G>A",
"hgvs_p": null,
"transcript": "XR_922903.3",
"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_922903.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "n.*3G>A",
"hgvs_p": null,
"transcript": "ENST00000392333.7",
"protein_id": "ENSP00000376145.3",
"transcript_support_level": 3,
"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": "ENST00000392333.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"hgvs_c": "n.*9G>A",
"hgvs_p": null,
"transcript": "ENST00000489269.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000489269.5"
}
],
"gene_symbol": "HIBCH",
"gene_hgnc_id": 4908,
"dbsnp": "rs755786597",
"frequency_reference_population": 0.0000027373749,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273737,
"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.9800993800163269,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.944,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9451,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.39,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.568,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_014362.4",
"gene_symbol": "HIBCH",
"hgnc_id": 4908,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.595G>A",
"hgvs_p": "p.Gly199Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}