← 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: 3-38008024-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=38008024&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 38008024,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001130964.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2175C>A",
"hgvs_p": "p.Ser725Arg",
"transcript": "NM_006225.4",
"protein_id": "NP_006216.2",
"transcript_support_level": null,
"aa_start": 725,
"aa_end": null,
"aa_length": 756,
"cds_start": 2175,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2278,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": "ENST00000334661.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006225.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2175C>A",
"hgvs_p": "p.Ser725Arg",
"transcript": "ENST00000334661.5",
"protein_id": "ENSP00000335600.4",
"transcript_support_level": 1,
"aa_start": 725,
"aa_end": null,
"aa_length": 756,
"cds_start": 2175,
"cds_end": null,
"cds_length": 2271,
"cdna_start": 2278,
"cdna_end": null,
"cdna_length": 2651,
"mane_select": "NM_006225.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000334661.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2238C>A",
"hgvs_p": "p.Ser746Arg",
"transcript": "NM_001130964.2",
"protein_id": "NP_001124436.1",
"transcript_support_level": null,
"aa_start": 746,
"aa_end": null,
"aa_length": 777,
"cds_start": 2238,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 2325,
"cdna_end": null,
"cdna_length": 2698,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001130964.2"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2238C>A",
"hgvs_p": "p.Ser746Arg",
"transcript": "ENST00000463876.5",
"protein_id": "ENSP00000430344.1",
"transcript_support_level": 2,
"aa_start": 746,
"aa_end": null,
"aa_length": 777,
"cds_start": 2238,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 2592,
"cdna_end": null,
"cdna_length": 2963,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000463876.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2172C>A",
"hgvs_p": "p.Ser724Arg",
"transcript": "ENST00000956065.1",
"protein_id": "ENSP00000626124.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 755,
"cds_start": 2172,
"cds_end": null,
"cds_length": 2268,
"cdna_start": 2275,
"cdna_end": null,
"cdna_length": 2644,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956065.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2157C>A",
"hgvs_p": "p.Ser719Arg",
"transcript": "ENST00000909334.1",
"protein_id": "ENSP00000579393.1",
"transcript_support_level": null,
"aa_start": 719,
"aa_end": null,
"aa_length": 750,
"cds_start": 2157,
"cds_end": null,
"cds_length": 2253,
"cdna_start": 2260,
"cdna_end": null,
"cdna_length": 2633,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909334.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2133C>A",
"hgvs_p": "p.Ser711Arg",
"transcript": "ENST00000909335.1",
"protein_id": "ENSP00000579394.1",
"transcript_support_level": null,
"aa_start": 711,
"aa_end": null,
"aa_length": 742,
"cds_start": 2133,
"cds_end": null,
"cds_length": 2229,
"cdna_start": 2236,
"cdna_end": null,
"cdna_length": 2607,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909335.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2094C>A",
"hgvs_p": "p.Ser698Arg",
"transcript": "ENST00000909332.1",
"protein_id": "ENSP00000579391.1",
"transcript_support_level": null,
"aa_start": 698,
"aa_end": null,
"aa_length": 729,
"cds_start": 2094,
"cds_end": null,
"cds_length": 2190,
"cdna_start": 2202,
"cdna_end": null,
"cdna_length": 2575,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909332.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2058C>A",
"hgvs_p": "p.Ser686Arg",
"transcript": "ENST00000937408.1",
"protein_id": "ENSP00000607467.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 717,
"cds_start": 2058,
"cds_end": null,
"cds_length": 2154,
"cdna_start": 2163,
"cdna_end": null,
"cdna_length": 2533,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937408.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2025C>A",
"hgvs_p": "p.Ser675Arg",
"transcript": "ENST00000909333.1",
"protein_id": "ENSP00000579392.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 706,
"cds_start": 2025,
"cds_end": null,
"cds_length": 2121,
"cdna_start": 2129,
"cdna_end": null,
"cdna_length": 2502,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909333.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.2010C>A",
"hgvs_p": "p.Ser670Arg",
"transcript": "ENST00000909336.1",
"protein_id": "ENSP00000579395.1",
"transcript_support_level": null,
"aa_start": 670,
"aa_end": null,
"aa_length": 701,
"cds_start": 2010,
"cds_end": null,
"cds_length": 2106,
"cdna_start": 2113,
"cdna_end": null,
"cdna_length": 2482,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909336.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.1944C>A",
"hgvs_p": "p.Ser648Arg",
"transcript": "ENST00000956064.1",
"protein_id": "ENSP00000626123.1",
"transcript_support_level": null,
"aa_start": 648,
"aa_end": null,
"aa_length": 679,
"cds_start": 1944,
"cds_end": null,
"cds_length": 2040,
"cdna_start": 2052,
"cdna_end": null,
"cdna_length": 2417,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956064.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "c.1842C>A",
"hgvs_p": "p.Ser614Arg",
"transcript": "ENST00000956063.1",
"protein_id": "ENSP00000626122.1",
"transcript_support_level": null,
"aa_start": 614,
"aa_end": null,
"aa_length": 645,
"cds_start": 1842,
"cds_end": null,
"cds_length": 1938,
"cdna_start": 1978,
"cdna_end": null,
"cdna_length": 2347,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956063.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "n.312C>A",
"hgvs_p": null,
"transcript": "ENST00000417185.6",
"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": 685,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000417185.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "n.2898C>A",
"hgvs_p": null,
"transcript": "ENST00000461445.5",
"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": 3271,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000461445.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "n.2402C>A",
"hgvs_p": null,
"transcript": "NR_024071.2",
"protein_id": null,
"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": 2775,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_024071.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"hgvs_c": "n.*250C>A",
"hgvs_p": null,
"transcript": "ENST00000495395.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 401,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000495395.1"
}
],
"gene_symbol": "PLCD1",
"gene_hgnc_id": 9060,
"dbsnp": "rs1699992069",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7294800877571106,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.221,
"revel_prediction": "Benign",
"alphamissense_score": 0.9687,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 2.398,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001130964.2",
"gene_symbol": "PLCD1",
"hgnc_id": 9060,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.2238C>A",
"hgvs_p": "p.Ser746Arg"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}