← 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-139378019-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=139378019&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 139378019,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_152685.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1409C>T",
"hgvs_p": "p.Thr470Met",
"transcript": "NM_005847.5",
"protein_id": "NP_005838.3",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 598,
"cds_start": 1409,
"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": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1409C>T",
"hgvs_p": "p.Thr470Met",
"transcript": "ENST00000348729.8",
"protein_id": "ENSP00000302701.4",
"transcript_support_level": 1,
"aa_start": 470,
"aa_end": null,
"aa_length": 598,
"cds_start": 1409,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1421C>T",
"hgvs_p": "p.Thr474Met",
"transcript": "ENST00000353963.7",
"protein_id": "ENSP00000302851.5",
"transcript_support_level": 1,
"aa_start": 474,
"aa_end": null,
"aa_length": 602,
"cds_start": 1421,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1421C>T",
"hgvs_p": "p.Thr474Met",
"transcript": "NM_152685.4",
"protein_id": "NP_689898.2",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 602,
"cds_start": 1421,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1409C>T",
"hgvs_p": "p.Thr470Met",
"transcript": "ENST00000882127.1",
"protein_id": "ENSP00000552186.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 598,
"cds_start": 1409,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1409C>T",
"hgvs_p": "p.Thr470Met",
"transcript": "ENST00000882128.1",
"protein_id": "ENSP00000552187.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 598,
"cds_start": 1409,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1118C>T",
"hgvs_p": "p.Thr373Met",
"transcript": "ENST00000882129.1",
"protein_id": "ENSP00000552188.1",
"transcript_support_level": null,
"aa_start": 373,
"aa_end": null,
"aa_length": 501,
"cds_start": 1118,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1826C>T",
"hgvs_p": "p.Thr609Met",
"transcript": "XM_005272148.4",
"protein_id": "XP_005272205.4",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 737,
"cds_start": 1826,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1826C>T",
"hgvs_p": "p.Thr609Met",
"transcript": "XM_011543765.3",
"protein_id": "XP_011542067.2",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 737,
"cds_start": 1826,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1826C>T",
"hgvs_p": "p.Thr609Met",
"transcript": "XM_047417955.1",
"protein_id": "XP_047273911.1",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 737,
"cds_start": 1826,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1814C>T",
"hgvs_p": "p.Thr605Met",
"transcript": "XM_005272149.5",
"protein_id": "XP_005272206.4",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 733,
"cds_start": 1814,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1826C>T",
"hgvs_p": "p.Thr609Met",
"transcript": "XM_006714741.3",
"protein_id": "XP_006714804.3",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 705,
"cds_start": 1826,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1814C>T",
"hgvs_p": "p.Thr605Met",
"transcript": "XM_047417956.1",
"protein_id": "XP_047273912.1",
"transcript_support_level": null,
"aa_start": 605,
"aa_end": null,
"aa_length": 701,
"cds_start": 1814,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1697C>T",
"hgvs_p": "p.Thr566Met",
"transcript": "XM_047417957.1",
"protein_id": "XP_047273913.1",
"transcript_support_level": null,
"aa_start": 566,
"aa_end": null,
"aa_length": 694,
"cds_start": 1697,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1607C>T",
"hgvs_p": "p.Thr536Met",
"transcript": "XM_011543766.2",
"protein_id": "XP_011542068.2",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 664,
"cds_start": 1607,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1511C>T",
"hgvs_p": "p.Thr504Met",
"transcript": "XM_011543767.2",
"protein_id": "XP_011542069.2",
"transcript_support_level": null,
"aa_start": 504,
"aa_end": null,
"aa_length": 632,
"cds_start": 1511,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"hgvs_c": "c.1202C>T",
"hgvs_p": "p.Thr401Met",
"transcript": "XM_047417958.1",
"protein_id": "XP_047273914.1",
"transcript_support_level": null,
"aa_start": 401,
"aa_end": null,
"aa_length": 497,
"cds_start": 1202,
"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"
}
],
"gene_symbol": "SLC23A1",
"gene_hgnc_id": 10974,
"dbsnp": "rs116659253",
"frequency_reference_population": 0.000032218173,
"hom_count_reference_population": 1,
"allele_count_reference_population": 52,
"gnomad_exomes_af": 0.0000301029,
"gnomad_genomes_af": 0.0000525134,
"gnomad_exomes_ac": 44,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.029103130102157593,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.038,
"revel_prediction": "Benign",
"alphamissense_score": 0.0668,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.758,
"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": -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_152685.4",
"gene_symbol": "SLC23A1",
"hgnc_id": 10974,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1421C>T",
"hgvs_p": "p.Thr474Met"
}
],
"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
}