← 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-2776007-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=2776007&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 2776007,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_000218.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1638G>A",
"hgvs_p": "p.Ser546Ser",
"transcript": "NM_000218.3",
"protein_id": "NP_000209.2",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 676,
"cds_start": 1638,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 3224,
"mane_select": "ENST00000155840.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000218.3"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1638G>A",
"hgvs_p": "p.Ser546Ser",
"transcript": "ENST00000155840.12",
"protein_id": "ENSP00000155840.2",
"transcript_support_level": 1,
"aa_start": 546,
"aa_end": null,
"aa_length": 676,
"cds_start": 1638,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 1729,
"cdna_end": null,
"cdna_length": 3224,
"mane_select": "NM_000218.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000155840.12"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1257G>A",
"hgvs_p": "p.Ser419Ser",
"transcript": "ENST00000335475.6",
"protein_id": "ENSP00000334497.5",
"transcript_support_level": 1,
"aa_start": 419,
"aa_end": null,
"aa_length": 549,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 1526,
"cdna_end": null,
"cdna_length": 2907,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000335475.6"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1635G>A",
"hgvs_p": "p.Ser545Ser",
"transcript": "ENST00000910997.1",
"protein_id": "ENSP00000581056.1",
"transcript_support_level": null,
"aa_start": 545,
"aa_end": null,
"aa_length": 675,
"cds_start": 1635,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 1726,
"cdna_end": null,
"cdna_length": 3107,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910997.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1542G>A",
"hgvs_p": "p.Ser514Ser",
"transcript": "NM_001406836.1",
"protein_id": "NP_001393765.1",
"transcript_support_level": null,
"aa_start": 514,
"aa_end": null,
"aa_length": 644,
"cds_start": 1542,
"cds_end": null,
"cds_length": 1935,
"cdna_start": 1633,
"cdna_end": null,
"cdna_length": 3128,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406836.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1497G>A",
"hgvs_p": "p.Ser499Ser",
"transcript": "ENST00000713725.1",
"protein_id": "ENSP00000519029.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 629,
"cds_start": 1497,
"cds_end": null,
"cds_length": 1890,
"cdna_start": 1702,
"cdna_end": null,
"cdna_length": 3083,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713725.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1368G>A",
"hgvs_p": "p.Ser456Ser",
"transcript": "NM_001406837.1",
"protein_id": "NP_001393766.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 586,
"cds_start": 1368,
"cds_end": null,
"cds_length": 1761,
"cdna_start": 1821,
"cdna_end": null,
"cdna_length": 3316,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406837.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1281G>A",
"hgvs_p": "p.Ser427Ser",
"transcript": "ENST00000496887.7",
"protein_id": "ENSP00000434560.2",
"transcript_support_level": 5,
"aa_start": 427,
"aa_end": null,
"aa_length": 557,
"cds_start": 1281,
"cds_end": null,
"cds_length": 1674,
"cdna_start": 1313,
"cdna_end": null,
"cdna_length": 2694,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000496887.7"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1257G>A",
"hgvs_p": "p.Ser419Ser",
"transcript": "NM_181798.2",
"protein_id": "NP_861463.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 549,
"cds_start": 1257,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 1526,
"cdna_end": null,
"cdna_length": 3021,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181798.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1098G>A",
"hgvs_p": "p.Ser366Ser",
"transcript": "NM_001406838.1",
"protein_id": "NP_001393767.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 496,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 1189,
"cdna_end": null,
"cdna_length": 2684,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001406838.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "c.1098G>A",
"hgvs_p": "p.Ser366Ser",
"transcript": "ENST00000646564.2",
"protein_id": "ENSP00000495806.2",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 428,
"cds_start": 1098,
"cds_end": null,
"cds_length": 1287,
"cdna_start": 1189,
"cdna_end": null,
"cdna_length": 1820,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000646564.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "n.*1604G>A",
"hgvs_p": null,
"transcript": "ENST00000713724.1",
"protein_id": "ENSP00000519028.1",
"transcript_support_level": null,
"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": 3499,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000713724.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"hgvs_c": "n.*1604G>A",
"hgvs_p": null,
"transcript": "ENST00000713724.1",
"protein_id": "ENSP00000519028.1",
"transcript_support_level": null,
"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": 3499,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000713724.1"
}
],
"gene_symbol": "KCNQ1",
"gene_hgnc_id": 6294,
"dbsnp": "rs1057128",
"frequency_reference_population": 0.1991646,
"hom_count_reference_population": 33479,
"allele_count_reference_population": 313266,
"gnomad_exomes_af": 0.202542,
"gnomad_genomes_af": 0.167643,
"gnomad_exomes_ac": 287746,
"gnomad_genomes_ac": 25520,
"gnomad_exomes_homalt": 30787,
"gnomad_genomes_homalt": 2692,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5799999833106995,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.432,
"phylop100way_prediction": "Benign",
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_000218.3",
"gene_symbol": "KCNQ1",
"hgnc_id": 6294,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1638G>A",
"hgvs_p": "p.Ser546Ser"
}
],
"clinvar_disease": " 3, familial,Atrial fibrillation,Cardiac arrhythmia,Cardiovascular phenotype,Congenital long QT syndrome,Jervell and Lange-Nielsen syndrome 1,Long QT syndrome,Long QT syndrome 1,Short QT syndrome type 2,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:15",
"phenotype_combined": "not specified|Cardiovascular phenotype|Atrial fibrillation, familial, 3|Short QT syndrome type 2|Long QT syndrome|Congenital long QT syndrome|Jervell and Lange-Nielsen syndrome 1|Long QT syndrome 1|Cardiac arrhythmia|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}