← 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: 8-143975242-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=143975242&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 143975242,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000445.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "ENST00000436759.6",
"protein_id": "ENSP00000388180.2",
"transcript_support_level": 1,
"aa_start": 43,
"aa_end": null,
"aa_length": 4574,
"cds_start": 128,
"cds_end": null,
"cds_length": 13725,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 14787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "ENST00000528025.6",
"protein_id": "ENSP00000437303.2",
"transcript_support_level": 5,
"aa_start": 43,
"aa_end": null,
"aa_length": 4591,
"cds_start": 128,
"cds_end": null,
"cds_length": 13776,
"cdna_start": 134,
"cdna_end": null,
"cdna_length": 13782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "NM_000445.5",
"protein_id": "NP_000436.2",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 4574,
"cds_start": 128,
"cds_end": null,
"cds_length": 13725,
"cdna_start": 177,
"cdna_end": null,
"cdna_length": 14798,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "ENST00000527096.5",
"protein_id": "ENSP00000434583.1",
"transcript_support_level": 5,
"aa_start": 43,
"aa_end": null,
"aa_length": 4570,
"cds_start": 128,
"cds_end": null,
"cds_length": 13713,
"cdna_start": 128,
"cdna_end": null,
"cdna_length": 13713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "NM_001410941.1",
"protein_id": "NP_001397870.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 3447,
"cds_start": 128,
"cds_end": null,
"cds_length": 10344,
"cdna_start": 177,
"cdna_end": null,
"cdna_length": 11417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "ENST00000527303.2",
"protein_id": "ENSP00000433982.2",
"transcript_support_level": 3,
"aa_start": 43,
"aa_end": null,
"aa_length": 3447,
"cds_start": 128,
"cds_end": null,
"cds_length": 10344,
"cdna_start": 166,
"cdna_end": null,
"cdna_length": 11406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "XM_006716588.4",
"protein_id": "XP_006716651.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 4579,
"cds_start": 128,
"cds_end": null,
"cds_length": 13740,
"cdna_start": 177,
"cdna_end": null,
"cdna_length": 14813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala",
"transcript": "XM_047421872.1",
"protein_id": "XP_047277828.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 4570,
"cds_start": 128,
"cds_end": null,
"cds_length": 13713,
"cdna_start": 177,
"cdna_end": null,
"cdna_length": 14786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"hgvs_c": "n.-23G>C",
"hgvs_p": null,
"transcript": "ENST00000532346.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": 316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "PLEC",
"gene_hgnc_id": 9069,
"dbsnp": "rs781980239",
"frequency_reference_population": 0.000024888004,
"hom_count_reference_population": 0,
"allele_count_reference_population": 40,
"gnomad_exomes_af": 0.0000226807,
"gnomad_genomes_af": 0.0000459861,
"gnomad_exomes_ac": 33,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03689655661582947,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.122,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.931,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_000445.5",
"gene_symbol": "PLEC",
"hgnc_id": 9069,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.128G>C",
"hgvs_p": "p.Gly43Ala"
}
],
"clinvar_disease": " Ogna type, with muscular dystrophy, with pyloric atresia,Autosomal recessive limb-girdle muscular dystrophy type 2Q,Epidermolysis bullosa simplex,Epidermolysis bullosa simplex 5B,Epidermolysis bullosa simplex 5C,Epidermolysis bullosa simplex with nail dystrophy",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Epidermolysis bullosa simplex with nail dystrophy;Epidermolysis bullosa simplex 5C, with pyloric atresia;Epidermolysis bullosa simplex, Ogna type;Autosomal recessive limb-girdle muscular dystrophy type 2Q;Epidermolysis bullosa simplex 5B, with muscular dystrophy",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}