← 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: X-132628521-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=132628521&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "HS6ST2",
"hgnc_id": 19133,
"hgvs_c": "c.1640A>T",
"hgvs_p": "p.His547Leu",
"inheritance_mode": "Unknown,XL",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_001077188.2",
"verdict": "Likely_benign"
},
{
"benign_score": 4,
"criteria": [
"BS2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000296977",
"hgnc_id": null,
"hgvs_c": "n.352-5282T>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -4,
"transcript": "ENST00000743982.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_score": -4,
"allele_count_reference_population": 19,
"alphamissense_prediction": null,
"alphamissense_score": 0.7316,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.21,
"chr": "X",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.680431604385376,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 645,
"aa_ref": "H",
"aa_start": 547,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4173,
"cdna_start": 1667,
"cds_end": null,
"cds_length": 1938,
"cds_start": 1640,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001394073.1",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1640A>T",
"hgvs_p": "p.His547Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000370833.7",
"protein_coding": true,
"protein_id": "NP_001381002.1",
"strand": false,
"transcript": "NM_001394073.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 645,
"aa_ref": "H",
"aa_start": 547,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4173,
"cdna_start": 1667,
"cds_end": null,
"cds_length": 1938,
"cds_start": 1640,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000370833.7",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1640A>T",
"hgvs_p": "p.His547Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001394073.1",
"protein_coding": true,
"protein_id": "ENSP00000359870.3",
"strand": false,
"transcript": "ENST00000370833.7",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 499,
"aa_ref": "H",
"aa_start": 401,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3775,
"cdna_start": 1282,
"cds_end": null,
"cds_length": 1500,
"cds_start": 1202,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000406696.5",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1202A>T",
"hgvs_p": "p.His401Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000384013.5",
"strand": false,
"transcript": "ENST00000406696.5",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 645,
"aa_ref": "H",
"aa_start": 547,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4537,
"cdna_start": 2031,
"cds_end": null,
"cds_length": 1938,
"cds_start": 1640,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001077188.2",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1640A>T",
"hgvs_p": "p.His547Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001070656.1",
"strand": false,
"transcript": "NM_001077188.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 645,
"aa_ref": "H",
"aa_start": 547,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2607,
"cdna_start": 2056,
"cds_end": null,
"cds_length": 1938,
"cds_start": 1640,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000521489.5",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1640A>T",
"hgvs_p": "p.His547Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000429473.1",
"strand": false,
"transcript": "ENST00000521489.5",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 605,
"aa_ref": "H",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4053,
"cdna_start": 1547,
"cds_end": null,
"cds_length": 1818,
"cds_start": 1520,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001394074.1",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1520A>T",
"hgvs_p": "p.His507Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001381003.1",
"strand": false,
"transcript": "NM_001394074.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 605,
"aa_ref": "H",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4417,
"cdna_start": 1911,
"cds_end": null,
"cds_length": 1818,
"cds_start": 1520,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_147175.4",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1520A>T",
"hgvs_p": "p.His507Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_671704.3",
"strand": false,
"transcript": "NM_147175.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 605,
"aa_ref": "H",
"aa_start": 507,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4441,
"cdna_start": 1936,
"cds_end": null,
"cds_length": 1818,
"cds_start": 1520,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000370836.6",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1520A>T",
"hgvs_p": "p.His507Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000359873.2",
"strand": false,
"transcript": "ENST00000370836.6",
"transcript_support_level": 2
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 499,
"aa_ref": "H",
"aa_start": 401,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3808,
"cdna_start": 1315,
"cds_end": null,
"cds_length": 1500,
"cds_start": 1202,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000640529.2",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1202A>T",
"hgvs_p": "p.His401Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000491722.2",
"strand": false,
"transcript": "ENST00000640529.2",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 616,
"aa_ref": "H",
"aa_start": 518,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4450,
"cdna_start": 1944,
"cds_end": null,
"cds_length": 1851,
"cds_start": 1553,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047442618.1",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1553A>T",
"hgvs_p": "p.His518Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298574.1",
"strand": false,
"transcript": "XM_047442618.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 499,
"aa_ref": "H",
"aa_start": 401,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3783,
"cdna_start": 1277,
"cds_end": null,
"cds_length": 1500,
"cds_start": 1202,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_011531406.2",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1202A>T",
"hgvs_p": "p.His401Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011529708.1",
"strand": false,
"transcript": "XM_011531406.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 499,
"aa_ref": "H",
"aa_start": 401,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3734,
"cdna_start": 1228,
"cds_end": null,
"cds_length": 1500,
"cds_start": 1202,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_017029945.2",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1202A>T",
"hgvs_p": "p.His401Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016885434.1",
"strand": false,
"transcript": "XM_017029945.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 470,
"aa_ref": "H",
"aa_start": 372,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3700,
"cdna_start": 1194,
"cds_end": null,
"cds_length": 1413,
"cds_start": 1115,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "XM_017029946.2",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1115A>T",
"hgvs_p": "p.His372Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016885435.1",
"strand": false,
"transcript": "XM_017029946.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 459,
"aa_ref": "H",
"aa_start": 361,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3697,
"cdna_start": 1191,
"cds_end": null,
"cds_length": 1380,
"cds_start": 1082,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "XM_047442619.1",
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"hgvs_c": "c.1082A>T",
"hgvs_p": "p.His361Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047298575.1",
"strand": false,
"transcript": "XM_047442619.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 827,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000743982.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000296977",
"hgvs_c": "n.352-5282T>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000743982.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs368413228",
"effect": "missense_variant",
"frequency_reference_population": 0.000017304204,
"gene_hgnc_id": 19133,
"gene_symbol": "HS6ST2",
"gnomad_exomes_ac": 19,
"gnomad_exomes_af": 0.0000173042,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 2,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.211,
"pos": 132628521,
"ref": "T",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.469,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001077188.2"
}
]
}