← 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-136567685-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=136567685&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 136567685,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001438058.1",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3707G>A",
"hgvs_p": "p.Ser1236Asn",
"transcript": "NM_005923.4",
"protein_id": "NP_005914.1",
"transcript_support_level": null,
"aa_start": 1236,
"aa_end": null,
"aa_length": 1374,
"cds_start": 3707,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000359015.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005923.4"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3707G>A",
"hgvs_p": "p.Ser1236Asn",
"transcript": "ENST00000359015.5",
"protein_id": "ENSP00000351908.4",
"transcript_support_level": 1,
"aa_start": 1236,
"aa_end": null,
"aa_length": 1374,
"cds_start": 3707,
"cds_end": null,
"cds_length": 4125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005923.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359015.5"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.4034G>A",
"hgvs_p": "p.Ser1345Asn",
"transcript": "NM_001438058.1",
"protein_id": "NP_001424987.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1483,
"cds_start": 4034,
"cds_end": null,
"cds_length": 4452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438058.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.4034G>A",
"hgvs_p": "p.Ser1345Asn",
"transcript": "ENST00000698928.1",
"protein_id": "ENSP00000514039.1",
"transcript_support_level": null,
"aa_start": 1345,
"aa_end": null,
"aa_length": 1483,
"cds_start": 4034,
"cds_end": null,
"cds_length": 4452,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000698928.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3776G>A",
"hgvs_p": "p.Ser1259Asn",
"transcript": "ENST00000954598.1",
"protein_id": "ENSP00000624657.1",
"transcript_support_level": null,
"aa_start": 1259,
"aa_end": null,
"aa_length": 1397,
"cds_start": 3776,
"cds_end": null,
"cds_length": 4194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954598.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3710G>A",
"hgvs_p": "p.Ser1237Asn",
"transcript": "ENST00000903035.1",
"protein_id": "ENSP00000573094.1",
"transcript_support_level": null,
"aa_start": 1237,
"aa_end": null,
"aa_length": 1375,
"cds_start": 3710,
"cds_end": null,
"cds_length": 4128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903035.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3704G>A",
"hgvs_p": "p.Ser1235Asn",
"transcript": "ENST00000954600.1",
"protein_id": "ENSP00000624659.1",
"transcript_support_level": null,
"aa_start": 1235,
"aa_end": null,
"aa_length": 1373,
"cds_start": 3704,
"cds_end": null,
"cds_length": 4122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954600.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3677G>A",
"hgvs_p": "p.Ser1226Asn",
"transcript": "ENST00000903036.1",
"protein_id": "ENSP00000573095.1",
"transcript_support_level": null,
"aa_start": 1226,
"aa_end": null,
"aa_length": 1364,
"cds_start": 3677,
"cds_end": null,
"cds_length": 4095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903036.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3611G>A",
"hgvs_p": "p.Ser1204Asn",
"transcript": "ENST00000903037.1",
"protein_id": "ENSP00000573096.1",
"transcript_support_level": null,
"aa_start": 1204,
"aa_end": null,
"aa_length": 1342,
"cds_start": 3611,
"cds_end": null,
"cds_length": 4029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903037.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3371G>A",
"hgvs_p": "p.Ser1124Asn",
"transcript": "ENST00000903038.1",
"protein_id": "ENSP00000573097.1",
"transcript_support_level": null,
"aa_start": 1124,
"aa_end": null,
"aa_length": 1262,
"cds_start": 3371,
"cds_end": null,
"cds_length": 3789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903038.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3125G>A",
"hgvs_p": "p.Ser1042Asn",
"transcript": "NM_001438579.1",
"protein_id": "NP_001425508.1",
"transcript_support_level": null,
"aa_start": 1042,
"aa_end": null,
"aa_length": 1180,
"cds_start": 3125,
"cds_end": null,
"cds_length": 3543,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438579.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.2303G>A",
"hgvs_p": "p.Ser768Asn",
"transcript": "ENST00000954599.1",
"protein_id": "ENSP00000624658.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 906,
"cds_start": 2303,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954599.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.4037G>A",
"hgvs_p": "p.Ser1346Asn",
"transcript": "XM_017010872.2",
"protein_id": "XP_016866361.1",
"transcript_support_level": null,
"aa_start": 1346,
"aa_end": null,
"aa_length": 1484,
"cds_start": 4037,
"cds_end": null,
"cds_length": 4455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010872.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3929G>A",
"hgvs_p": "p.Ser1310Asn",
"transcript": "XM_047418784.1",
"protein_id": "XP_047274740.1",
"transcript_support_level": null,
"aa_start": 1310,
"aa_end": null,
"aa_length": 1448,
"cds_start": 3929,
"cds_end": null,
"cds_length": 4347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047418784.1"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3926G>A",
"hgvs_p": "p.Ser1309Asn",
"transcript": "XM_017010875.2",
"protein_id": "XP_016866364.1",
"transcript_support_level": null,
"aa_start": 1309,
"aa_end": null,
"aa_length": 1447,
"cds_start": 3926,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010875.2"
},
{
"aa_ref": "S",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3128G>A",
"hgvs_p": "p.Ser1043Asn",
"transcript": "XM_017010877.2",
"protein_id": "XP_016866366.1",
"transcript_support_level": null,
"aa_start": 1043,
"aa_end": null,
"aa_length": 1181,
"cds_start": 3128,
"cds_end": null,
"cds_length": 3546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017010877.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.*371G>A",
"hgvs_p": null,
"transcript": "XM_011535839.4",
"protein_id": "XP_011534141.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1286,
"cds_start": null,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535839.4"
}
],
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"dbsnp": "rs201346343",
"frequency_reference_population": 0.00010098006,
"hom_count_reference_population": 0,
"allele_count_reference_population": 163,
"gnomad_exomes_af": 0.0000848244,
"gnomad_genomes_af": 0.000256013,
"gnomad_exomes_ac": 124,
"gnomad_genomes_ac": 39,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.010876953601837158,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.081,
"revel_prediction": "Benign",
"alphamissense_score": 0.0565,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.68,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.343,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001438058.1",
"gene_symbol": "MAP3K5",
"hgnc_id": 6857,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4034G>A",
"hgvs_p": "p.Ser1345Asn"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}