Jokes
Connector for the jokes API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.jokes.one - Auth:
header:X-JokesOne-Api-Secret(pass your key via theapiKeyinput)
Operations
get_jod— GET /jod — GetsJoke of the Day. Optionalcategoryparam determines the category of ret-
get_jod_categories— GET /jod/categories — Gets a list ofJoke of the DayCategories. -
get_joke— GET /joke — Gets aJokewith a givenid. -
get_joke_categories_search— GET /joke/categories/search — Gets a list ofJokeCategories, based on a query term. -
get_joke_list— GET /joke/list — Get the list of jokes in your private collection. get_joke_random— GET /joke/random — Gets aRandom Joke. When you are in a hurry this is what you call to get a ran
Inputs
apiKey— your jokes API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_jod
apiKey: <your key>