← 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-126483447-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=126483447&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 126483447,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_001165974.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1812A>G",
"hgvs_p": "p.Gly604Gly",
"transcript": "NM_144639.3",
"protein_id": "NP_653240.1",
"transcript_support_level": null,
"aa_start": 604,
"aa_end": null,
"aa_length": 676,
"cds_start": 1812,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 1866,
"cdna_end": null,
"cdna_length": 3264,
"mane_select": "ENST00000290868.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144639.3"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1812A>G",
"hgvs_p": "p.Gly604Gly",
"transcript": "ENST00000290868.7",
"protein_id": "ENSP00000290868.2",
"transcript_support_level": 1,
"aa_start": 604,
"aa_end": null,
"aa_length": 676,
"cds_start": 1812,
"cds_end": null,
"cds_length": 2031,
"cdna_start": 1866,
"cdna_end": null,
"cdna_length": 3264,
"mane_select": "NM_144639.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000290868.7"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1992A>G",
"hgvs_p": "p.Gly664Gly",
"transcript": "ENST00000383579.3",
"protein_id": "ENSP00000373073.3",
"transcript_support_level": 1,
"aa_start": 664,
"aa_end": null,
"aa_length": 736,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2211,
"cdna_start": 2026,
"cdna_end": null,
"cdna_length": 2735,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000383579.3"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1992A>G",
"hgvs_p": "p.Gly664Gly",
"transcript": "NM_001165974.2",
"protein_id": "NP_001159446.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 736,
"cds_start": 1992,
"cds_end": null,
"cds_length": 2211,
"cdna_start": 2046,
"cdna_end": null,
"cdna_length": 3444,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001165974.2"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1884A>G",
"hgvs_p": "p.Gly628Gly",
"transcript": "ENST00000875183.1",
"protein_id": "ENSP00000545242.1",
"transcript_support_level": null,
"aa_start": 628,
"aa_end": null,
"aa_length": 700,
"cds_start": 1884,
"cds_end": null,
"cds_length": 2103,
"cdna_start": 1942,
"cdna_end": null,
"cdna_length": 3341,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875183.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1809A>G",
"hgvs_p": "p.Gly603Gly",
"transcript": "ENST00000875186.1",
"protein_id": "ENSP00000545245.1",
"transcript_support_level": null,
"aa_start": 603,
"aa_end": null,
"aa_length": 675,
"cds_start": 1809,
"cds_end": null,
"cds_length": 2028,
"cdna_start": 1832,
"cdna_end": null,
"cdna_length": 2541,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875186.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1764A>G",
"hgvs_p": "p.Gly588Gly",
"transcript": "ENST00000875184.1",
"protein_id": "ENSP00000545243.1",
"transcript_support_level": null,
"aa_start": 588,
"aa_end": null,
"aa_length": 660,
"cds_start": 1764,
"cds_end": null,
"cds_length": 1983,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 2531,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875184.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1755A>G",
"hgvs_p": "p.Gly585Gly",
"transcript": "ENST00000875185.1",
"protein_id": "ENSP00000545244.1",
"transcript_support_level": null,
"aa_start": 585,
"aa_end": null,
"aa_length": 657,
"cds_start": 1755,
"cds_end": null,
"cds_length": 1974,
"cdna_start": 1809,
"cdna_end": null,
"cdna_length": 2518,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875185.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1749A>G",
"hgvs_p": "p.Gly583Gly",
"transcript": "ENST00000875187.1",
"protein_id": "ENSP00000545246.1",
"transcript_support_level": null,
"aa_start": 583,
"aa_end": null,
"aa_length": 655,
"cds_start": 1749,
"cds_end": null,
"cds_length": 1968,
"cdna_start": 1753,
"cdna_end": null,
"cdna_length": 2462,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875187.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"hgvs_c": "c.1632A>G",
"hgvs_p": "p.Gly544Gly",
"transcript": "ENST00000966761.1",
"protein_id": "ENSP00000636820.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 616,
"cds_start": 1632,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1666,
"cdna_end": null,
"cdna_length": 2371,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966761.1"
}
],
"gene_symbol": "UROC1",
"gene_hgnc_id": 26444,
"dbsnp": "rs772674470",
"frequency_reference_population": 0.000029126299,
"hom_count_reference_population": 0,
"allele_count_reference_population": 47,
"gnomad_exomes_af": 0.000031475,
"gnomad_genomes_af": 0.00000657091,
"gnomad_exomes_ac": 46,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8100000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.312,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong,BP6,BP7",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001165974.2",
"gene_symbol": "UROC1",
"hgnc_id": 26444,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1992A>G",
"hgvs_p": "p.Gly664Gly"
}
],
"clinvar_disease": "UROC1-related disorder",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "UROC1-related disorder",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}