← 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: 4-161385860-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=161385860&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 161385860,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_020116.5",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2431A>G",
"hgvs_p": "p.Met811Val",
"transcript": "NM_020116.5",
"protein_id": "NP_064501.2",
"transcript_support_level": null,
"aa_start": 811,
"aa_end": null,
"aa_length": 847,
"cds_start": 2431,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 2833,
"cdna_end": null,
"cdna_length": 4796,
"mane_select": "ENST00000306100.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020116.5"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2431A>G",
"hgvs_p": "p.Met811Val",
"transcript": "ENST00000306100.10",
"protein_id": "ENSP00000305334.4",
"transcript_support_level": 1,
"aa_start": 811,
"aa_end": null,
"aa_length": 847,
"cds_start": 2431,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 2833,
"cdna_end": null,
"cdna_length": 4796,
"mane_select": "NM_020116.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000306100.10"
},
{
"aa_ref": "M",
"aa_alt": "V",
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2428A>G",
"hgvs_p": "p.Met810Val",
"transcript": "ENST00000379164.8",
"protein_id": "ENSP00000368462.4",
"transcript_support_level": 1,
"aa_start": 810,
"aa_end": null,
"aa_length": 846,
"cds_start": 2428,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2796,
"cdna_end": null,
"cdna_length": 4757,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379164.8"
},
{
"aa_ref": "M",
"aa_alt": "V",
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2401A>G",
"hgvs_p": "p.Met801Val",
"transcript": "ENST00000427802.2",
"protein_id": "ENSP00000389270.2",
"transcript_support_level": 1,
"aa_start": 801,
"aa_end": null,
"aa_length": 837,
"cds_start": 2401,
"cds_end": null,
"cds_length": 2514,
"cdna_start": 2807,
"cdna_end": null,
"cdna_length": 2920,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427802.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2428A>G",
"hgvs_p": "p.Met810Val",
"transcript": "NM_001128427.3",
"protein_id": "NP_001121899.1",
"transcript_support_level": null,
"aa_start": 810,
"aa_end": null,
"aa_length": 846,
"cds_start": 2428,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 2830,
"cdna_end": null,
"cdna_length": 4793,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128427.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2404A>G",
"hgvs_p": "p.Met802Val",
"transcript": "ENST00000864344.1",
"protein_id": "ENSP00000534403.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 838,
"cds_start": 2404,
"cds_end": null,
"cds_length": 2517,
"cdna_start": 2811,
"cdna_end": null,
"cdna_length": 4771,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864344.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2401A>G",
"hgvs_p": "p.Met801Val",
"transcript": "NM_001128428.3",
"protein_id": "NP_001121900.1",
"transcript_support_level": null,
"aa_start": 801,
"aa_end": null,
"aa_length": 837,
"cds_start": 2401,
"cds_end": null,
"cds_length": 2514,
"cdna_start": 2803,
"cdna_end": null,
"cdna_length": 4766,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001128428.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"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": "FSTL5",
"gene_hgnc_id": 21386,
"hgvs_c": "c.2404A>G",
"hgvs_p": "p.Met802Val",
"transcript": "XM_011532126.1",
"protein_id": "XP_011530428.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 838,
"cds_start": 2404,
"cds_end": null,
"cds_length": 2517,
"cdna_start": 2806,
"cdna_end": null,
"cdna_length": 4769,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011532126.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000249568",
"gene_hgnc_id": null,
"hgvs_c": "n.283T>C",
"hgvs_p": null,
"transcript": "ENST00000508189.1",
"protein_id": null,
"transcript_support_level": 2,
"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": 2840,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000508189.1"
}
],
"gene_symbol": "FSTL5",
"gene_hgnc_id": 21386,
"dbsnp": "rs933767663",
"frequency_reference_population": 0.0000034207542,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000342075,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11535823345184326,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.138,
"revel_prediction": "Benign",
"alphamissense_score": 0.1149,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.42,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.099,
"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_020116.5",
"gene_symbol": "FSTL5",
"hgnc_id": 21386,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2431A>G",
"hgvs_p": "p.Met811Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000508189.1",
"gene_symbol": "ENSG00000249568",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.283T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}