← 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-214728928-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=214728928&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "2",
"pos": 214728928,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000260947.9",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.2082C>T",
"hgvs_p": "p.Leu694Leu",
"transcript": "NM_000465.4",
"protein_id": "NP_000456.2",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 777,
"cds_start": 2082,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 2196,
"cdna_end": null,
"cdna_length": 5478,
"mane_select": "ENST00000260947.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.2082C>T",
"hgvs_p": "p.Leu694Leu",
"transcript": "ENST00000260947.9",
"protein_id": "ENSP00000260947.4",
"transcript_support_level": 1,
"aa_start": 694,
"aa_end": null,
"aa_length": 777,
"cds_start": 2082,
"cds_end": null,
"cds_length": 2334,
"cdna_start": 2196,
"cdna_end": null,
"cdna_length": 5478,
"mane_select": "NM_000465.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.2025C>T",
"hgvs_p": "p.Leu675Leu",
"transcript": "ENST00000617164.5",
"protein_id": "ENSP00000480470.1",
"transcript_support_level": 1,
"aa_start": 675,
"aa_end": null,
"aa_length": 758,
"cds_start": 2025,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2098,
"cdna_end": null,
"cdna_length": 2473,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.1674C>T",
"hgvs_p": "p.Leu558Leu",
"transcript": "ENST00000613706.5",
"protein_id": "ENSP00000484976.2",
"transcript_support_level": 1,
"aa_start": 558,
"aa_end": null,
"aa_length": 641,
"cds_start": 1674,
"cds_end": null,
"cds_length": 1926,
"cdna_start": 1788,
"cdna_end": null,
"cdna_length": 2131,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.672C>T",
"hgvs_p": "p.Leu224Leu",
"transcript": "ENST00000613374.5",
"protein_id": "ENSP00000484464.1",
"transcript_support_level": 1,
"aa_start": 224,
"aa_end": null,
"aa_length": 307,
"cds_start": 672,
"cds_end": null,
"cds_length": 924,
"cdna_start": 745,
"cdna_end": null,
"cdna_length": 1111,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.543C>T",
"hgvs_p": "p.Leu181Leu",
"transcript": "ENST00000619009.5",
"protein_id": "ENSP00000482293.1",
"transcript_support_level": 1,
"aa_start": 181,
"aa_end": null,
"aa_length": 264,
"cds_start": 543,
"cds_end": null,
"cds_length": 795,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.417C>T",
"hgvs_p": null,
"transcript": "ENST00000471590.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 921,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.*145C>T",
"hgvs_p": null,
"transcript": "ENST00000613192.2",
"protein_id": "ENSP00000483275.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.*748C>T",
"hgvs_p": null,
"transcript": "ENST00000620057.4",
"protein_id": "ENSP00000481988.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 127,
"cds_start": -4,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.*145C>T",
"hgvs_p": null,
"transcript": "ENST00000613192.2",
"protein_id": "ENSP00000483275.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.2025C>T",
"hgvs_p": "p.Leu675Leu",
"transcript": "NM_001282543.2",
"protein_id": "NP_001269472.1",
"transcript_support_level": null,
"aa_start": 675,
"aa_end": null,
"aa_length": 758,
"cds_start": 2025,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2139,
"cdna_end": null,
"cdna_length": 5421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.729C>T",
"hgvs_p": "p.Leu243Leu",
"transcript": "NM_001282545.2",
"protein_id": "NP_001269474.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 326,
"cds_start": 729,
"cds_end": null,
"cds_length": 981,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 4125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.729C>T",
"hgvs_p": "p.Leu243Leu",
"transcript": "ENST00000421162.2",
"protein_id": "ENSP00000392245.2",
"transcript_support_level": 3,
"aa_start": 243,
"aa_end": null,
"aa_length": 326,
"cds_start": 729,
"cds_end": null,
"cds_length": 981,
"cdna_start": 757,
"cdna_end": null,
"cdna_length": 1010,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.672C>T",
"hgvs_p": "p.Leu224Leu",
"transcript": "NM_001282548.2",
"protein_id": "NP_001269477.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 307,
"cds_start": 672,
"cds_end": null,
"cds_length": 924,
"cdna_start": 786,
"cdna_end": null,
"cdna_length": 4068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.543C>T",
"hgvs_p": "p.Leu181Leu",
"transcript": "NM_001282549.2",
"protein_id": "NP_001269478.1",
"transcript_support_level": null,
"aa_start": 181,
"aa_end": null,
"aa_length": 264,
"cds_start": 543,
"cds_end": null,
"cds_length": 795,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 3939,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "L",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.2181C>T",
"hgvs_p": "p.Leu727Leu",
"transcript": "XM_017004613.2",
"protein_id": "XP_016860102.1",
"transcript_support_level": null,
"aa_start": 727,
"aa_end": null,
"aa_length": 810,
"cds_start": 2181,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2295,
"cdna_end": null,
"cdna_length": 5577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.*1702C>T",
"hgvs_p": null,
"transcript": "ENST00000455743.5",
"protein_id": "ENSP00000412186.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.*2160C>T",
"hgvs_p": null,
"transcript": "ENST00000650978.1",
"protein_id": "ENSP00000498880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.2047C>T",
"hgvs_p": null,
"transcript": "NR_104212.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5329,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.1990C>T",
"hgvs_p": null,
"transcript": "NR_104215.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5272,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.1246C>T",
"hgvs_p": null,
"transcript": "NR_104216.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "c.*91C>T",
"hgvs_p": null,
"transcript": "ENST00000432456.5",
"protein_id": "ENSP00000405020.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 43,
"cds_start": -4,
"cds_end": null,
"cds_length": 132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.*1702C>T",
"hgvs_p": null,
"transcript": "ENST00000455743.5",
"protein_id": "ENSP00000412186.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"hgvs_c": "n.*2160C>T",
"hgvs_p": null,
"transcript": "ENST00000650978.1",
"protein_id": "ENSP00000498880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BARD1",
"gene_hgnc_id": 952,
"dbsnp": "rs139620052",
"frequency_reference_population": 0.00007558616,
"hom_count_reference_population": 0,
"allele_count_reference_population": 122,
"gnomad_exomes_af": 0.0000663533,
"gnomad_genomes_af": 0.000164279,
"gnomad_exomes_ac": 97,
"gnomad_genomes_ac": 25,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.21699999272823334,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.217,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.445,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4,BP6,BP7,BS2",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BP6",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000260947.9",
"gene_symbol": "BARD1",
"hgnc_id": 952,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2082C>T",
"hgvs_p": "p.Leu694Leu"
}
],
"clinvar_disease": "BARD1-related disorder,Familial cancer of breast,Hereditary cancer-predisposing syndrome,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:3 B:3",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|not specified|BARD1-related disorder|Familial cancer of breast",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}