Entertainment APIs serve up jokes, trivia, quotes, memes, and fun content. Perfect for building casual apps, chatbots, or adding a touch of humor to your projects.
| Name | Description | Auth | HTTPS | CORS | Status |
|---|---|---|---|---|---|
| chucknorris.io | JSON API for hand curated Chuck Norris jokes | none | Yes | unknown | unknown |
| Corporate Buzz Words | REST API for Corporate Buzz Words | none | Yes | yes | unknown |
| Fun Fact | A simple HTTPS api that can randomly select and return a fact from the FFA database | none | Yes | yes | unknown |
| Imgflip | Gets an array of popular memes | none | Yes | unknown | unknown |
| Meme Maker | REST API for create your own meme | none | Yes | unknown | unknown |
| NaMoMemes | Memes on Narendra Modi | none | Yes | unknown | unknown |
| Techy | JSON and Plaintext API for tech-savvy sounding phrases | none | Yes | unknown | unknown |
| Yo Momma Jokes | REST API for Yo Momma Jokes | none | Yes | unknown | unknown |
8 of these APIs require no authentication — you can start making requests immediately without signing up for an account. Just pick one from the table above, check its documentation, and send your first request.
Not sure where to start? Look for APIs marked as "alive" in the status column — these were recently verified as working. For browser-based projects, check that the API supports CORS.
Yes, all APIs listed on API Bouncer have a free tier. Some are completely open (no sign-up needed), while others require a free account to get an API key. Free tiers typically have rate limits — check each API's documentation for specifics.
It depends on your needs. Consider: Do you need authentication or prefer no-auth? Does your project need CORS support for browser access? How many requests will you make? Start with a no-auth API to prototype quickly, then switch to a more feature-rich option if needed.
We run periodic health checks on all listed APIs. The "Status" column shows whether each API was responding at our last check. APIs marked as "alive" were recently verified. You can also test any API yourself using curl or our guides on testing APIs.
Most free APIs allow commercial use, but terms vary by provider. Always check the specific API's terms of service. Some APIs have separate free and commercial tiers with different rate limits.