← 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-132675342-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=132675342&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 132675342,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_024818.6",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.907T>C",
"hgvs_p": "p.Cys303Arg",
"transcript": "NM_024818.6",
"protein_id": "NP_079094.1",
"transcript_support_level": null,
"aa_start": 303,
"aa_end": null,
"aa_length": 404,
"cds_start": 907,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356232.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_024818.6"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.907T>C",
"hgvs_p": "p.Cys303Arg",
"transcript": "ENST00000356232.10",
"protein_id": "ENSP00000348565.4",
"transcript_support_level": 1,
"aa_start": 303,
"aa_end": null,
"aa_length": 404,
"cds_start": 907,
"cds_end": null,
"cds_length": 1215,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_024818.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356232.10"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.739T>C",
"hgvs_p": "p.Cys247Arg",
"transcript": "ENST00000494238.6",
"protein_id": "ENSP00000418807.2",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 348,
"cds_start": 739,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000494238.6"
},
{
"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+6572A>G",
"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": null,
"cds_end": null,
"cds_length": 694,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000632629.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.1078T>C",
"hgvs_p": "p.Cys360Arg",
"transcript": "ENST00000683741.1",
"protein_id": "ENSP00000507396.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 461,
"cds_start": 1078,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683741.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.850T>C",
"hgvs_p": "p.Cys284Arg",
"transcript": "ENST00000967272.1",
"protein_id": "ENSP00000637331.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 385,
"cds_start": 850,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967272.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.907T>C",
"hgvs_p": "p.Cys303Arg",
"transcript": "ENST00000493720.6",
"protein_id": "ENSP00000417879.2",
"transcript_support_level": 5,
"aa_start": 303,
"aa_end": null,
"aa_length": 377,
"cds_start": 907,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493720.6"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_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.802T>C",
"hgvs_p": "p.Cys268Arg",
"transcript": "ENST00000967273.1",
"protein_id": "ENSP00000637332.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 369,
"cds_start": 802,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967273.1"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.739T>C",
"hgvs_p": "p.Cys247Arg",
"transcript": "NM_001320210.2",
"protein_id": "NP_001307139.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 348,
"cds_start": 739,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001320210.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.739T>C",
"hgvs_p": "p.Cys247Arg",
"transcript": "NM_198329.4",
"protein_id": "NP_938143.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 348,
"cds_start": 739,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198329.4"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.739T>C",
"hgvs_p": "p.Cys247Arg",
"transcript": "ENST00000264991.8",
"protein_id": "ENSP00000264991.4",
"transcript_support_level": 5,
"aa_start": 247,
"aa_end": null,
"aa_length": 348,
"cds_start": 739,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264991.8"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.907T>C",
"hgvs_p": "p.Cys303Arg",
"transcript": "ENST00000473651.5",
"protein_id": "ENSP00000424984.1",
"transcript_support_level": 5,
"aa_start": 303,
"aa_end": null,
"aa_length": 347,
"cds_start": 907,
"cds_end": null,
"cds_length": 1044,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000473651.5"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.637T>C",
"hgvs_p": "p.Cys213Arg",
"transcript": "NM_001321238.2",
"protein_id": "NP_001308167.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 314,
"cds_start": 637,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321238.2"
},
{
"aa_ref": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "c.571T>C",
"hgvs_p": "p.Cys191Arg",
"transcript": "NM_001321239.1",
"protein_id": "NP_001308168.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 292,
"cds_start": 571,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001321239.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "n.2338T>C",
"hgvs_p": null,
"transcript": "ENST00000468227.5",
"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": "retained_intron",
"feature": "ENST00000468227.5"
},
{
"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+6572A>G",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000471702.2"
},
{
"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+6572A>G",
"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": 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": "NR_037804.1"
},
{
"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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "n.1854-263T>C",
"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": 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": "XR_007095728.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"hgvs_c": "n.-40T>C",
"hgvs_p": null,
"transcript": "ENST00000494112.1",
"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": "retained_intron",
"feature": "ENST00000494112.1"
}
],
"gene_symbol": "UBA5",
"gene_hgnc_id": 23230,
"dbsnp": "rs1553770577",
"frequency_reference_population": 0.0000027369929,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000273699,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9142059087753296,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.728,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9987,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.22,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.612,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.09,
"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": "Likely_pathogenic",
"acmg_criteria": "PM1,PM2,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM1",
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_024818.6",
"gene_symbol": "UBA5",
"hgnc_id": 23230,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.907T>C",
"hgvs_p": "p.Cys303Arg"
},
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP3_Moderate",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000632629.1",
"gene_symbol": "NPHP3-ACAD11",
"hgnc_id": 48351,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.635+6572A>G",
"hgvs_p": null
}
],
"clinvar_disease": " 44,Developmental and epileptic encephalopathy",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 US:1",
"phenotype_combined": "Developmental and epileptic encephalopathy, 44",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}