← 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-115987279-ATG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=115987279&ref=ATG&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 115987279,
"ref": "ATG",
"alt": "A",
"effect": "frameshift_variant",
"transcript": "ENST00000281928.9",
"consequences": [
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3942_3943delCA",
"hgvs_p": "p.Ile1315fs",
"transcript": "NM_015335.5",
"protein_id": "NP_056150.1",
"transcript_support_level": null,
"aa_start": 1314,
"aa_end": null,
"aa_length": 2210,
"cds_start": 3942,
"cds_end": null,
"cds_length": 6633,
"cdna_start": 4505,
"cdna_end": null,
"cdna_length": 9885,
"mane_select": "ENST00000281928.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3942_3943delCA",
"hgvs_p": "p.Ile1315fs",
"transcript": "ENST00000281928.9",
"protein_id": "ENSP00000281928.3",
"transcript_support_level": 1,
"aa_start": 1314,
"aa_end": null,
"aa_length": 2210,
"cds_start": 3942,
"cds_end": null,
"cds_length": 6633,
"cdna_start": 4505,
"cdna_end": null,
"cdna_length": 9885,
"mane_select": "NM_015335.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3942_3943delCA",
"hgvs_p": "p.Ile1315fs",
"transcript": "ENST00000650226.1",
"protein_id": "ENSP00000496981.1",
"transcript_support_level": null,
"aa_start": 1314,
"aa_end": null,
"aa_length": 2222,
"cds_start": 3942,
"cds_end": null,
"cds_length": 6669,
"cdna_start": 3986,
"cdna_end": null,
"cdna_length": 8717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.2124_2125delCA",
"hgvs_p": "p.Ile709fs",
"transcript": "ENST00000649607.1",
"protein_id": "ENSP00000497064.1",
"transcript_support_level": null,
"aa_start": 708,
"aa_end": null,
"aa_length": 1604,
"cds_start": 2124,
"cds_end": null,
"cds_length": 4815,
"cdna_start": 2127,
"cdna_end": null,
"cdna_length": 6740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3369_3370delCA",
"hgvs_p": "p.Ile1124fs",
"transcript": "ENST00000549786.2",
"protein_id": "ENSP00000446782.2",
"transcript_support_level": 2,
"aa_start": 1123,
"aa_end": null,
"aa_length": 1544,
"cds_start": 3369,
"cds_end": null,
"cds_length": 4635,
"cdna_start": 3371,
"cdna_end": null,
"cdna_length": 5683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3939_3940delCA",
"hgvs_p": "p.Ile1314fs",
"transcript": "XM_017019090.2",
"protein_id": "XP_016874579.1",
"transcript_support_level": null,
"aa_start": 1313,
"aa_end": null,
"aa_length": 2209,
"cds_start": 3939,
"cds_end": null,
"cds_length": 6630,
"cdna_start": 4502,
"cdna_end": null,
"cdna_length": 9882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3912_3913delCA",
"hgvs_p": "p.Ile1305fs",
"transcript": "XM_047428605.1",
"protein_id": "XP_047284561.1",
"transcript_support_level": null,
"aa_start": 1304,
"aa_end": null,
"aa_length": 2200,
"cds_start": 3912,
"cds_end": null,
"cds_length": 6603,
"cdna_start": 4134,
"cdna_end": null,
"cdna_length": 9514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3909_3910delCA",
"hgvs_p": "p.Ile1304fs",
"transcript": "XM_047428607.1",
"protein_id": "XP_047284563.1",
"transcript_support_level": null,
"aa_start": 1303,
"aa_end": null,
"aa_length": 2199,
"cds_start": 3909,
"cds_end": null,
"cds_length": 6600,
"cdna_start": 4131,
"cdna_end": null,
"cdna_length": 9511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3540_3541delCA",
"hgvs_p": "p.Ile1181fs",
"transcript": "XM_047428608.1",
"protein_id": "XP_047284564.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 2076,
"cds_start": 3540,
"cds_end": null,
"cds_length": 6231,
"cdna_start": 4267,
"cdna_end": null,
"cdna_length": 9647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3540_3541delCA",
"hgvs_p": "p.Ile1181fs",
"transcript": "XM_047428609.1",
"protein_id": "XP_047284565.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 2076,
"cds_start": 3540,
"cds_end": null,
"cds_length": 6231,
"cdna_start": 7637,
"cdna_end": null,
"cdna_length": 13017,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3540_3541delCA",
"hgvs_p": "p.Ile1181fs",
"transcript": "XM_047428610.1",
"protein_id": "XP_047284566.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 2076,
"cds_start": 3540,
"cds_end": null,
"cds_length": 6231,
"cdna_start": 5434,
"cdna_end": null,
"cdna_length": 10814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "DI",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "c.3540_3541delCA",
"hgvs_p": "p.Ile1181fs",
"transcript": "XM_047428611.1",
"protein_id": "XP_047284567.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 2076,
"cds_start": 3540,
"cds_end": null,
"cds_length": 6231,
"cdna_start": 5530,
"cdna_end": null,
"cdna_length": 10910,
"mane_select": null,
"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": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.2310_2311delCA",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.3706_3707delCA",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.682_683delCA",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.1953_1954delCA",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.438_439delCA",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"hgvs_c": "n.1299_1300delCA",
"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
}
],
"gene_symbol": "MED13L",
"gene_hgnc_id": 22962,
"dbsnp": "rs1555244212",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.562,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "ENST00000281928.9",
"gene_symbol": "MED13L",
"hgnc_id": 22962,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3942_3943delCA",
"hgvs_p": "p.Ile1315fs"
}
],
"clinvar_disease": "Cardiac anomalies - developmental delay - facial dysmorphism syndrome,Marfanoid habitus and intellectual disability",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:2",
"phenotype_combined": "Cardiac anomalies - developmental delay - facial dysmorphism syndrome|Marfanoid habitus and intellectual disability",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}