UnifyAPI
← Back to catalog

cernopendata.glossary

mock data$0.001 / call

CERN 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.

Science & Researchprovider: Cernopendata#cernopendata#science

Input schema

termrequired

Physics term to look up in the HEP glossary (e.g. "quark", "hadron", "luminosity", "jet", "muon")

string
limit

Maximum number of matching terms to return (1–25, default 10)

integer

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}'

Try it

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