Skip to content

jondjones-poc/checknorris-minimal-api

Repository files navigation

ChuckNorrisApi - By Jon D Jones 💥

This project makes use of:

👻 Live Site URL & Status 👺

https://chucknorrisapi.azurewebsites.net/joke/chuck

👾 How To Use ☄️

The API contains three end-points

/joke/{topic?}

GET Request: Get a list of Chuck Norris jokes based on a topic. Add a topic to the end of the URL get results

/jokebycategory/{category}

POST Request: Get a list of Chuck Norris jokes based on a category. Add the category to the end of the URL get results

/random

PUT Request: Returns a random Chuck Norris joke

You can see the end-points using swagger:

/swagger/index.html