Search Meme/Joke
Description
Muhammad Aaqib
Last Update setahun yang lalu
This plugin integrates API League’s Jokes & Memes APIs, allowing you to fetch random jokes, search for jokes, and search for memes. It provides both Data API Calls (for fetching data) and Action API Calls (for performing actions in workflows).
With over 50,000 jokes, you should find something for any occasion. There are 27 categories/tags to choose from, but you can also search for very specific words within jokes.
If you want to filter the jokes using include-tags or exclude-tags you can use one or more of the following:
- animal
- clean
- one_liner
- food
- sexual
- relationship
- religious
- racist
- sport
- kids
- holiday
- knock_knock
- nerdy
- law
- political
- q_a
- school
- christmas
- chuck_norris
- dark
- nsfw
- analogy
- jewish
- yo_mama
- sexist
- blondes
- deep_thoughts
- insults
Installation & Setup
1. Get Random Joke
- Install the plugin in your Bubble app.
- Navigate to Plugins → Select this plugin → Enter your API Key (Get it from API League).
- Ensure your API Key is active for all API calls.
1. Get Random Joke
- Type: Data & Action
- Description: Fetches a random joke.
- Returned Fields:
- joke
: The joke text - category
: Joke category
- joke
- Type: Data & Action
- Description: Searches for jokes based on a keyword.
- Parameters:
- query
: Search keyword - limit
: Number of results to return
- query
- Returned Fields:
- jokes
: A list of jokes matching the search - Each joke object contains:
- joke
: The joke text - category
: Joke category
- joke
- jokes
- Type: Data & Action
- Description: Searches for memes based on a keyword.
- Parameters:
- query
: Search keyword - limit
: Number of results to return
- query
- Returned Fields:
- memes
: A list of meme results - Each meme object contains:
- title
: Meme title - image_url
: URL of the meme image
- title
- memes
- Data Calls: Use in Repeating Groups, Text Elements, and Image Elements to display jokes or memes.
- Action Calls: Use in workflows to dynamically fetch and update jokes or memes based on user input.



