UnifyAPI
← Back to catalog

cernopendata.detail

mock data$0.001 / call

CERN Open Data Record Detail

Fetch full metadata for a specific CERN Open Data record by its ID. Returns complete details: title, type, experiment, publication date, abstract (HTML stripped), collections, availability, collision energy and type, accelerator, authors with ORCIDs, file listing (up to 5 files with sizes and EOS URIs), keywords, license, run period, and external links. Use cernopendata.records.search or cernopendata.datasets.browse to discover record IDs. IDs can be numeric (e.g. "5209") or string anchors for glossary terms (e.g. "AOD"). Most datasets are CC0 or CC-BY licensed.

Science & Researchprovider: Cernopendata#cernopendata#science

Input schema

idrequired

Record ID from CERN Open Data portal (e.g. "5209", "50", "AOD"). Numeric for datasets/docs, string anchors for glossary terms.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/cernopendata.detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"id":"<id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.