← 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: 1-17018942-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=17018942&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 17018942,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000375499.8",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.782A>C",
"hgvs_p": "p.Lys261Thr",
"transcript": "NM_003000.3",
"protein_id": "NP_002991.2",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 280,
"cds_start": 782,
"cds_end": null,
"cds_length": 843,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 1015,
"mane_select": "ENST00000375499.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.782A>C",
"hgvs_p": "p.Lys261Thr",
"transcript": "ENST00000375499.8",
"protein_id": "ENSP00000364649.3",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 280,
"cds_start": 782,
"cds_end": null,
"cds_length": 843,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 1015,
"mane_select": "NM_003000.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.827A>C",
"hgvs_p": "p.Lys276Thr",
"transcript": "ENST00000714034.1",
"protein_id": "ENSP00000519325.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 295,
"cds_start": 827,
"cds_end": null,
"cds_length": 888,
"cdna_start": 959,
"cdna_end": null,
"cdna_length": 1179,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.740A>C",
"hgvs_p": "p.Lys247Thr",
"transcript": "ENST00000491274.6",
"protein_id": "ENSP00000480482.2",
"transcript_support_level": 5,
"aa_start": 247,
"aa_end": null,
"aa_length": 266,
"cds_start": 740,
"cds_end": null,
"cds_length": 801,
"cdna_start": 852,
"cdna_end": null,
"cdna_length": 1130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.728A>C",
"hgvs_p": "p.Lys243Thr",
"transcript": "NM_001407361.1",
"protein_id": "NP_001394290.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 262,
"cds_start": 728,
"cds_end": null,
"cds_length": 789,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 931,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.728A>C",
"hgvs_p": "p.Lys243Thr",
"transcript": "ENST00000485515.6",
"protein_id": "ENSP00000519322.1",
"transcript_support_level": 5,
"aa_start": 243,
"aa_end": null,
"aa_length": 262,
"cds_start": 728,
"cds_end": null,
"cds_length": 789,
"cdna_start": 728,
"cdna_end": null,
"cdna_length": 948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.611A>C",
"hgvs_p": "p.Lys204Thr",
"transcript": "ENST00000463045.3",
"protein_id": "ENSP00000481376.2",
"transcript_support_level": 3,
"aa_start": 204,
"aa_end": null,
"aa_length": 223,
"cds_start": 611,
"cds_end": null,
"cds_length": 672,
"cdna_start": 944,
"cdna_end": null,
"cdna_length": 1164,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.611A>C",
"hgvs_p": "p.Lys204Thr",
"transcript": "ENST00000714031.1",
"protein_id": "ENSP00000519321.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 223,
"cds_start": 611,
"cds_end": null,
"cds_length": 672,
"cdna_start": 891,
"cdna_end": null,
"cdna_length": 1112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.611A>C",
"hgvs_p": "p.Lys204Thr",
"transcript": "ENST00000714032.1",
"protein_id": "ENSP00000519323.1",
"transcript_support_level": null,
"aa_start": 204,
"aa_end": null,
"aa_length": 223,
"cds_start": 611,
"cds_end": null,
"cds_length": 672,
"cdna_start": 621,
"cdna_end": null,
"cdna_length": 841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "c.386A>C",
"hgvs_p": "p.Lys129Thr",
"transcript": "ENST00000714037.1",
"protein_id": "ENSP00000519328.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 148,
"cds_start": 386,
"cds_end": null,
"cds_length": 447,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 877,
"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": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.207A>C",
"hgvs_p": null,
"transcript": "ENST00000475049.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 397,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.446A>C",
"hgvs_p": null,
"transcript": "ENST00000485092.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 636,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*204A>C",
"hgvs_p": null,
"transcript": "ENST00000714029.1",
"protein_id": "ENSP00000519319.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": 1164,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*204A>C",
"hgvs_p": null,
"transcript": "ENST00000714030.1",
"protein_id": "ENSP00000519320.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": 971,
"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": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*733A>C",
"hgvs_p": null,
"transcript": "ENST00000714033.1",
"protein_id": "ENSP00000519324.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": 1101,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*597A>C",
"hgvs_p": null,
"transcript": "ENST00000714035.1",
"protein_id": "ENSP00000519326.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": 1168,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*203A>C",
"hgvs_p": null,
"transcript": "ENST00000714036.1",
"protein_id": "ENSP00000519327.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": 1129,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*429A>C",
"hgvs_p": null,
"transcript": "ENST00000714038.1",
"protein_id": "ENSP00000519329.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": 842,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*204A>C",
"hgvs_p": null,
"transcript": "ENST00000714029.1",
"protein_id": "ENSP00000519319.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": 1164,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*204A>C",
"hgvs_p": null,
"transcript": "ENST00000714030.1",
"protein_id": "ENSP00000519320.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": 971,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*733A>C",
"hgvs_p": null,
"transcript": "ENST00000714033.1",
"protein_id": "ENSP00000519324.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": 1101,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*597A>C",
"hgvs_p": null,
"transcript": "ENST00000714035.1",
"protein_id": "ENSP00000519326.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": 1168,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*203A>C",
"hgvs_p": null,
"transcript": "ENST00000714036.1",
"protein_id": "ENSP00000519327.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": 1129,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"hgvs_c": "n.*429A>C",
"hgvs_p": null,
"transcript": "ENST00000714038.1",
"protein_id": "ENSP00000519329.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": 842,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SDHB",
"gene_hgnc_id": 10681,
"dbsnp": "rs1553176980",
"frequency_reference_population": 6.851671e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.85167e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6241934299468994,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.727,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3248,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.22,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.02,
"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": "Uncertain_significance",
"acmg_criteria": "PM1,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000375499.8",
"gene_symbol": "SDHB",
"hgnc_id": 10681,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.782A>C",
"hgvs_p": "p.Lys261Thr"
}
],
"clinvar_disease": "Gastrointestinal stromal tumor,Hereditary cancer-predisposing syndrome,Pheochromocytoma,Pheochromocytoma/paraganglioma syndrome 4",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "Gastrointestinal stromal tumor;Pheochromocytoma/paraganglioma syndrome 4;Pheochromocytoma|Hereditary cancer-predisposing syndrome|Gastrointestinal stromal tumor",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}