← 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: 9-136364056-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=136364056&ref=G&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 136364056,
"ref": "G",
"alt": "C",
"effect": "non_coding_transcript_exon_variant",
"transcript": "ENST00000696169.1",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289701",
"gene_hgnc_id": null,
"hgvs_c": "n.*1485C>G",
"hgvs_p": null,
"transcript": "ENST00000696169.1",
"protein_id": "ENSP00000512460.1",
"transcript_support_level": null,
"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": 4059,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "c.*246C>G",
"hgvs_p": null,
"transcript": "NM_052813.5",
"protein_id": "NP_434700.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2111,
"mane_select": "ENST00000371732.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "c.*246C>G",
"hgvs_p": null,
"transcript": "ENST00000371732.10",
"protein_id": "ENSP00000360797.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 536,
"cds_start": -4,
"cds_end": null,
"cds_length": 1611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2111,
"mane_select": "NM_052813.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289701",
"gene_hgnc_id": null,
"hgvs_c": "n.*1485C>G",
"hgvs_p": null,
"transcript": "ENST00000696169.1",
"protein_id": "ENSP00000512460.1",
"transcript_support_level": null,
"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": 4059,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "n.961C>G",
"hgvs_p": null,
"transcript": "ENST00000460290.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 1061,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "n.4475C>G",
"hgvs_p": null,
"transcript": "ENST00000485975.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 4574,
"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": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "n.2449C>G",
"hgvs_p": null,
"transcript": "ENST00000695905.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2532,
"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": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "n.2566C>G",
"hgvs_p": null,
"transcript": "ENST00000695906.1",
"protein_id": null,
"transcript_support_level": null,
"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": 2649,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "n.679C>G",
"hgvs_p": null,
"transcript": "ENST00000695907.1",
"protein_id": null,
"transcript_support_level": null,
"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": 743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "c.*69C>G",
"hgvs_p": null,
"transcript": "NM_052814.4",
"protein_id": "NP_434701.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 492,
"cds_start": -4,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "c.*69C>G",
"hgvs_p": null,
"transcript": "ENST00000371734.7",
"protein_id": "ENSP00000360799.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 492,
"cds_start": -4,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300558",
"gene_hgnc_id": null,
"hgvs_c": "n.84+604G>C",
"hgvs_p": null,
"transcript": "ENST00000772719.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1396,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000300558",
"gene_hgnc_id": null,
"hgvs_c": "n.137+604G>C",
"hgvs_p": null,
"transcript": "ENST00000772720.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC124902309",
"gene_hgnc_id": null,
"hgvs_c": "n.84+604G>C",
"hgvs_p": null,
"transcript": "XR_007061863.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1758,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CARD9",
"gene_hgnc_id": 16391,
"hgvs_c": "n.*904C>G",
"hgvs_p": null,
"transcript": "ENST00000489932.2",
"protein_id": "ENSP00000451368.1",
"transcript_support_level": 5,
"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": 1912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ENSG00000289701",
"gene_hgnc_id": null,
"dbsnp": "rs570507065",
"frequency_reference_population": 0.00044213046,
"hom_count_reference_population": 8,
"allele_count_reference_population": 678,
"gnomad_exomes_af": 0.000464119,
"gnomad_genomes_af": 0.000242827,
"gnomad_exomes_ac": 641,
"gnomad_genomes_ac": 37,
"gnomad_exomes_homalt": 8,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7599999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.033,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000696169.1",
"gene_symbol": "ENSG00000289701",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*1485C>G",
"hgvs_p": null
},
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_052813.5",
"gene_symbol": "CARD9",
"hgnc_id": 16391,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*246C>G",
"hgvs_p": null
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000772719.1",
"gene_symbol": "ENSG00000300558",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.84+604G>C",
"hgvs_p": null
},
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "XR_007061863.1",
"gene_symbol": "LOC124902309",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.84+604G>C",
"hgvs_p": null
}
],
"clinvar_disease": "Predisposition to invasive fungal disease due to CARD9 deficiency",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Predisposition to invasive fungal disease due to CARD9 deficiency",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}