← 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-27368134-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=27368134&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 27368134,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_018490.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2589G>A",
"hgvs_p": "p.Ser863Ser",
"transcript": "NM_018490.5",
"protein_id": "NP_060960.2",
"transcript_support_level": null,
"aa_start": 863,
"aa_end": null,
"aa_length": 951,
"cds_start": 2589,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000379214.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018490.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2589G>A",
"hgvs_p": "p.Ser863Ser",
"transcript": "ENST00000379214.9",
"protein_id": "ENSP00000368516.4",
"transcript_support_level": 1,
"aa_start": 863,
"aa_end": null,
"aa_length": 951,
"cds_start": 2589,
"cds_end": null,
"cds_length": 2856,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018490.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379214.9"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2517G>A",
"hgvs_p": "p.Ser839Ser",
"transcript": "ENST00000389858.4",
"protein_id": "ENSP00000374508.4",
"transcript_support_level": 1,
"aa_start": 839,
"aa_end": null,
"aa_length": 927,
"cds_start": 2517,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000389858.4"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2520G>A",
"hgvs_p": "p.Ser840Ser",
"transcript": "ENST00000937760.1",
"protein_id": "ENSP00000607819.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 928,
"cds_start": 2520,
"cds_end": null,
"cds_length": 2787,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937760.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2517G>A",
"hgvs_p": "p.Ser839Ser",
"transcript": "NM_001346432.2",
"protein_id": "NP_001333361.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 927,
"cds_start": 2517,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346432.2"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2517G>A",
"hgvs_p": "p.Ser839Ser",
"transcript": "ENST00000894861.1",
"protein_id": "ENSP00000564920.1",
"transcript_support_level": null,
"aa_start": 839,
"aa_end": null,
"aa_length": 927,
"cds_start": 2517,
"cds_end": null,
"cds_length": 2784,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894861.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2445G>A",
"hgvs_p": "p.Ser815Ser",
"transcript": "ENST00000894858.1",
"protein_id": "ENSP00000564917.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 903,
"cds_start": 2445,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894858.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2445G>A",
"hgvs_p": "p.Ser815Ser",
"transcript": "ENST00000894859.1",
"protein_id": "ENSP00000564918.1",
"transcript_support_level": null,
"aa_start": 815,
"aa_end": null,
"aa_length": 903,
"cds_start": 2445,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894859.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2373G>A",
"hgvs_p": "p.Ser791Ser",
"transcript": "ENST00000894860.1",
"protein_id": "ENSP00000564919.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 879,
"cds_start": 2373,
"cds_end": null,
"cds_length": 2640,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894860.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.2073G>A",
"hgvs_p": "p.Ser691Ser",
"transcript": "ENST00000894862.1",
"protein_id": "ENSP00000564921.1",
"transcript_support_level": null,
"aa_start": 691,
"aa_end": null,
"aa_length": 779,
"cds_start": 2073,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000894862.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.1773G>A",
"hgvs_p": "p.Ser591Ser",
"transcript": "ENST00000937759.1",
"protein_id": "ENSP00000607818.1",
"transcript_support_level": null,
"aa_start": 591,
"aa_end": null,
"aa_length": 679,
"cds_start": 1773,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937759.1"
}
],
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"dbsnp": "rs72887882",
"frequency_reference_population": 0.014334672,
"hom_count_reference_population": 216,
"allele_count_reference_population": 23131,
"gnomad_exomes_af": 0.0146974,
"gnomad_genomes_af": 0.0108488,
"gnomad_exomes_ac": 21481,
"gnomad_genomes_ac": 1650,
"gnomad_exomes_homalt": 203,
"gnomad_genomes_homalt": 13,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.75,
"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.75,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -3.863,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BP7,BS1,BS2_Supporting",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7",
"BS1",
"BS2_Supporting"
],
"verdict": "Benign",
"transcript": "NM_018490.5",
"gene_symbol": "LGR4",
"hgnc_id": 13299,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2589G>A",
"hgvs_p": "p.Ser863Ser"
}
],
"clinvar_disease": "LGR4-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "LGR4-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}