← 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-151100526-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=151100526&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 151100526,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001006.5",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "NM_001006.5",
"protein_id": "NP_000997.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 264,
"cds_start": 104,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000274065.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001006.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "ENST00000274065.9",
"protein_id": "ENSP00000346050.3",
"transcript_support_level": 1,
"aa_start": 35,
"aa_end": null,
"aa_length": 264,
"cds_start": 104,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001006.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000274065.9"
},
{
"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": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "n.129C>T",
"hgvs_p": null,
"transcript": "ENST00000507485.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000507485.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "ENST00000913221.1",
"protein_id": "ENSP00000583280.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 260,
"cds_start": 104,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913221.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "ENST00000913223.1",
"protein_id": "ENSP00000583282.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 233,
"cds_start": 104,
"cds_end": null,
"cds_length": 702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913223.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "ENST00000913224.1",
"protein_id": "ENSP00000583283.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 225,
"cds_start": 104,
"cds_end": null,
"cds_length": 678,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913224.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.44C>T",
"hgvs_p": "p.Ala15Val",
"transcript": "ENST00000510993.1",
"protein_id": "ENSP00000426466.1",
"transcript_support_level": 5,
"aa_start": 15,
"aa_end": null,
"aa_length": 222,
"cds_start": 44,
"cds_end": null,
"cds_length": 670,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510993.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.86C>T",
"hgvs_p": "p.Ala29Val",
"transcript": "ENST00000515792.5",
"protein_id": "ENSP00000425508.1",
"transcript_support_level": 3,
"aa_start": 29,
"aa_end": null,
"aa_length": 208,
"cds_start": 86,
"cds_end": null,
"cds_length": 627,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515792.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "ENST00000512690.5",
"protein_id": "ENSP00000423953.1",
"transcript_support_level": 3,
"aa_start": 35,
"aa_end": null,
"aa_length": 205,
"cds_start": 104,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512690.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "ENST00000913225.1",
"protein_id": "ENSP00000583284.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 205,
"cds_start": 104,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913225.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.89C>T",
"hgvs_p": "p.Ala30Val",
"transcript": "ENST00000512797.5",
"protein_id": "ENSP00000421457.1",
"transcript_support_level": 2,
"aa_start": 30,
"aa_end": null,
"aa_length": 190,
"cds_start": 89,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000512797.5"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "ENST00000913222.1",
"protein_id": "ENSP00000583281.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 175,
"cds_start": 104,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913222.1"
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val",
"transcript": "NM_001267699.2",
"protein_id": "NP_001254628.1",
"transcript_support_level": null,
"aa_start": 35,
"aa_end": null,
"aa_length": 58,
"cds_start": 104,
"cds_end": null,
"cds_length": 177,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267699.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.-8C>T",
"hgvs_p": null,
"transcript": "ENST00000506126.5",
"protein_id": "ENSP00000426282.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": null,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000506126.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.-8C>T",
"hgvs_p": null,
"transcript": "ENST00000514682.5",
"protein_id": "ENSP00000421770.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 227,
"cds_start": null,
"cds_end": null,
"cds_length": 684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514682.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.-8C>T",
"hgvs_p": null,
"transcript": "ENST00000507327.5",
"protein_id": "ENSP00000424547.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507327.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.-8C>T",
"hgvs_p": null,
"transcript": "ENST00000508783.5",
"protein_id": "ENSP00000421776.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 124,
"cds_start": null,
"cds_end": null,
"cds_length": 377,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508783.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.-8C>T",
"hgvs_p": null,
"transcript": "ENST00000505243.5",
"protein_id": "ENSP00000425024.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": null,
"cds_end": null,
"cds_length": 305,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505243.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.-8C>T",
"hgvs_p": null,
"transcript": "ENST00000503002.5",
"protein_id": "ENSP00000421277.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 64,
"cds_start": null,
"cds_end": null,
"cds_length": 195,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503002.5"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.-4+812C>T",
"hgvs_p": null,
"transcript": "ENST00000509736.5",
"protein_id": "ENSP00000422994.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 145,
"cds_start": null,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509736.5"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "c.62+812C>T",
"hgvs_p": null,
"transcript": "ENST00000968783.1",
"protein_id": "ENSP00000638842.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 97,
"cds_start": null,
"cds_end": null,
"cds_length": 294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968783.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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"hgvs_c": "n.104C>T",
"hgvs_p": null,
"transcript": "ENST00000515818.5",
"protein_id": "ENSP00000425978.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000515818.5"
}
],
"gene_symbol": "RPS3A",
"gene_hgnc_id": 10421,
"dbsnp": "rs766712231",
"frequency_reference_population": 0.000009323766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 15,
"gnomad_exomes_af": 0.00000549229,
"gnomad_genomes_af": 0.0000459909,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8180546760559082,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.794,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9871,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.4,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.784,
"phylop100way_prediction": "Pathogenic",
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PP3,BS2",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 4,
"pathogenic_score": 1,
"criteria": [
"PP3",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001006.5",
"gene_symbol": "RPS3A",
"hgnc_id": 10421,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.104C>T",
"hgvs_p": "p.Ala35Val"
}
],
"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
}