← 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: 16-30987929-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=30987929&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 30987929,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000297679.10",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "NM_025193.4",
"protein_id": "NP_079469.2",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 369,
"cds_start": 856,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 2171,
"mane_select": "ENST00000297679.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "ENST00000297679.10",
"protein_id": "ENSP00000297679.5",
"transcript_support_level": 1,
"aa_start": 286,
"aa_end": null,
"aa_length": 369,
"cds_start": 856,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 953,
"cdna_end": null,
"cdna_length": 2171,
"mane_select": "NM_025193.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "XM_005255601.4",
"protein_id": "XP_005255658.2",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 369,
"cds_start": 856,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 949,
"cdna_end": null,
"cdna_length": 2167,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "XM_011545960.3",
"protein_id": "XP_011544262.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 369,
"cds_start": 856,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1122,
"cdna_end": null,
"cdna_length": 2340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "XM_011545961.2",
"protein_id": "XP_011544263.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 369,
"cds_start": 856,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 2364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr",
"transcript": "XM_047434716.1",
"protein_id": "XP_047290672.1",
"transcript_support_level": null,
"aa_start": 286,
"aa_end": null,
"aa_length": 369,
"cds_start": 856,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 2262,
"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": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000279196",
"gene_hgnc_id": null,
"hgvs_c": "n.342C>T",
"hgvs_p": null,
"transcript": "ENST00000624286.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 3641,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.*102G>A",
"hgvs_p": null,
"transcript": "NM_001142777.2",
"protein_id": "NP_001136249.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": -4,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.*102G>A",
"hgvs_p": null,
"transcript": "NM_001142778.2",
"protein_id": "NP_001136250.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": -4,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.*102G>A",
"hgvs_p": null,
"transcript": "ENST00000262520.10",
"protein_id": "ENSP00000262520.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": -4,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.*102G>A",
"hgvs_p": null,
"transcript": "XM_011545962.3",
"protein_id": "XP_011544264.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": -4,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2004,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"hgvs_c": "c.*102G>A",
"hgvs_p": null,
"transcript": "XM_017023732.2",
"protein_id": "XP_016879221.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": -4,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2177,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "HSD3B7",
"gene_hgnc_id": 18324,
"dbsnp": "rs76878398",
"frequency_reference_population": 0.0013958846,
"hom_count_reference_population": 23,
"allele_count_reference_population": 2252,
"gnomad_exomes_af": 0.000791248,
"gnomad_genomes_af": 0.00719491,
"gnomad_exomes_ac": 1156,
"gnomad_genomes_ac": 1096,
"gnomad_exomes_homalt": 15,
"gnomad_genomes_homalt": 8,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002367466688156128,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.164,
"revel_prediction": "Benign",
"alphamissense_score": 0.0709,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.058,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000297679.10",
"gene_symbol": "HSD3B7",
"hgnc_id": 18324,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.856G>A",
"hgvs_p": "p.Ala286Thr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000624286.1",
"gene_symbol": "ENSG00000279196",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.342C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}