← 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: 10-113697505-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=113697505&ref=T&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "10",
"pos": 113697505,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000369318.8",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "NM_001227.5",
"protein_id": "NP_001218.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 303,
"cds_start": 12,
"cds_end": null,
"cds_length": 912,
"cdna_start": 79,
"cdna_end": null,
"cdna_length": 2344,
"mane_select": "ENST00000369318.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "ENST00000369318.8",
"protein_id": "ENSP00000358324.4",
"transcript_support_level": 1,
"aa_start": 4,
"aa_end": null,
"aa_length": 303,
"cds_start": 12,
"cds_end": null,
"cds_length": 912,
"cdna_start": 79,
"cdna_end": null,
"cdna_length": 2344,
"mane_select": "NM_001227.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.111T>G",
"hgvs_p": "p.Asp37Glu",
"transcript": "ENST00000621607.4",
"protein_id": "ENSP00000478999.1",
"transcript_support_level": 1,
"aa_start": 37,
"aa_end": null,
"aa_length": 336,
"cds_start": 111,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 111,
"cdna_end": null,
"cdna_length": 2378,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "ENST00000345633.8",
"protein_id": "ENSP00000298701.7",
"transcript_support_level": 1,
"aa_start": 4,
"aa_end": null,
"aa_length": 303,
"cds_start": 12,
"cds_end": null,
"cds_length": 912,
"cdna_start": 396,
"cdna_end": null,
"cdna_length": 2659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "ENST00000369315.5",
"protein_id": "ENSP00000358321.1",
"transcript_support_level": 1,
"aa_start": 4,
"aa_end": null,
"aa_length": 303,
"cds_start": 12,
"cds_end": null,
"cds_length": 912,
"cdna_start": 158,
"cdna_end": null,
"cdna_length": 2421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "ENST00000621345.4",
"protein_id": "ENSP00000480584.1",
"transcript_support_level": 1,
"aa_start": 4,
"aa_end": null,
"aa_length": 303,
"cds_start": 12,
"cds_end": null,
"cds_length": 912,
"cdna_start": 200,
"cdna_end": null,
"cdna_length": 2467,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "ENST00000369331.8",
"protein_id": "ENSP00000358337.3",
"transcript_support_level": 1,
"aa_start": 4,
"aa_end": null,
"aa_length": 253,
"cds_start": 12,
"cds_end": null,
"cds_length": 762,
"cdna_start": 158,
"cdna_end": null,
"cdna_length": 2380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.236T>G",
"hgvs_p": "p.Ile79Ser",
"transcript": "NM_001267057.1",
"protein_id": "NP_001253986.1",
"transcript_support_level": null,
"aa_start": 79,
"aa_end": null,
"aa_length": 388,
"cds_start": 236,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 2622,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.236T>G",
"hgvs_p": "p.Ile79Ser",
"transcript": "ENST00000369321.6",
"protein_id": "ENSP00000358327.3",
"transcript_support_level": 2,
"aa_start": 79,
"aa_end": null,
"aa_length": 388,
"cds_start": 236,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 2620,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.111T>G",
"hgvs_p": "p.Asp37Glu",
"transcript": "NM_033338.6",
"protein_id": "NP_203124.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 336,
"cds_start": 111,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 186,
"cdna_end": null,
"cdna_length": 2451,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.5T>G",
"hgvs_p": "p.Ile2Ser",
"transcript": "NM_001320911.2",
"protein_id": "NP_001307840.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 311,
"cds_start": 5,
"cds_end": null,
"cds_length": 936,
"cdna_start": 168,
"cdna_end": null,
"cdna_length": 2464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "NM_001267056.2",
"protein_id": "NP_001253985.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 303,
"cds_start": 12,
"cds_end": null,
"cds_length": 912,
"cdna_start": 168,
"cdna_end": null,
"cdna_length": 2433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "NM_033339.5",
"protein_id": "NP_203125.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 303,
"cds_start": 12,
"cds_end": null,
"cds_length": 912,
"cdna_start": 153,
"cdna_end": null,
"cdna_length": 2418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "NM_033340.4",
"protein_id": "NP_203126.1",
"transcript_support_level": null,
"aa_start": 4,
"aa_end": null,
"aa_length": 253,
"cds_start": 12,
"cds_end": null,
"cds_length": 762,
"cdna_start": 168,
"cdna_end": null,
"cdna_length": 2399,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "ENST00000614447.4",
"protein_id": "ENSP00000478285.1",
"transcript_support_level": 5,
"aa_start": 4,
"aa_end": null,
"aa_length": 253,
"cds_start": 12,
"cds_end": null,
"cds_length": 762,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 2555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu",
"transcript": "ENST00000429617.5",
"protein_id": "ENSP00000400094.1",
"transcript_support_level": 3,
"aa_start": 4,
"aa_end": null,
"aa_length": 221,
"cds_start": 12,
"cds_end": null,
"cds_length": 667,
"cdna_start": 179,
"cdna_end": null,
"cdna_length": 834,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.69T>G",
"hgvs_p": "p.Asp23Glu",
"transcript": "XM_017016763.2",
"protein_id": "XP_016872252.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 322,
"cds_start": 69,
"cds_end": null,
"cds_length": 969,
"cdna_start": 524,
"cdna_end": null,
"cdna_length": 2793,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"hgvs_c": "c.23T>G",
"hgvs_p": "p.Ile8Ser",
"transcript": "XM_006718017.4",
"protein_id": "XP_006718080.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 317,
"cds_start": 23,
"cds_end": null,
"cds_length": 954,
"cdna_start": 86,
"cdna_end": null,
"cdna_length": 2386,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CASP7",
"gene_hgnc_id": 1508,
"dbsnp": "rs11555408",
"frequency_reference_population": 0.10134201,
"hom_count_reference_population": 8730,
"allele_count_reference_population": 162932,
"gnomad_exomes_af": 0.100867,
"gnomad_genomes_af": 0.105882,
"gnomad_exomes_ac": 146821,
"gnomad_genomes_ac": 16111,
"gnomad_exomes_homalt": 7870,
"gnomad_genomes_homalt": 860,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0017143487930297852,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.018,
"revel_prediction": "Benign",
"alphamissense_score": 0.0873,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.64,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.001,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000369318.8",
"gene_symbol": "CASP7",
"hgnc_id": 1508,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.12T>G",
"hgvs_p": "p.Asp4Glu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}