← 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-52247003-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=52247003&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 52247003,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_144641.4",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe",
"transcript": "NM_144641.4",
"protein_id": "NP_653242.3",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 459,
"cds_start": 372,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000323588.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144641.4"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe",
"transcript": "ENST00000323588.9",
"protein_id": "ENSP00000319894.5",
"transcript_support_level": 1,
"aa_start": 124,
"aa_end": null,
"aa_length": 459,
"cds_start": 372,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_144641.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000323588.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.-40+191C>T",
"hgvs_p": null,
"transcript": "ENST00000409502.7",
"protein_id": "ENSP00000387046.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409502.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.-112C>T",
"hgvs_p": null,
"transcript": "ENST00000296487.8",
"protein_id": "ENSP00000296487.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": null,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296487.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.-112C>T",
"hgvs_p": null,
"transcript": "XM_005264881.2",
"protein_id": "XP_005264938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 298,
"cds_start": null,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264881.2"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe",
"transcript": "ENST00000855772.1",
"protein_id": "ENSP00000525831.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 451,
"cds_start": 372,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855772.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe",
"transcript": "ENST00000970938.1",
"protein_id": "ENSP00000640997.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 427,
"cds_start": 372,
"cds_end": null,
"cds_length": 1284,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970938.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe",
"transcript": "ENST00000970940.1",
"protein_id": "ENSP00000640999.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 423,
"cds_start": 372,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970940.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe",
"transcript": "ENST00000933491.1",
"protein_id": "ENSP00000603550.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 398,
"cds_start": 372,
"cds_end": null,
"cds_length": 1197,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000933491.1"
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe",
"transcript": "XM_005264879.3",
"protein_id": "XP_005264936.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 448,
"cds_start": 372,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264879.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.-112C>T",
"hgvs_p": null,
"transcript": "ENST00000296487.8",
"protein_id": "ENSP00000296487.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 270,
"cds_start": null,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296487.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.-112C>T",
"hgvs_p": null,
"transcript": "XM_005264881.2",
"protein_id": "XP_005264938.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 298,
"cds_start": null,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264881.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.342+191C>T",
"hgvs_p": null,
"transcript": "ENST00000970939.1",
"protein_id": "ENSP00000640998.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 313,
"cds_start": null,
"cds_end": null,
"cds_length": 942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970939.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.279+191C>T",
"hgvs_p": null,
"transcript": "ENST00000457454.5",
"protein_id": "ENSP00000413556.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 255,
"cds_start": null,
"cds_end": null,
"cds_length": 768,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457454.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.-40+191C>T",
"hgvs_p": null,
"transcript": "NM_001122870.3",
"protein_id": "NP_001116342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": null,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122870.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.342+191C>T",
"hgvs_p": null,
"transcript": "XM_005264880.4",
"protein_id": "XP_005264937.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": null,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005264880.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "c.342+191C>T",
"hgvs_p": null,
"transcript": "XM_047447468.1",
"protein_id": "XP_047303424.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 363,
"cds_start": null,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447468.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "n.299C>T",
"hgvs_p": null,
"transcript": "ENST00000467471.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000467471.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "n.397C>T",
"hgvs_p": null,
"transcript": "ENST00000489606.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000489606.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"hgvs_c": "n.438C>T",
"hgvs_p": null,
"transcript": "XR_001740024.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001740024.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306261",
"gene_hgnc_id": null,
"hgvs_c": "n.469-5593G>A",
"hgvs_p": null,
"transcript": "ENST00000816525.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000816525.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000306261",
"gene_hgnc_id": null,
"hgvs_c": "n.229-5593G>A",
"hgvs_p": null,
"transcript": "ENST00000816526.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000816526.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TWF2",
"gene_hgnc_id": 9621,
"hgvs_c": "c.-594G>A",
"hgvs_p": null,
"transcript": "ENST00000679296.1",
"protein_id": "ENSP00000504576.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": null,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000679296.1"
}
],
"gene_symbol": "PPM1M",
"gene_hgnc_id": 26506,
"dbsnp": "rs565913958",
"frequency_reference_population": 0.00009497682,
"hom_count_reference_population": 0,
"allele_count_reference_population": 147,
"gnomad_exomes_af": 0.0000573302,
"gnomad_genomes_af": 0.000439858,
"gnomad_exomes_ac": 80,
"gnomad_genomes_ac": 67,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5199999809265137,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.607,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.05,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 5,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_144641.4",
"gene_symbol": "PPM1M",
"hgnc_id": 26506,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.372C>T",
"hgvs_p": "p.Phe124Phe"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000816525.1",
"gene_symbol": "ENSG00000306261",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.469-5593G>A",
"hgvs_p": null
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000679296.1",
"gene_symbol": "TWF2",
"hgnc_id": 9621,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.-594G>A",
"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
}