← 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: 12-124325538-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=124325538&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 124325538,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_006312.6",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7409C>T",
"hgvs_p": "p.Ala2470Val",
"transcript": "NM_006312.6",
"protein_id": "NP_006303.4",
"transcript_support_level": null,
"aa_start": 2470,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7409,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000405201.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006312.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 49,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7409C>T",
"hgvs_p": "p.Ala2470Val",
"transcript": "ENST00000405201.6",
"protein_id": "ENSP00000384018.1",
"transcript_support_level": 1,
"aa_start": 2470,
"aa_end": null,
"aa_length": 2514,
"cds_start": 7409,
"cds_end": null,
"cds_length": 7545,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006312.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405201.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7379C>T",
"hgvs_p": "p.Ala2460Val",
"transcript": "ENST00000429285.6",
"protein_id": "ENSP00000400281.2",
"transcript_support_level": 1,
"aa_start": 2460,
"aa_end": null,
"aa_length": 2504,
"cds_start": 7379,
"cds_end": null,
"cds_length": 7515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000429285.6"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7241C>T",
"hgvs_p": "p.Ala2414Val",
"transcript": "ENST00000404621.5",
"protein_id": "ENSP00000384202.1",
"transcript_support_level": 1,
"aa_start": 2414,
"aa_end": null,
"aa_length": 2458,
"cds_start": 7241,
"cds_end": null,
"cds_length": 7377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000404621.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7421C>T",
"hgvs_p": "p.Ala2474Val",
"transcript": "ENST00000938317.1",
"protein_id": "ENSP00000608376.1",
"transcript_support_level": null,
"aa_start": 2474,
"aa_end": null,
"aa_length": 2518,
"cds_start": 7421,
"cds_end": null,
"cds_length": 7557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938317.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7379C>T",
"hgvs_p": "p.Ala2460Val",
"transcript": "NM_001206654.2",
"protein_id": "NP_001193583.1",
"transcript_support_level": null,
"aa_start": 2460,
"aa_end": null,
"aa_length": 2504,
"cds_start": 7379,
"cds_end": null,
"cds_length": 7515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001206654.2"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 47,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7379C>T",
"hgvs_p": "p.Ala2460Val",
"transcript": "ENST00000938318.1",
"protein_id": "ENSP00000608377.1",
"transcript_support_level": null,
"aa_start": 2460,
"aa_end": null,
"aa_length": 2504,
"cds_start": 7379,
"cds_end": null,
"cds_length": 7515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938318.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7379C>T",
"hgvs_p": "p.Ala2460Val",
"transcript": "ENST00000938320.1",
"protein_id": "ENSP00000608379.1",
"transcript_support_level": null,
"aa_start": 2460,
"aa_end": null,
"aa_length": 2504,
"cds_start": 7379,
"cds_end": null,
"cds_length": 7515,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938320.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7376C>T",
"hgvs_p": "p.Ala2459Val",
"transcript": "ENST00000938316.1",
"protein_id": "ENSP00000608375.1",
"transcript_support_level": null,
"aa_start": 2459,
"aa_end": null,
"aa_length": 2503,
"cds_start": 7376,
"cds_end": null,
"cds_length": 7512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000938316.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7373C>T",
"hgvs_p": "p.Ala2458Val",
"transcript": "ENST00000938315.1",
"protein_id": "ENSP00000608374.1",
"transcript_support_level": null,
"aa_start": 2458,
"aa_end": null,
"aa_length": 2502,
"cds_start": 7373,
"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": "ENST00000938315.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7373C>T",
"hgvs_p": "p.Ala2458Val",
"transcript": "ENST00000938319.1",
"protein_id": "ENSP00000608378.1",
"transcript_support_level": null,
"aa_start": 2458,
"aa_end": null,
"aa_length": 2502,
"cds_start": 7373,
"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": "ENST00000938319.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.7241C>T",
"hgvs_p": "p.Ala2414Val",
"transcript": "NM_001077261.4",
"protein_id": "NP_001070729.2",
"transcript_support_level": null,
"aa_start": 2414,
"aa_end": null,
"aa_length": 2458,
"cds_start": 7241,
"cds_end": null,
"cds_length": 7377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001077261.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.*16C>T",
"hgvs_p": null,
"transcript": "ENST00000413172.1",
"protein_id": "ENSP00000407357.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 131,
"cds_start": null,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000413172.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "c.*16C>T",
"hgvs_p": null,
"transcript": "ENST00000418829.5",
"protein_id": "ENSP00000391389.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 128,
"cds_start": null,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418829.5"
},
{
"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": "NCOR2",
"gene_hgnc_id": 7673,
"hgvs_c": "n.799C>T",
"hgvs_p": null,
"transcript": "ENST00000443451.6",
"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": "retained_intron",
"feature": "ENST00000443451.6"
}
],
"gene_symbol": "NCOR2",
"gene_hgnc_id": 7673,
"dbsnp": "rs773493099",
"frequency_reference_population": 0.000014966833,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000160451,
"gnomad_genomes_af": 0.00000657341,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1426694095134735,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.30000001192092896,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.134,
"revel_prediction": "Benign",
"alphamissense_score": 0.2558,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.938,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.3,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_006312.6",
"gene_symbol": "NCOR2",
"hgnc_id": 7673,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.7409C>T",
"hgvs_p": "p.Ala2470Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}