← 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: 1-211980901-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=211980901&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 211980901,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_015434.4",
"consequences": [
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "NM_015434.4",
"protein_id": "NP_056249.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 962,
"cds_start": null,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000366994.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015434.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000366994.8",
"protein_id": "ENSP00000355961.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 962,
"cds_start": null,
"cds_end": null,
"cds_length": 2889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015434.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366994.8"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000366993.7",
"protein_id": "ENSP00000355960.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 948,
"cds_start": null,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366993.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "n.*1000+192G>A",
"hgvs_p": null,
"transcript": "ENST00000469606.5",
"protein_id": "ENSP00000481687.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000469606.5"
},
{
"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": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1356+192G>A",
"hgvs_p": null,
"transcript": "ENST00000917899.1",
"protein_id": "ENSP00000587958.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1004,
"cds_start": null,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917899.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000871698.1",
"protein_id": "ENSP00000541757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 998,
"cds_start": null,
"cds_end": null,
"cds_length": 2997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871698.1"
},
{
"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": 21,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000871700.1",
"protein_id": "ENSP00000541759.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 978,
"cds_start": null,
"cds_end": null,
"cds_length": 2937,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871700.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000917902.1",
"protein_id": "ENSP00000587961.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 950,
"cds_start": null,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917902.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "NM_001199811.2",
"protein_id": "NP_001186740.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 948,
"cds_start": null,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199811.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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000917900.1",
"protein_id": "ENSP00000587959.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 948,
"cds_start": null,
"cds_end": null,
"cds_length": 2847,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917900.1"
},
{
"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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "NM_001199812.2",
"protein_id": "NP_001186741.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 942,
"cds_start": null,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199812.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": 20,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000366992.7",
"protein_id": "ENSP00000355959.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 942,
"cds_start": null,
"cds_end": null,
"cds_length": 2829,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000366992.7"
},
{
"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": 19,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000917898.1",
"protein_id": "ENSP00000587957.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 929,
"cds_start": null,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917898.1"
},
{
"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": 19,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1092+192G>A",
"hgvs_p": null,
"transcript": "ENST00000917901.1",
"protein_id": "ENSP00000587960.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 916,
"cds_start": null,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917901.1"
},
{
"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": 19,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1083+192G>A",
"hgvs_p": null,
"transcript": "NM_001199809.2",
"protein_id": "NP_001186738.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 913,
"cds_start": null,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199809.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": 19,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1083+192G>A",
"hgvs_p": null,
"transcript": "ENST00000440600.6",
"protein_id": "ENSP00000388908.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 913,
"cds_start": null,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000440600.6"
},
{
"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": 19,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000871699.1",
"protein_id": "ENSP00000541758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 897,
"cds_start": null,
"cds_end": null,
"cds_length": 2694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871699.1"
},
{
"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": 19,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000967518.1",
"protein_id": "ENSP00000637577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 893,
"cds_start": null,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967518.1"
},
{
"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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "ENST00000917903.1",
"protein_id": "ENSP00000587962.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 795,
"cds_start": null,
"cds_end": null,
"cds_length": 2388,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917903.1"
},
{
"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": 19,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "XM_047417179.1",
"protein_id": "XP_047273135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 893,
"cds_start": null,
"cds_end": null,
"cds_length": 2682,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417179.1"
},
{
"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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null,
"transcript": "XM_017000962.2",
"protein_id": "XP_016856451.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 522,
"cds_start": null,
"cds_end": null,
"cds_length": 1569,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000962.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"hgvs_c": "n.1384+192G>A",
"hgvs_p": null,
"transcript": "NR_037667.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_037667.2"
}
],
"gene_symbol": "INTS7",
"gene_hgnc_id": 24484,
"dbsnp": "rs17018310",
"frequency_reference_population": 0.026144907,
"hom_count_reference_population": 58,
"allele_count_reference_population": 3978,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.0261449,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 3978,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 58,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -1,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.18,
"phylop100way_prediction": "Benign",
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_015434.4",
"gene_symbol": "INTS7",
"hgnc_id": 24484,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1230+192G>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}