← 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: X-40679983-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=40679983&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 40679983,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_004229.4",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "NM_004229.4",
"protein_id": "NP_004220.2",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1454,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4365,
"cdna_start": 2891,
"cdna_end": null,
"cdna_length": 7996,
"mane_select": "ENST00000324817.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004229.4"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "ENST00000324817.6",
"protein_id": "ENSP00000323720.1",
"transcript_support_level": 1,
"aa_start": 921,
"aa_end": null,
"aa_length": 1454,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4365,
"cdna_start": 2891,
"cdna_end": null,
"cdna_length": 7996,
"mane_select": "NM_004229.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324817.6"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "ENST00000918215.1",
"protein_id": "ENSP00000588274.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1514,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4545,
"cdna_start": 2888,
"cdna_end": null,
"cdna_length": 6772,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918215.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "ENST00000883181.1",
"protein_id": "ENSP00000553240.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1485,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4458,
"cdna_start": 3226,
"cdna_end": null,
"cdna_length": 7024,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883181.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2683A>C",
"hgvs_p": "p.Met895Leu",
"transcript": "ENST00000918216.1",
"protein_id": "ENSP00000588275.1",
"transcript_support_level": null,
"aa_start": 895,
"aa_end": null,
"aa_length": 1428,
"cds_start": 2683,
"cds_end": null,
"cds_length": 4287,
"cdna_start": 2816,
"cdna_end": null,
"cdna_length": 4956,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918216.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2677A>C",
"hgvs_p": "p.Met893Leu",
"transcript": "ENST00000883184.1",
"protein_id": "ENSP00000553243.1",
"transcript_support_level": null,
"aa_start": 893,
"aa_end": null,
"aa_length": 1426,
"cds_start": 2677,
"cds_end": null,
"cds_length": 4281,
"cdna_start": 2777,
"cdna_end": null,
"cdna_length": 4917,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883184.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2779A>C",
"hgvs_p": "p.Met927Leu",
"transcript": "ENST00000918217.1",
"protein_id": "ENSP00000588276.1",
"transcript_support_level": null,
"aa_start": 927,
"aa_end": null,
"aa_length": 1416,
"cds_start": 2779,
"cds_end": null,
"cds_length": 4251,
"cdna_start": 2907,
"cdna_end": null,
"cdna_length": 4808,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918217.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "ENST00000883182.1",
"protein_id": "ENSP00000553241.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1410,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 3218,
"cdna_end": null,
"cdna_length": 5226,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883182.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"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": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "ENST00000883183.1",
"protein_id": "ENSP00000553242.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1358,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4077,
"cdna_start": 2889,
"cdna_end": null,
"cdna_length": 4726,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883183.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2863A>C",
"hgvs_p": "p.Met955Leu",
"transcript": "XM_047442636.1",
"protein_id": "XP_047298592.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1488,
"cds_start": 2863,
"cds_end": null,
"cds_length": 4467,
"cdna_start": 2984,
"cdna_end": null,
"cdna_length": 8089,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442636.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2863A>C",
"hgvs_p": "p.Met955Leu",
"transcript": "XM_047442637.1",
"protein_id": "XP_047298593.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1477,
"cds_start": 2863,
"cds_end": null,
"cds_length": 4434,
"cdna_start": 2927,
"cdna_end": null,
"cdna_length": 4587,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442637.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2863A>C",
"hgvs_p": "p.Met955Leu",
"transcript": "XM_047442638.1",
"protein_id": "XP_047298594.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1444,
"cds_start": 2863,
"cds_end": null,
"cds_length": 4335,
"cdna_start": 2977,
"cdna_end": null,
"cdna_length": 7950,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442638.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "XM_047442639.1",
"protein_id": "XP_047298595.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1443,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4332,
"cdna_start": 2891,
"cdna_end": null,
"cdna_length": 4551,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442639.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2863A>C",
"hgvs_p": "p.Met955Leu",
"transcript": "XM_047442640.1",
"protein_id": "XP_047298596.1",
"transcript_support_level": null,
"aa_start": 955,
"aa_end": null,
"aa_length": 1433,
"cds_start": 2863,
"cds_end": null,
"cds_length": 4302,
"cdna_start": 2928,
"cdna_end": null,
"cdna_length": 4456,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442640.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "XM_047442641.1",
"protein_id": "XP_047298597.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1410,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4233,
"cdna_start": 2891,
"cdna_end": null,
"cdna_length": 7864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442641.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu",
"transcript": "XM_047442642.1",
"protein_id": "XP_047298598.1",
"transcript_support_level": null,
"aa_start": 921,
"aa_end": null,
"aa_length": 1399,
"cds_start": 2761,
"cds_end": null,
"cds_length": 4200,
"cdna_start": 2891,
"cdna_end": null,
"cdna_length": 4419,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442642.1"
},
{
"aa_ref": "M",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "c.2413A>C",
"hgvs_p": "p.Met805Leu",
"transcript": "XM_047442643.1",
"protein_id": "XP_047298599.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 1338,
"cds_start": 2413,
"cds_end": null,
"cds_length": 4017,
"cdna_start": 2676,
"cdna_end": null,
"cdna_length": 7781,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442643.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"hgvs_c": "n.474+775A>C",
"hgvs_p": null,
"transcript": "ENST00000496531.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 615,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000496531.2"
}
],
"gene_symbol": "MED14",
"gene_hgnc_id": 2370,
"dbsnp": "rs1456473588",
"frequency_reference_population": 9.112157e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 9.11216e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5496963858604431,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.242,
"revel_prediction": "Benign",
"alphamissense_score": 0.2078,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.13,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 7.593,
"phylop100way_prediction": "Pathogenic",
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004229.4",
"gene_symbol": "MED14",
"hgnc_id": 2370,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2761A>C",
"hgvs_p": "p.Met921Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}