← 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: 12-113393982-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=113393982&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 113393982,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_006843.3",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "NM_006843.3",
"protein_id": "NP_006834.2",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000257549.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006843.3"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000257549.9",
"protein_id": "ENSP00000257549.4",
"transcript_support_level": 2,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006843.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257549.9"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.730G>T",
"hgvs_p": "p.Ala244Ser",
"transcript": "ENST00000880860.1",
"protein_id": "ENSP00000550919.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 342,
"cds_start": 730,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880860.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.700G>T",
"hgvs_p": "p.Ala234Ser",
"transcript": "ENST00000880862.1",
"protein_id": "ENSP00000550921.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 332,
"cds_start": 700,
"cds_end": null,
"cds_length": 999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880862.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880846.1",
"protein_id": "ENSP00000550905.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880846.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880847.1",
"protein_id": "ENSP00000550906.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880847.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880848.1",
"protein_id": "ENSP00000550907.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880848.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880849.1",
"protein_id": "ENSP00000550908.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880849.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880851.1",
"protein_id": "ENSP00000550910.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880851.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880852.1",
"protein_id": "ENSP00000550911.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880852.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880853.1",
"protein_id": "ENSP00000550912.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880853.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880854.1",
"protein_id": "ENSP00000550913.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880854.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880855.1",
"protein_id": "ENSP00000550914.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880855.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880857.1",
"protein_id": "ENSP00000550916.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880857.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880858.1",
"protein_id": "ENSP00000550917.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880858.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880863.1",
"protein_id": "ENSP00000550922.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880863.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880864.1",
"protein_id": "ENSP00000550923.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880864.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser",
"transcript": "ENST00000880865.1",
"protein_id": "ENSP00000550924.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 328,
"cds_start": 688,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880865.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.676G>T",
"hgvs_p": "p.Ala226Ser",
"transcript": "ENST00000880861.1",
"protein_id": "ENSP00000550920.1",
"transcript_support_level": null,
"aa_start": 226,
"aa_end": null,
"aa_length": 324,
"cds_start": 676,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880861.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.514G>T",
"hgvs_p": "p.Ala172Ser",
"transcript": "ENST00000880859.1",
"protein_id": "ENSP00000550918.1",
"transcript_support_level": null,
"aa_start": 172,
"aa_end": null,
"aa_length": 270,
"cds_start": 514,
"cds_end": null,
"cds_length": 813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880859.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.508G>T",
"hgvs_p": "p.Ala170Ser",
"transcript": "ENST00000880866.1",
"protein_id": "ENSP00000550925.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 268,
"cds_start": 508,
"cds_end": null,
"cds_length": 807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880866.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Ala154Ser",
"transcript": "ENST00000880850.1",
"protein_id": "ENSP00000550909.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 252,
"cds_start": 460,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880850.1"
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"hgvs_c": "c.460G>T",
"hgvs_p": "p.Ala154Ser",
"transcript": "ENST00000880856.1",
"protein_id": "ENSP00000550915.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 252,
"cds_start": 460,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000880856.1"
}
],
"gene_symbol": "SDS",
"gene_hgnc_id": 10691,
"dbsnp": "rs1050062",
"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.23557043075561523,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.238,
"revel_prediction": "Benign",
"alphamissense_score": 0.0796,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.09,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.453,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_006843.3",
"gene_symbol": "SDS",
"hgnc_id": 10691,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.688G>T",
"hgvs_p": "p.Ala230Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}