← 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-27368556-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=27368556&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 27368556,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_018490.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2167G>A",
"hgvs_p": "p.Val723Ile",
"transcript": "NM_018490.5",
"protein_id": "NP_060960.2",
"transcript_support_level": null,
"aa_start": 723,
"aa_end": null,
"aa_length": 951,
"cds_start": 2167,
"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": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2167G>A",
"hgvs_p": "p.Val723Ile",
"transcript": "ENST00000379214.9",
"protein_id": "ENSP00000368516.4",
"transcript_support_level": 1,
"aa_start": 723,
"aa_end": null,
"aa_length": 951,
"cds_start": 2167,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2095G>A",
"hgvs_p": "p.Val699Ile",
"transcript": "ENST00000389858.4",
"protein_id": "ENSP00000374508.4",
"transcript_support_level": 1,
"aa_start": 699,
"aa_end": null,
"aa_length": 927,
"cds_start": 2095,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2098G>A",
"hgvs_p": "p.Val700Ile",
"transcript": "ENST00000937760.1",
"protein_id": "ENSP00000607819.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 928,
"cds_start": 2098,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2095G>A",
"hgvs_p": "p.Val699Ile",
"transcript": "NM_001346432.2",
"protein_id": "NP_001333361.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 927,
"cds_start": 2095,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2095G>A",
"hgvs_p": "p.Val699Ile",
"transcript": "ENST00000894861.1",
"protein_id": "ENSP00000564920.1",
"transcript_support_level": null,
"aa_start": 699,
"aa_end": null,
"aa_length": 927,
"cds_start": 2095,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2023G>A",
"hgvs_p": "p.Val675Ile",
"transcript": "ENST00000894858.1",
"protein_id": "ENSP00000564917.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 903,
"cds_start": 2023,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.2023G>A",
"hgvs_p": "p.Val675Ile",
"transcript": "ENST00000894859.1",
"protein_id": "ENSP00000564918.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 903,
"cds_start": 2023,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1951G>A",
"hgvs_p": "p.Val651Ile",
"transcript": "ENST00000894860.1",
"protein_id": "ENSP00000564919.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 879,
"cds_start": 1951,
"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": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_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.1651G>A",
"hgvs_p": "p.Val551Ile",
"transcript": "ENST00000894862.1",
"protein_id": "ENSP00000564921.1",
"transcript_support_level": null,
"aa_start": 551,
"aa_end": null,
"aa_length": 779,
"cds_start": 1651,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "LGR4",
"gene_hgnc_id": 13299,
"hgvs_c": "c.1580-229G>A",
"hgvs_p": null,
"transcript": "ENST00000937759.1",
"protein_id": "ENSP00000607818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 679,
"cds_start": null,
"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": "rs762481038",
"frequency_reference_population": 0.00003347131,
"hom_count_reference_population": 0,
"allele_count_reference_population": 54,
"gnomad_exomes_af": 0.0000314794,
"gnomad_genomes_af": 0.0000526143,
"gnomad_exomes_ac": 46,
"gnomad_genomes_ac": 8,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.042518824338912964,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.088,
"revel_prediction": "Benign",
"alphamissense_score": 0.0618,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.57,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.141,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 6,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_018490.5",
"gene_symbol": "LGR4",
"hgnc_id": 13299,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.2167G>A",
"hgvs_p": "p.Val723Ile"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}