← 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: 4-77883406-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=77883406&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 77883406,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_020236.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "NM_020236.4",
"protein_id": "NP_064621.3",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 325,
"cds_start": 308,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000315567.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020236.4"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000315567.13",
"protein_id": "ENSP00000315017.8",
"transcript_support_level": 1,
"aa_start": 103,
"aa_end": null,
"aa_length": 325,
"cds_start": 308,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020236.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000315567.13"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000865377.1",
"protein_id": "ENSP00000535436.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 316,
"cds_start": 308,
"cds_end": null,
"cds_length": 951,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865377.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"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": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000865379.1",
"protein_id": "ENSP00000535438.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 301,
"cds_start": 308,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865379.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"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": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000915229.1",
"protein_id": "ENSP00000585288.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 297,
"cds_start": 308,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915229.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "ENST00000915230.1",
"protein_id": "ENSP00000585289.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 273,
"cds_start": 308,
"cds_end": null,
"cds_length": 822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000915230.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.167T>C",
"hgvs_p": "p.Val56Ala",
"transcript": "ENST00000502384.3",
"protein_id": "ENSP00000421616.1",
"transcript_support_level": 5,
"aa_start": 56,
"aa_end": null,
"aa_length": 230,
"cds_start": 167,
"cds_end": null,
"cds_length": 693,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000502384.3"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.242T>C",
"hgvs_p": "p.Val81Ala",
"transcript": "XM_047416089.1",
"protein_id": "XP_047272045.1",
"transcript_support_level": null,
"aa_start": 81,
"aa_end": null,
"aa_length": 303,
"cds_start": 242,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416089.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala",
"transcript": "XM_047416090.1",
"protein_id": "XP_047272046.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 235,
"cds_start": 308,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416090.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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "c.294+14T>C",
"hgvs_p": null,
"transcript": "ENST00000865378.1",
"protein_id": "ENSP00000535437.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 289,
"cds_start": null,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865378.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "n.158T>C",
"hgvs_p": null,
"transcript": "ENST00000506674.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000506674.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "n.423T>C",
"hgvs_p": null,
"transcript": "ENST00000511521.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000511521.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"hgvs_c": "n.215T>C",
"hgvs_p": null,
"transcript": "ENST00000515625.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000515625.1"
}
],
"gene_symbol": "MRPL1",
"gene_hgnc_id": 14275,
"dbsnp": "rs201815960",
"frequency_reference_population": 0.0000037175228,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000273659,
"gnomad_genomes_af": 0.0000131315,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3180595636367798,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.247,
"revel_prediction": "Benign",
"alphamissense_score": 0.4157,
"alphamissense_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.32,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.819,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_020236.4",
"gene_symbol": "MRPL1",
"hgnc_id": 14275,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.308T>C",
"hgvs_p": "p.Val103Ala"
}
],
"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
}