← Back to catalog
cernopendata.glossary
mock data$0.001 / callCERN HEP Physics Glossary
Look up particle physics and high-energy physics (HEP) terms from the CERN Open Data glossary of 1,000+ terms. Returns matching entries with the term name, all known aliases/synonyms, a plain-text definition, category (generic, cms, etc.), related terms (see_also), and Wikipedia/external links. Ideal for AI agents that need to explain or understand HEP concepts like "quark", "hadron", "luminosity", "trigger", "AOD", "CMSSW", "jet", "b-tagging", or any other particle physics terminology.
Input schema
termrequired
stringPhysics term to look up in the HEP glossary (e.g. "quark", "hadron", "luminosity", "jet", "muon")
limit
integerMaximum number of matching terms to return (1–25, default 10)
Call via REST
curl -X POST https://unifyapi.pro/api/call/cernopendata.glossary \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"term":"<term>","limit":0}'