← 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-219210235-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=219210235&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 219210235,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_005689.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2415G>A",
"hgvs_p": "p.Arg805Arg",
"transcript": "NM_005689.4",
"protein_id": "NP_005680.1",
"transcript_support_level": null,
"aa_start": 805,
"aa_end": null,
"aa_length": 842,
"cds_start": 2415,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265316.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005689.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2415G>A",
"hgvs_p": "p.Arg805Arg",
"transcript": "ENST00000265316.9",
"protein_id": "ENSP00000265316.3",
"transcript_support_level": 1,
"aa_start": 805,
"aa_end": null,
"aa_length": 842,
"cds_start": 2415,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005689.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265316.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284820",
"gene_hgnc_id": null,
"hgvs_c": "n.*4199G>A",
"hgvs_p": null,
"transcript": "ENST00000446716.5",
"protein_id": "ENSP00000398528.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": "ENST00000446716.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000284820",
"gene_hgnc_id": null,
"hgvs_c": "n.*4199G>A",
"hgvs_p": null,
"transcript": "ENST00000446716.5",
"protein_id": "ENSP00000398528.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": "ENST00000446716.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2439G>A",
"hgvs_p": "p.Arg813Arg",
"transcript": "ENST00000958200.1",
"protein_id": "ENSP00000628259.1",
"transcript_support_level": null,
"aa_start": 813,
"aa_end": null,
"aa_length": 850,
"cds_start": 2439,
"cds_end": null,
"cds_length": 2553,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958200.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2406G>A",
"hgvs_p": "p.Arg802Arg",
"transcript": "ENST00000856963.1",
"protein_id": "ENSP00000527022.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 839,
"cds_start": 2406,
"cds_end": null,
"cds_length": 2520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856963.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2376G>A",
"hgvs_p": "p.Arg792Arg",
"transcript": "ENST00000856961.1",
"protein_id": "ENSP00000527020.1",
"transcript_support_level": null,
"aa_start": 792,
"aa_end": null,
"aa_length": 829,
"cds_start": 2376,
"cds_end": null,
"cds_length": 2490,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856961.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2373G>A",
"hgvs_p": "p.Arg791Arg",
"transcript": "ENST00000958201.1",
"protein_id": "ENSP00000628260.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 828,
"cds_start": 2373,
"cds_end": null,
"cds_length": 2487,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958201.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2364G>A",
"hgvs_p": "p.Arg788Arg",
"transcript": "ENST00000856962.1",
"protein_id": "ENSP00000527021.1",
"transcript_support_level": null,
"aa_start": 788,
"aa_end": null,
"aa_length": 825,
"cds_start": 2364,
"cds_end": null,
"cds_length": 2478,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856962.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2352G>A",
"hgvs_p": "p.Arg784Arg",
"transcript": "ENST00000958199.1",
"protein_id": "ENSP00000628258.1",
"transcript_support_level": null,
"aa_start": 784,
"aa_end": null,
"aa_length": 821,
"cds_start": 2352,
"cds_end": null,
"cds_length": 2466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958199.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2289G>A",
"hgvs_p": "p.Arg763Arg",
"transcript": "ENST00000856959.1",
"protein_id": "ENSP00000527018.1",
"transcript_support_level": null,
"aa_start": 763,
"aa_end": null,
"aa_length": 800,
"cds_start": 2289,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856959.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2277G>A",
"hgvs_p": "p.Arg759Arg",
"transcript": "NM_001349828.2",
"protein_id": "NP_001336757.1",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 796,
"cds_start": 2277,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001349828.2"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2277G>A",
"hgvs_p": "p.Arg759Arg",
"transcript": "ENST00000295750.5",
"protein_id": "ENSP00000295750.5",
"transcript_support_level": 5,
"aa_start": 759,
"aa_end": null,
"aa_length": 796,
"cds_start": 2277,
"cds_end": null,
"cds_length": 2391,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000295750.5"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2271G>A",
"hgvs_p": "p.Arg757Arg",
"transcript": "ENST00000856960.1",
"protein_id": "ENSP00000527019.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 794,
"cds_start": 2271,
"cds_end": null,
"cds_length": 2385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856960.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.2109G>A",
"hgvs_p": "p.Arg703Arg",
"transcript": "ENST00000958202.1",
"protein_id": "ENSP00000628261.1",
"transcript_support_level": null,
"aa_start": 703,
"aa_end": null,
"aa_length": 740,
"cds_start": 2109,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958202.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "c.1239G>A",
"hgvs_p": "p.Arg413Arg",
"transcript": "ENST00000958203.1",
"protein_id": "ENSP00000628262.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 450,
"cds_start": 1239,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000958203.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "n.*281G>A",
"hgvs_p": null,
"transcript": "ENST00000443805.1",
"protein_id": "ENSP00000414646.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": "ENST00000443805.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "n.682G>A",
"hgvs_p": null,
"transcript": "ENST00000485773.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": "ENST00000485773.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "n.488G>A",
"hgvs_p": null,
"transcript": "ENST00000487380.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": "ENST00000487380.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "n.2728G>A",
"hgvs_p": null,
"transcript": "ENST00000497882.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": "ENST00000497882.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"hgvs_c": "n.*281G>A",
"hgvs_p": null,
"transcript": "ENST00000443805.1",
"protein_id": "ENSP00000414646.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": "ENST00000443805.1"
}
],
"gene_symbol": "ABCB6",
"gene_hgnc_id": 47,
"dbsnp": "rs1574808120",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.16899999976158142,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.169,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.099,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.06,
"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": "PM2,BP4_Moderate,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_005689.4",
"gene_symbol": "ABCB6",
"hgnc_id": 47,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2415G>A",
"hgvs_p": "p.Arg805Arg"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000446716.5",
"gene_symbol": "ENSG00000284820",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*4199G>A",
"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
}