← 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: 13-20974916-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=20974916&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 20974916,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_014572.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe",
"transcript": "NM_014572.3",
"protein_id": "NP_055387.2",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000382592.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014572.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe",
"transcript": "ENST00000382592.5",
"protein_id": "ENSP00000372035.4",
"transcript_support_level": 1,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014572.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000382592.5"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe",
"transcript": "ENST00000906119.1",
"protein_id": "ENSP00000576178.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906119.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe",
"transcript": "ENST00000906120.1",
"protein_id": "ENSP00000576179.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906120.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe",
"transcript": "ENST00000940303.1",
"protein_id": "ENSP00000610362.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940303.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3218C>T",
"hgvs_p": "p.Ser1073Phe",
"transcript": "ENST00000940305.1",
"protein_id": "ENSP00000610364.1",
"transcript_support_level": null,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1087,
"cds_start": 3218,
"cds_end": null,
"cds_length": 3264,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940305.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3038C>T",
"hgvs_p": "p.Ser1013Phe",
"transcript": "ENST00000940304.1",
"protein_id": "ENSP00000610363.1",
"transcript_support_level": null,
"aa_start": 1013,
"aa_end": null,
"aa_length": 1027,
"cds_start": 3038,
"cds_end": null,
"cds_length": 3084,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940304.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.1664C>T",
"hgvs_p": "p.Ser555Phe",
"transcript": "ENST00000961821.1",
"protein_id": "ENSP00000631880.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 569,
"cds_start": 1664,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000961821.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe",
"transcript": "XM_005266342.1",
"protein_id": "XP_005266399.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005266342.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe",
"transcript": "XM_047430266.1",
"protein_id": "XP_047286222.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1088,
"cds_start": 3221,
"cds_end": null,
"cds_length": 3267,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430266.1"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.2960C>T",
"hgvs_p": "p.Ser987Phe",
"transcript": "XM_011535042.3",
"protein_id": "XP_011533344.1",
"transcript_support_level": null,
"aa_start": 987,
"aa_end": null,
"aa_length": 1001,
"cds_start": 2960,
"cds_end": null,
"cds_length": 3006,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011535042.3"
},
{
"aa_ref": "S",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.2900C>T",
"hgvs_p": "p.Ser967Phe",
"transcript": "XM_017020541.2",
"protein_id": "XP_016876030.1",
"transcript_support_level": null,
"aa_start": 967,
"aa_end": null,
"aa_length": 981,
"cds_start": 2900,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020541.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.*393C>T",
"hgvs_p": null,
"transcript": "XM_017020542.2",
"protein_id": "XP_016876031.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020542.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"hgvs_c": "c.*393C>T",
"hgvs_p": null,
"transcript": "XM_047430267.1",
"protein_id": "XP_047286223.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 906,
"cds_start": null,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430267.1"
}
],
"gene_symbol": "LATS2",
"gene_hgnc_id": 6515,
"dbsnp": "rs905177711",
"frequency_reference_population": 6.8407127e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84071e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13615727424621582,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.118,
"revel_prediction": "Benign",
"alphamissense_score": 0.1301,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.695,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_014572.3",
"gene_symbol": "LATS2",
"hgnc_id": 6515,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3221C>T",
"hgvs_p": "p.Ser1074Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}