← 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: 10-63189251-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=63189251&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 63189251,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_032776.3",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.6487T>G",
"hgvs_p": "p.Cys2163Gly",
"transcript": "NM_032776.3",
"protein_id": "NP_116165.1",
"transcript_support_level": null,
"aa_start": 2163,
"aa_end": null,
"aa_length": 2540,
"cds_start": 6487,
"cds_end": null,
"cds_length": 7623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000399262.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_032776.3"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.6487T>G",
"hgvs_p": "p.Cys2163Gly",
"transcript": "ENST00000399262.7",
"protein_id": "ENSP00000382204.2",
"transcript_support_level": 5,
"aa_start": 2163,
"aa_end": null,
"aa_length": 2540,
"cds_start": 6487,
"cds_end": null,
"cds_length": 7623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_032776.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000399262.7"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5941T>G",
"hgvs_p": "p.Cys1981Gly",
"transcript": "ENST00000542921.5",
"protein_id": "ENSP00000444682.1",
"transcript_support_level": 1,
"aa_start": 1981,
"aa_end": null,
"aa_length": 2358,
"cds_start": 5941,
"cds_end": null,
"cds_length": 7077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000542921.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "n.6203T>G",
"hgvs_p": null,
"transcript": "ENST00000402544.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": "pseudogene",
"feature": "ENST00000402544.5"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.6373T>G",
"hgvs_p": "p.Cys2125Gly",
"transcript": "NM_001322252.2",
"protein_id": "NP_001309181.1",
"transcript_support_level": null,
"aa_start": 2125,
"aa_end": null,
"aa_length": 2502,
"cds_start": 6373,
"cds_end": null,
"cds_length": 7509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322252.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5941T>G",
"hgvs_p": "p.Cys1981Gly",
"transcript": "NM_001282948.2",
"protein_id": "NP_001269877.1",
"transcript_support_level": null,
"aa_start": 1981,
"aa_end": null,
"aa_length": 2358,
"cds_start": 5941,
"cds_end": null,
"cds_length": 7077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001282948.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5941T>G",
"hgvs_p": "p.Cys1981Gly",
"transcript": "NM_001318154.2",
"protein_id": "NP_001305083.1",
"transcript_support_level": null,
"aa_start": 1981,
"aa_end": null,
"aa_length": 2358,
"cds_start": 5941,
"cds_end": null,
"cds_length": 7077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318154.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5830T>G",
"hgvs_p": "p.Cys1944Gly",
"transcript": "NM_001322254.2",
"protein_id": "NP_001309183.1",
"transcript_support_level": null,
"aa_start": 1944,
"aa_end": null,
"aa_length": 2321,
"cds_start": 5830,
"cds_end": null,
"cds_length": 6966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322254.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5830T>G",
"hgvs_p": "p.Cys1944Gly",
"transcript": "NM_001322258.2",
"protein_id": "NP_001309187.1",
"transcript_support_level": null,
"aa_start": 1944,
"aa_end": null,
"aa_length": 2321,
"cds_start": 5830,
"cds_end": null,
"cds_length": 6966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322258.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5623T>G",
"hgvs_p": "p.Cys1875Gly",
"transcript": "NM_001318153.2",
"protein_id": "NP_001305082.1",
"transcript_support_level": null,
"aa_start": 1875,
"aa_end": null,
"aa_length": 2252,
"cds_start": 5623,
"cds_end": null,
"cds_length": 6759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318153.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.2125T>G",
"hgvs_p": "p.Cys709Gly",
"transcript": "ENST00000327520.7",
"protein_id": "ENSP00000335929.5",
"transcript_support_level": 2,
"aa_start": 709,
"aa_end": null,
"aa_length": 955,
"cds_start": 2125,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327520.7"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.6325T>G",
"hgvs_p": "p.Cys2109Gly",
"transcript": "XM_047424774.1",
"protein_id": "XP_047280730.1",
"transcript_support_level": null,
"aa_start": 2109,
"aa_end": null,
"aa_length": 2486,
"cds_start": 6325,
"cds_end": null,
"cds_length": 7461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424774.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5941T>G",
"hgvs_p": "p.Cys1981Gly",
"transcript": "XM_017015897.2",
"protein_id": "XP_016871386.1",
"transcript_support_level": null,
"aa_start": 1981,
"aa_end": null,
"aa_length": 2358,
"cds_start": 5941,
"cds_end": null,
"cds_length": 7077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015897.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5941T>G",
"hgvs_p": "p.Cys1981Gly",
"transcript": "XM_017015898.2",
"protein_id": "XP_016871387.1",
"transcript_support_level": null,
"aa_start": 1981,
"aa_end": null,
"aa_length": 2358,
"cds_start": 5941,
"cds_end": null,
"cds_length": 7077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015898.2"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5941T>G",
"hgvs_p": "p.Cys1981Gly",
"transcript": "XM_047424772.1",
"protein_id": "XP_047280728.1",
"transcript_support_level": null,
"aa_start": 1981,
"aa_end": null,
"aa_length": 2358,
"cds_start": 5941,
"cds_end": null,
"cds_length": 7077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424772.1"
},
{
"aa_ref": "C",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "c.5941T>G",
"hgvs_p": "p.Cys1981Gly",
"transcript": "XM_047424773.1",
"protein_id": "XP_047280729.1",
"transcript_support_level": null,
"aa_start": 1981,
"aa_end": null,
"aa_length": 2358,
"cds_start": 5941,
"cds_end": null,
"cds_length": 7077,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047424773.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "n.6259T>G",
"hgvs_p": null,
"transcript": "NR_134512.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_134512.2"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"hgvs_c": "n.*36T>G",
"hgvs_p": null,
"transcript": "ENST00000497922.1",
"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": "ENST00000497922.1"
}
],
"gene_symbol": "JMJD1C",
"gene_hgnc_id": 12313,
"dbsnp": "rs1554829980",
"frequency_reference_population": 0.0000075299863,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000752999,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7953500151634216,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.7799999713897705,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": 0.507,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2159,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.23,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.393,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.78,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_032776.3",
"gene_symbol": "JMJD1C",
"hgnc_id": 12313,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.6487T>G",
"hgvs_p": "p.Cys2163Gly"
}
],
"clinvar_disease": "Early myoclonic encephalopathy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Early myoclonic encephalopathy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}