← 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: 11-61758599-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=61758599&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 61758599,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "ENST00000278836.10",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "NM_001127392.3",
"protein_id": "NP_001120864.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1151,
"cds_start": -4,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5940,
"mane_select": "ENST00000278836.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "ENST00000278836.10",
"protein_id": "ENSP00000278836.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1151,
"cds_start": -4,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5940,
"mane_select": "NM_001127392.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.19+3157T>A",
"hgvs_p": null,
"transcript": "ENST00000265460.9",
"protein_id": "ENSP00000265460.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": -4,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.19+3157T>A",
"hgvs_p": null,
"transcript": "NM_013279.4",
"protein_id": "NP_037411.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1111,
"cds_start": -4,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "n.149+5809T>A",
"hgvs_p": null,
"transcript": "ENST00000537766.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 1392,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_005274222.2",
"protein_id": "XP_005274279.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1152,
"cds_start": -4,
"cds_end": null,
"cds_length": 3459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_005274223.2",
"protein_id": "XP_005274280.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1147,
"cds_start": -4,
"cds_end": null,
"cds_length": 3444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5928,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_005274224.2",
"protein_id": "XP_005274281.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1146,
"cds_start": -4,
"cds_end": null,
"cds_length": 3441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5925,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_005274225.2",
"protein_id": "XP_005274282.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1125,
"cds_start": -4,
"cds_end": null,
"cds_length": 3378,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_005274226.2",
"protein_id": "XP_005274283.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1124,
"cds_start": -4,
"cds_end": null,
"cds_length": 3375,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5859,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_005274227.2",
"protein_id": "XP_005274284.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1120,
"cds_start": -4,
"cds_end": null,
"cds_length": 3363,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5847,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427526.1",
"protein_id": "XP_047283482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1119,
"cds_start": -4,
"cds_end": null,
"cds_length": 3360,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_005274228.2",
"protein_id": "XP_005274285.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1101,
"cds_start": -4,
"cds_end": null,
"cds_length": 3306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427527.1",
"protein_id": "XP_047283483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1100,
"cds_start": -4,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427528.1",
"protein_id": "XP_047283484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1096,
"cds_start": -4,
"cds_end": null,
"cds_length": 3291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5775,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427529.1",
"protein_id": "XP_047283485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1095,
"cds_start": -4,
"cds_end": null,
"cds_length": 3288,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5772,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.-150+5240T>A",
"hgvs_p": null,
"transcript": "XM_047427530.1",
"protein_id": "XP_047283486.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1081,
"cds_start": -4,
"cds_end": null,
"cds_length": 3246,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427531.1",
"protein_id": "XP_047283487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1074,
"cds_start": -4,
"cds_end": null,
"cds_length": 3225,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427532.1",
"protein_id": "XP_047283488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1073,
"cds_start": -4,
"cds_end": null,
"cds_length": 3222,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427533.1",
"protein_id": "XP_047283489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1069,
"cds_start": -4,
"cds_end": null,
"cds_length": 3210,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null,
"transcript": "XM_047427534.1",
"protein_id": "XP_047283490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1068,
"cds_start": -4,
"cds_end": null,
"cds_length": 3207,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"hgvs_c": "c.-150+5240T>A",
"hgvs_p": null,
"transcript": "XM_047427535.1",
"protein_id": "XP_047283491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1055,
"cds_start": -4,
"cds_end": null,
"cds_length": 3168,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MYRF",
"gene_hgnc_id": 1181,
"dbsnp": "rs198475",
"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": -0.8600000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.86,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.413,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000278836.10",
"gene_symbol": "MYRF",
"hgnc_id": 1181,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.46+5809T>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}