Use Swagger tools to query an OpenAPI-described service (Chuck Norris)

  1. Open your browser to the Swagger Editor
  2. "Edit" menu / Clear
  3. Download then copy-paste in the editor frame (left-hand) the OpenAPI description of the ChuckNorris service
  4. Click on the right-hand "GET /search" to expand it.
  5. Click on "Try it out", fill in the required fields (example : "batman"), and click "Execute".
  6. Scroll down to visualize the response.