Interactive API interface testing with Cloudflare Pages Functions
Basic greeting API. Supports ?name=xxx query parameter.
List items with optional ?category=xxx and ?search=xxx filters.
Create a new item. Body: {"name","description","category"}.
Update an existing item by ID.
Delete an item by ID.
Return server time in multiple formats.
Generate random data. ?type=number|string|color|uuid|mixed
Echo back request details for debugging.
Server-Sent Events demo, streams 10 events at 1s intervals.
Token-based auth demo. Login: admin/admin123 or user/user123.
Sends a request to the server and echoes back all request details (method, headers, body, CF metadata).
Server-Sent Events: receives 10 events at 1-second intervals.
Demo accounts: admin/admin123, user/user123