← 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: 20-17494572-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=17494572&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 21,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "BFSP1",
"hgnc_id": 1040,
"hgvs_c": "c.1500G>A",
"hgvs_p": "p.Ala500Ala",
"inheritance_mode": "AR,AD,SD",
"pathogenic_score": 0,
"score": -21,
"transcript": "NM_001195.5",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_score": -21,
"allele_count_reference_population": 415318,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.68,
"chr": "20",
"clinvar_classification": "Benign",
"clinvar_disease": "Cataract 33,not provided,not specified",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.6800000071525574,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 665,
"aa_ref": "A",
"aa_start": 500,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2217,
"cdna_start": 1550,
"cds_end": null,
"cds_length": 1998,
"cds_start": 1500,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001195.5",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1500G>A",
"hgvs_p": "p.Ala500Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000377873.8",
"protein_coding": true,
"protein_id": "NP_001186.1",
"strand": false,
"transcript": "NM_001195.5",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 665,
"aa_ref": "A",
"aa_start": 500,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2217,
"cdna_start": 1550,
"cds_end": null,
"cds_length": 1998,
"cds_start": 1500,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000377873.8",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1500G>A",
"hgvs_p": "p.Ala500Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001195.5",
"protein_coding": true,
"protein_id": "ENSP00000367104.3",
"strand": false,
"transcript": "ENST00000377873.8",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 540,
"aa_ref": "A",
"aa_start": 375,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2063,
"cdna_start": 1396,
"cds_end": null,
"cds_length": 1623,
"cds_start": 1125,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000377868.6",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1125G>A",
"hgvs_p": "p.Ala375Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000367099.2",
"strand": false,
"transcript": "ENST00000377868.6",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 629,
"aa_ref": "A",
"aa_start": 464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2109,
"cdna_start": 1442,
"cds_end": null,
"cds_length": 1890,
"cds_start": 1392,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001424338.1",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1392G>A",
"hgvs_p": "p.Ala464Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001411267.1",
"strand": false,
"transcript": "NM_001424338.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 629,
"aa_ref": "A",
"aa_start": 464,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2221,
"cdna_start": 1554,
"cds_end": null,
"cds_length": 1890,
"cds_start": 1392,
"consequences": [
"synonymous_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000929672.1",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1392G>A",
"hgvs_p": "p.Ala464Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000599731.1",
"strand": false,
"transcript": "ENST00000929672.1",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 554,
"aa_ref": "A",
"aa_start": 389,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1932,
"cdna_start": 1265,
"cds_end": null,
"cds_length": 1665,
"cds_start": 1167,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001278607.2",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1167G>A",
"hgvs_p": "p.Ala389Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001265536.1",
"strand": false,
"transcript": "NM_001278607.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 540,
"aa_ref": "A",
"aa_start": 375,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1936,
"cdna_start": 1269,
"cds_end": null,
"cds_length": 1623,
"cds_start": 1125,
"consequences": [
"synonymous_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001161705.2",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1125G>A",
"hgvs_p": "p.Ala375Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001155177.1",
"strand": false,
"transcript": "NM_001161705.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 526,
"aa_ref": "A",
"aa_start": 361,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2071,
"cdna_start": 1404,
"cds_end": null,
"cds_length": 1581,
"cds_start": 1083,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001278606.2",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1083G>A",
"hgvs_p": "p.Ala361Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001265535.1",
"strand": false,
"transcript": "NM_001278606.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 526,
"aa_ref": "A",
"aa_start": 361,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2184,
"cdna_start": 1517,
"cds_end": null,
"cds_length": 1581,
"cds_start": 1083,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001278608.2",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1083G>A",
"hgvs_p": "p.Ala361Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001265537.1",
"strand": false,
"transcript": "NM_001278608.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 526,
"aa_ref": "A",
"aa_start": 361,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2075,
"cdna_start": 1409,
"cds_end": null,
"cds_length": 1581,
"cds_start": 1083,
"consequences": [
"synonymous_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000536626.7",
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"hgvs_c": "c.1083G>A",
"hgvs_p": "p.Ala361Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442522.1",
"strand": false,
"transcript": "ENST00000536626.7",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs6136118",
"effect": "synonymous_variant",
"frequency_reference_population": 0.25732857,
"gene_hgnc_id": 1040,
"gene_symbol": "BFSP1",
"gnomad_exomes_ac": 372396,
"gnomad_exomes_af": 0.254742,
"gnomad_exomes_homalt": 49263,
"gnomad_genomes_ac": 42922,
"gnomad_genomes_af": 0.282189,
"gnomad_genomes_homalt": 6243,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 55506,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Benign",
"phenotype_combined": "not specified|Cataract 33|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.104,
"pos": 17494572,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.029999999329447746,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.03,
"transcript": "NM_001195.5"
}
]
}