← 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-9181054-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=9181054&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 9181054,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000261336.7",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile",
"transcript": "NM_002864.3",
"protein_id": "NP_002855.2",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 1482,
"cds_start": 1768,
"cds_end": null,
"cds_length": 4449,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 4635,
"mane_select": "ENST00000261336.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile",
"transcript": "ENST00000261336.7",
"protein_id": "ENSP00000261336.2",
"transcript_support_level": 1,
"aa_start": 590,
"aa_end": null,
"aa_length": 1482,
"cds_start": 1768,
"cds_end": null,
"cds_length": 4449,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 4635,
"mane_select": "NM_002864.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "n.*1486C>A",
"hgvs_p": null,
"transcript": "ENST00000535230.5",
"protein_id": "ENSP00000440811.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "n.*1486C>A",
"hgvs_p": null,
"transcript": "ENST00000535230.5",
"protein_id": "ENSP00000440811.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile",
"transcript": "XM_017019763.2",
"protein_id": "XP_016875252.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 1500,
"cds_start": 1768,
"cds_end": null,
"cds_length": 4503,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 9020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile",
"transcript": "XM_017019764.2",
"protein_id": "XP_016875253.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 1488,
"cds_start": 1768,
"cds_end": null,
"cds_length": 4467,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 5201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile",
"transcript": "XM_047429274.1",
"protein_id": "XP_047285230.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 1417,
"cds_start": 1768,
"cds_end": null,
"cds_length": 4254,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 8771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1375C>A",
"hgvs_p": "p.Leu459Ile",
"transcript": "XM_024449111.1",
"protein_id": "XP_024304879.1",
"transcript_support_level": null,
"aa_start": 459,
"aa_end": null,
"aa_length": 1268,
"cds_start": 1375,
"cds_end": null,
"cds_length": 3807,
"cdna_start": 1585,
"cdna_end": null,
"cdna_length": 4149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile",
"transcript": "XM_011520806.2",
"protein_id": "XP_011519108.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 1045,
"cds_start": 1768,
"cds_end": null,
"cds_length": 3138,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 3280,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile",
"transcript": "XM_011520807.3",
"protein_id": "XP_011519109.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 831,
"cds_start": 1768,
"cds_end": null,
"cds_length": 2496,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 2628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"hgvs_c": "n.1822C>A",
"hgvs_p": null,
"transcript": "XR_001748834.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3091,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LINC00987",
"gene_hgnc_id": 48911,
"hgvs_c": "n.98+35981G>T",
"hgvs_p": null,
"transcript": "ENST00000838855.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1365,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LINC00987",
"gene_hgnc_id": 48911,
"hgvs_c": "n.143+35981G>T",
"hgvs_p": null,
"transcript": "ENST00000838856.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LINC00987",
"gene_hgnc_id": 48911,
"hgvs_c": "n.142+33550G>T",
"hgvs_p": null,
"transcript": "ENST00000838857.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LINC00987",
"gene_hgnc_id": 48911,
"hgvs_c": "n.142+33550G>T",
"hgvs_p": null,
"transcript": "ENST00000838858.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "LINC00987",
"gene_hgnc_id": 48911,
"hgvs_c": "n.101-11157G>T",
"hgvs_p": null,
"transcript": "ENST00000838859.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 657,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KLRG1",
"gene_hgnc_id": 6380,
"hgvs_c": "c.*34-34222G>T",
"hgvs_p": null,
"transcript": "XM_017018685.2",
"protein_id": "XP_016874174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": -4,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "KLRG1",
"gene_hgnc_id": 6380,
"hgvs_c": "c.*34-13001G>T",
"hgvs_p": null,
"transcript": "XM_047428074.1",
"protein_id": "XP_047284030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 199,
"cds_start": -4,
"cds_end": null,
"cds_length": 600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PZP",
"gene_hgnc_id": 9750,
"dbsnp": "rs1301407058",
"frequency_reference_population": 0.0000061954875,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000547259,
"gnomad_genomes_af": 0.0000131366,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6778935790061951,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.221,
"revel_prediction": "Benign",
"alphamissense_score": 0.0943,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.515,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000261336.7",
"gene_symbol": "PZP",
"hgnc_id": 9750,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1768C>A",
"hgvs_p": "p.Leu590Ile"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000838855.1",
"gene_symbol": "LINC00987",
"hgnc_id": 48911,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.98+35981G>T",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XM_017018685.2",
"gene_symbol": "KLRG1",
"hgnc_id": 6380,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*34-34222G>T",
"hgvs_p": null
}
],
"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
}