← 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: 11-32588675-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=32588675&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 32588675,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_006360.6",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "c.257T>C",
"hgvs_p": "p.Leu86Pro",
"transcript": "NM_006360.6",
"protein_id": "NP_006351.2",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 374,
"cds_start": 257,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 314,
"cdna_end": null,
"cdna_length": 5047,
"mane_select": "ENST00000531120.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "c.257T>C",
"hgvs_p": "p.Leu86Pro",
"transcript": "ENST00000531120.6",
"protein_id": "ENSP00000436049.1",
"transcript_support_level": 1,
"aa_start": 86,
"aa_end": null,
"aa_length": 374,
"cds_start": 257,
"cds_end": null,
"cds_length": 1125,
"cdna_start": 314,
"cdna_end": null,
"cdna_length": 5047,
"mane_select": "NM_006360.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"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": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "c.68T>C",
"hgvs_p": "p.Leu23Pro",
"transcript": "ENST00000323213.9",
"protein_id": "ENSP00000319910.5",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 190,
"cds_start": 68,
"cds_end": null,
"cds_length": 573,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "c.68T>C",
"hgvs_p": "p.Leu23Pro",
"transcript": "ENST00000533439.1",
"protein_id": "ENSP00000432891.1",
"transcript_support_level": 5,
"aa_start": 23,
"aa_end": null,
"aa_length": 101,
"cds_start": 68,
"cds_end": null,
"cds_length": 306,
"cdna_start": 511,
"cdna_end": null,
"cdna_length": 749,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.261T>C",
"hgvs_p": null,
"transcript": "ENST00000530026.5",
"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": 769,
"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": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.313T>C",
"hgvs_p": null,
"transcript": "ENST00000531186.5",
"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": 565,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.257T>C",
"hgvs_p": null,
"transcript": "ENST00000531921.5",
"protein_id": "ENSP00000435501.1",
"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": 1697,
"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": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.526T>C",
"hgvs_p": null,
"transcript": "ENST00000532054.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": 532,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.*130T>C",
"hgvs_p": null,
"transcript": "ENST00000532444.5",
"protein_id": "ENSP00000435834.1",
"transcript_support_level": 5,
"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": 633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.*130T>C",
"hgvs_p": null,
"transcript": "ENST00000532444.5",
"protein_id": "ENSP00000435834.1",
"transcript_support_level": 5,
"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": 633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "c.43-872T>C",
"hgvs_p": null,
"transcript": "NM_001307929.2",
"protein_id": "NP_001294858.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": -4,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "c.43-872T>C",
"hgvs_p": null,
"transcript": "ENST00000524896.5",
"protein_id": "ENSP00000436787.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 242,
"cds_start": -4,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1207,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.176-872T>C",
"hgvs_p": null,
"transcript": "ENST00000524711.5",
"protein_id": "ENSP00000432286.1",
"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": 1645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"hgvs_c": "n.43-872T>C",
"hgvs_p": null,
"transcript": "ENST00000525782.5",
"protein_id": "ENSP00000434080.1",
"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": 2236,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "EIF3M",
"gene_hgnc_id": 24460,
"dbsnp": "rs142510048",
"frequency_reference_population": 0.0000086735,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000820853,
"gnomad_genomes_af": 0.0000131391,
"gnomad_exomes_ac": 12,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7746453285217285,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.657,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9958,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.17,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.674,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006360.6",
"gene_symbol": "EIF3M",
"hgnc_id": 24460,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.257T>C",
"hgvs_p": "p.Leu86Pro"
}
],
"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
}