← 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-100152307-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=100152307&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 100152307,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_006459.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "NM_006459.4",
"protein_id": "NP_006450.2",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000421367.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006459.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "ENST00000421367.7",
"protein_id": "ENSP00000410964.2",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006459.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000421367.7"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "ENST00000407654.7",
"protein_id": "ENSP00000384900.3",
"transcript_support_level": 1,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000407654.7"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "NM_001100626.2",
"protein_id": "NP_001094096.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001100626.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "NM_001347857.2",
"protein_id": "NP_001334786.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347857.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "NM_001347859.2",
"protein_id": "NP_001334788.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347859.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "NM_001347860.2",
"protein_id": "NP_001334789.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347860.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val",
"transcript": "NM_001347861.2",
"protein_id": "NP_001334790.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 348,
"cds_start": 871,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347861.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.745A>G",
"hgvs_p": "p.Ile249Val",
"transcript": "ENST00000971770.1",
"protein_id": "ENSP00000641829.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 306,
"cds_start": 745,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000971770.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.619A>G",
"hgvs_p": "p.Ile207Val",
"transcript": "NM_001347856.2",
"protein_id": "NP_001334785.1",
"transcript_support_level": null,
"aa_start": 207,
"aa_end": null,
"aa_length": 264,
"cds_start": 619,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347856.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "c.391A>G",
"hgvs_p": "p.Ile131Val",
"transcript": "NM_001347858.2",
"protein_id": "NP_001334787.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 188,
"cds_start": 391,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001347858.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "n.940A>G",
"hgvs_p": null,
"transcript": "NR_144755.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": "NR_144755.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "n.891A>G",
"hgvs_p": null,
"transcript": "NR_144756.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": "NR_144756.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "n.913A>G",
"hgvs_p": null,
"transcript": "NR_144757.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": "NR_144757.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "n.1022A>G",
"hgvs_p": null,
"transcript": "NR_144758.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": "NR_144758.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "n.1080A>G",
"hgvs_p": null,
"transcript": "NR_144759.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": "NR_144759.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"hgvs_c": "n.1054A>G",
"hgvs_p": null,
"transcript": "NR_144760.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": "NR_144760.2"
}
],
"gene_symbol": "ERLIN1",
"gene_hgnc_id": 16947,
"dbsnp": "rs2862954",
"frequency_reference_population": 0.42226875,
"hom_count_reference_population": 158534,
"allele_count_reference_population": 680405,
"gnomad_exomes_af": 0.432763,
"gnomad_genomes_af": 0.321652,
"gnomad_exomes_ac": 631454,
"gnomad_genomes_ac": 48951,
"gnomad_exomes_homalt": 148505,
"gnomad_genomes_homalt": 10029,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0010764896869659424,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.061,
"revel_prediction": "Benign",
"alphamissense_score": 0.0675,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.93,
"phylop100way_prediction": "Uncertain_significance",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_006459.4",
"gene_symbol": "ERLIN1",
"hgnc_id": 16947,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.871A>G",
"hgvs_p": "p.Ile291Val"
}
],
"clinvar_disease": "Hereditary spastic paraplegia 62,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "Hereditary spastic paraplegia 62|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}