← 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-128322930-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=128322930&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 128322930,
"ref": "C",
"alt": "A",
"effect": "splice_donor_variant,intron_variant",
"transcript": "ENST00000300452.8",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "NM_016035.5",
"protein_id": "NP_057119.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1245,
"mane_select": "ENST00000300452.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "ENST00000300452.8",
"protein_id": "ENSP00000300452.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": -4,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1245,
"mane_select": "NM_016035.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "ENST00000372875.3",
"protein_id": "ENSP00000361966.3",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 151,
"cds_start": -4,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "NM_001305942.2",
"protein_id": "NP_001292871.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "ENST00000608951.5",
"protein_id": "ENSP00000476323.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": -4,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "ENST00000609948.1",
"protein_id": "ENSP00000477292.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 86,
"cds_start": -4,
"cds_end": null,
"cds_length": 261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 956,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "XM_047423448.1",
"protein_id": "XP_047279404.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1937,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "XM_017014792.2",
"protein_id": "XP_016870281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "XM_017014793.2",
"protein_id": "XP_016870282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"hgvs_c": "c.70+2C>A",
"hgvs_p": null,
"transcript": "XM_047423449.1",
"protein_id": "XP_047279405.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 435,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "COQ4",
"gene_hgnc_id": 19693,
"dbsnp": "rs767839639",
"frequency_reference_population": 0.0000075908347,
"hom_count_reference_population": 0,
"allele_count_reference_population": 11,
"gnomad_exomes_af": 0.00000759083,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 11,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.41999998688697815,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.7900000214576721,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.517,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.79,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PVS1_Strong,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PVS1_Strong",
"PM2",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000300452.8",
"gene_symbol": "COQ4",
"hgnc_id": 19693,
"effects": [
"splice_donor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.70+2C>A",
"hgvs_p": null
}
],
"clinvar_disease": "Neonatal encephalomyopathy-cardiomyopathy-respiratory distress syndrome",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Neonatal encephalomyopathy-cardiomyopathy-respiratory distress syndrome",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}