← 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: 19-48304098-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=48304098&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 17,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS1"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "ODAD1",
"hgnc_id": 26560,
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"inheritance_mode": "AR,AD",
"pathogenic_score": 0,
"score": -17,
"transcript": "NM_001364171.2",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1",
"acmg_score": -17,
"allele_count_reference_population": 113,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.59,
"chr": "19",
"clinvar_classification": "Benign",
"clinvar_disease": "Primary ciliary dyskinesia,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:3",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.5899999737739563,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 707,
"aa_ref": "A",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2995,
"cdna_start": 1065,
"cds_end": null,
"cds_length": 2124,
"cds_start": 708,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001364171.2",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000674294.1",
"protein_coding": true,
"protein_id": "NP_001351100.1",
"strand": false,
"transcript": "NM_001364171.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 707,
"aa_ref": "A",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2995,
"cdna_start": 1065,
"cds_end": null,
"cds_length": 2124,
"cds_start": 708,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000674294.1",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001364171.2",
"protein_coding": true,
"protein_id": "ENSP00000501363.1",
"strand": false,
"transcript": "ENST00000674294.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 670,
"aa_ref": "A",
"aa_start": 199,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3215,
"cdna_start": 1280,
"cds_end": null,
"cds_length": 2013,
"cds_start": 597,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000315396.7",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.597G>A",
"hgvs_p": "p.Ala199Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000318429.7",
"strand": false,
"transcript": "ENST00000315396.7",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 727,
"aa_ref": "A",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2772,
"cdna_start": 782,
"cds_end": null,
"cds_length": 2184,
"cds_start": 708,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000859784.1",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529843.1",
"strand": false,
"transcript": "ENST00000859784.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 707,
"aa_ref": "A",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3001,
"cdna_start": 964,
"cds_end": null,
"cds_length": 2124,
"cds_start": 708,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000859782.1",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529841.1",
"strand": false,
"transcript": "ENST00000859782.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 707,
"aa_ref": "A",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3274,
"cdna_start": 1342,
"cds_end": null,
"cds_length": 2124,
"cds_start": 708,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000859783.1",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000529842.1",
"strand": false,
"transcript": "ENST00000859783.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 707,
"aa_ref": "A",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2941,
"cdna_start": 977,
"cds_end": null,
"cds_length": 2124,
"cds_start": 708,
"consequences": [
"synonymous_variant"
],
"exon_count": 16,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000964366.1",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634425.1",
"strand": false,
"transcript": "ENST00000964366.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 670,
"aa_ref": "A",
"aa_start": 199,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2644,
"cdna_start": 704,
"cds_end": null,
"cds_length": 2013,
"cds_start": 597,
"consequences": [
"synonymous_variant"
],
"exon_count": 14,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_144577.4",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.597G>A",
"hgvs_p": "p.Ala199Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_653178.3",
"strand": false,
"transcript": "NM_144577.4",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 576,
"aa_ref": "A",
"aa_start": 236,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2985,
"cdna_start": 984,
"cds_end": null,
"cds_length": 1731,
"cds_start": 708,
"consequences": [
"synonymous_variant"
],
"exon_count": 15,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000474199.6",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Ala236Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000501357.1",
"strand": false,
"transcript": "ENST00000474199.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3035,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 13,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000674207.1",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "n.*416G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501374.1",
"strand": false,
"transcript": "ENST00000674207.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3035,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 13,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000674207.1",
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"hgvs_c": "n.*416G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000501374.1",
"strand": false,
"transcript": "ENST00000674207.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs755132968",
"effect": "synonymous_variant",
"frequency_reference_population": 0.000070037735,
"gene_hgnc_id": 26560,
"gene_symbol": "ODAD1",
"gnomad_exomes_ac": 104,
"gnomad_exomes_af": 0.0000711744,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 9,
"gnomad_genomes_af": 0.0000591265,
"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": "Benign",
"phenotype_combined": "Primary ciliary dyskinesia|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": -5.858,
"pos": 48304098,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.009999999776482582,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.01,
"transcript": "NM_001364171.2"
}
]
}