← 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: 12-115984382-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=115984382&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 115984382,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "ENST00000281928.9",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.4339-10A>G",
"hgvs_p": null,
"transcript": "NM_015335.5",
"protein_id": "NP_056150.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2210,
"cds_start": -4,
"cds_end": null,
"cds_length": 6633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9885,
"mane_select": "ENST00000281928.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.4339-10A>G",
"hgvs_p": null,
"transcript": "ENST00000281928.9",
"protein_id": "ENSP00000281928.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 2210,
"cds_start": -4,
"cds_end": null,
"cds_length": 6633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9885,
"mane_select": "NM_015335.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.1059A>G",
"hgvs_p": null,
"transcript": "ENST00000649146.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3237,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.4339-10A>G",
"hgvs_p": null,
"transcript": "ENST00000650226.1",
"protein_id": "ENSP00000496981.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2222,
"cds_start": -4,
"cds_end": null,
"cds_length": 6669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.2521-10A>G",
"hgvs_p": null,
"transcript": "ENST00000649607.1",
"protein_id": "ENSP00000497064.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1604,
"cds_start": -4,
"cds_end": null,
"cds_length": 4815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3766-10A>G",
"hgvs_p": null,
"transcript": "ENST00000549786.2",
"protein_id": "ENSP00000446782.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 1544,
"cds_start": -4,
"cds_end": null,
"cds_length": 4635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 18,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.2707-10A>G",
"hgvs_p": null,
"transcript": "ENST00000648379.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7496,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 28,
"intron_rank": 16,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.4103-10A>G",
"hgvs_p": null,
"transcript": "ENST00000648737.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8299,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.1079-10A>G",
"hgvs_p": null,
"transcript": "ENST00000648825.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6478,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.2350-10A>G",
"hgvs_p": null,
"transcript": "ENST00000648916.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 14,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.835-10A>G",
"hgvs_p": null,
"transcript": "ENST00000649775.1",
"protein_id": "ENSP00000496984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.2315-10A>G",
"hgvs_p": null,
"transcript": "ENST00000650091.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.4336-10A>G",
"hgvs_p": null,
"transcript": "XM_017019090.2",
"protein_id": "XP_016874579.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2209,
"cds_start": -4,
"cds_end": null,
"cds_length": 6630,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.4309-10A>G",
"hgvs_p": null,
"transcript": "XM_047428605.1",
"protein_id": "XP_047284561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2200,
"cds_start": -4,
"cds_end": null,
"cds_length": 6603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.4306-10A>G",
"hgvs_p": null,
"transcript": "XM_047428607.1",
"protein_id": "XP_047284563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2199,
"cds_start": -4,
"cds_end": null,
"cds_length": 6600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3937-10A>G",
"hgvs_p": null,
"transcript": "XM_047428608.1",
"protein_id": "XP_047284564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2076,
"cds_start": -4,
"cds_end": null,
"cds_length": 6231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 9647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3937-10A>G",
"hgvs_p": null,
"transcript": "XM_047428609.1",
"protein_id": "XP_047284565.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2076,
"cds_start": -4,
"cds_end": null,
"cds_length": 6231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 13017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3937-10A>G",
"hgvs_p": null,
"transcript": "XM_047428610.1",
"protein_id": "XP_047284566.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2076,
"cds_start": -4,
"cds_end": null,
"cds_length": 6231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3937-10A>G",
"hgvs_p": null,
"transcript": "XM_047428611.1",
"protein_id": "XP_047284567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 2076,
"cds_start": -4,
"cds_end": null,
"cds_length": 6231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 10910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"dbsnp": "rs376463996",
"frequency_reference_population": 0.00006630026,
"hom_count_reference_population": 0,
"allele_count_reference_population": 107,
"gnomad_exomes_af": 0.0000526835,
"gnomad_genomes_af": 0.000196964,
"gnomad_exomes_ac": 77,
"gnomad_genomes_ac": 30,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.244,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.0000392984756798867,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000281928.9",
"gene_symbol": "MED13L",
"hgnc_id": 22962,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4339-10A>G",
"hgvs_p": null
}
],
"clinvar_disease": " dextro-looped,MED13L-related disorder,Transposition of the great arteries,not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "not provided|Transposition of the great arteries, dextro-looped|MED13L-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}