OpenAPI & Swagger UI
Swagger UI against this site’s OpenAPI spec (/playground-openapi.json). Authorize with a Bearer token from POST /auth/login, then use Try it out on items, pets, and reset.
Interactive demo
Loading API explorer…
Practice ideas
Manual testing
- Expand tags
- Execute login and copy accessToken
- Authorize
- Try GET /pets
Automation
- Compare documented schema vs actual JSON
- Export requests to curl from browser devtools
Locator hints (beginner)
- Spec is static JSON; UI is client-rendered