← 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-126345454-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=126345454&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 126345454,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001350236.2",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "L",
"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.855C>G",
"hgvs_p": "p.Phe285Leu",
"transcript": "NM_014026.6",
"protein_id": "NP_054745.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 337,
"cds_start": 855,
"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": "F",
"aa_alt": "L",
"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.855C>G",
"hgvs_p": "p.Phe285Leu",
"transcript": "ENST00000263579.5",
"protein_id": "ENSP00000263579.4",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 337,
"cds_start": 855,
"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": "F",
"aa_alt": "L",
"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.876C>G",
"hgvs_p": "p.Phe292Leu",
"transcript": "NM_001350236.2",
"protein_id": "NP_001337165.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 344,
"cds_start": 876,
"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": "F",
"aa_alt": "L",
"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.876C>G",
"hgvs_p": "p.Phe292Leu",
"transcript": "ENST00000861222.1",
"protein_id": "ENSP00000531281.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 344,
"cds_start": 876,
"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": "F",
"aa_alt": "L",
"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.852C>G",
"hgvs_p": "p.Phe284Leu",
"transcript": "ENST00000912051.1",
"protein_id": "ENSP00000582110.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 336,
"cds_start": 852,
"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": "F",
"aa_alt": "L",
"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.840C>G",
"hgvs_p": "p.Phe280Leu",
"transcript": "ENST00000912055.1",
"protein_id": "ENSP00000582114.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 332,
"cds_start": 840,
"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": "F",
"aa_alt": "L",
"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.822C>G",
"hgvs_p": "p.Phe274Leu",
"transcript": "ENST00000912053.1",
"protein_id": "ENSP00000582112.1",
"transcript_support_level": null,
"aa_start": 274,
"aa_end": null,
"aa_length": 326,
"cds_start": 822,
"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": "F",
"aa_alt": "L",
"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.807C>G",
"hgvs_p": "p.Phe269Leu",
"transcript": "ENST00000971356.1",
"protein_id": "ENSP00000641415.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 321,
"cds_start": 807,
"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": "F",
"aa_alt": "L",
"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.741C>G",
"hgvs_p": "p.Phe247Leu",
"transcript": "ENST00000861223.1",
"protein_id": "ENSP00000531282.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 299,
"cds_start": 741,
"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": "F",
"aa_alt": "L",
"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.735C>G",
"hgvs_p": "p.Phe245Leu",
"transcript": "ENST00000912052.1",
"protein_id": "ENSP00000582111.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 297,
"cds_start": 735,
"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": "F",
"aa_alt": "L",
"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.672C>G",
"hgvs_p": "p.Phe224Leu",
"transcript": "ENST00000912054.1",
"protein_id": "ENSP00000582113.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 276,
"cds_start": 672,
"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": "F",
"aa_alt": "L",
"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.576C>G",
"hgvs_p": "p.Phe192Leu",
"transcript": "ENST00000648516.1",
"protein_id": "ENSP00000497684.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 244,
"cds_start": 576,
"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.2205C>G",
"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.366C>G",
"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-3132G>C",
"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-3132G>C",
"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-3132G>C",
"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-2392G>C",
"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-2029G>C",
"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-3132G>C",
"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": "rs368589401",
"frequency_reference_population": 0.000019154153,
"hom_count_reference_population": 0,
"allele_count_reference_population": 28,
"gnomad_exomes_af": 0.0000191542,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 28,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6276727318763733,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.503,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9623,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.12,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.639,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001350236.2",
"gene_symbol": "DCPS",
"hgnc_id": 29812,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.876C>G",
"hgvs_p": "p.Phe292Leu"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000629441.4",
"gene_symbol": "GSEC",
"hgnc_id": 48645,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.151-3132G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}