← 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: 9-132264549-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=132264549&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 132264549,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000224140.6",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7724C>T",
"hgvs_p": "p.Pro2575Leu",
"transcript": "NM_015046.7",
"protein_id": "NP_055861.3",
"transcript_support_level": null,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2677,
"cds_start": 7724,
"cds_end": null,
"cds_length": 8034,
"cdna_start": 7908,
"cdna_end": null,
"cdna_length": 11101,
"mane_select": "ENST00000224140.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7724C>T",
"hgvs_p": "p.Pro2575Leu",
"transcript": "ENST00000224140.6",
"protein_id": "ENSP00000224140.5",
"transcript_support_level": 1,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2677,
"cds_start": 7724,
"cds_end": null,
"cds_length": 8034,
"cdna_start": 7908,
"cdna_end": null,
"cdna_length": 11101,
"mane_select": "NM_015046.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7811C>T",
"hgvs_p": "p.Pro2604Leu",
"transcript": "NM_001351528.2",
"protein_id": "NP_001338457.1",
"transcript_support_level": null,
"aa_start": 2604,
"aa_end": null,
"aa_length": 2706,
"cds_start": 7811,
"cds_end": null,
"cds_length": 8121,
"cdna_start": 7995,
"cdna_end": null,
"cdna_length": 11188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7724C>T",
"hgvs_p": "p.Pro2575Leu",
"transcript": "NM_001351527.2",
"protein_id": "NP_001338456.1",
"transcript_support_level": null,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2677,
"cds_start": 7724,
"cds_end": null,
"cds_length": 8034,
"cdna_start": 8044,
"cdna_end": null,
"cdna_length": 11237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.2537C>T",
"hgvs_p": "p.Pro846Leu",
"transcript": "ENST00000436441.5",
"protein_id": "ENSP00000409143.1",
"transcript_support_level": 5,
"aa_start": 846,
"aa_end": null,
"aa_length": 948,
"cds_start": 2537,
"cds_end": null,
"cds_length": 2847,
"cdna_start": 2537,
"cdna_end": null,
"cdna_length": 5730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7811C>T",
"hgvs_p": "p.Pro2604Leu",
"transcript": "XM_005272172.4",
"protein_id": "XP_005272229.1",
"transcript_support_level": null,
"aa_start": 2604,
"aa_end": null,
"aa_length": 2706,
"cds_start": 7811,
"cds_end": null,
"cds_length": 8121,
"cdna_start": 8111,
"cdna_end": null,
"cdna_length": 11304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7811C>T",
"hgvs_p": "p.Pro2604Leu",
"transcript": "XM_005272173.4",
"protein_id": "XP_005272230.1",
"transcript_support_level": null,
"aa_start": 2604,
"aa_end": null,
"aa_length": 2706,
"cds_start": 7811,
"cds_end": null,
"cds_length": 8121,
"cdna_start": 8131,
"cdna_end": null,
"cdna_length": 11324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7811C>T",
"hgvs_p": "p.Pro2604Leu",
"transcript": "XM_011518404.4",
"protein_id": "XP_011516706.1",
"transcript_support_level": null,
"aa_start": 2604,
"aa_end": null,
"aa_length": 2706,
"cds_start": 7811,
"cds_end": null,
"cds_length": 8121,
"cdna_start": 8140,
"cdna_end": null,
"cdna_length": 11333,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7811C>T",
"hgvs_p": "p.Pro2604Leu",
"transcript": "XM_011518405.4",
"protein_id": "XP_011516707.1",
"transcript_support_level": null,
"aa_start": 2604,
"aa_end": null,
"aa_length": 2706,
"cds_start": 7811,
"cds_end": null,
"cds_length": 8121,
"cdna_start": 8275,
"cdna_end": null,
"cdna_length": 11468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "c.7724C>T",
"hgvs_p": "p.Pro2575Leu",
"transcript": "XM_047423023.1",
"protein_id": "XP_047278979.1",
"transcript_support_level": null,
"aa_start": 2575,
"aa_end": null,
"aa_length": 2677,
"cds_start": 7724,
"cds_end": null,
"cds_length": 8034,
"cdna_start": 8188,
"cdna_end": null,
"cdna_length": 11381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"hgvs_c": "n.874C>T",
"hgvs_p": null,
"transcript": "ENST00000477049.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 4067,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SETX",
"gene_hgnc_id": 445,
"dbsnp": "rs34000644",
"frequency_reference_population": 0.00054524007,
"hom_count_reference_population": 5,
"allele_count_reference_population": 880,
"gnomad_exomes_af": 0.000316071,
"gnomad_genomes_af": 0.00274509,
"gnomad_exomes_ac": 462,
"gnomad_genomes_ac": 418,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 3,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.004483014345169067,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.11,
"revel_prediction": "Benign",
"alphamissense_score": 0.0798,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.153,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000224140.6",
"gene_symbol": "SETX",
"hgnc_id": 445,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.7724C>T",
"hgvs_p": "p.Pro2575Leu"
}
],
"clinvar_disease": " autosomal recessive, with axonal neuropathy 2,Amyotrophic lateral sclerosis type 4,Hereditary spastic paraplegia,Inborn genetic diseases,Spinocerebellar ataxia,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:4 B:3",
"phenotype_combined": "Spinocerebellar ataxia, autosomal recessive, with axonal neuropathy 2|Amyotrophic lateral sclerosis type 4|Spinocerebellar ataxia, autosomal recessive, with axonal neuropathy 2;Amyotrophic lateral sclerosis type 4|not provided|Hereditary spastic paraplegia|not specified|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}