← 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: 2-113951528-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=113951528&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 113951528,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_005721.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala",
"transcript": "NM_005721.5",
"protein_id": "NP_005712.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 418,
"cds_start": 908,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000263238.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005721.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala",
"transcript": "ENST00000263238.7",
"protein_id": "ENSP00000263238.2",
"transcript_support_level": 1,
"aa_start": 303,
"aa_end": null,
"aa_length": 418,
"cds_start": 908,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005721.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000263238.7"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala",
"transcript": "ENST00000868069.1",
"protein_id": "ENSP00000538128.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 418,
"cds_start": 908,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868069.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala",
"transcript": "ENST00000868078.1",
"protein_id": "ENSP00000538137.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 418,
"cds_start": 908,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868078.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala",
"transcript": "ENST00000958926.1",
"protein_id": "ENSP00000628985.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 418,
"cds_start": 908,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958926.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.905T>C",
"hgvs_p": "p.Val302Ala",
"transcript": "ENST00000868074.1",
"protein_id": "ENSP00000538133.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 417,
"cds_start": 905,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868074.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.905T>C",
"hgvs_p": "p.Val302Ala",
"transcript": "ENST00000868077.1",
"protein_id": "ENSP00000538136.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 417,
"cds_start": 905,
"cds_end": null,
"cds_length": 1254,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868077.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala",
"transcript": "ENST00000958927.1",
"protein_id": "ENSP00000628986.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 404,
"cds_start": 908,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958927.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.800T>C",
"hgvs_p": "p.Val267Ala",
"transcript": "ENST00000931225.1",
"protein_id": "ENSP00000601284.1",
"transcript_support_level": null,
"aa_start": 267,
"aa_end": null,
"aa_length": 382,
"cds_start": 800,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931225.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.797T>C",
"hgvs_p": "p.Val266Ala",
"transcript": "ENST00000868070.1",
"protein_id": "ENSP00000538129.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 381,
"cds_start": 797,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868070.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala",
"transcript": "ENST00000958928.1",
"protein_id": "ENSP00000628987.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 376,
"cds_start": 908,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958928.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.764T>C",
"hgvs_p": "p.Val255Ala",
"transcript": "ENST00000868075.1",
"protein_id": "ENSP00000538134.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 370,
"cds_start": 764,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868075.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.755T>C",
"hgvs_p": "p.Val252Ala",
"transcript": "NM_001277140.1",
"protein_id": "NP_001264069.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 367,
"cds_start": 755,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001277140.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.755T>C",
"hgvs_p": "p.Val252Ala",
"transcript": "ENST00000535589.3",
"protein_id": "ENSP00000444987.1",
"transcript_support_level": 2,
"aa_start": 252,
"aa_end": null,
"aa_length": 367,
"cds_start": 755,
"cds_end": null,
"cds_length": 1104,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000535589.3"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.734T>C",
"hgvs_p": "p.Val245Ala",
"transcript": "ENST00000868072.1",
"protein_id": "ENSP00000538131.1",
"transcript_support_level": null,
"aa_start": 245,
"aa_end": null,
"aa_length": 360,
"cds_start": 734,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868072.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.704T>C",
"hgvs_p": "p.Val235Ala",
"transcript": "ENST00000868076.1",
"protein_id": "ENSP00000538135.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 350,
"cds_start": 704,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868076.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.701T>C",
"hgvs_p": "p.Val234Ala",
"transcript": "ENST00000931226.1",
"protein_id": "ENSP00000601285.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 349,
"cds_start": 701,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931226.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.686T>C",
"hgvs_p": "p.Val229Ala",
"transcript": "ENST00000868079.1",
"protein_id": "ENSP00000538138.1",
"transcript_support_level": null,
"aa_start": 229,
"aa_end": null,
"aa_length": 344,
"cds_start": 686,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868079.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.590T>C",
"hgvs_p": "p.Val197Ala",
"transcript": "ENST00000868071.1",
"protein_id": "ENSP00000538130.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 312,
"cds_start": 590,
"cds_end": null,
"cds_length": 939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868071.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"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": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.275T>C",
"hgvs_p": "p.Val92Ala",
"transcript": "ENST00000958925.1",
"protein_id": "ENSP00000628984.1",
"transcript_support_level": null,
"aa_start": 92,
"aa_end": null,
"aa_length": 207,
"cds_start": 275,
"cds_end": null,
"cds_length": 624,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958925.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "c.859-4095T>C",
"hgvs_p": null,
"transcript": "ENST00000868073.1",
"protein_id": "ENSP00000538132.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868073.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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "n.705T>C",
"hgvs_p": null,
"transcript": "ENST00000478928.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000478928.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"hgvs_c": "n.1129T>C",
"hgvs_p": null,
"transcript": "NR_102318.1",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_102318.1"
}
],
"gene_symbol": "ACTR3",
"gene_hgnc_id": 170,
"dbsnp": null,
"frequency_reference_population": 0.00000205354,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205354,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6707051992416382,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.637,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5376,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.991,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005721.5",
"gene_symbol": "ACTR3",
"hgnc_id": 170,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.908T>C",
"hgvs_p": "p.Val303Ala"
}
],
"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
}