← 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: 17-44911730-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44911730&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44911730,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000588735.3",
"consequences": [
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "NM_002055.5",
"protein_id": "NP_002046.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 432,
"cds_start": 848,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 5501,
"mane_select": "ENST00000588735.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "ENST00000588735.3",
"protein_id": "ENSP00000466598.2",
"transcript_support_level": 1,
"aa_start": 283,
"aa_end": null,
"aa_length": 432,
"cds_start": 848,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 5501,
"mane_select": "NM_002055.5",
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.2002A>G",
"hgvs_p": null,
"transcript": "ENST00000591327.2",
"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": 3255,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "ENST00000639277.1",
"protein_id": "ENSP00000492432.1",
"transcript_support_level": 5,
"aa_start": 283,
"aa_end": null,
"aa_length": 505,
"cds_start": 848,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "NM_001363846.2",
"protein_id": "NP_001350775.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 472,
"cds_start": 848,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 3154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "ENST00000253408.11",
"protein_id": "ENSP00000253408.5",
"transcript_support_level": 5,
"aa_start": 283,
"aa_end": null,
"aa_length": 472,
"cds_start": 848,
"cds_end": null,
"cds_length": 1419,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 3154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "NM_001242376.3",
"protein_id": "NP_001229305.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 438,
"cds_start": 848,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 2128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "ENST00000638281.1",
"protein_id": "ENSP00000491088.1",
"transcript_support_level": 5,
"aa_start": 283,
"aa_end": null,
"aa_length": 438,
"cds_start": 848,
"cds_end": null,
"cds_length": 1317,
"cdna_start": 848,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "NM_001131019.3",
"protein_id": "NP_001124491.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 431,
"cds_start": 848,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "ENST00000435360.8",
"protein_id": "ENSP00000403962.1",
"transcript_support_level": 2,
"aa_start": 283,
"aa_end": null,
"aa_length": 431,
"cds_start": 848,
"cds_end": null,
"cds_length": 1296,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1774,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser",
"transcript": "ENST00000586793.6",
"protein_id": "ENSP00000468500.2",
"transcript_support_level": 5,
"aa_start": 283,
"aa_end": null,
"aa_length": 333,
"cds_start": 848,
"cds_end": null,
"cds_length": 1004,
"cdna_start": 862,
"cdna_end": null,
"cdna_length": 1018,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.503A>G",
"hgvs_p": "p.Asn168Ser",
"transcript": "ENST00000638618.1",
"protein_id": "ENSP00000492832.1",
"transcript_support_level": 5,
"aa_start": 168,
"aa_end": null,
"aa_length": 326,
"cds_start": 503,
"cds_end": null,
"cds_length": 981,
"cdna_start": 503,
"cdna_end": null,
"cdna_length": 989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.752A>G",
"hgvs_p": "p.Asn251Ser",
"transcript": "ENST00000588316.1",
"protein_id": "ENSP00000465629.1",
"transcript_support_level": 5,
"aa_start": 251,
"aa_end": null,
"aa_length": 260,
"cds_start": 752,
"cds_end": null,
"cds_length": 785,
"cdna_start": 754,
"cdna_end": null,
"cdna_length": 787,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "N",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.116A>G",
"hgvs_p": "p.Asn39Ser",
"transcript": "ENST00000588957.5",
"protein_id": "ENSP00000465565.1",
"transcript_support_level": 3,
"aa_start": 39,
"aa_end": null,
"aa_length": 56,
"cds_start": 116,
"cds_end": null,
"cds_length": 172,
"cdna_start": 522,
"cdna_end": null,
"cdna_length": 578,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.*247A>G",
"hgvs_p": null,
"transcript": "ENST00000376990.8",
"protein_id": "ENSP00000366189.4",
"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": 1013,
"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": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.1377A>G",
"hgvs_p": null,
"transcript": "ENST00000586127.6",
"protein_id": null,
"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": 1678,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.324A>G",
"hgvs_p": null,
"transcript": "ENST00000587997.6",
"protein_id": null,
"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": 609,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.228A>G",
"hgvs_p": null,
"transcript": "ENST00000588640.5",
"protein_id": null,
"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": 566,
"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": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.498A>G",
"hgvs_p": null,
"transcript": "ENST00000590922.1",
"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": 556,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.482A>G",
"hgvs_p": null,
"transcript": "ENST00000591719.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 585,
"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": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.862A>G",
"hgvs_p": null,
"transcript": "ENST00000640552.1",
"protein_id": null,
"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": 3573,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.*247A>G",
"hgvs_p": null,
"transcript": "ENST00000376990.8",
"protein_id": "ENSP00000366189.4",
"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": 1013,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "c.619-409A>G",
"hgvs_p": null,
"transcript": "ENST00000592320.6",
"protein_id": "ENSP00000465320.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 247,
"cds_start": -4,
"cds_end": null,
"cds_length": 745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 763,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"hgvs_c": "n.-215A>G",
"hgvs_p": null,
"transcript": "ENST00000585543.6",
"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": 594,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GFAP",
"gene_hgnc_id": 4235,
"dbsnp": "rs201382676",
"frequency_reference_population": 0.00014683796,
"hom_count_reference_population": 0,
"allele_count_reference_population": 237,
"gnomad_exomes_af": 0.000154616,
"gnomad_genomes_af": 0.0000722069,
"gnomad_exomes_ac": 226,
"gnomad_genomes_ac": 11,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1408138871192932,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.433,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0672,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.337,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000588735.3",
"gene_symbol": "GFAP",
"hgnc_id": 4235,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.848A>G",
"hgvs_p": "p.Asn283Ser"
}
],
"clinvar_disease": "GFAP-related disorder,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "not specified|not provided|GFAP-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}