← 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: 1-3186284-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=3186284&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 4,
"criteria": [
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "PRDM16",
"hgnc_id": 14000,
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Leu",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -4,
"transcript": "NM_022114.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_score": -4,
"allele_count_reference_population": 118,
"alphamissense_prediction": null,
"alphamissense_score": 0.4924,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": 0.09,
"chr": "1",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Left ventricular noncompaction 8,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"computational_prediction_selected": "Uncertain_significance",
"computational_score_selected": 0.7253151535987854,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1276,
"aa_ref": "S",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8698,
"cdna_start": 254,
"cds_end": null,
"cds_length": 3831,
"cds_start": 197,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_022114.4",
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000270722.10",
"protein_coding": true,
"protein_id": "NP_071397.3",
"strand": true,
"transcript": "NM_022114.4",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1276,
"aa_ref": "S",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 8698,
"cdna_start": 254,
"cds_end": null,
"cds_length": 3831,
"cds_start": 197,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000270722.10",
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_022114.4",
"protein_coding": true,
"protein_id": "ENSP00000270722.5",
"strand": true,
"transcript": "ENST00000270722.10",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1257,
"aa_ref": "S",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5447,
"cdna_start": 260,
"cds_end": null,
"cds_length": 3774,
"cds_start": 197,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000378391.6",
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000367643.2",
"strand": true,
"transcript": "ENST00000378391.6",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1257,
"aa_ref": "S",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8641,
"cdna_start": 254,
"cds_end": null,
"cds_length": 3774,
"cds_start": 197,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NM_199454.3",
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_955533.2",
"strand": true,
"transcript": "NM_199454.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1178,
"aa_ref": "S",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4282,
"cdna_start": 289,
"cds_end": null,
"cds_length": 3537,
"cds_start": 197,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000511072.5",
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000426975.1",
"strand": true,
"transcript": "ENST00000511072.5",
"transcript_support_level": 5
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 1177,
"aa_ref": "S",
"aa_start": 66,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4236,
"cdna_start": 246,
"cds_end": null,
"cds_length": 3534,
"cds_start": 197,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000514189.5",
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"hgvs_c": "c.197C>T",
"hgvs_p": "p.Ser66Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000421400.1",
"strand": true,
"transcript": "ENST00000514189.5",
"transcript_support_level": 5
},
{
"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": 581,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000607632.1",
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"hgvs_c": "n.274C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000607632.1",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs374012976",
"effect": "missense_variant",
"frequency_reference_population": 0.00007322843,
"gene_hgnc_id": 14000,
"gene_symbol": "PRDM16",
"gnomad_exomes_ac": 108,
"gnomad_exomes_af": 0.0000740098,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 10,
"gnomad_genomes_af": 0.0000657333,
"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": "Left ventricular noncompaction 8|not provided",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 7.454,
"pos": 3186284,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.226,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_022114.4"
}
]
}