← 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: 11-126345368-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=126345368&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 126345368,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001350236.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.769C>T",
"hgvs_p": "p.Arg257Trp",
"transcript": "NM_014026.6",
"protein_id": "NP_054745.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 337,
"cds_start": 769,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263579.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014026.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.769C>T",
"hgvs_p": "p.Arg257Trp",
"transcript": "ENST00000263579.5",
"protein_id": "ENSP00000263579.4",
"transcript_support_level": 1,
"aa_start": 257,
"aa_end": null,
"aa_length": 337,
"cds_start": 769,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014026.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263579.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264Trp",
"transcript": "NM_001350236.2",
"protein_id": "NP_001337165.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 344,
"cds_start": 790,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350236.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264Trp",
"transcript": "ENST00000861222.1",
"protein_id": "ENSP00000531281.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 344,
"cds_start": 790,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861222.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.766C>T",
"hgvs_p": "p.Arg256Trp",
"transcript": "ENST00000912051.1",
"protein_id": "ENSP00000582110.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 336,
"cds_start": 766,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912051.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.754C>T",
"hgvs_p": "p.Arg252Trp",
"transcript": "ENST00000912055.1",
"protein_id": "ENSP00000582114.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 332,
"cds_start": 754,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912055.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.736C>T",
"hgvs_p": "p.Arg246Trp",
"transcript": "ENST00000912053.1",
"protein_id": "ENSP00000582112.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 326,
"cds_start": 736,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912053.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.721C>T",
"hgvs_p": "p.Arg241Trp",
"transcript": "ENST00000971356.1",
"protein_id": "ENSP00000641415.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 321,
"cds_start": 721,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971356.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.655C>T",
"hgvs_p": "p.Arg219Trp",
"transcript": "ENST00000861223.1",
"protein_id": "ENSP00000531282.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 299,
"cds_start": 655,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861223.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.649C>T",
"hgvs_p": "p.Arg217Trp",
"transcript": "ENST00000912052.1",
"protein_id": "ENSP00000582111.1",
"transcript_support_level": null,
"aa_start": 217,
"aa_end": null,
"aa_length": 297,
"cds_start": 649,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912052.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.586C>T",
"hgvs_p": "p.Arg196Trp",
"transcript": "ENST00000912054.1",
"protein_id": "ENSP00000582113.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 276,
"cds_start": 586,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912054.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "c.490C>T",
"hgvs_p": "p.Arg164Trp",
"transcript": "ENST00000648516.1",
"protein_id": "ENSP00000497684.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 244,
"cds_start": 490,
"cds_end": null,
"cds_length": 735,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648516.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "n.2119C>T",
"hgvs_p": null,
"transcript": "ENST00000529149.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000529149.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"hgvs_c": "n.280C>T",
"hgvs_p": null,
"transcript": "ENST00000530860.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000530860.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GSEC",
"gene_hgnc_id": 48645,
"hgvs_c": "n.151-3046G>A",
"hgvs_p": null,
"transcript": "ENST00000629441.4",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000629441.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GSEC",
"gene_hgnc_id": 48645,
"hgvs_c": "n.174-3046G>A",
"hgvs_p": null,
"transcript": "ENST00000702666.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000702666.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GSEC",
"gene_hgnc_id": 48645,
"hgvs_c": "n.68-3046G>A",
"hgvs_p": null,
"transcript": "ENST00000801033.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000801033.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GSEC",
"gene_hgnc_id": 48645,
"hgvs_c": "n.117-2306G>A",
"hgvs_p": null,
"transcript": "ENST00000801034.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000801034.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GSEC",
"gene_hgnc_id": 48645,
"hgvs_c": "n.117-1943G>A",
"hgvs_p": null,
"transcript": "ENST00000801035.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000801035.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GSEC",
"gene_hgnc_id": 48645,
"hgvs_c": "n.147-3046G>A",
"hgvs_p": null,
"transcript": "NR_033839.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_033839.1"
}
],
"gene_symbol": "DCPS",
"gene_hgnc_id": 29812,
"dbsnp": "rs146794173",
"frequency_reference_population": 0.00018586969,
"hom_count_reference_population": 0,
"allele_count_reference_population": 300,
"gnomad_exomes_af": 0.000113566,
"gnomad_genomes_af": 0.000879704,
"gnomad_exomes_ac": 166,
"gnomad_genomes_ac": 134,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.02210754156112671,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.362,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1555,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.338,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BS1_Supporting",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS1_Supporting"
],
"verdict": "Likely_benign",
"transcript": "NM_001350236.2",
"gene_symbol": "DCPS",
"hgnc_id": 29812,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.790C>T",
"hgvs_p": "p.Arg264Trp"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000629441.4",
"gene_symbol": "GSEC",
"hgnc_id": 48645,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.151-3046G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}