← 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: 8-112234441-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=112234441&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "CSMD3",
"hgnc_id": 19291,
"hgvs_c": "c.10664G>T",
"hgvs_p": "p.Arg3555Leu",
"inheritance_mode": "AD",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_198123.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 1,
"alphamissense_prediction": null,
"alphamissense_score": 0.1244,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.56,
"chr": "8",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.09505286812782288,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3707,
"aa_ref": "R",
"aa_start": 3555,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13052,
"cdna_start": 10749,
"cds_end": null,
"cds_length": 11124,
"cds_start": 10664,
"consequences": [
"missense_variant"
],
"exon_count": 71,
"exon_rank": 68,
"exon_rank_end": null,
"feature": "NM_198123.2",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10664G>T",
"hgvs_p": "p.Arg3555Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000297405.10",
"protein_coding": true,
"protein_id": "NP_937756.1",
"strand": false,
"transcript": "NM_198123.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3707,
"aa_ref": "R",
"aa_start": 3555,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 13052,
"cdna_start": 10749,
"cds_end": null,
"cds_length": 11124,
"cds_start": 10664,
"consequences": [
"missense_variant"
],
"exon_count": 71,
"exon_rank": 68,
"exon_rank_end": null,
"feature": "ENST00000297405.10",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10664G>T",
"hgvs_p": "p.Arg3555Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_198123.2",
"protein_coding": true,
"protein_id": "ENSP00000297405.5",
"strand": false,
"transcript": "ENST00000297405.10",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3667,
"aa_ref": "R",
"aa_start": 3515,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13018,
"cdna_start": 10715,
"cds_end": null,
"cds_length": 11004,
"cds_start": 10544,
"consequences": [
"missense_variant"
],
"exon_count": 72,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "ENST00000343508.7",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10544G>T",
"hgvs_p": "p.Arg3515Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000345799.3",
"strand": false,
"transcript": "ENST00000343508.7",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3538,
"aa_ref": "R",
"aa_start": 3386,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12485,
"cdna_start": 10186,
"cds_end": null,
"cds_length": 10617,
"cds_start": 10157,
"consequences": [
"missense_variant"
],
"exon_count": 69,
"exon_rank": 66,
"exon_rank_end": null,
"feature": "ENST00000455883.2",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10157G>T",
"hgvs_p": "p.Arg3386Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000412263.2",
"strand": false,
"transcript": "ENST00000455883.2",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 2977,
"aa_ref": "R",
"aa_start": 2825,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10773,
"cdna_start": 8474,
"cds_end": null,
"cds_length": 8934,
"cds_start": 8474,
"consequences": [
"missense_variant"
],
"exon_count": 56,
"exon_rank": 53,
"exon_rank_end": null,
"feature": "ENST00000339701.7",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.8474G>T",
"hgvs_p": "p.Arg2825Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000341558.3",
"strand": false,
"transcript": "ENST00000339701.7",
"transcript_support_level": 1
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3667,
"aa_ref": "R",
"aa_start": 3515,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 13017,
"cdna_start": 10714,
"cds_end": null,
"cds_length": 11004,
"cds_start": 10544,
"consequences": [
"missense_variant"
],
"exon_count": 72,
"exon_rank": 69,
"exon_rank_end": null,
"feature": "NM_198124.2",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10544G>T",
"hgvs_p": "p.Arg3515Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_937757.1",
"strand": false,
"transcript": "NM_198124.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3538,
"aa_ref": "R",
"aa_start": 3386,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12545,
"cdna_start": 10242,
"cds_end": null,
"cds_length": 10617,
"cds_start": 10157,
"consequences": [
"missense_variant"
],
"exon_count": 69,
"exon_rank": 66,
"exon_rank_end": null,
"feature": "NM_052900.3",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10157G>T",
"hgvs_p": "p.Arg3386Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_443132.3",
"strand": false,
"transcript": "NM_052900.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3507,
"aa_ref": "R",
"aa_start": 3355,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12452,
"cdna_start": 10149,
"cds_end": null,
"cds_length": 10524,
"cds_start": 10064,
"consequences": [
"missense_variant"
],
"exon_count": 67,
"exon_rank": 64,
"exon_rank_end": null,
"feature": "NM_001363185.1",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10064G>T",
"hgvs_p": "p.Arg3355Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001350114.1",
"strand": false,
"transcript": "NM_001363185.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3681,
"aa_ref": "R",
"aa_start": 3529,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12974,
"cdna_start": 10671,
"cds_end": null,
"cds_length": 11046,
"cds_start": 10586,
"consequences": [
"missense_variant"
],
"exon_count": 70,
"exon_rank": 67,
"exon_rank_end": null,
"feature": "XM_017013008.2",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10586G>T",
"hgvs_p": "p.Arg3529Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016868497.1",
"strand": false,
"transcript": "XM_017013008.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3637,
"aa_ref": "R",
"aa_start": 3485,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12842,
"cdna_start": 10539,
"cds_end": null,
"cds_length": 10914,
"cds_start": 10454,
"consequences": [
"missense_variant"
],
"exon_count": 69,
"exon_rank": 66,
"exon_rank_end": null,
"feature": "XM_017013009.3",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10454G>T",
"hgvs_p": "p.Arg3485Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016868498.1",
"strand": false,
"transcript": "XM_017013009.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3611,
"aa_ref": "R",
"aa_start": 3459,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12764,
"cdna_start": 10461,
"cds_end": null,
"cds_length": 10836,
"cds_start": 10376,
"consequences": [
"missense_variant"
],
"exon_count": 68,
"exon_rank": 65,
"exon_rank_end": null,
"feature": "XM_047421314.1",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10376G>T",
"hgvs_p": "p.Arg3459Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047277270.1",
"strand": false,
"transcript": "XM_047421314.1",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3603,
"aa_ref": "R",
"aa_start": 3451,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12740,
"cdna_start": 10437,
"cds_end": null,
"cds_length": 10812,
"cds_start": 10352,
"consequences": [
"missense_variant"
],
"exon_count": 70,
"exon_rank": 67,
"exon_rank_end": null,
"feature": "XM_011516816.3",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10352G>T",
"hgvs_p": "p.Arg3451Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011515118.1",
"strand": false,
"transcript": "XM_011516816.3",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 3577,
"aa_ref": "R",
"aa_start": 3425,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 12662,
"cdna_start": 10359,
"cds_end": null,
"cds_length": 10734,
"cds_start": 10274,
"consequences": [
"missense_variant"
],
"exon_count": 69,
"exon_rank": 66,
"exon_rank_end": null,
"feature": "XM_017013010.2",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.10274G>T",
"hgvs_p": "p.Arg3425Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016868499.1",
"strand": false,
"transcript": "XM_017013010.2",
"transcript_support_level": null
},
{
"aa_alt": "L",
"aa_end": null,
"aa_length": 2173,
"aa_ref": "R",
"aa_start": 2021,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8628,
"cdna_start": 6325,
"cds_end": null,
"cds_length": 6522,
"cds_start": 6062,
"consequences": [
"missense_variant"
],
"exon_count": 45,
"exon_rank": 42,
"exon_rank_end": null,
"feature": "XM_011516815.3",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "c.6062G>T",
"hgvs_p": "p.Arg2021Leu",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011515117.1",
"strand": false,
"transcript": "XM_011516815.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2486,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000534172.1",
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"hgvs_c": "n.1303G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000534172.1",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs754753189",
"effect": "missense_variant",
"frequency_reference_population": 6.8447486e-7,
"gene_hgnc_id": 19291,
"gene_symbol": "CSMD3",
"gnomad_exomes_ac": 1,
"gnomad_exomes_af": 6.84475e-7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.174,
"pos": 112234441,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.067,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.12999999523162842,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.13,
"transcript": "NM_198123.2"
}
]
}