← 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-143791704-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=143791704&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 143791704,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_182706.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4732G>T",
"hgvs_p": "p.Ala1578Ser",
"transcript": "NM_182706.5",
"protein_id": "NP_874365.3",
"transcript_support_level": null,
"aa_start": 1578,
"aa_end": null,
"aa_length": 1655,
"cds_start": 4732,
"cds_end": null,
"cds_length": 4968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356994.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_182706.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4732G>T",
"hgvs_p": "p.Ala1578Ser",
"transcript": "ENST00000356994.7",
"protein_id": "ENSP00000349486.2",
"transcript_support_level": 2,
"aa_start": 1578,
"aa_end": null,
"aa_length": 1655,
"cds_start": 4732,
"cds_end": null,
"cds_length": 4968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_182706.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356994.7"
},
{
"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": 36,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4695+172G>T",
"hgvs_p": null,
"transcript": "ENST00000320476.7",
"protein_id": "ENSP00000322938.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1630,
"cds_start": null,
"cds_end": null,
"cds_length": 4893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000320476.7"
},
{
"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": 36,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4452+172G>T",
"hgvs_p": null,
"transcript": "ENST00000377533.7",
"protein_id": "ENSP00000366756.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1549,
"cds_start": null,
"cds_end": null,
"cds_length": 4650,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377533.7"
},
{
"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": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.1752+172G>T",
"hgvs_p": null,
"transcript": "ENST00000526832.5",
"protein_id": "ENSP00000431519.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 649,
"cds_start": null,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526832.5"
},
{
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "n.1250-264G>T",
"hgvs_p": null,
"transcript": "ENST00000525051.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000525051.5"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4474G>T",
"hgvs_p": "p.Ala1492Ser",
"transcript": "ENST00000956152.1",
"protein_id": "ENSP00000626211.1",
"transcript_support_level": null,
"aa_start": 1492,
"aa_end": null,
"aa_length": 1569,
"cds_start": 4474,
"cds_end": null,
"cds_length": 4710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956152.1"
},
{
"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": 37,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4779+172G>T",
"hgvs_p": null,
"transcript": "ENST00000674084.1",
"protein_id": "ENSP00000501177.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1658,
"cds_start": null,
"cds_end": null,
"cds_length": 4977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000674084.1"
},
{
"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": 36,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4695+172G>T",
"hgvs_p": null,
"transcript": "NM_015356.5",
"protein_id": "NP_056171.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1630,
"cds_start": null,
"cds_end": null,
"cds_length": 4893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015356.5"
},
{
"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": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4506+172G>T",
"hgvs_p": null,
"transcript": "ENST00000921483.1",
"protein_id": "ENSP00000591542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1567,
"cds_start": null,
"cds_end": null,
"cds_length": 4704,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000921483.1"
},
{
"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": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4437+172G>T",
"hgvs_p": null,
"transcript": "ENST00000956153.1",
"protein_id": "ENSP00000626212.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1544,
"cds_start": null,
"cds_end": null,
"cds_length": 4635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956153.1"
},
{
"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": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "c.4416+172G>T",
"hgvs_p": null,
"transcript": "ENST00000956151.1",
"protein_id": "ENSP00000626210.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1537,
"cds_start": null,
"cds_end": null,
"cds_length": 4614,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956151.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"hgvs_c": "n.-162G>T",
"hgvs_p": null,
"transcript": "ENST00000531163.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "retained_intron",
"feature": "ENST00000531163.5"
}
],
"gene_symbol": "SCRIB",
"gene_hgnc_id": 30377,
"dbsnp": "rs1554632692",
"frequency_reference_population": 0.0000013768909,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137689,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3843427896499634,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.25999999046325684,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.117,
"revel_prediction": "Benign",
"alphamissense_score": 0.3113,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.41,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.127,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.26,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_182706.5",
"gene_symbol": "SCRIB",
"hgnc_id": 30377,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4732G>T",
"hgvs_p": "p.Ala1578Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}