← 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: 7-130499898-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=130499898&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 130499898,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000223215.10",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.559C>T",
"hgvs_p": "p.Pro187Ser",
"transcript": "NM_002402.4",
"protein_id": "NP_002393.2",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 335,
"cds_start": 559,
"cds_end": null,
"cds_length": 1008,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 2646,
"mane_select": "ENST00000223215.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.559C>T",
"hgvs_p": "p.Pro187Ser",
"transcript": "ENST00000223215.10",
"protein_id": "ENSP00000223215.4",
"transcript_support_level": 1,
"aa_start": 187,
"aa_end": null,
"aa_length": 335,
"cds_start": 559,
"cds_end": null,
"cds_length": 1008,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 2646,
"mane_select": "NM_002402.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000341441.9",
"protein_id": "ENSP00000342749.4",
"transcript_support_level": 1,
"aa_start": 178,
"aa_end": null,
"aa_length": 326,
"cds_start": 532,
"cds_end": null,
"cds_length": 981,
"cdna_start": 758,
"cdna_end": null,
"cdna_length": 2443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000416162.7",
"protein_id": "ENSP00000408933.2",
"transcript_support_level": 1,
"aa_start": 178,
"aa_end": null,
"aa_length": 292,
"cds_start": 532,
"cds_end": null,
"cds_length": 879,
"cdna_start": 754,
"cdna_end": null,
"cdna_length": 2337,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "NM_177524.2",
"protein_id": "NP_803490.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 326,
"cds_start": 532,
"cds_end": null,
"cds_length": 981,
"cdna_start": 754,
"cdna_end": null,
"cdna_length": 2444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "NM_177525.2",
"protein_id": "NP_803491.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 326,
"cds_start": 532,
"cds_end": null,
"cds_length": 981,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 2381,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000393187.5",
"protein_id": "ENSP00000376884.1",
"transcript_support_level": 5,
"aa_start": 178,
"aa_end": null,
"aa_length": 326,
"cds_start": 532,
"cds_end": null,
"cds_length": 981,
"cdna_start": 691,
"cdna_end": null,
"cdna_length": 2380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000462132.6",
"protein_id": "ENSP00000495770.1",
"transcript_support_level": 5,
"aa_start": 178,
"aa_end": null,
"aa_length": 326,
"cds_start": 532,
"cds_end": null,
"cds_length": 981,
"cdna_start": 723,
"cdna_end": null,
"cdna_length": 2369,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.529C>T",
"hgvs_p": "p.Pro177Ser",
"transcript": "ENST00000437945.6",
"protein_id": "ENSP00000401657.2",
"transcript_support_level": 5,
"aa_start": 177,
"aa_end": null,
"aa_length": 325,
"cds_start": 529,
"cds_end": null,
"cds_length": 978,
"cdna_start": 730,
"cdna_end": null,
"cdna_length": 2411,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.517C>T",
"hgvs_p": "p.Pro173Ser",
"transcript": "NM_001253900.1",
"protein_id": "NP_001240829.1",
"transcript_support_level": null,
"aa_start": 173,
"aa_end": null,
"aa_length": 321,
"cds_start": 517,
"cds_end": null,
"cds_length": 966,
"cdna_start": 773,
"cdna_end": null,
"cdna_length": 2463,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "NM_001253901.1",
"protein_id": "NP_001240830.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 292,
"cds_start": 532,
"cds_end": null,
"cds_length": 879,
"cdna_start": 754,
"cdna_end": null,
"cdna_length": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "NM_001253902.1",
"protein_id": "NP_001240831.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 292,
"cds_start": 532,
"cds_end": null,
"cds_length": 879,
"cdna_start": 706,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000378576.9",
"protein_id": "ENSP00000367839.4",
"transcript_support_level": 5,
"aa_start": 178,
"aa_end": null,
"aa_length": 292,
"cds_start": 532,
"cds_end": null,
"cds_length": 879,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 2192,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000427521.6",
"protein_id": "ENSP00000409505.2",
"transcript_support_level": 5,
"aa_start": 178,
"aa_end": null,
"aa_length": 292,
"cds_start": 532,
"cds_end": null,
"cds_length": 879,
"cdna_start": 717,
"cdna_end": null,
"cdna_length": 2473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000421001.5",
"protein_id": "ENSP00000407222.2",
"transcript_support_level": 5,
"aa_start": 178,
"aa_end": null,
"aa_length": 212,
"cds_start": 532,
"cds_end": null,
"cds_length": 639,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "ENST00000437637.6",
"protein_id": "ENSP00000393709.2",
"transcript_support_level": 4,
"aa_start": 178,
"aa_end": null,
"aa_length": 187,
"cds_start": 532,
"cds_end": null,
"cds_length": 564,
"cdna_start": 707,
"cdna_end": null,
"cdna_length": 739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.133C>T",
"hgvs_p": "p.Pro45Ser",
"transcript": "ENST00000463263.1",
"protein_id": "ENSP00000473492.1",
"transcript_support_level": 5,
"aa_start": 45,
"aa_end": null,
"aa_length": 173,
"cds_start": 133,
"cds_end": null,
"cds_length": 522,
"cdna_start": 133,
"cdna_end": null,
"cdna_length": 764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.532C>T",
"hgvs_p": "p.Pro178Ser",
"transcript": "XM_017012218.3",
"protein_id": "XP_016867707.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 326,
"cds_start": 532,
"cds_end": null,
"cds_length": 981,
"cdna_start": 595,
"cdna_end": null,
"cdna_length": 2453,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "c.559C>T",
"hgvs_p": "p.Pro187Ser",
"transcript": "XM_011516222.3",
"protein_id": "XP_011514524.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 301,
"cds_start": 559,
"cds_end": null,
"cds_length": 906,
"cdna_start": 788,
"cdna_end": null,
"cdna_length": 2544,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "n.122C>T",
"hgvs_p": null,
"transcript": "ENST00000488093.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"hgvs_c": "n.134C>T",
"hgvs_p": null,
"transcript": "ENST00000494868.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 278,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MEST",
"gene_hgnc_id": 7028,
"dbsnp": "rs863223353",
"frequency_reference_population": 6.847355e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84735e-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.7088778018951416,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05000000074505806,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.255,
"revel_prediction": "Benign",
"alphamissense_score": 0.8911,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.11,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.154,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP5_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000223215.10",
"gene_symbol": "MEST",
"hgnc_id": 7028,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.559C>T",
"hgvs_p": "p.Pro187Ser"
}
],
"clinvar_disease": "Childhood-onset schizophrenia",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Childhood-onset schizophrenia",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}