← 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: 12-6943816-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=6943816&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 13,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "C12orf57",
"hgnc_id": 29521,
"hgvs_c": "c.-16+154C>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -13,
"transcript": "NM_001301834.1",
"verdict": "Benign"
},
{
"benign_score": 9,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "RNU7-1",
"hgnc_id": 34033,
"hgvs_c": "n.1C>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -9,
"transcript": "NR_023317.1",
"verdict": "Benign"
},
{
"benign_score": 9,
"criteria": [
"BP4_Strong",
"BP6",
"BS2"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000272173",
"hgnc_id": null,
"hgvs_c": "n.908G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -9,
"transcript": "ENST00000607421.3",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_score": -13,
"allele_count_reference_population": 1143,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.67,
"chr": "12",
"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.6700000166893005,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": null,
"aa_end": null,
"aa_length": 126,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 638,
"cdna_start": null,
"cds_end": null,
"cds_length": 381,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001301834.1",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-16+154C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001288763.1",
"strand": true,
"transcript": "NM_001301834.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 126,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 708,
"cdna_start": null,
"cds_end": null,
"cds_length": 381,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000852280.1",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-16+154C>T",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000522339.1",
"strand": true,
"transcript": "ENST00000852280.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 125,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 556,
"cdna_start": null,
"cds_end": null,
"cds_length": 380,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000545581.5",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-16+154C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000440602.1",
"strand": true,
"transcript": "ENST00000545581.5",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 113,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 639,
"cdna_start": null,
"cds_end": null,
"cds_length": 342,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001301836.2",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.13+154C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001288765.1",
"strand": true,
"transcript": "NM_001301836.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "snRNA",
"canonical": false,
"cdna_end": null,
"cdna_length": 63,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000458811.1",
"gene_hgnc_id": 34033,
"gene_symbol": "RNU7-1",
"hgvs_c": "n.1C>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": "ENST00000458811.1",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1221,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000607421.3",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000272173",
"hgvs_c": "n.908G>A",
"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": "ENST00000607421.3",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "snRNA",
"canonical": false,
"cdna_end": null,
"cdna_length": 63,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NR_023317.1",
"gene_hgnc_id": 34033,
"gene_symbol": "RNU7-1",
"hgvs_c": "n.1C>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": "NR_023317.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": 979,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000538392.1",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "n.388+154C>T",
"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": "ENST00000538392.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 640,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000542222.1",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "n.230+154C>T",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000542222.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 126,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 561,
"cdna_start": null,
"cds_end": null,
"cds_length": 381,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_138425.4",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-306C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000229281.6",
"protein_coding": true,
"protein_id": "NP_612434.1",
"strand": true,
"transcript": "NM_138425.4",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 126,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 561,
"cdna_start": null,
"cds_end": null,
"cds_length": 381,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000229281.6",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-306C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_138425.4",
"protein_coding": true,
"protein_id": "ENSP00000229281.5",
"strand": true,
"transcript": "ENST00000229281.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 103,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 980,
"cdna_start": null,
"cds_end": null,
"cds_length": 312,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000544681.1",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-306C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000475422.1",
"strand": true,
"transcript": "ENST00000544681.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 97,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 474,
"cdna_start": null,
"cds_end": null,
"cds_length": 294,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001301837.2",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-306C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001288766.1",
"strand": true,
"transcript": "NM_001301837.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 97,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 662,
"cdna_start": null,
"cds_end": null,
"cds_length": 294,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000537087.5",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-306C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000440937.1",
"strand": true,
"transcript": "ENST00000537087.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 91,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 657,
"cdna_start": null,
"cds_end": null,
"cds_length": 276,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001301838.2",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-507C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001288767.1",
"strand": true,
"transcript": "NM_001301838.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 67,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 590,
"cdna_start": null,
"cds_end": null,
"cds_length": 204,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000921170.1",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "c.-306C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000591229.1",
"strand": true,
"transcript": "ENST00000921170.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": 570,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"upstream_gene_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_126035.2",
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"hgvs_c": "n.-206C>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": "NR_126035.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs115670517",
"effect": "intron_variant",
"frequency_reference_population": 0.0013711941,
"gene_hgnc_id": 29521,
"gene_symbol": "C12orf57",
"gnomad_exomes_ac": 736,
"gnomad_exomes_af": 0.0010804,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_ac": 407,
"gnomad_genomes_af": 0.00267145,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 2,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": -2.297,
"pos": 6943816,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_001301834.1"
}
]
}