← 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-132672101-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=132672101&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 132672101,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000356232.10",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.736C>A",
"hgvs_p": "p.Arg246Arg",
"transcript": "NM_024818.6",
"protein_id": "NP_079094.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 404,
"cds_start": 736,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 945,
"cdna_end": null,
"cdna_length": 4692,
"mane_select": "ENST00000356232.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.736C>A",
"hgvs_p": "p.Arg246Arg",
"transcript": "ENST00000356232.10",
"protein_id": "ENSP00000348565.4",
"transcript_support_level": 1,
"aa_start": 246,
"aa_end": null,
"aa_length": 404,
"cds_start": 736,
"cds_end": null,
"cds_length": 1215,
"cdna_start": 945,
"cdna_end": null,
"cdna_length": 4692,
"mane_select": "NM_024818.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.568C>A",
"hgvs_p": "p.Arg190Arg",
"transcript": "ENST00000494238.6",
"protein_id": "ENSP00000418807.2",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 348,
"cds_start": 568,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 1262,
"cdna_end": null,
"cdna_length": 2997,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NPHP3-ACAD11",
"gene_hgnc_id": 48351,
"hgvs_c": "c.635+9813G>T",
"hgvs_p": null,
"transcript": "ENST00000632629.1",
"protein_id": "ENSP00000488520.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 230,
"cds_start": -4,
"cds_end": null,
"cds_length": 694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 695,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.907C>A",
"hgvs_p": "p.Arg303Arg",
"transcript": "ENST00000683741.1",
"protein_id": "ENSP00000507396.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 461,
"cds_start": 907,
"cds_end": null,
"cds_length": 1386,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 4575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.736C>A",
"hgvs_p": "p.Arg246Arg",
"transcript": "ENST00000493720.6",
"protein_id": "ENSP00000417879.2",
"transcript_support_level": 5,
"aa_start": 246,
"aa_end": null,
"aa_length": 377,
"cds_start": 736,
"cds_end": null,
"cds_length": 1134,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 2058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.568C>A",
"hgvs_p": "p.Arg190Arg",
"transcript": "NM_001320210.2",
"protein_id": "NP_001307139.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 348,
"cds_start": 568,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 1295,
"cdna_end": null,
"cdna_length": 5042,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.568C>A",
"hgvs_p": "p.Arg190Arg",
"transcript": "NM_198329.4",
"protein_id": "NP_938143.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 348,
"cds_start": 568,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 816,
"cdna_end": null,
"cdna_length": 4563,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.568C>A",
"hgvs_p": "p.Arg190Arg",
"transcript": "ENST00000264991.8",
"protein_id": "ENSP00000264991.4",
"transcript_support_level": 5,
"aa_start": 190,
"aa_end": null,
"aa_length": 348,
"cds_start": 568,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 800,
"cdna_end": null,
"cdna_length": 2850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.736C>A",
"hgvs_p": "p.Arg246Arg",
"transcript": "ENST00000473651.5",
"protein_id": "ENSP00000424984.1",
"transcript_support_level": 5,
"aa_start": 246,
"aa_end": null,
"aa_length": 347,
"cds_start": 736,
"cds_end": null,
"cds_length": 1044,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 1513,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.466C>A",
"hgvs_p": "p.Arg156Arg",
"transcript": "NM_001321238.2",
"protein_id": "NP_001308167.1",
"transcript_support_level": null,
"aa_start": 156,
"aa_end": null,
"aa_length": 314,
"cds_start": 466,
"cds_end": null,
"cds_length": 945,
"cdna_start": 1159,
"cdna_end": null,
"cdna_length": 4906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.400C>A",
"hgvs_p": "p.Arg134Arg",
"transcript": "NM_001321239.1",
"protein_id": "NP_001308168.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 292,
"cds_start": 400,
"cds_end": null,
"cds_length": 879,
"cdna_start": 1641,
"cdna_end": null,
"cdna_length": 3701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "n.2167C>A",
"hgvs_p": null,
"transcript": "ENST00000468227.5",
"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": 3902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "n.525C>A",
"hgvs_p": null,
"transcript": "ENST00000469158.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 584,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "n.1777C>A",
"hgvs_p": null,
"transcript": "XR_007095728.1",
"protein_id": null,
"transcript_support_level": null,
"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": 1969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "NPHP3-ACAD11",
"gene_hgnc_id": 48351,
"hgvs_c": "n.*1980+9813G>T",
"hgvs_p": null,
"transcript": "ENST00000471702.2",
"protein_id": "ENSP00000419763.1",
"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": 7784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "NPHP3-ACAD11",
"gene_hgnc_id": 48351,
"hgvs_c": "n.3995+9813G>T",
"hgvs_p": null,
"transcript": "NR_037804.1",
"protein_id": null,
"transcript_support_level": null,
"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": 7788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"dbsnp": "rs540839115",
"frequency_reference_population": 0.00001796963,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000171032,
"gnomad_genomes_af": 0.000026295,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.05999999865889549,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.06,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.824,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Moderate,BP7,BS1",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP6_Moderate",
"BP7",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000356232.10",
"gene_symbol": "UBA5",
"hgnc_id": 23230,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.736C>A",
"hgvs_p": "p.Arg246Arg"
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000632629.1",
"gene_symbol": "NPHP3-ACAD11",
"hgnc_id": 48351,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.635+9813G>T",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}