← 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: 5-37294394-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=37294394&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 37294394,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_153485.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3865A>G",
"hgvs_p": "p.Met1289Val",
"transcript": "NM_153485.3",
"protein_id": "NP_705618.1",
"transcript_support_level": null,
"aa_start": 1289,
"aa_end": null,
"aa_length": 1391,
"cds_start": 3865,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000231498.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_153485.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3865A>G",
"hgvs_p": "p.Met1289Val",
"transcript": "ENST00000231498.8",
"protein_id": "ENSP00000231498.3",
"transcript_support_level": 1,
"aa_start": 1289,
"aa_end": null,
"aa_length": 1391,
"cds_start": 3865,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_153485.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000231498.8"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3688A>G",
"hgvs_p": "p.Met1230Val",
"transcript": "ENST00000381843.6",
"protein_id": "ENSP00000371265.2",
"transcript_support_level": 1,
"aa_start": 1230,
"aa_end": null,
"aa_length": 1332,
"cds_start": 3688,
"cds_end": null,
"cds_length": 3999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381843.6"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3673A>G",
"hgvs_p": "p.Met1225Val",
"transcript": "ENST00000513532.1",
"protein_id": "ENSP00000422019.1",
"transcript_support_level": 1,
"aa_start": 1225,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3673,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513532.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3970A>G",
"hgvs_p": "p.Met1324Val",
"transcript": "ENST00000969938.1",
"protein_id": "ENSP00000639997.1",
"transcript_support_level": null,
"aa_start": 1324,
"aa_end": null,
"aa_length": 1426,
"cds_start": 3970,
"cds_end": null,
"cds_length": 4281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969938.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3961A>G",
"hgvs_p": "p.Met1321Val",
"transcript": "ENST00000937460.1",
"protein_id": "ENSP00000607519.1",
"transcript_support_level": null,
"aa_start": 1321,
"aa_end": null,
"aa_length": 1423,
"cds_start": 3961,
"cds_end": null,
"cds_length": 4272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937460.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3937A>G",
"hgvs_p": "p.Met1313Val",
"transcript": "ENST00000937462.1",
"protein_id": "ENSP00000607521.1",
"transcript_support_level": null,
"aa_start": 1313,
"aa_end": null,
"aa_length": 1415,
"cds_start": 3937,
"cds_end": null,
"cds_length": 4248,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937462.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3865A>G",
"hgvs_p": "p.Met1289Val",
"transcript": "ENST00000716591.1",
"protein_id": "ENSP00000520564.1",
"transcript_support_level": null,
"aa_start": 1289,
"aa_end": null,
"aa_length": 1391,
"cds_start": 3865,
"cds_end": null,
"cds_length": 4176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000716591.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3772A>G",
"hgvs_p": "p.Met1258Val",
"transcript": "ENST00000937459.1",
"protein_id": "ENSP00000607518.1",
"transcript_support_level": null,
"aa_start": 1258,
"aa_end": null,
"aa_length": 1360,
"cds_start": 3772,
"cds_end": null,
"cds_length": 4083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937459.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3763A>G",
"hgvs_p": "p.Met1255Val",
"transcript": "ENST00000969937.1",
"protein_id": "ENSP00000639996.1",
"transcript_support_level": null,
"aa_start": 1255,
"aa_end": null,
"aa_length": 1357,
"cds_start": 3763,
"cds_end": null,
"cds_length": 4074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969937.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3754A>G",
"hgvs_p": "p.Met1252Val",
"transcript": "ENST00000937458.1",
"protein_id": "ENSP00000607517.1",
"transcript_support_level": null,
"aa_start": 1252,
"aa_end": null,
"aa_length": 1354,
"cds_start": 3754,
"cds_end": null,
"cds_length": 4065,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937458.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3712A>G",
"hgvs_p": "p.Met1238Val",
"transcript": "ENST00000896264.1",
"protein_id": "ENSP00000566323.1",
"transcript_support_level": null,
"aa_start": 1238,
"aa_end": null,
"aa_length": 1340,
"cds_start": 3712,
"cds_end": null,
"cds_length": 4023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896264.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3688A>G",
"hgvs_p": "p.Met1230Val",
"transcript": "NM_004298.4",
"protein_id": "NP_004289.1",
"transcript_support_level": null,
"aa_start": 1230,
"aa_end": null,
"aa_length": 1332,
"cds_start": 3688,
"cds_end": null,
"cds_length": 3999,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004298.4"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3673A>G",
"hgvs_p": "p.Met1225Val",
"transcript": "NM_001278312.2",
"protein_id": "NP_001265241.1",
"transcript_support_level": null,
"aa_start": 1225,
"aa_end": null,
"aa_length": 1327,
"cds_start": 3673,
"cds_end": null,
"cds_length": 3984,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278312.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": 30,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "c.3562-1409A>G",
"hgvs_p": null,
"transcript": "ENST00000937461.1",
"protein_id": "ENSP00000607520.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1268,
"cds_start": null,
"cds_end": null,
"cds_length": 3807,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937461.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"hgvs_c": "n.1523A>G",
"hgvs_p": null,
"transcript": "ENST00000502533.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000502533.5"
}
],
"gene_symbol": "NUP155",
"gene_hgnc_id": 8063,
"dbsnp": "rs148603108",
"frequency_reference_population": 0.000034164164,
"hom_count_reference_population": 0,
"allele_count_reference_population": 55,
"gnomad_exomes_af": 0.0000336152,
"gnomad_genomes_af": 0.0000394223,
"gnomad_exomes_ac": 49,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7454499006271362,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.482,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1918,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.503,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_153485.3",
"gene_symbol": "NUP155",
"hgnc_id": 8063,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.3865A>G",
"hgvs_p": "p.Met1289Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}