← 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: 3-148997054-T-TTGTG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=148997054&ref=T&alt=TTGTG&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 148997054,
"ref": "T",
"alt": "TTGTG",
"effect": "intron_variant",
"transcript": "NM_004130.4",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+176_481+179dupGTGT",
"hgvs_p": null,
"transcript": "NM_004130.4",
"protein_id": "NP_004121.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 350,
"cds_start": null,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000345003.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004130.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+150_481+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000345003.9",
"protein_id": "ENSP00000340736.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 350,
"cds_start": null,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004130.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345003.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+150_481+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000296048.10",
"protein_id": "ENSP00000296048.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 333,
"cds_start": null,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000296048.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+150_481+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000484197.5",
"protein_id": "ENSP00000420683.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484197.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+150_481+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000942926.1",
"protein_id": "ENSP00000612985.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": null,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942926.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+150_481+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000852398.1",
"protein_id": "ENSP00000522457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 355,
"cds_start": null,
"cds_end": null,
"cds_length": 1068,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000852398.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+176_481+179dupGTGT",
"hgvs_p": null,
"transcript": "NM_001184720.2",
"protein_id": "NP_001171649.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 333,
"cds_start": null,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184720.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+150_481+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000852397.1",
"protein_id": "ENSP00000522456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 332,
"cds_start": null,
"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": "ENST00000852397.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.481+176_481+179dupGTGT",
"hgvs_p": null,
"transcript": "NM_001184721.2",
"protein_id": "NP_001171650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 279,
"cds_start": null,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001184721.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.469+162_469+163insTGTG",
"hgvs_p": null,
"transcript": "ENST00000461191.1",
"protein_id": "ENSP00000420247.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": null,
"cds_end": null,
"cds_length": 797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000461191.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.274+150_274+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000942927.1",
"protein_id": "ENSP00000612986.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 264,
"cds_start": null,
"cds_end": null,
"cds_length": 795,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942927.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.469+162_469+163insTGTG",
"hgvs_p": null,
"transcript": "ENST00000627418.2",
"protein_id": "ENSP00000486061.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 193,
"cds_start": null,
"cds_end": null,
"cds_length": 582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000627418.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.7+5407_7+5408insTGTG",
"hgvs_p": null,
"transcript": "ENST00000942925.1",
"protein_id": "ENSP00000612984.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 175,
"cds_start": null,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.304+176_304+179dupGTGT",
"hgvs_p": null,
"transcript": "XM_017006275.2",
"protein_id": "XP_016861764.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": null,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017006275.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "n.598+162_598+163insTGTG",
"hgvs_p": null,
"transcript": "ENST00000483267.6",
"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": "pseudogene",
"feature": "ENST00000483267.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "n.74+150_74+151insTGTG",
"hgvs_p": null,
"transcript": "ENST00000497528.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "pseudogene",
"feature": "ENST00000497528.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "c.*162_*163insTGTG",
"hgvs_p": null,
"transcript": "ENST00000492285.6",
"protein_id": "ENSP00000418297.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 109,
"cds_start": null,
"cds_end": null,
"cds_length": 331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492285.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"hgvs_c": "n.*207_*208insTGTG",
"hgvs_p": null,
"transcript": "ENST00000478067.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "pseudogene",
"feature": "ENST00000478067.1"
}
],
"gene_symbol": "GYG1",
"gene_hgnc_id": 4699,
"dbsnp": "rs10571382",
"frequency_reference_population": 0.0024118433,
"hom_count_reference_population": 6,
"allele_count_reference_population": 1463,
"gnomad_exomes_af": 0.00251767,
"gnomad_genomes_af": 0.0020892,
"gnomad_exomes_ac": 1150,
"gnomad_genomes_ac": 313,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 0.285,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BS1,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004130.4",
"gene_symbol": "GYG1",
"hgnc_id": 4699,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.481+176_481+179dupGTGT",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}