← 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-100057609-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=100057609&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 100057609,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_015054.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.3386A>C",
"hgvs_p": "p.Glu1129Ala",
"transcript": "NM_015054.2",
"protein_id": "NP_055869.1",
"transcript_support_level": null,
"aa_start": 1129,
"aa_end": null,
"aa_length": 1464,
"cds_start": 3386,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000279907.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015054.2"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.3386A>C",
"hgvs_p": "p.Glu1129Ala",
"transcript": "ENST00000279907.12",
"protein_id": "ENSP00000279907.7",
"transcript_support_level": 1,
"aa_start": 1129,
"aa_end": null,
"aa_length": 1464,
"cds_start": 3386,
"cds_end": null,
"cds_length": 4395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015054.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000279907.12"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.2336A>C",
"hgvs_p": "p.Glu779Ala",
"transcript": "ENST00000545232.6",
"protein_id": "ENSP00000444824.2",
"transcript_support_level": 1,
"aa_start": 779,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2336,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545232.6"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.3386A>C",
"hgvs_p": "p.Glu1129Ala",
"transcript": "ENST00000949295.1",
"protein_id": "ENSP00000619354.1",
"transcript_support_level": null,
"aa_start": 1129,
"aa_end": null,
"aa_length": 1431,
"cds_start": 3386,
"cds_end": null,
"cds_length": 4296,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949295.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.3212A>C",
"hgvs_p": "p.Glu1071Ala",
"transcript": "ENST00000927549.1",
"protein_id": "ENSP00000597608.1",
"transcript_support_level": null,
"aa_start": 1071,
"aa_end": null,
"aa_length": 1406,
"cds_start": 3212,
"cds_end": null,
"cds_length": 4221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927549.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.3242A>C",
"hgvs_p": "p.Glu1081Ala",
"transcript": "XM_047428554.1",
"protein_id": "XP_047284510.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1416,
"cds_start": 3242,
"cds_end": null,
"cds_length": 4251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428554.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.3203A>C",
"hgvs_p": "p.Glu1068Ala",
"transcript": "XM_005268739.5",
"protein_id": "XP_005268796.1",
"transcript_support_level": null,
"aa_start": 1068,
"aa_end": null,
"aa_length": 1403,
"cds_start": 3203,
"cds_end": null,
"cds_length": 4212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005268739.5"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.3386A>C",
"hgvs_p": "p.Glu1129Ala",
"transcript": "XM_017019049.2",
"protein_id": "XP_016874538.1",
"transcript_support_level": null,
"aa_start": 1129,
"aa_end": null,
"aa_length": 1159,
"cds_start": 3386,
"cds_end": null,
"cds_length": 3480,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019049.2"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.2027A>C",
"hgvs_p": "p.Glu676Ala",
"transcript": "XM_047428555.1",
"protein_id": "XP_047284511.1",
"transcript_support_level": null,
"aa_start": 676,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2027,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428555.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "c.1940A>C",
"hgvs_p": "p.Glu647Ala",
"transcript": "XM_011538054.4",
"protein_id": "XP_011536356.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 982,
"cds_start": 1940,
"cds_end": null,
"cds_length": 2949,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538054.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"hgvs_c": "n.3625A>C",
"hgvs_p": null,
"transcript": "XR_007063059.1",
"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_007063059.1"
}
],
"gene_symbol": "BLTP3B",
"gene_hgnc_id": 29102,
"dbsnp": "rs117457255",
"frequency_reference_population": 0.0000020562509,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205625,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.34545475244522095,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.187,
"revel_prediction": "Benign",
"alphamissense_score": 0.2051,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.358,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015054.2",
"gene_symbol": "BLTP3B",
"hgnc_id": 29102,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3386A>C",
"hgvs_p": "p.Glu1129Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}