💡
We limit the request to be 30 request/minute.

Get Jokes

Get single random joke

You'll get different result for every call.

GET https://jokesbapak2.herokuapp.com/

Get today's joke

A joke a day makes more of a dad out of you.

GET https://jokesbapak2.herokuapp.com/today

Get joke by ID

You'll get consistent joke for every call with the same ID. Where ID is a number ranging from 1 to .

GET https://jokesbapak2.herokuapp.com/id/{id}

Get total number of jokes

...in a form of JSON response.

GET https://jokesbapak2.herokuapp.com/total