cernopendata.datasets
mock data$0.001 / callCERN Open Data Datasets Browser
Browse and filter CERN Open Data collision and simulated datasets by experiment, publication year, collision energy, and keyword. Returns only records of type Dataset (66,000+ datasets). Useful for finding specific NanoAOD or MiniAOD simulation samples, real collision data, or derived datasets for a given LHC run period. LHC Run 1 data: 2010–2012 at 7–8 TeV; Run 2 data: 2015–2016 at 13 TeV. Experiments: CMS (57K+), ALICE (171), ATLAS (184), LHCb (7K+), DELPHI (12K+). Supports pagination for large result sets.
Input schema
Keyword filter within datasets (e.g. "NanoAOD", "MiniAOD", "Higgs")
Page number for pagination (default 1)
Filter by publication year (e.g. "2015", "2016", "2012"). LHC Run 1: 2010–2013, Run 2: 2015–2016.
Number of datasets to return (1–25, default 10)
Filter by CERN experiment. CMS has 57K+ datasets, LHCb has 7K+, DELPHI has 12K+.
Filter by collision energy (e.g. "13TeV", "8TeV", "7TeV"). Run 2 used 13 TeV, Run 1 used 7–8 TeV.
Call via REST
curl -X POST https://unifyapi.pro/api/call/cernopendata.datasets \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","page":0,"year":"<year>","limit":0,"experiment":"<experiment>","collision_energy":"<collision_energy>"}'