← 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: 22-50221368-GGA-ACT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50221368&ref=GGA&alt=ACT&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "TUBGCP6",
"hgnc_id": 18127,
"hgvs_c": "c.2989_2991delTCCinsAGT",
"hgvs_p": "p.998",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -1,
"transcript": "NM_020461.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP7",
"acmg_score": -1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "ACT",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "22",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1819,
"aa_ref": "S",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6066,
"cdna_start": 3555,
"cds_end": null,
"cds_length": 5460,
"cds_start": 2989,
"consequences": [
"synonymous_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_020461.4",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2989_2991delTCCinsAGT",
"hgvs_p": "p.998",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000248846.10",
"protein_coding": true,
"protein_id": "NP_065194.3",
"strand": false,
"transcript": "NM_020461.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1819,
"aa_ref": "S",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6066,
"cdna_start": 3555,
"cds_end": null,
"cds_length": 5460,
"cds_start": 2989,
"consequences": [
"synonymous_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000248846.10",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2989_2991delTCCinsAGT",
"hgvs_p": "p.998",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_020461.4",
"protein_coding": true,
"protein_id": "ENSP00000248846.5",
"strand": false,
"transcript": "ENST00000248846.10",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 6073,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 25,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000439308.7",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "n.2989_2991delTCCinsAGT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000397387.2",
"strand": false,
"transcript": "ENST00000439308.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5274,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000498611.5",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "n.3522_3524delTCCinsAGT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000498611.5",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1815,
"aa_ref": "S",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6058,
"cdna_start": 3560,
"cds_end": null,
"cds_length": 5448,
"cds_start": 2989,
"consequences": [
"synonymous_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000949023.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2989_2991delTCCinsAGT",
"hgvs_p": "p.998",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619082.1",
"strand": false,
"transcript": "ENST00000949023.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1807,
"aa_ref": "S",
"aa_start": 989,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5987,
"cdna_start": 3491,
"cds_end": null,
"cds_length": 5424,
"cds_start": 2965,
"consequences": [
"synonymous_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000949026.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2965_2967delTCCinsAGT",
"hgvs_p": "p.990",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619085.1",
"strand": false,
"transcript": "ENST00000949026.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1803,
"aa_ref": "S",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6024,
"cdna_start": 3555,
"cds_end": null,
"cds_length": 5412,
"cds_start": 2989,
"consequences": [
"synonymous_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000883330.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2989_2991delTCCinsAGT",
"hgvs_p": "p.998",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000553389.1",
"strand": false,
"transcript": "ENST00000883330.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1793,
"aa_ref": "S",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5964,
"cdna_start": 3525,
"cds_end": null,
"cds_length": 5382,
"cds_start": 2989,
"consequences": [
"synonymous_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000949024.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2989_2991delTCCinsAGT",
"hgvs_p": "p.998",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619083.1",
"strand": false,
"transcript": "ENST00000949024.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1789,
"aa_ref": "S",
"aa_start": 997,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5920,
"cdna_start": 3502,
"cds_end": null,
"cds_length": 5370,
"cds_start": 2989,
"consequences": [
"synonymous_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000949028.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2989_2991delTCCinsAGT",
"hgvs_p": "p.998",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619087.1",
"strand": false,
"transcript": "ENST00000949028.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1587,
"aa_ref": "S",
"aa_start": 765,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5342,
"cdna_start": 2834,
"cds_end": null,
"cds_length": 4764,
"cds_start": 2293,
"consequences": [
"synonymous_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000949025.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2293_2295delTCCinsAGT",
"hgvs_p": "p.766",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619084.1",
"strand": false,
"transcript": "ENST00000949025.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1254,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4318,
"cdna_start": null,
"cds_end": null,
"cds_length": 3765,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 24,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000949027.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "c.2484+658_2484+660delTCCinsAGT",
"hgvs_p": null,
"intron_rank": 15,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000619086.1",
"strand": false,
"transcript": "ENST00000949027.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4044,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000491449.5",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "n.1296_1298delTCCinsAGT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000491449.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5219,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 20,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XR_001755343.3",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "n.3553_3555delTCCinsAGT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_001755343.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 5618,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 23,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "XR_938347.3",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "n.3553_3555delTCCinsAGT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_938347.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3536,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XR_007067982.1",
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"hgvs_c": "n.3048+658_3048+660delTCCinsAGT",
"hgvs_p": null,
"intron_rank": 15,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "XR_007067982.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "synonymous_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 18127,
"gene_symbol": "TUBGCP6",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.437,
"pos": 50221368,
"ref": "GGA",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_020461.4"
}
]
}