Site HTTP API: public content endpoints /api/open/*, conventions, search index, and more.
API Reference
This site’s HTTP API uses the site root as base (e.g. https://www.web3base.ai/ in development). Public content endpoints are listed below; see Conventions and Search index in the sidebar.
Get OpenAPI spec
GET /api/open/spec · Returns full OpenAPI 3.0 JSON for code generation and contract tooling.
Get category dimension groups
GET /api/open/category-groups · Filter dimension groups by module with i18n labels.
Get category list
GET /api/open/categories · Global category registry with scope and includeI18n.
Get nav groups list
GET /api/open/nav/groups · Nav groups and menu entry cards per group.
Get single nav group
GET /api/open/nav/groups/:slug · Fetch one group and its menu cards by slug.
Get nav menu structure
GET /api/open/nav/menus/:pathSlug · Full tree for one nav (groups, categories, app cards).
Get chains list
GET /api/open/chains · Public chain list (with categorySlugs), search and sort.
Get Twitter users list
GET /api/open/twitter/users · Public user list with categories and follower counts.
Get YouTube channels list
GET /api/open/youtube/channels · Public channel list with categories and filters.