← 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: X-53428031-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=53428031&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 53428031,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001031745.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "NM_001031745.5",
"protein_id": "NP_001026915.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 379,
"cds_start": 146,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1488,
"mane_select": "ENST00000375327.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001031745.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000375327.6",
"protein_id": "ENSP00000364476.3",
"transcript_support_level": 1,
"aa_start": 49,
"aa_end": null,
"aa_length": 379,
"cds_start": 146,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1488,
"mane_select": "NM_001031745.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375327.6"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000868183.1",
"protein_id": "ENSP00000538242.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 379,
"cds_start": 146,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1705,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868183.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000929472.1",
"protein_id": "ENSP00000599531.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 379,
"cds_start": 146,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 476,
"cdna_end": null,
"cdna_length": 1597,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929472.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000929473.1",
"protein_id": "ENSP00000599532.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 379,
"cds_start": 146,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 1658,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929473.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"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": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000947944.1",
"protein_id": "ENSP00000618003.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 379,
"cds_start": 146,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1529,
"cdna_end": null,
"cdna_length": 3158,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947944.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000868181.1",
"protein_id": "ENSP00000538240.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 309,
"cds_start": 146,
"cds_end": null,
"cds_length": 930,
"cdna_start": 941,
"cdna_end": null,
"cdna_length": 1848,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868181.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000929474.1",
"protein_id": "ENSP00000599533.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 309,
"cds_start": 146,
"cds_end": null,
"cds_length": 930,
"cdna_start": 474,
"cdna_end": null,
"cdna_length": 1385,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000929474.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"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": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000947948.1",
"protein_id": "ENSP00000618007.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 309,
"cds_start": 146,
"cds_end": null,
"cds_length": 930,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 1216,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947948.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000868179.1",
"protein_id": "ENSP00000538238.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 264,
"cds_start": 146,
"cds_end": null,
"cds_length": 795,
"cdna_start": 754,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868179.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000868180.1",
"protein_id": "ENSP00000538239.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 264,
"cds_start": 146,
"cds_end": null,
"cds_length": 795,
"cdna_start": 642,
"cdna_end": null,
"cdna_length": 1927,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868180.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000868182.1",
"protein_id": "ENSP00000538241.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 264,
"cds_start": 146,
"cds_end": null,
"cds_length": 795,
"cdna_start": 720,
"cdna_end": null,
"cdna_length": 1488,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868182.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000947945.1",
"protein_id": "ENSP00000618004.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 264,
"cds_start": 146,
"cds_end": null,
"cds_length": 795,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 1152,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947945.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000947946.1",
"protein_id": "ENSP00000618005.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 264,
"cds_start": 146,
"cds_end": null,
"cds_length": 795,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 1152,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947946.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000947947.1",
"protein_id": "ENSP00000618006.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 264,
"cds_start": 146,
"cds_end": null,
"cds_length": 795,
"cdna_start": 299,
"cdna_end": null,
"cdna_length": 1065,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947947.1"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "NM_001267053.4",
"protein_id": "NP_001253982.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 238,
"cds_start": 146,
"cds_end": null,
"cds_length": 717,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001267053.4"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000414955.6",
"protein_id": "ENSP00000401463.2",
"transcript_support_level": 2,
"aa_start": 49,
"aa_end": null,
"aa_length": 238,
"cds_start": 146,
"cds_end": null,
"cds_length": 717,
"cdna_start": 384,
"cdna_end": null,
"cdna_length": 1281,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414955.6"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "NM_144968.4",
"protein_id": "NP_659405.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 192,
"cds_start": 146,
"cds_end": null,
"cds_length": 579,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144968.4"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000457095.5",
"protein_id": "ENSP00000402080.1",
"transcript_support_level": 2,
"aa_start": 49,
"aa_end": null,
"aa_length": 192,
"cds_start": 146,
"cds_end": null,
"cds_length": 579,
"cdna_start": 350,
"cdna_end": null,
"cdna_length": 1949,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457095.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "ENST00000329209.9",
"protein_id": "ENSP00000332142.5",
"transcript_support_level": 3,
"aa_start": 49,
"aa_end": null,
"aa_length": 180,
"cds_start": 146,
"cds_end": null,
"cds_length": 544,
"cdna_start": 466,
"cdna_end": null,
"cdna_length": 864,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000329209.9"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "XM_005261988.5",
"protein_id": "XP_005262045.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 379,
"cds_start": 146,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 501,
"cdna_end": null,
"cdna_length": 1622,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261988.5"
},
{
"aa_ref": "V",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu",
"transcript": "XM_005261990.5",
"protein_id": "XP_005262047.1",
"transcript_support_level": null,
"aa_start": 49,
"aa_end": null,
"aa_length": 264,
"cds_start": 146,
"cds_end": null,
"cds_length": 795,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1143,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005261990.5"
}
],
"gene_symbol": "RIBC1",
"gene_hgnc_id": 26537,
"dbsnp": "rs782551226",
"frequency_reference_population": 0.000077685305,
"hom_count_reference_population": 31,
"allele_count_reference_population": 94,
"gnomad_exomes_af": 0.0000837937,
"gnomad_genomes_af": 0.000017845,
"gnomad_exomes_ac": 92,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6122604608535767,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.417,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3395,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.078,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BS2",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001031745.5",
"gene_symbol": "RIBC1",
"hgnc_id": 26537,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.146T>A",
"hgvs_p": "p.Val49Glu"
}
],
"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
}