← 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: 6-30553404-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=30553404&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 30553404,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_005275.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile",
"transcript": "NM_005275.5",
"protein_id": "NP_005266.2",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 607,
"cds_start": 754,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376621.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005275.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile",
"transcript": "ENST00000376621.8",
"protein_id": "ENSP00000365806.3",
"transcript_support_level": 1,
"aa_start": 252,
"aa_end": null,
"aa_length": 607,
"cds_start": 754,
"cds_end": null,
"cds_length": 1824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005275.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376621.8"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.814G>A",
"hgvs_p": "p.Val272Ile",
"transcript": "ENST00000958484.1",
"protein_id": "ENSP00000628543.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 627,
"cds_start": 814,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958484.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile",
"transcript": "ENST00000911429.1",
"protein_id": "ENSP00000581488.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 608,
"cds_start": 754,
"cds_end": null,
"cds_length": 1827,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911429.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.745G>A",
"hgvs_p": "p.Val249Ile",
"transcript": "ENST00000863388.1",
"protein_id": "ENSP00000533447.1",
"transcript_support_level": null,
"aa_start": 249,
"aa_end": null,
"aa_length": 604,
"cds_start": 745,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863388.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.682G>A",
"hgvs_p": "p.Val228Ile",
"transcript": "ENST00000911426.1",
"protein_id": "ENSP00000581485.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 583,
"cds_start": 682,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911426.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile",
"transcript": "ENST00000911428.1",
"protein_id": "ENSP00000581487.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 579,
"cds_start": 754,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911428.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile",
"transcript": "ENST00000911424.1",
"protein_id": "ENSP00000581483.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 575,
"cds_start": 754,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911424.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile",
"transcript": "ENST00000911427.1",
"protein_id": "ENSP00000581486.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 566,
"cds_start": 754,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911427.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile",
"transcript": "ENST00000911425.1",
"protein_id": "ENSP00000581484.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 542,
"cds_start": 754,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911425.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"hgvs_c": "c.748G>A",
"hgvs_p": "p.Val250Ile",
"transcript": "ENST00000433809.1",
"protein_id": "ENSP00000404728.1",
"transcript_support_level": 2,
"aa_start": 250,
"aa_end": null,
"aa_length": 263,
"cds_start": 748,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000433809.1"
}
],
"gene_symbol": "GNL1",
"gene_hgnc_id": 4413,
"dbsnp": "rs1377140558",
"frequency_reference_population": 0.0000043406762,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000342342,
"gnomad_genomes_af": 0.000013147,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.22393617033958435,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.121,
"revel_prediction": "Benign",
"alphamissense_score": 0.1028,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.364,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_005275.5",
"gene_symbol": "GNL1",
"hgnc_id": 4413,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.754G>A",
"hgvs_p": "p.Val252Ile"
}
],
"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
}