← 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: 5-139382020-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=139382020&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 139382020,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_152685.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "NM_005847.5",
"protein_id": "NP_005838.3",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 598,
"cds_start": 180,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000348729.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005847.5"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "ENST00000348729.8",
"protein_id": "ENSP00000302701.4",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 598,
"cds_start": 180,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005847.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000348729.8"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "ENST00000353963.7",
"protein_id": "ENSP00000302851.5",
"transcript_support_level": 1,
"aa_start": 60,
"aa_end": null,
"aa_length": 602,
"cds_start": 180,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000353963.7"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "NM_152685.4",
"protein_id": "NP_689898.2",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 602,
"cds_start": 180,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152685.4"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "ENST00000882127.1",
"protein_id": "ENSP00000552186.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 598,
"cds_start": 180,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882127.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "ENST00000882128.1",
"protein_id": "ENSP00000552187.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 598,
"cds_start": 180,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882128.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "ENST00000882129.1",
"protein_id": "ENSP00000552188.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 501,
"cds_start": 180,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000882129.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.402C>T",
"hgvs_p": "p.Ile134Ile",
"transcript": "ENST00000508270.1",
"protein_id": "ENSP00000427271.1",
"transcript_support_level": 3,
"aa_start": 134,
"aa_end": null,
"aa_length": 168,
"cds_start": 402,
"cds_end": null,
"cds_length": 509,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508270.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_005272148.4",
"protein_id": "XP_005272205.4",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 737,
"cds_start": 585,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272148.4"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_011543765.3",
"protein_id": "XP_011542067.2",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 737,
"cds_start": 585,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543765.3"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_047417955.1",
"protein_id": "XP_047273911.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 737,
"cds_start": 585,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417955.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_005272149.5",
"protein_id": "XP_005272206.4",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 733,
"cds_start": 585,
"cds_end": null,
"cds_length": 2202,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005272149.5"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_006714741.3",
"protein_id": "XP_006714804.3",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 705,
"cds_start": 585,
"cds_end": null,
"cds_length": 2118,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714741.3"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_047417956.1",
"protein_id": "XP_047273912.1",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 701,
"cds_start": 585,
"cds_end": null,
"cds_length": 2106,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417956.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.456C>T",
"hgvs_p": "p.Ile152Ile",
"transcript": "XM_047417957.1",
"protein_id": "XP_047273913.1",
"transcript_support_level": null,
"aa_start": 152,
"aa_end": null,
"aa_length": 694,
"cds_start": 456,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417957.1"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_011543766.2",
"protein_id": "XP_011542068.2",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 664,
"cds_start": 585,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543766.2"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.585C>T",
"hgvs_p": "p.Ile195Ile",
"transcript": "XM_011543767.2",
"protein_id": "XP_011542069.2",
"transcript_support_level": null,
"aa_start": 195,
"aa_end": null,
"aa_length": 632,
"cds_start": 585,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011543767.2"
},
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile",
"transcript": "XM_047417958.1",
"protein_id": "XP_047273914.1",
"transcript_support_level": null,
"aa_start": 60,
"aa_end": null,
"aa_length": 497,
"cds_start": 180,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417958.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "n.394C>T",
"hgvs_p": null,
"transcript": "ENST00000502863.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000502863.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "n.228C>T",
"hgvs_p": null,
"transcript": "ENST00000503919.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000503919.1"
}
],
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"dbsnp": "rs6886922",
"frequency_reference_population": 0.020488085,
"hom_count_reference_population": 607,
"allele_count_reference_population": 32965,
"gnomad_exomes_af": 0.0190447,
"gnomad_genomes_af": 0.0342984,
"gnomad_exomes_ac": 27743,
"gnomad_genomes_ac": 5222,
"gnomad_exomes_homalt": 463,
"gnomad_genomes_homalt": 144,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.44999998807907104,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.511,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP7,BA1",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_152685.4",
"gene_symbol": "SLC23A1",
"hgnc_id": 10974,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.180C>T",
"hgvs_p": "p.Ile60Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}