ZBR Web API

The Public API

Public access to ZBR function and trigger definitions used across the documentation, CLI, and developer tooling.

Base URLhttps://zbrlang.vercel.app/api
GET/functions_list

Returns the full list of available ZBR functions.

GET/functions/{name}

Returns a specific function by name (e.g., /api/functions/Zabs).

GET/functions_tag_list

Returns function metadata organized by tags.

GET/triggers_list

Returns the list of all supported event triggers.

GET/triggers/{name}

Returns a specific trigger by name (e.g., /api/triggers/onBanAdd).

GET/triggers_tag_list

Returns trigger metadata organized by tags.

GET/stats

Returns total function, category, trigger counts, and ZBR version.