NSFW Jokes API
# NSFW Jokes API A fast, community-sourced **NSFW Jokes API** for developers who want humor that doesn't hold back. Every joke in the database has been reviewed by a moderator before going live — so you get quality adult content, not just raw submissions. The collection grows over time as community contributions get approved, meaning fresh jokes keep coming. Whether you're building an adult…
NSFW Jokes API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Jokes | ||
| GET |
getJokes /api/v1/jokes |
Returns a paginated list of approved jokes ordered by ID ascending. Use `cursor` and `limit` to page through the full collection. Pass the `meta.next_cursor` value from a… |
| POST |
createJoke /api/v1/jokes |
Submit a new joke to the community database. Both `setup` and `punchline` are required. The joke will enter a moderation queue and appear in the collection once approved by a… |
NSFW Jokes API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO Recommended | $4.99 / month | 60 / minute |
|
| ULTRA | $14.99 / month | 120 / minute |
|
| MEGA | $29.99 / month | 300 / minute |
|