← 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: 18-36213402-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=36213402&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 36213402,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_017947.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1255C>G",
"hgvs_p": "p.Arg419Gly",
"transcript": "NM_017947.4",
"protein_id": "NP_060417.4",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 888,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000261326.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017947.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1255C>G",
"hgvs_p": "p.Arg419Gly",
"transcript": "ENST00000261326.6",
"protein_id": "ENSP00000261326.4",
"transcript_support_level": 1,
"aa_start": 419,
"aa_end": null,
"aa_length": 888,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2667,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_017947.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000261326.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1255C>G",
"hgvs_p": "p.Arg419Gly",
"transcript": "ENST00000880903.1",
"protein_id": "ENSP00000550962.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 906,
"cds_start": 1255,
"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": "ENST00000880903.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1165C>G",
"hgvs_p": "p.Arg389Gly",
"transcript": "ENST00000880908.1",
"protein_id": "ENSP00000550967.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 858,
"cds_start": 1165,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880908.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1255C>G",
"hgvs_p": "p.Arg419Gly",
"transcript": "ENST00000880906.1",
"protein_id": "ENSP00000550965.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 820,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880906.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1036C>G",
"hgvs_p": "p.Arg346Gly",
"transcript": "ENST00000880901.1",
"protein_id": "ENSP00000550960.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 815,
"cds_start": 1036,
"cds_end": null,
"cds_length": 2448,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880901.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1255C>G",
"hgvs_p": "p.Arg419Gly",
"transcript": "ENST00000880902.1",
"protein_id": "ENSP00000550961.1",
"transcript_support_level": null,
"aa_start": 419,
"aa_end": null,
"aa_length": 734,
"cds_start": 1255,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880902.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.613C>G",
"hgvs_p": "p.Arg205Gly",
"transcript": "ENST00000948181.1",
"protein_id": "ENSP00000618240.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 674,
"cds_start": 613,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948181.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": 14,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1219-2114C>G",
"hgvs_p": null,
"transcript": "ENST00000880907.1",
"protein_id": "ENSP00000550966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 849,
"cds_start": null,
"cds_end": null,
"cds_length": 2550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880907.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": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.1219-6653C>G",
"hgvs_p": null,
"transcript": "ENST00000880904.1",
"protein_id": "ENSP00000550963.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 695,
"cds_start": null,
"cds_end": null,
"cds_length": 2088,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880904.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": 1,
"intron_rank_end": null,
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"hgvs_c": "c.142+25721C>G",
"hgvs_p": null,
"transcript": "ENST00000880905.1",
"protein_id": "ENSP00000550964.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 282,
"cds_start": null,
"cds_end": null,
"cds_length": 849,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880905.1"
}
],
"gene_symbol": "MOCOS",
"gene_hgnc_id": 18234,
"dbsnp": "rs142150953",
"frequency_reference_population": 0.00000205227,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205227,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.976746678352356,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.906,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9523,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.4,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.792,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_017947.4",
"gene_symbol": "MOCOS",
"hgnc_id": 18234,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1255C>G",
"hgvs_p": "p.Arg419Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}