← 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-48921286-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=48921286&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 48921286,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_033124.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRC2",
"gene_hgnc_id": 29937,
"hgvs_c": "c.1298G>T",
"hgvs_p": "p.Arg433Leu",
"transcript": "NM_033124.5",
"protein_id": "NP_149115.2",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 484,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000320516.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033124.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC65",
"gene_hgnc_id": 29937,
"hgvs_c": "c.1298G>T",
"hgvs_p": "p.Arg433Leu",
"transcript": "ENST00000320516.5",
"protein_id": "ENSP00000312706.4",
"transcript_support_level": 1,
"aa_start": 433,
"aa_end": null,
"aa_length": 484,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_033124.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000320516.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000272822",
"gene_hgnc_id": null,
"hgvs_c": "c.385-17378C>A",
"hgvs_p": null,
"transcript": "ENST00000398092.4",
"protein_id": "ENSP00000438507.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 210,
"cds_start": null,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398092.4"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC65",
"gene_hgnc_id": 29937,
"hgvs_c": "c.1298G>T",
"hgvs_p": "p.Arg433Leu",
"transcript": "ENST00000266984.9",
"protein_id": "ENSP00000266984.5",
"transcript_support_level": 5,
"aa_start": 433,
"aa_end": null,
"aa_length": 497,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000266984.9"
},
{
"aa_ref": "R",
"aa_alt": "L",
"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": "CCDC65",
"gene_hgnc_id": 29937,
"hgvs_c": "c.1079G>T",
"hgvs_p": "p.Arg360Leu",
"transcript": "ENST00000943642.1",
"protein_id": "ENSP00000613701.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 411,
"cds_start": 1079,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943642.1"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC65",
"gene_hgnc_id": 29937,
"hgvs_c": "c.989G>T",
"hgvs_p": "p.Arg330Leu",
"transcript": "ENST00000552942.5",
"protein_id": "ENSP00000446569.1",
"transcript_support_level": 5,
"aa_start": 330,
"aa_end": null,
"aa_length": 372,
"cds_start": 989,
"cds_end": null,
"cds_length": 1120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000552942.5"
},
{
"aa_ref": "R",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DRC2",
"gene_hgnc_id": 29937,
"hgvs_c": "c.869G>T",
"hgvs_p": "p.Arg290Leu",
"transcript": "NM_001286957.2",
"protein_id": "NP_001273886.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 341,
"cds_start": 869,
"cds_end": null,
"cds_length": 1026,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286957.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC65",
"gene_hgnc_id": 29937,
"hgvs_c": "n.*1129G>T",
"hgvs_p": null,
"transcript": "ENST00000547861.5",
"protein_id": "ENSP00000447157.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000547861.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC65",
"gene_hgnc_id": 29937,
"hgvs_c": "n.*1129G>T",
"hgvs_p": null,
"transcript": "ENST00000547861.5",
"protein_id": "ENSP00000447157.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000547861.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FKBP11",
"gene_hgnc_id": 18624,
"hgvs_c": "n.*232C>A",
"hgvs_p": null,
"transcript": "ENST00000553027.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000553027.1"
}
],
"gene_symbol": "DRC2",
"gene_hgnc_id": 29937,
"dbsnp": "rs766802543",
"frequency_reference_population": 0.000006815028,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000410426,
"gnomad_genomes_af": 0.0000328545,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25441426038742065,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.183,
"revel_prediction": "Benign",
"alphamissense_score": 0.3898,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.34,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.994,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_033124.5",
"gene_symbol": "DRC2",
"hgnc_id": 29937,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1298G>T",
"hgvs_p": "p.Arg433Leu"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000320516.5",
"gene_symbol": "CCDC65",
"hgnc_id": 29937,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1298G>T",
"hgvs_p": "p.Arg433Leu"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000398092.4",
"gene_symbol": "ENSG00000272822",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.385-17378C>A",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000553027.1",
"gene_symbol": "FKBP11",
"hgnc_id": 18624,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*232C>A",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,Primary ciliary dyskinesia 27",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Primary ciliary dyskinesia 27|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}