← 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: 7-17814952-GAA-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=17814952&ref=GAA&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 17814952,
"ref": "GAA",
"alt": "G",
"effect": "intron_variant",
"transcript": "ENST00000428135.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1954-10_1954-9delTT",
"hgvs_p": null,
"transcript": "NM_015132.5",
"protein_id": "NP_055947.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 957,
"cds_start": -4,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6357,
"mane_select": "ENST00000428135.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1954-10_1954-9delTT",
"hgvs_p": null,
"transcript": "ENST00000428135.7",
"protein_id": "ENSP00000398789.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 957,
"cds_start": -4,
"cds_end": null,
"cds_length": 2874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6357,
"mane_select": "NM_015132.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1987-10_1987-9delTT",
"hgvs_p": null,
"transcript": "ENST00000611725.4",
"protein_id": "ENSP00000479044.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 888,
"cds_start": -4,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.298-10_298-9delTT",
"hgvs_p": null,
"transcript": "ENST00000496855.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1987-10_1987-9delTT",
"hgvs_p": null,
"transcript": "NM_001350862.2",
"protein_id": "NP_001337791.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 968,
"cds_start": -4,
"cds_end": null,
"cds_length": 2907,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1714-10_1714-9delTT",
"hgvs_p": null,
"transcript": "NM_001350863.2",
"protein_id": "NP_001337792.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 877,
"cds_start": -4,
"cds_end": null,
"cds_length": 2634,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6350,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1648-10_1648-9delTT",
"hgvs_p": null,
"transcript": "NM_001350864.2",
"protein_id": "NP_001337793.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 855,
"cds_start": -4,
"cds_end": null,
"cds_length": 2568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1345-10_1345-9delTT",
"hgvs_p": null,
"transcript": "NM_001350866.2",
"protein_id": "NP_001337795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 754,
"cds_start": -4,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1345-10_1345-9delTT",
"hgvs_p": null,
"transcript": "NM_001350867.2",
"protein_id": "NP_001337796.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 754,
"cds_start": -4,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 27,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.*1652-10_*1652-9delTT",
"hgvs_p": null,
"transcript": "ENST00000409076.6",
"protein_id": "ENSP00000387053.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 25,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.2115-10_2115-9delTT",
"hgvs_p": null,
"transcript": "NR_146932.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6319,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 26,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "n.2153-10_2153-9delTT",
"hgvs_p": null,
"transcript": "NR_146933.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1987-10_1987-9delTT",
"hgvs_p": null,
"transcript": "XM_011515229.3",
"protein_id": "XP_011513531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 914,
"cds_start": -4,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1954-10_1954-9delTT",
"hgvs_p": null,
"transcript": "XM_017011893.3",
"protein_id": "XP_016867382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 903,
"cds_start": -4,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6195,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1747-10_1747-9delTT",
"hgvs_p": null,
"transcript": "XM_047420073.1",
"protein_id": "XP_047276029.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 888,
"cds_start": -4,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1681-10_1681-9delTT",
"hgvs_p": null,
"transcript": "XM_047420074.1",
"protein_id": "XP_047276030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 866,
"cds_start": -4,
"cds_end": null,
"cds_length": 2601,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"hgvs_c": "c.1378-10_1378-9delTT",
"hgvs_p": null,
"transcript": "XM_047420075.1",
"protein_id": "XP_047276031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 765,
"cds_start": -4,
"cds_end": null,
"cds_length": 2298,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SNX13",
"gene_hgnc_id": 21335,
"dbsnp": "rs34649849",
"frequency_reference_population": 0.00096544164,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1173,
"gnomad_exomes_af": 0.00107687,
"gnomad_genomes_af": 0.000038353,
"gnomad_exomes_ac": 1168,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.433,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000428135.7",
"gene_symbol": "SNX13",
"hgnc_id": 21335,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1954-10_1954-9delTT",
"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
}