← 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: 5-82276112-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=82276112&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 82276112,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001025.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.429A>G",
"hgvs_p": "p.Ser143Ser",
"transcript": "NM_001025.5",
"protein_id": "NP_001016.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 143,
"cds_start": 429,
"cds_end": null,
"cds_length": 432,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 3252,
"mane_select": "ENST00000296674.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001025.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.429A>G",
"hgvs_p": "p.Ser143Ser",
"transcript": "ENST00000296674.13",
"protein_id": "ENSP00000296674.8",
"transcript_support_level": 1,
"aa_start": 143,
"aa_end": null,
"aa_length": 143,
"cds_start": 429,
"cds_end": null,
"cds_length": 432,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 3252,
"mane_select": "NM_001025.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296674.13"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "n.524A>G",
"hgvs_p": null,
"transcript": "ENST00000504293.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 576,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000504293.5"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.462A>G",
"hgvs_p": "p.Ser154Ser",
"transcript": "ENST00000912103.1",
"protein_id": "ENSP00000582162.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 154,
"cds_start": 462,
"cds_end": null,
"cds_length": 465,
"cdna_start": 493,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912103.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.429A>G",
"hgvs_p": "p.Ser143Ser",
"transcript": "ENST00000651545.1",
"protein_id": "ENSP00000498621.1",
"transcript_support_level": null,
"aa_start": 143,
"aa_end": null,
"aa_length": 143,
"cds_start": 429,
"cds_end": null,
"cds_length": 432,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 3142,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651545.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.420A>G",
"hgvs_p": "p.Ser140Ser",
"transcript": "ENST00000912102.1",
"protein_id": "ENSP00000582161.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 140,
"cds_start": 420,
"cds_end": null,
"cds_length": 423,
"cdna_start": 511,
"cdna_end": null,
"cdna_length": 564,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912102.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.393A>G",
"hgvs_p": "p.Ser131Ser",
"transcript": "ENST00000912101.1",
"protein_id": "ENSP00000582160.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 131,
"cds_start": 393,
"cds_end": null,
"cds_length": 396,
"cdna_start": 478,
"cdna_end": null,
"cdna_length": 752,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000912101.1"
},
{
"aa_ref": "S",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.255A>G",
"hgvs_p": "p.Ser85Ser",
"transcript": "ENST00000510019.5",
"protein_id": "ENSP00000425833.1",
"transcript_support_level": 4,
"aa_start": 85,
"aa_end": null,
"aa_length": 85,
"cds_start": 255,
"cds_end": null,
"cds_length": 258,
"cdna_start": 328,
"cdna_end": null,
"cdna_length": 1019,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510019.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.*199A>G",
"hgvs_p": null,
"transcript": "ENST00000507980.1",
"protein_id": "ENSP00000422071.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 123,
"cds_start": null,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 836,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507980.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": 8,
"intron_rank_end": null,
"gene_symbol": "ATG10",
"gene_hgnc_id": 20315,
"hgvs_c": "c.*5-33T>C",
"hgvs_p": null,
"transcript": "ENST00000866604.1",
"protein_id": "ENSP00000536663.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 220,
"cds_start": null,
"cds_end": null,
"cds_length": 663,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1356,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866604.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.363+66A>G",
"hgvs_p": null,
"transcript": "ENST00000510210.5",
"protein_id": "ENSP00000427043.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": null,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1058,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510210.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "c.363+66A>G",
"hgvs_p": null,
"transcript": "ENST00000512493.5",
"protein_id": "ENSP00000425865.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": null,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 443,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512493.5"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ATG10",
"gene_hgnc_id": 20315,
"hgvs_c": "n.261-33T>C",
"hgvs_p": null,
"transcript": "ENST00000508814.5",
"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": 413,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000508814.5"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ATG10",
"gene_hgnc_id": 20315,
"hgvs_c": "n.192-33T>C",
"hgvs_p": null,
"transcript": "ENST00000514253.2",
"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": 904,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000514253.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"hgvs_c": "n.*43A>G",
"hgvs_p": null,
"transcript": "ENST00000503605.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": 595,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000503605.1"
}
],
"gene_symbol": "RPS23",
"gene_hgnc_id": 10410,
"dbsnp": "rs774513139",
"frequency_reference_population": 0.000049490438,
"hom_count_reference_population": 0,
"allele_count_reference_population": 79,
"gnomad_exomes_af": 0.0000249302,
"gnomad_genomes_af": 0.00028246,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 43,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.44999998807907104,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.462,
"phylop100way_prediction": "Benign",
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001025.5",
"gene_symbol": "RPS23",
"hgnc_id": 10410,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.429A>G",
"hgvs_p": "p.Ser143Ser"
},
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000866604.1",
"gene_symbol": "ATG10",
"hgnc_id": 20315,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.*5-33T>C",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}