← 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-126345390-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=126345390&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 126345390,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001350236.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"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.791G>A",
"hgvs_p": "p.Arg264Gln",
"transcript": "NM_014026.6",
"protein_id": "NP_054745.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 337,
"cds_start": 791,
"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": "Q",
"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.791G>A",
"hgvs_p": "p.Arg264Gln",
"transcript": "ENST00000263579.5",
"protein_id": "ENSP00000263579.4",
"transcript_support_level": 1,
"aa_start": 264,
"aa_end": null,
"aa_length": 337,
"cds_start": 791,
"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": "Q",
"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.812G>A",
"hgvs_p": "p.Arg271Gln",
"transcript": "NM_001350236.2",
"protein_id": "NP_001337165.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 344,
"cds_start": 812,
"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": "Q",
"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.812G>A",
"hgvs_p": "p.Arg271Gln",
"transcript": "ENST00000861222.1",
"protein_id": "ENSP00000531281.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 344,
"cds_start": 812,
"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": "Q",
"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.788G>A",
"hgvs_p": "p.Arg263Gln",
"transcript": "ENST00000912051.1",
"protein_id": "ENSP00000582110.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 336,
"cds_start": 788,
"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": "Q",
"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.776G>A",
"hgvs_p": "p.Arg259Gln",
"transcript": "ENST00000912055.1",
"protein_id": "ENSP00000582114.1",
"transcript_support_level": null,
"aa_start": 259,
"aa_end": null,
"aa_length": 332,
"cds_start": 776,
"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": "Q",
"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.758G>A",
"hgvs_p": "p.Arg253Gln",
"transcript": "ENST00000912053.1",
"protein_id": "ENSP00000582112.1",
"transcript_support_level": null,
"aa_start": 253,
"aa_end": null,
"aa_length": 326,
"cds_start": 758,
"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": "Q",
"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.743G>A",
"hgvs_p": "p.Arg248Gln",
"transcript": "ENST00000971356.1",
"protein_id": "ENSP00000641415.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 321,
"cds_start": 743,
"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": "Q",
"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.677G>A",
"hgvs_p": "p.Arg226Gln",
"transcript": "ENST00000861223.1",
"protein_id": "ENSP00000531282.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 299,
"cds_start": 677,
"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": "Q",
"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.671G>A",
"hgvs_p": "p.Arg224Gln",
"transcript": "ENST00000912052.1",
"protein_id": "ENSP00000582111.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 297,
"cds_start": 671,
"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": "Q",
"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.608G>A",
"hgvs_p": "p.Arg203Gln",
"transcript": "ENST00000912054.1",
"protein_id": "ENSP00000582113.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 276,
"cds_start": 608,
"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": "Q",
"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.512G>A",
"hgvs_p": "p.Arg171Gln",
"transcript": "ENST00000648516.1",
"protein_id": "ENSP00000497684.1",
"transcript_support_level": null,
"aa_start": 171,
"aa_end": null,
"aa_length": 244,
"cds_start": 512,
"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.2141G>A",
"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.302G>A",
"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-3068C>T",
"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-3068C>T",
"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-3068C>T",
"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-2328C>T",
"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-1965C>T",
"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-3068C>T",
"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": "rs140377449",
"frequency_reference_population": 0.0007403213,
"hom_count_reference_population": 4,
"allele_count_reference_population": 1195,
"gnomad_exomes_af": 0.000746334,
"gnomad_genomes_af": 0.00068263,
"gnomad_exomes_ac": 1091,
"gnomad_genomes_ac": 104,
"gnomad_exomes_homalt": 4,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10115048289299011,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.881,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4679,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.602,
"phylop100way_prediction": "Pathogenic",
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "PP3,BP4_Moderate,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 11,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Moderate",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001350236.2",
"gene_symbol": "DCPS",
"hgnc_id": 29812,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.812G>A",
"hgvs_p": "p.Arg271Gln"
},
{
"score": -6,
"benign_score": 7,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BP4_Moderate",
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000629441.4",
"gene_symbol": "GSEC",
"hgnc_id": 48645,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.151-3068C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}