← 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-28229335-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=28229335&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "HERC2",
"hgnc_id": 4868,
"hgvs_c": "c.5132C>T",
"hgvs_p": "p.Thr1711Ile",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_004667.6",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 46,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.1418,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.44,
"chr": "15",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not provided",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.2459423840045929,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4834,
"aa_ref": "T",
"aa_start": 1711,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15364,
"cdna_start": 5268,
"cds_end": null,
"cds_length": 14505,
"cds_start": 5132,
"consequences": [
"missense_variant"
],
"exon_count": 93,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "NM_004667.6",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5132C>T",
"hgvs_p": "p.Thr1711Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000261609.13",
"protein_coding": true,
"protein_id": "NP_004658.3",
"strand": false,
"transcript": "NM_004667.6",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4834,
"aa_ref": "T",
"aa_start": 1711,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 15364,
"cdna_start": 5268,
"cds_end": null,
"cds_length": 14505,
"cds_start": 5132,
"consequences": [
"missense_variant"
],
"exon_count": 93,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "ENST00000261609.13",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5132C>T",
"hgvs_p": "p.Thr1711Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_004667.6",
"protein_coding": true,
"protein_id": "ENSP00000261609.8",
"strand": false,
"transcript": "ENST00000261609.13",
"transcript_support_level": 1
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4829,
"aa_ref": "T",
"aa_start": 1706,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15349,
"cdna_start": 5253,
"cds_end": null,
"cds_length": 14490,
"cds_start": 5117,
"consequences": [
"missense_variant"
],
"exon_count": 93,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "XM_006720726.4",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5117C>T",
"hgvs_p": "p.Thr1706Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006720789.1",
"strand": false,
"transcript": "XM_006720726.4",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4825,
"aa_ref": "T",
"aa_start": 1702,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15207,
"cdna_start": 5111,
"cds_end": null,
"cds_length": 14478,
"cds_start": 5105,
"consequences": [
"missense_variant"
],
"exon_count": 92,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_047433206.1",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5105C>T",
"hgvs_p": "p.Thr1702Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047289162.1",
"strand": false,
"transcript": "XM_047433206.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4796,
"aa_ref": "T",
"aa_start": 1673,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15476,
"cdna_start": 5380,
"cds_end": null,
"cds_length": 14391,
"cds_start": 5018,
"consequences": [
"missense_variant"
],
"exon_count": 92,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_005268276.6",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5018C>T",
"hgvs_p": "p.Thr1673Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005268333.1",
"strand": false,
"transcript": "XM_005268276.6",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4796,
"aa_ref": "T",
"aa_start": 1673,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15284,
"cdna_start": 5188,
"cds_end": null,
"cds_length": 14391,
"cds_start": 5018,
"consequences": [
"missense_variant"
],
"exon_count": 92,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_017022695.1",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5018C>T",
"hgvs_p": "p.Thr1673Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878184.1",
"strand": false,
"transcript": "XM_017022695.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4796,
"aa_ref": "T",
"aa_start": 1673,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15181,
"cdna_start": 5085,
"cds_end": null,
"cds_length": 14391,
"cds_start": 5018,
"consequences": [
"missense_variant"
],
"exon_count": 92,
"exon_rank": 33,
"exon_rank_end": null,
"feature": "XM_017022696.2",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5018C>T",
"hgvs_p": "p.Thr1673Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016878185.1",
"strand": false,
"transcript": "XM_017022696.2",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4748,
"aa_ref": "T",
"aa_start": 1625,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 15106,
"cdna_start": 5010,
"cds_end": null,
"cds_length": 14247,
"cds_start": 4874,
"consequences": [
"missense_variant"
],
"exon_count": 91,
"exon_rank": 32,
"exon_rank_end": null,
"feature": "XM_006720727.4",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.4874C>T",
"hgvs_p": "p.Thr1625Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006720790.1",
"strand": false,
"transcript": "XM_006720727.4",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 4673,
"aa_ref": "T",
"aa_start": 1550,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 14843,
"cdna_start": 4747,
"cds_end": null,
"cds_length": 14022,
"cds_start": 4649,
"consequences": [
"missense_variant"
],
"exon_count": 89,
"exon_rank": 30,
"exon_rank_end": null,
"feature": "XM_047433207.1",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.4649C>T",
"hgvs_p": "p.Thr1550Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047289163.1",
"strand": false,
"transcript": "XM_047433207.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 3084,
"aa_ref": "T",
"aa_start": 1711,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 9531,
"cdna_start": 5268,
"cds_end": null,
"cds_length": 9255,
"cds_start": 5132,
"consequences": [
"missense_variant"
],
"exon_count": 61,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "XM_047433208.1",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5132C>T",
"hgvs_p": "p.Thr1711Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047289164.1",
"strand": false,
"transcript": "XM_047433208.1",
"transcript_support_level": null
},
{
"aa_alt": "I",
"aa_end": null,
"aa_length": 2713,
"aa_ref": "T",
"aa_start": 1711,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8287,
"cdna_start": 5268,
"cds_end": null,
"cds_length": 8142,
"cds_start": 5132,
"consequences": [
"missense_variant"
],
"exon_count": 51,
"exon_rank": 34,
"exon_rank_end": null,
"feature": "XM_047433209.1",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "c.5132C>T",
"hgvs_p": "p.Thr1711Ile",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047289165.1",
"strand": false,
"transcript": "XM_047433209.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 582,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000569335.1",
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"hgvs_c": "n.182C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000569335.1",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs751891639",
"effect": "missense_variant",
"frequency_reference_population": 0.000028525681,
"gene_hgnc_id": 4868,
"gene_symbol": "HERC2",
"gnomad_exomes_ac": 42,
"gnomad_exomes_af": 0.000028759,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 4,
"gnomad_genomes_af": 0.0000262864,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.376,
"pos": 28229335,
"ref": "G",
"revel_prediction": "Benign",
"revel_score": 0.039,
"splice_prediction_selected": "Uncertain_significance",
"splice_score_selected": 0.3100000023841858,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Uncertain_significance",
"spliceai_max_score": 0.31,
"transcript": "NM_004667.6"
}
]
}