← 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-136592452-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=136592452&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 136592452,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001438058.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3041G>A",
"hgvs_p": "p.Arg1014Gln",
"transcript": "NM_005923.4",
"protein_id": "NP_005914.1",
"transcript_support_level": null,
"aa_start": 1014,
"aa_end": null,
"aa_length": 1374,
"cds_start": 3041,
"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": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3041G>A",
"hgvs_p": "p.Arg1014Gln",
"transcript": "ENST00000359015.5",
"protein_id": "ENSP00000351908.4",
"transcript_support_level": 1,
"aa_start": 1014,
"aa_end": null,
"aa_length": 1374,
"cds_start": 3041,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3368G>A",
"hgvs_p": "p.Arg1123Gln",
"transcript": "NM_001438058.1",
"protein_id": "NP_001424987.1",
"transcript_support_level": null,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1483,
"cds_start": 3368,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3368G>A",
"hgvs_p": "p.Arg1123Gln",
"transcript": "ENST00000698928.1",
"protein_id": "ENSP00000514039.1",
"transcript_support_level": null,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1483,
"cds_start": 3368,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3110G>A",
"hgvs_p": "p.Arg1037Gln",
"transcript": "ENST00000954598.1",
"protein_id": "ENSP00000624657.1",
"transcript_support_level": null,
"aa_start": 1037,
"aa_end": null,
"aa_length": 1397,
"cds_start": 3110,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3044G>A",
"hgvs_p": "p.Arg1015Gln",
"transcript": "ENST00000903035.1",
"protein_id": "ENSP00000573094.1",
"transcript_support_level": null,
"aa_start": 1015,
"aa_end": null,
"aa_length": 1375,
"cds_start": 3044,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3038G>A",
"hgvs_p": "p.Arg1013Gln",
"transcript": "ENST00000954600.1",
"protein_id": "ENSP00000624659.1",
"transcript_support_level": null,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1373,
"cds_start": 3038,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3041G>A",
"hgvs_p": "p.Arg1014Gln",
"transcript": "ENST00000903036.1",
"protein_id": "ENSP00000573095.1",
"transcript_support_level": null,
"aa_start": 1014,
"aa_end": null,
"aa_length": 1364,
"cds_start": 3041,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.2945G>A",
"hgvs_p": "p.Arg982Gln",
"transcript": "ENST00000903037.1",
"protein_id": "ENSP00000573096.1",
"transcript_support_level": null,
"aa_start": 982,
"aa_end": null,
"aa_length": 1342,
"cds_start": 2945,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.2705G>A",
"hgvs_p": "p.Arg902Gln",
"transcript": "ENST00000903038.1",
"protein_id": "ENSP00000573097.1",
"transcript_support_level": null,
"aa_start": 902,
"aa_end": null,
"aa_length": 1262,
"cds_start": 2705,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.2459G>A",
"hgvs_p": "p.Arg820Gln",
"transcript": "NM_001438579.1",
"protein_id": "NP_001425508.1",
"transcript_support_level": null,
"aa_start": 820,
"aa_end": null,
"aa_length": 1180,
"cds_start": 2459,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.1637G>A",
"hgvs_p": "p.Arg546Gln",
"transcript": "ENST00000954599.1",
"protein_id": "ENSP00000624658.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 906,
"cds_start": 1637,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3371G>A",
"hgvs_p": "p.Arg1124Gln",
"transcript": "XM_017010872.2",
"protein_id": "XP_016866361.1",
"transcript_support_level": null,
"aa_start": 1124,
"aa_end": null,
"aa_length": 1484,
"cds_start": 3371,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3263G>A",
"hgvs_p": "p.Arg1088Gln",
"transcript": "XM_047418784.1",
"protein_id": "XP_047274740.1",
"transcript_support_level": null,
"aa_start": 1088,
"aa_end": null,
"aa_length": 1448,
"cds_start": 3263,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3260G>A",
"hgvs_p": "p.Arg1087Gln",
"transcript": "XM_017010875.2",
"protein_id": "XP_016866364.1",
"transcript_support_level": null,
"aa_start": 1087,
"aa_end": null,
"aa_length": 1447,
"cds_start": 3260,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.3371G>A",
"hgvs_p": "p.Arg1124Gln",
"transcript": "XM_011535839.4",
"protein_id": "XP_011534141.2",
"transcript_support_level": null,
"aa_start": 1124,
"aa_end": null,
"aa_length": 1286,
"cds_start": 3371,
"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"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"hgvs_c": "c.2462G>A",
"hgvs_p": "p.Arg821Gln",
"transcript": "XM_017010877.2",
"protein_id": "XP_016866366.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 1181,
"cds_start": 2462,
"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"
}
],
"gene_symbol": "MAP3K5",
"gene_hgnc_id": 6857,
"dbsnp": "rs754104930",
"frequency_reference_population": 0.000029124312,
"hom_count_reference_population": 1,
"allele_count_reference_population": 47,
"gnomad_exomes_af": 0.0000301007,
"gnomad_genomes_af": 0.0000197353,
"gnomad_exomes_ac": 44,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.35683053731918335,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.275,
"revel_prediction": "Benign",
"alphamissense_score": 0.1555,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.844,
"phylop100way_prediction": "Uncertain_significance",
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4,BS2",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001438058.1",
"gene_symbol": "MAP3K5",
"hgnc_id": 6857,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3368G>A",
"hgvs_p": "p.Arg1123Gln"
}
],
"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
}