← 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-128480265-TCCTTG-AA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=128480265&ref=TCCTTG&alt=AA&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 128480265,
"ref": "TCCTTG",
"alt": "AA",
"effect": "frameshift_variant,missense_variant",
"transcript": "NM_001143820.2",
"consequences": [
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.1044_1049delCAAGGAinsTT",
"hgvs_p": "p.Lys349fs",
"transcript": "NM_001143820.2",
"protein_id": "NP_001137292.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 485,
"cds_start": 1044,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 5139,
"mane_select": "ENST00000392668.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.1044_1049delCAAGGAinsTT",
"hgvs_p": "p.Lys349fs",
"transcript": "ENST00000392668.8",
"protein_id": "ENSP00000376436.3",
"transcript_support_level": 1,
"aa_start": 348,
"aa_end": null,
"aa_length": 485,
"cds_start": 1044,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 5139,
"mane_select": "NM_001143820.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.912_917delCAAGGAinsTT",
"hgvs_p": "p.Lys305fs",
"transcript": "ENST00000319397.7",
"protein_id": "ENSP00000324578.5",
"transcript_support_level": 1,
"aa_start": 304,
"aa_end": null,
"aa_length": 441,
"cds_start": 912,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1233,
"cdna_end": null,
"cdna_length": 5238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.264_269delCAAGGAinsTT",
"hgvs_p": "p.Lys89fs",
"transcript": "ENST00000535549.5",
"protein_id": "ENSP00000441430.1",
"transcript_support_level": 1,
"aa_start": 88,
"aa_end": null,
"aa_length": 225,
"cds_start": 264,
"cds_end": null,
"cds_length": 678,
"cdna_start": 585,
"cdna_end": null,
"cdna_length": 4594,
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.781+131_781+136delCAAGGAinsTT",
"hgvs_p": null,
"transcript": "ENST00000531611.5",
"protein_id": "ENSP00000435666.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 272,
"cds_start": -4,
"cds_end": null,
"cds_length": 819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.912_917delCAAGGAinsTT",
"hgvs_p": "p.Lys305fs",
"transcript": "NM_005238.4",
"protein_id": "NP_005229.1",
"transcript_support_level": null,
"aa_start": 304,
"aa_end": null,
"aa_length": 441,
"cds_start": 912,
"cds_end": null,
"cds_length": 1326,
"cdna_start": 1233,
"cdna_end": null,
"cdna_length": 5238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.264_269delCAAGGAinsTT",
"hgvs_p": "p.Lys89fs",
"transcript": "NM_001162422.2",
"protein_id": "NP_001155894.1",
"transcript_support_level": null,
"aa_start": 88,
"aa_end": null,
"aa_length": 225,
"cds_start": 264,
"cds_end": null,
"cds_length": 678,
"cdna_start": 585,
"cdna_end": null,
"cdna_length": 4590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.1095_1100delCAAGGAinsTT",
"hgvs_p": "p.Lys366fs",
"transcript": "XM_047426525.1",
"protein_id": "XP_047282481.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 502,
"cds_start": 1095,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 1982,
"cdna_end": null,
"cdna_length": 5987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.1044_1049delCAAGGAinsTT",
"hgvs_p": "p.Lys349fs",
"transcript": "XM_017017314.2",
"protein_id": "XP_016872803.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 485,
"cds_start": 1044,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1125,
"cdna_end": null,
"cdna_length": 5130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.1014_1019delCAAGGAinsTT",
"hgvs_p": "p.Lys339fs",
"transcript": "XM_011542650.2",
"protein_id": "XP_011540952.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 475,
"cds_start": 1014,
"cds_end": null,
"cds_length": 1428,
"cdna_start": 1335,
"cdna_end": null,
"cdna_length": 5340,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.939_944delCAAGGAinsTT",
"hgvs_p": "p.Lys314fs",
"transcript": "XM_017017315.3",
"protein_id": "XP_016872804.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 450,
"cds_start": 939,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 5056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "FKD",
"aa_alt": "F?",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant",
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.843_848delCAAGGAinsTT",
"hgvs_p": "p.Lys282fs",
"transcript": "XM_047426526.1",
"protein_id": "XP_047282482.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 418,
"cds_start": 843,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 10118,
"cdna_end": null,
"cdna_length": 14123,
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.730+4553_730+4558delCAAGGAinsTT",
"hgvs_p": null,
"transcript": "NM_001330451.2",
"protein_id": "NP_001317380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 354,
"cds_start": -4,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4977,
"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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.730+4553_730+4558delCAAGGAinsTT",
"hgvs_p": null,
"transcript": "ENST00000526145.6",
"protein_id": "ENSP00000433500.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 354,
"cds_start": -4,
"cds_end": null,
"cds_length": 1065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3389,
"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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"hgvs_c": "c.913+4553_913+4558delCAAGGAinsTT",
"hgvs_p": null,
"transcript": "XM_047426527.1",
"protein_id": "XP_047282483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 415,
"cds_start": -4,
"cds_end": null,
"cds_length": 1248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ETS1",
"gene_hgnc_id": 3488,
"dbsnp": "rs1565372210",
"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": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.667,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "NM_001143820.2",
"gene_symbol": "ETS1",
"hgnc_id": 3488,
"effects": [
"frameshift_variant",
"missense_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.1044_1049delCAAGGAinsTT",
"hgvs_p": "p.Lys349fs"
}
],
"clinvar_disease": "11q partial monosomy syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "11q partial monosomy syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}