← 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: 15-88879056-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=88879056&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 88879056,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001307952.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "NM_178232.4",
"protein_id": "NP_839946.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000359595.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178232.4"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "ENST00000359595.8",
"protein_id": "ENSP00000352606.4",
"transcript_support_level": 1,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_178232.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359595.8"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.893C>A",
"hgvs_p": "p.Pro298Gln",
"transcript": "NM_001307952.2",
"protein_id": "NP_001294881.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 422,
"cds_start": 893,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001307952.2"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.893C>A",
"hgvs_p": "p.Pro298Gln",
"transcript": "ENST00000562889.5",
"protein_id": "ENSP00000457180.1",
"transcript_support_level": 5,
"aa_start": 298,
"aa_end": null,
"aa_length": 422,
"cds_start": 893,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562889.5"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.749C>A",
"hgvs_p": "p.Pro250Gln",
"transcript": "ENST00000969266.1",
"protein_id": "ENSP00000639325.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 374,
"cds_start": 749,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969266.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "ENST00000868802.1",
"protein_id": "ENSP00000538861.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868802.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "ENST00000933087.1",
"protein_id": "ENSP00000603146.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933087.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "ENST00000933088.1",
"protein_id": "ENSP00000603147.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933088.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "ENST00000969267.1",
"protein_id": "ENSP00000639326.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969267.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "ENST00000969268.1",
"protein_id": "ENSP00000639327.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969268.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.338C>A",
"hgvs_p": "p.Pro113Gln",
"transcript": "ENST00000868804.1",
"protein_id": "ENSP00000538863.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 237,
"cds_start": 338,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868804.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.839C>A",
"hgvs_p": "p.Pro280Gln",
"transcript": "XM_011521261.2",
"protein_id": "XP_011519563.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 404,
"cds_start": 839,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521261.2"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.707C>A",
"hgvs_p": "p.Pro236Gln",
"transcript": "XM_047432172.1",
"protein_id": "XP_047288128.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 360,
"cds_start": 707,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432172.1"
},
{
"aa_ref": "P",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.386C>A",
"hgvs_p": "p.Pro129Gln",
"transcript": "XM_047432173.1",
"protein_id": "XP_047288129.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 253,
"cds_start": 386,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432173.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.494-800C>A",
"hgvs_p": null,
"transcript": "ENST00000868803.1",
"protein_id": "ENSP00000538862.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 259,
"cds_start": null,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868803.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": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.680-800C>A",
"hgvs_p": null,
"transcript": "XM_017021934.3",
"protein_id": "XP_016877423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": null,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017021934.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "n.*1339C>A",
"hgvs_p": null,
"transcript": "ENST00000558770.5",
"protein_id": "ENSP00000456458.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000558770.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "n.*1339C>A",
"hgvs_p": null,
"transcript": "ENST00000558770.5",
"protein_id": "ENSP00000456458.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000558770.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.*63C>A",
"hgvs_p": null,
"transcript": "ENST00000562281.1",
"protein_id": "ENSP00000456985.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 225,
"cds_start": null,
"cds_end": null,
"cds_length": 679,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000562281.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"hgvs_c": "c.*254C>A",
"hgvs_p": null,
"transcript": "XM_047432175.1",
"protein_id": "XP_047288131.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 229,
"cds_start": null,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432175.1"
}
],
"gene_symbol": "HAPLN3",
"gene_hgnc_id": 21446,
"dbsnp": "rs935884458",
"frequency_reference_population": 6.8789603e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.87896e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06642481684684753,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.044,
"revel_prediction": "Benign",
"alphamissense_score": 0.0773,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.104,
"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": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001307952.2",
"gene_symbol": "HAPLN3",
"hgnc_id": 21446,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.893C>A",
"hgvs_p": "p.Pro298Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}