Welcome to Joke.SVG! Joke.SVG is an api wrapper for puns.dev that returns a programming joke as an SVG image. It's really good for Readmes.
Features:
- Random Joke
- Specific joke
- Search jokes
- Themes
The root URL is https://jokesvg.ztco.workers.dev
Param | Optional | Description |
---|---|---|
theme |
True | Which theme to use |
bg |
True | Override the theme's background color |
border |
True | Override the theme's border color |
color |
True | Override the theme's text color |
Redirects to this page.
Returns a random joke.
Returns the joke at the given ID.
Param | Optional | Description |
---|---|---|
id |
False | The ID of the joke |
Param | Optional | Description |
---|---|---|
q |
False | The search term |
i |
True | Index of array to return |