← 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-140560703-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=140560703&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 140560703,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006051.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.968G>A",
"hgvs_p": "p.Arg323Gln",
"transcript": "NM_133173.3",
"protein_id": "NP_573419.2",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 486,
"cds_start": 968,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000357560.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133173.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.968G>A",
"hgvs_p": "p.Arg323Gln",
"transcript": "ENST00000357560.9",
"protein_id": "ENSP00000350171.4",
"transcript_support_level": 5,
"aa_start": 323,
"aa_end": null,
"aa_length": 486,
"cds_start": 968,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_133173.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000357560.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.983G>A",
"hgvs_p": "p.Arg328Gln",
"transcript": "ENST00000356738.6",
"protein_id": "ENSP00000349177.2",
"transcript_support_level": 1,
"aa_start": 328,
"aa_end": null,
"aa_length": 491,
"cds_start": 983,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356738.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.962G>A",
"hgvs_p": "p.Arg321Gln",
"transcript": "ENST00000412920.7",
"protein_id": "ENSP00000402591.3",
"transcript_support_level": 1,
"aa_start": 321,
"aa_end": null,
"aa_length": 484,
"cds_start": 962,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412920.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.*376G>A",
"hgvs_p": null,
"transcript": "ENST00000467078.5",
"protein_id": "ENSP00000422718.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000467078.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.*479G>A",
"hgvs_p": null,
"transcript": "ENST00000509914.5",
"protein_id": "ENSP00000426107.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000509914.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.*376G>A",
"hgvs_p": null,
"transcript": "ENST00000467078.5",
"protein_id": "ENSP00000422718.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000467078.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.*479G>A",
"hgvs_p": null,
"transcript": "ENST00000509914.5",
"protein_id": "ENSP00000426107.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000509914.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.989G>A",
"hgvs_p": "p.Arg330Gln",
"transcript": "NM_006051.4",
"protein_id": "NP_006042.3",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 493,
"cds_start": 989,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006051.4"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.989G>A",
"hgvs_p": "p.Arg330Gln",
"transcript": "ENST00000354402.9",
"protein_id": "ENSP00000346378.5",
"transcript_support_level": 5,
"aa_start": 330,
"aa_end": null,
"aa_length": 493,
"cds_start": 989,
"cds_end": null,
"cds_length": 1482,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354402.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.983G>A",
"hgvs_p": "p.Arg328Gln",
"transcript": "NM_133172.3",
"protein_id": "NP_573418.2",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 491,
"cds_start": 983,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133172.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.962G>A",
"hgvs_p": "p.Arg321Gln",
"transcript": "NM_133174.3",
"protein_id": "NP_573420.2",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 484,
"cds_start": 962,
"cds_end": null,
"cds_length": 1455,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_133174.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.824G>A",
"hgvs_p": "p.Arg275Gln",
"transcript": "ENST00000890595.1",
"protein_id": "ENSP00000560654.1",
"transcript_support_level": null,
"aa_start": 275,
"aa_end": null,
"aa_length": 438,
"cds_start": 824,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000890595.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.962G>A",
"hgvs_p": "p.Arg321Gln",
"transcript": "ENST00000954981.1",
"protein_id": "ENSP00000625040.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 420,
"cds_start": 962,
"cds_end": null,
"cds_length": 1263,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000954981.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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.917-199G>A",
"hgvs_p": null,
"transcript": "ENST00000358580.9",
"protein_id": "ENSP00000351389.5",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 339,
"cds_start": null,
"cds_end": null,
"cds_length": 1020,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358580.9"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "c.911-199G>A",
"hgvs_p": null,
"transcript": "ENST00000511201.2",
"protein_id": "ENSP00000424317.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": null,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511201.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.534G>A",
"hgvs_p": null,
"transcript": "ENST00000504872.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000504872.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.1992G>A",
"hgvs_p": null,
"transcript": "ENST00000510241.5",
"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": "ENST00000510241.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.*730G>A",
"hgvs_p": null,
"transcript": "ENST00000511896.5",
"protein_id": "ENSP00000427272.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000511896.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.1254G>A",
"hgvs_p": null,
"transcript": "ENST00000515056.5",
"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": "ENST00000515056.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.*730G>A",
"hgvs_p": null,
"transcript": "ENST00000511896.5",
"protein_id": "ENSP00000427272.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000511896.5"
},
{
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"hgvs_c": "n.*16G>A",
"hgvs_p": null,
"transcript": "ENST00000506289.5",
"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": "retained_intron",
"feature": "ENST00000506289.5"
}
],
"gene_symbol": "APBB3",
"gene_hgnc_id": 20708,
"dbsnp": "rs147781373",
"frequency_reference_population": 0.00006442788,
"hom_count_reference_population": 0,
"allele_count_reference_population": 104,
"gnomad_exomes_af": 0.0000396749,
"gnomad_genomes_af": 0.00030198,
"gnomad_exomes_ac": 58,
"gnomad_genomes_ac": 46,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012507736682891846,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.042,
"revel_prediction": "Benign",
"alphamissense_score": 0.0607,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.74,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.023,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_006051.4",
"gene_symbol": "APBB3",
"hgnc_id": 20708,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.989G>A",
"hgvs_p": "p.Arg330Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}