← 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: 11-34467705-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=34467705&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 34467705,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "NM_001752.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1327-583C>T",
"hgvs_p": null,
"transcript": "NM_001752.4",
"protein_id": "NP_001743.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000241052.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001752.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1327-583C>T",
"hgvs_p": null,
"transcript": "ENST00000241052.5",
"protein_id": "ENSP00000241052.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001752.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000241052.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1438-583C>T",
"hgvs_p": null,
"transcript": "ENST00000955133.1",
"protein_id": "ENSP00000625192.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 564,
"cds_start": null,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955133.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1348-583C>T",
"hgvs_p": null,
"transcript": "ENST00000955131.1",
"protein_id": "ENSP00000625190.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 534,
"cds_start": null,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955131.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1327-580C>T",
"hgvs_p": null,
"transcript": "ENST00000856105.1",
"protein_id": "ENSP00000526164.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 528,
"cds_start": null,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856105.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1318-583C>T",
"hgvs_p": null,
"transcript": "ENST00000856102.1",
"protein_id": "ENSP00000526161.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 524,
"cds_start": null,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856102.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1312-583C>T",
"hgvs_p": null,
"transcript": "ENST00000955132.1",
"protein_id": "ENSP00000625191.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": "ENST00000955132.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1300-583C>T",
"hgvs_p": null,
"transcript": "ENST00000856109.1",
"protein_id": "ENSP00000526168.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 518,
"cds_start": null,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856109.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1201-583C>T",
"hgvs_p": null,
"transcript": "ENST00000856107.1",
"protein_id": "ENSP00000526166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 485,
"cds_start": null,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856107.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1174-583C>T",
"hgvs_p": null,
"transcript": "ENST00000929641.1",
"protein_id": "ENSP00000599700.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 476,
"cds_start": null,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929641.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1057-583C>T",
"hgvs_p": null,
"transcript": "ENST00000856104.1",
"protein_id": "ENSP00000526163.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 437,
"cds_start": null,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856104.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1057-3253C>T",
"hgvs_p": null,
"transcript": "ENST00000856110.1",
"protein_id": "ENSP00000526169.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 401,
"cds_start": null,
"cds_end": null,
"cds_length": 1206,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856110.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.1057-3663C>T",
"hgvs_p": null,
"transcript": "ENST00000856101.1",
"protein_id": "ENSP00000526160.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856101.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.337-583C>T",
"hgvs_p": null,
"transcript": "ENST00000856106.1",
"protein_id": "ENSP00000526165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 197,
"cds_start": null,
"cds_end": null,
"cds_length": 594,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856106.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.67-583C>T",
"hgvs_p": null,
"transcript": "ENST00000856108.1",
"protein_id": "ENSP00000526167.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 107,
"cds_start": null,
"cds_end": null,
"cds_length": 324,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856108.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "c.67-3253C>T",
"hgvs_p": null,
"transcript": "ENST00000856103.1",
"protein_id": "ENSP00000526162.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 71,
"cds_start": null,
"cds_end": null,
"cds_length": 216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856103.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"hgvs_c": "n.126-583C>T",
"hgvs_p": null,
"transcript": "ENST00000525707.2",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000525707.2"
}
],
"gene_symbol": "CAT",
"gene_hgnc_id": 1516,
"dbsnp": "rs10488736",
"frequency_reference_population": 0.345381,
"hom_count_reference_population": 9895,
"allele_count_reference_population": 52424,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.345381,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 52424,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 9895,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8500000238418579,
"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": -0.85,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.187,
"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,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001752.4",
"gene_symbol": "CAT",
"hgnc_id": 1516,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1327-583C>T",
"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
}