id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0d12492c-7886-4121-b60d-0e9847ab330f/0/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Riddle of the Day | With this endpoint, you can request a riddle of the day. Each day API will serve a different riddle with an answer and other details. | 403 | New Example | {"error": "Access denied. Unauthorized Access."} | {"type": "object", "properties": {"error": {"type": "string"}}} |
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0d12492c-7886-4121-b60d-0e9847ab330f/1/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Riddle of the Day | With this endpoint, you can request a riddle of the day. Each day API will serve a different riddle with an answer and other details. | 500 | New Example | {"error": "Server could not fulfill the request. Something failed!"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0d12492c-7886-4121-b60d-0e9847ab330f/2/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Riddle of the Day | With this endpoint, you can request a riddle of the day. Each day API will serve a different riddle with an answer and other details. | 407 | New Example | {"error": "Access denied. All API calls should come from RapidAPI."} | {"type": "object", "properties": {"error": {"type": "string"}}} |
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0d12492c-7886-4121-b60d-0e9847ab330f/3/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Riddle of the Day | With this endpoint, you can request a riddle of the day. Each day API will serve a different riddle with an answer and other details. | 200 | Response | {"riddle": "The more you take, the more you leave behind. ?", "answer": "Footsteps.", "upVotes": 0, "difficultyLevel": "medium", "postedBy": "Riddlie"} | {"type": "object", "properties": {"riddle": {"type": "string"}, "answer": {"type": "string"}, "upVotes": {"type": "integer"}, "difficultyLevel": {"type": "string"}, "postedBy": {"type": "string"}}} |
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/d9f44f88-8874-4bec-a04e-581327a25e0c/0/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Random Riddle | This endpoint responds with a new random riddle with an answer and other details. | 200 | New Example | {"riddle": "The more you take, the more you leave behind. ?", "answer": "Footsteps.", "upVotes": 0, "difficultyLevel": "medium", "postedBy": "Riddlie"} | {"type": "object", "properties": {"riddle": {"type": "string"}, "answer": {"type": "string"}, "upVotes": {"type": "integer"}, "difficultyLevel": {"type": "string"}, "postedBy": {"type": "string"}}} |
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/d9f44f88-8874-4bec-a04e-581327a25e0c/1/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Random Riddle | This endpoint responds with a new random riddle with an answer and other details. | 407 | New Example | {"error": "Access denied. All API calls should come from RapidAPI."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/d9f44f88-8874-4bec-a04e-581327a25e0c/2/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Random Riddle | This endpoint responds with a new random riddle with an answer and other details. | 403 | New Example | {"error": "Access denied. Unauthorized Access."} | {"type": "object", "properties": {"error": {"type": "string"}}} |
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/d9f44f88-8874-4bec-a04e-581327a25e0c/3/0 | Riddlie | API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such... | 2 | Get Random Riddle | This endpoint responds with a new random riddle with an answer and other details. | 500 | New Example | {"error": "Server could not fulfill the request. Something failed!"} | {"type": "object", "properties": {"error": {"type": "string"}}} |
e681e7aa-05a5-49b5-b7de-868f5634e494/583e6339-b837-4086-ac3a-6ae48a25b2a2/0/0 | Lotto - Powerball and Mega Millions - USA | The Lotto API provides access to hundreds of records of drawings for both the Powerball and Mega Millions (USA). | null | Between Two Dates | Use this endpoint to search for all records for a given lotto between two dates. | 200 | Response | [{"drawing_date": "11/02/2019", "numbers": [23, 37, 32, 58, 3], "powerball": 22, "power_play": 2, "jackpot": "$150 Million"}, {"drawing_date": "11/06/2019", "numbers": [64, 46, 28, 62, 15], "powerball": 17, "power_play": 3, "jackpot": "$40 Million"}, {"drawing_date": "11/09/2019", "numbers": [14, 38, 60, 35, 17], "powe... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"drawing_date": {"type": "string"}, "numbers": {"type": "array", "items": {"type": "integer"}}, "powerball": {"type": "integer"}, "power_play": {"type": "integer"}, "jackpot": {"type": "string"}}, "required": ["dra... |
e681e7aa-05a5-49b5-b7de-868f5634e494/80944b6c-ef28-47f0-aa8a-013f05f181dc/0/0 | Lotto - Powerball and Mega Millions - USA | The Lotto API provides access to hundreds of records of drawings for both the Powerball and Mega Millions (USA). | null | Specific Drawing | Use this endpoint for a given lotto and date in MM-YY-YYYY format to search for the drawing record. | 200 | Response | {"drawing_date": "10/27/2021", "numbers": [3, 26, 51, 35, 6], "powerball": 17, "power_play": 4, "jackpot": "$102 Million"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"drawing_date": {"type": "string"}, "numbers": {"type": "array", "items": {"type": "integer"}}, "powerball": {"type": "integer"}, "power_play": {"type": "integer"}, "jackpot": {"type": "string"}}, "required": ["drawing_date", "jackpot", "num... |
e681e7aa-05a5-49b5-b7de-868f5634e494/0c19f106-97f5-4d00-b5b9-71d203ef8af4/0/0 | Lotto - Powerball and Mega Millions - USA | The Lotto API provides access to hundreds of records of drawings for both the Powerball and Mega Millions (USA). | null | Latest | Use this endpoint to get the latest drawing record for a given lotto. | 200 | Response | {"drawing_date": "10/26/2021", "numbers": [14, 56, 6, 19, 62], "mega_ball": 9, "megaplier": 4, "jackpot": "$20 Million"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"drawing_date": {"type": "string"}, "numbers": {"type": "array", "items": {"type": "integer"}}, "mega_ball": {"type": "integer"}, "megaplier": {"type": "integer"}, "jackpot": {"type": "string"}}, "required": ["drawing_date", "jackpot", "mega... |
12ae83fa-6b90-441e-bcd0-6e752d0ec8bb/db57839e-d67f-4749-9d67-626141c4d094/0/0 | Knock Knock Jokes | Who is there? Simply the best knock knock API on the planet. | null | /knock-knock/search | Search and get a random Knock Knock Joke that matches the name. | 200 | response | {"contents": [{"joke": [{"person-1": "Knock knock"}, {"person-2": "Who's there?"}, {"person-1": "Mikey"}, {"person-2": "Mikey who?"}, {"person-1": "Mikey won't fit in this lock."}], "kidfriendly": "1"}], "copyright": "https://jokes.one/tag/knock-knock/", "success": {"total": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"joke": {"type": "array", "items": {"type": "object", "properties": {"person-1": {"type": "string"}, "person-2": {"type": "string"}}}}, "kidfriendly": {"type": "string"... |
12ae83fa-6b90-441e-bcd0-6e752d0ec8bb/db57839e-d67f-4749-9d67-626141c4d094/1/0 | Knock Knock Jokes | Who is there? Simply the best knock knock API on the planet. | null | /knock-knock/search | Search and get a random Knock Knock Joke that matches the name. | 401 | response | {"error": {"code": 401, "message": "Unauthorized"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["error"]} |
44817522-6393-460c-b002-8b188d76b80d/ab88bbd2-9fb9-41c3-8221-ac2119059634/0/0 | Facts By Date | Generate a random fact about a specific date. | null | generate | Generate a random fact about a specific date. | 200 | Response | {"fact": "December 25th is the day in 1066 that William the Conqueror is crowned king of England, at Westminster Abbey, London."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fact": {"type": "string"}}, "required": ["fact"]} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/1ca9d99e-ff30-4f89-92d1-728a72face2d/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | insult | Insult somebody for doing something.
See https://humorapi.com/docs/#Insult for more. | 200 | Insult | {"text": "Holy moley, you dropped the ball Alex, you dingbat."} | {"description": "", "type": "object", "properties": {"text": {"type": "string", "minLength": 1}}, "required": ["text"], "x-examples": {"example-1": {"text": "Bravo Alex, you mastermind, you did it again."}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/53628122-8003-48b3-bace-dbe7a6fe5306/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | praise | Praise somebody for doing something.
See https://humorapi.com/docs/#Praise for more. | 200 | Praise | {"text": "Bravo Alex, you mastermind, you did it again."} | {"description": "", "type": "object", "properties": {"text": {"type": "string", "minLength": 1}}, "required": ["text"], "x-examples": {"example-1": {"text": "Bravo Alex, you mastermind, you did it again."}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/00f59f1e-8078-491c-bd47-87c628eb8597/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | rate-word | Rate the funniness of a word.
See https://humorapi.com/docs/#Rate-Word for more. | 200 | Word-Funniness-Rating | {"rating": 0.57} | {"description": "", "type": "object", "properties": {"rating": {"type": "number"}}, "required": ["rating"], "x-examples": {"example-1": {"rating": 0.57}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/9ac54562-0700-4773-b1ef-134fe87ae214/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | generate-nonsense-word | Generate a nonsense word.
See https://humorapi.com/docs/#Generate-Nonsense-Word for more. | 200 | Generated-Nonsense-Word | {"word": "caboo", "rating": 0.41} | {"description": "", "type": "object", "properties": {"word": {"type": "string", "minLength": 1}, "rating": {"type": "number"}}, "required": ["word", "rating"], "x-examples": {"example-1": {"word": "caboo", "rating": 0.41}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/64705fee-245a-41de-a40d-75510b96d9e2/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | search-gifs | Search for gifs.
See https://humorapi.com/docs/#Search-Gifs for more. | 200 | Gifs-with-Dogs | {"images": [{"url": "https://media.tenor.com/images/f97a4505bb4f972cef00bc377aff7f4e/tenor.gif", "width": 498, "height": 364}, {"url": "https://media.tenor.com/images/1d73fd5b39730fd356b482128eb3746a/tenor.gif", "width": 498, "height": 490}, {"url": "https://media.tenor.com/images/6e45dbbc34d8427ffcc322024c73f8fc/tenor... | {"description": "", "type": "object", "properties": {"images": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {"required": ["url", "width", "height"], "properties": {"url": {"type": "string", "minLength": 1}, "width": {"type": "integer"}, "height": {"type": "integer"}}}}}, "required": ["images"], "x-exa... |
e5e2e24e-c4a5-4c63-956a-2e770152061a/e4cc855f-71e0-4193-9e7b-f7f56cdf477e/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | analyze-joke | Analyze a joke.
See https://humorapi.com/docs/#Analyze-Joke for more. | 200 | Successful-Joke-Analysis | {"joke": "What do you call a deer without eyes? No ideer.", "tags": ["ANIMAL"]} | {"description": "", "type": "object", "x-examples": {"example-1": {"joke": "What do you call a deer without eyes? No ideer.", "tags": ["ANIMAL"]}}, "properties": {"joke": {"type": "string", "minLength": 1}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["joke", "tags"]} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/6cbd9b50-968c-4e65-a883-b7dd989e11ad/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | random-meme | Get a random meme.
See https://humorapi.com/docs/#Random-Meme for more. | 200 | Random-Meme | {"id": 50561, "url": "https://preview.redd.it/hg0zn2mhjsh01.png?width=640&crop=smart&auto=webp&s=f19b0a87edfc6c71b35ec9aceb64799cd532ff59", "type": "image/png"} | {"description": "", "type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string", "minLength": 1}, "type": {"type": "string", "minLength": 1}}, "required": ["id", "url", "type"], "x-examples": {"example-1": {"id": 50561, "url": "https://preview.redd.it/hg0zn2mhjsh01.png?width=640&crop=smart&auto... |
e5e2e24e-c4a5-4c63-956a-2e770152061a/b20970ae-16e1-405f-ae35-f2be71f0e9a8/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | downvote-meme | Downvote a meme.
See https://humorapi.com/docs/#Downvote-Meme for more. | 200 | Successful-Vote | {"message": "Thanks for submitting an upvote."} | {"description": "", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "x-examples": {"example-1": {"message": ""}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/565ea975-5861-447c-8bf4-cd9a53f7f764/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | search-memes | Search for memes.
See https://humorapi.com/docs/#Search-Memes for more. | 200 | Memes-about-Rockets | {"memes": [{"id": 6696, "url": "https://i.imgur.com/1rmAxUG.jpg", "type": "image/jpeg"}, {"id": 6697, "url": "https://i.imgur.com/ELT8zMQ.jpg", "type": "image/jpeg"}, {"id": 6698, "url": "https://i.imgur.com/8JTc5z3.jpg", "type": "image/jpeg"}]} | {"description": "", "type": "object", "properties": {"memes": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {"required": ["id", "url", "type"], "properties": {"id": {"type": "integer"}, "url": {"type": "string", "minLength": 1}, "type": {"type": "string", "minLength": 1}}}}}, "required": ["memes"], "x-... |
e5e2e24e-c4a5-4c63-956a-2e770152061a/8ea27454-fdd0-43a5-b987-ad6b246461dd/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | upvote-meme | Upvote a meme.
See https://humorapi.com/docs/#Upvote-Meme for more. | 200 | Successful-Vote | {"message": "Thanks for submitting an upvote."} | {"description": "", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "x-examples": {"example-1": {"message": ""}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/e2e9fe10-8750-4574-9c49-b505738c93b6/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | submit-joke | Submit a joke.
See https://humorapi.com/docs/#Submit-Joke for more. | 200 | Successful-Joke-Submission | {"message": "Thanks for submitting the joke."} | {"description": "", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "x-examples": {"example-1": {"message": ""}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/9c4af3b7-2cda-425a-ae54-cd0bd7f1b711/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | downvote-joke | Downvote a joke.
See https://humorapi.com/docs/#Downvote-Joke for more. | 200 | Successful-Vote | {"message": "Thanks for submitting a downvote."} | {"description": "", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "x-examples": {"example-1": {"message": ""}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/bcd61aa9-3811-40d3-8081-0e520ed42f26/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | upvote-joke | Upvote a joke.
See https://humorapi.com/docs/#Upvote-Joke for more. | 200 | Successful-Vote | {"message": "Thanks for submitting an upvote."} | {"description": "", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "x-examples": {"example-1": {"message": ""}}} |
e5e2e24e-c4a5-4c63-956a-2e770152061a/f7ed774f-e464-4d7d-b548-3b663d8e93f0/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | search-jokes | Search for jokes.
See https://humorapi.com/docs/#Search-Jokes for more. | 200 | Jokes-with-Cars | {"jokes": [{"id": 1, "joke": "this is a car joke"}]} | {"description": "", "type": "object", "properties": {"jokes": {"type": "array", "uniqueItems": true, "minItems": 1, "items": {"required": ["id", "joke"], "properties": {"id": {"type": "integer"}, "joke": {"type": "string", "minLength": 1}}}}}, "required": ["jokes"], "x-examples": {"example-1": {"jokes": [{"id": 1, "jok... |
e5e2e24e-c4a5-4c63-956a-2e770152061a/39afc728-7d5b-447c-a001-42be266e3db5/0/0 | Humor-Jokes-and-Memes | Humor API lets you search through 50,000 jokes, over 200,000 memes, and gifs. From Chuck Norris, over Knock Knock to Yo Mama jokes, you'll find something for every occasion. | 9.4 | random-joke | Get a random joke.
See https://humorapi.com/docs/#Random-Joke for more. | 200 | Random-Car-Joke | {"id": 1, "joke": "this is a car joke"} | {"description": "", "type": "object", "properties": {"id": {"type": "integer"}, "joke": {"type": "string", "minLength": 1}}, "required": ["id", "joke"], "x-examples": {"example-1": {"id": 1, "joke": "this is a car joke"}}} |
9e8e475e-4993-4ab5-b0d8-1b6cf387b0e0/94973fe4-8e72-43af-95a5-43c04925db86/0/0 | Random User | API for generating random user data. Like Lorem Ipsum, but for people. | 0.3 | Get User | Get a random user | 200 | Response | {"info": {"page": 1, "results": 1, "seed": "0c106986194c7bfa", "version": "1.3"}, "results": [{"cell": "(016)-453-8891", "dob": {"age": 65, "date": "1955-04-16T17:43:16.546Z"}, "email": "yoshi.vuik@example.com", "gender": "male", "id": {"name": "BSN", "value": "38175266"}, "location": {"city": "Heerle", "coordinates": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"page": {"type": "integer"}, "results": {"type": "integer"}, "seed": {"type": "string"}, "version": {"type": "string"}}, "required": ["page", "results", "seed", "version"]}, "results": {"type": "arra... |
9e8e475e-4993-4ab5-b0d8-1b6cf387b0e0/94973fe4-8e72-43af-95a5-43c04925db86/1/0 | Random User | API for generating random user data. Like Lorem Ipsum, but for people. | 0.3 | Get User | Get a random user | 123 | New Example | {"info": {"page": 1, "results": 1, "seed": "d8de9a45105db757", "version": "1.3"}, "results": [{"cell": "075 320 62 81", "dob": {"age": 43, "date": "1977-02-04T08:44:24.291Z"}, "email": "annick.roger@example.com", "gender": "female", "id": {"name": "AVS", "value": "756.5031.8451.39"}, "location": {"city": "Grandvillard"... | {"properties": {"info": {"properties": {"page": {"type": "integer"}, "results": {"type": "integer"}, "seed": {"type": "string"}, "version": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"cell": {"type": "string"}, "dob": {"properties": {"age": {"type": "integer"}, "date": {"type": "string... |
9e8e475e-4993-4ab5-b0d8-1b6cf387b0e0/a0c52e95-2c47-4de2-b928-739385b234c2/0/0 | Random User | API for generating random user data. Like Lorem Ipsum, but for people. | 0.3 | Get Random User | Get a random user | 123 | New Example | {"info": {"page": 1, "results": 1, "seed": "d8de9a45105db757", "version": "1.3"}, "results": [{"cell": "075 320 62 81", "dob": {"age": 43, "date": "1977-02-04T08:44:24.291Z"}, "email": "annick.roger@example.com", "gender": "female", "id": {"name": "AVS", "value": "756.5031.8451.39"}, "location": {"city": "Grandvillard"... | {"properties": {"info": {"properties": {"page": {"type": "integer"}, "results": {"type": "integer"}, "seed": {"type": "string"}, "version": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"cell": {"type": "string"}, "dob": {"properties": {"age": {"type": "integer"}, "date": {"type": "string... |
9e8e475e-4993-4ab5-b0d8-1b6cf387b0e0/a0c52e95-2c47-4de2-b928-739385b234c2/1/0 | Random User | API for generating random user data. Like Lorem Ipsum, but for people. | 0.3 | Get Random User | Get a random user | 200 | Response | {"info": {"page": 1, "results": 1, "seed": "0c106986194c7bfa", "version": "1.3"}, "results": [{"cell": "(016)-453-8891", "dob": {"age": 65, "date": "1955-04-16T17:43:16.546Z"}, "email": "yoshi.vuik@example.com", "gender": "male", "id": {"name": "BSN", "value": "38175266"}, "location": {"city": "Heerle", "coordinates": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"page": {"type": "integer"}, "results": {"type": "integer"}, "seed": {"type": "string"}, "version": {"type": "string"}}, "required": ["page", "results", "seed", "version"]}, "results": {"type": "arra... |
46aa5a36-bc42-4e19-a0b7-fddc2ec0d256/218b72b2-7acf-4514-bf3f-1670d0b1fdb4/0/0 | tiktok-stats | Fetch tiktok most trending. Others to be added soon. | 0 | trending | Show currently trending videos | 200 | New Example | [{"id": "7052199311874084142", "desc": "Description", "createTime": 1641968107, "video": {"id": "7052199311874084142", "height": 1022, "width": 576, "duration": 10, "ratio": "720p", "cover": "https://p16-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/314a69fb1cca47d39b8d945e65b80600_1641968108?x-expires=1642280400&x-s... | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "desc": {"type": "string"}, "createTime": {"type": "integer"}, "video": {"type": "object", "properties": {"id": {"type": "string"}, "height": {"type": "integer"}, "width": {"type": "integer"}, "duration": {"type": "integer"}, "ratio"... |
c2f4cde1-7ea2-4413-8391-21087fccc03a/028275a4-c6f0-4dc3-ace3-3729df3b6523/0/0 | Quotes-Pro | The is another Entertainment API from the developers of popular "pquotes" API. This API returns a random quote from a collection of thousands of Quotes from various categories. You can get quotes of a specific category from the list of categories provided. The quantity and quality of the content makes this API differ... | null | quotes | This is the only endpoint of this API. You can give a POST request with topic as parameter and you can retrieve random quote of corresponding topic. | 200 | health | {"quote": "A healthy outside starts from the inside", "by": "Robert Urich"} | {"type": "object", "properties": {"quote": {"type": "string"}, "by": {"type": "string"}}} |
c2f4cde1-7ea2-4413-8391-21087fccc03a/028275a4-c6f0-4dc3-ace3-3729df3b6523/0/1 | Quotes-Pro | The is another Entertainment API from the developers of popular "pquotes" API. This API returns a random quote from a collection of thousands of Quotes from various categories. You can get quotes of a specific category from the list of categories provided. The quantity and quality of the content makes this API differ... | null | quotes | This is the only endpoint of this API. You can give a POST request with topic as parameter and you can retrieve random quote of corresponding topic. | 200 | fun | {"quote": "Nobody talks more of free enterprise and competition and of the best man winning than the man who inherited his father\u2019s store or farm.", "by": "C. Wright Mills, sociologist"} | {"type": "object", "properties": {"quote": {"type": "string"}, "by": {"type": "string"}}} |
c2f4cde1-7ea2-4413-8391-21087fccc03a/028275a4-c6f0-4dc3-ace3-3729df3b6523/0/2 | Quotes-Pro | The is another Entertainment API from the developers of popular "pquotes" API. This API returns a random quote from a collection of thousands of Quotes from various categories. You can get quotes of a specific category from the list of categories provided. The quantity and quality of the content makes this API differ... | null | quotes | This is the only endpoint of this API. You can give a POST request with topic as parameter and you can retrieve random quote of corresponding topic. | 200 | leadership | {"quote": "Really in technology, it\u2019s about the people, retaining them, nurturing a creative environment and helping to find a way to innovate.", "by": "Marissa Mayer, CEO of Yahoo!"} | {"type": "object", "properties": {"quote": {"type": "string"}, "by": {"type": "string"}}} |
c2f4cde1-7ea2-4413-8391-21087fccc03a/028275a4-c6f0-4dc3-ace3-3729df3b6523/0/3 | Quotes-Pro | The is another Entertainment API from the developers of popular "pquotes" API. This API returns a random quote from a collection of thousands of Quotes from various categories. You can get quotes of a specific category from the list of categories provided. The quantity and quality of the content makes this API differ... | null | quotes | This is the only endpoint of this API. You can give a POST request with topic as parameter and you can retrieve random quote of corresponding topic. | 200 | values | {"quote": "I believe the power to make money is a gift of God \u2026 to be developed and used to the best of our ability for the good of mankind. Having been endowed with the gift I possess, I believe it is my duty to make money and still more money and to use the money I make for the good of my fellow man according to... | {"type": "object", "properties": {"quote": {"type": "string"}, "by": {"type": "string"}}} |
c2f4cde1-7ea2-4413-8391-21087fccc03a/028275a4-c6f0-4dc3-ace3-3729df3b6523/0/4 | Quotes-Pro | The is another Entertainment API from the developers of popular "pquotes" API. This API returns a random quote from a collection of thousands of Quotes from various categories. You can get quotes of a specific category from the list of categories provided. The quantity and quality of the content makes this API differ... | null | quotes | This is the only endpoint of this API. You can give a POST request with topic as parameter and you can retrieve random quote of corresponding topic. | 200 | any | {"quote": "Respect your fellow human being, treat them fairly, disagree with them honestly, enjoy their friendship, explore your thoughts about one another candidly, work together for a common goal and help one another achieve it.", "by": "Bill Bradley, NBA star and US senator"} | {"type": "object", "properties": {"quote": {"type": "string"}, "by": {"type": "string"}}} |
c2f4cde1-7ea2-4413-8391-21087fccc03a/028275a4-c6f0-4dc3-ace3-3729df3b6523/0/5 | Quotes-Pro | The is another Entertainment API from the developers of popular "pquotes" API. This API returns a random quote from a collection of thousands of Quotes from various categories. You can get quotes of a specific category from the list of categories provided. The quantity and quality of the content makes this API differ... | null | quotes | This is the only endpoint of this API. You can give a POST request with topic as parameter and you can retrieve random quote of corresponding topic. | 200 | motivation | {"quote": "I hated every minute of training, but I said, \u201cDon\u2019t quit. Suffer now and live the rest of your life as a champion.\u201d", "by": "Muhammad Ali, boxer and humanitarian"} | {"type": "object", "properties": {"quote": {"type": "string"}, "by": {"type": "string"}}} |
c2f4cde1-7ea2-4413-8391-21087fccc03a/028275a4-c6f0-4dc3-ace3-3729df3b6523/0/6 | Quotes-Pro | The is another Entertainment API from the developers of popular "pquotes" API. This API returns a random quote from a collection of thousands of Quotes from various categories. You can get quotes of a specific category from the list of categories provided. The quantity and quality of the content makes this API differ... | null | quotes | This is the only endpoint of this API. You can give a POST request with topic as parameter and you can retrieve random quote of corresponding topic. | 200 | business | {"quote": "Never stop testing, and your advertising will never stop improving.", "by": "David Ogilvy, founder of Ogilvy & Mather ad agency (from his book Confessions of an Advertising Man, 1963)"} | {"type": "object", "properties": {"quote": {"type": "string"}, "by": {"type": "string"}}} |
f7cdd384-34f7-40a7-a33a-7a5b17a30d1a/af603105-7ef8-42fe-be01-436d74d261ad/0/0 | Chaturbate | Get detailed featured tag information from Chaturbate. Fast processing. Free up to 10 calls per day. | 7.3 | tag | Queries the latest information for a specific Chaturbate tag | 200 | Response | [{"hashtag": "asian", "top_rooms": [{"img": "https://roomimg.stream.highwebmedia.com/riw/gigi_ulala.jpg?1699295970", "room": "gigi_ulala", "tags": ["latina", "asian", "fuckmachine", "tease", "teen"], "label": "public", "gender": "f", "subject": "\ud83c\udf3bcan we reach 444 thumbs up?\ud83c\udf3b\u2764\ufe0f <a href=\"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"hashtag": {"type": "string"}, "top_rooms": {"type": "array", "items": {"type": "object", "properties": {"img": {"type": "string"}, "room": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}... |
191ba8d2-049b-43cd-9234-e728fa953cde/79cc32a6-ec8e-4508-a74e-c85486ed611e/0/0 | 3D Cartoon Face | Ever wondered what you might look in a Disney world? This solution transfroms your appearance into a stunning cartoon style | 9 | Main | Main function endpoint | 200 | New Example | {"job_id": "f1e2ecc3-85ab-44eb-a76f-63733cfffc94", "output_url": "https://vpai-demo-portal-shanghai.oss-accelerate.aliyuncs.com/3d-cartoon-face%2Ff1e2ecc3-85ab-44eb-a76f-63733cfffc94-061118.8884_20220817061118.jpg?OSSAccessKeyId=LTAI5tGgUWzx5gZopTcAvNtp&Expires=1660716739&Signature=TFtjwJa8sOkLltDTs03N2LCDGnk%3D", "url... | {"type": "object", "properties": {"job_id": {"type": "string"}, "output_url": {"type": "string"}, "url_expiry": {"type": "string"}, "face_count": {"type": "integer"}}} |
4ddd4260-2b75-4f83-9644-0f375a30ac3a/f1c206d0-8798-4e8a-a625-5cb920690d5f/0/0 | Interesting Facts API | This API returns facts about anything. You pass name of the topic, and the API returns list of the facts. It uses Chat GPT to generate the answer. | null | Get list of interesting facts | Endpoint returns list of 5 interesting facts | 200 | Berlin | {"facts": ["Berlin is the capital and largest city of Germany", "Berlin has a population of over 3.7 million people", "Berlin is one of the 16 states of Germany", "Berlin was divided into East and West after World War II", "Berlin is home to many famous historical sites, including the Brandenburg Gate, Museum Island, T... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"facts": {"type": "array", "items": {"type": "string"}}}, "required": ["facts"]} |
adefad52-b0c3-4871-b089-08beaf75300e/101f515d-3cc6-4f94-a849-7397395e1f7d/0/0 | Horoscopes AI | Horoscopes by AI in multilingual. | 9.5 | Get Horoscope (English Only) | Return horoscope information by sign, period, type and languages provided. | 200 | Response | {"sign": "aries", "period": "today", "language": "en", "general": ["The astral energy indicates positive financial news. A settlement, grant, or bonus of some kind that you've anticipated for a long time may finally manifest. You might want to celebrate, Aries. A chance to attend a large gathering might come your way. ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sign": {"type": "string"}, "period": {"type": "string"}, "language": {"type": "string"}, "general": {"type": "array", "items": {"type": "string"}}}, "required": ["general", "language", "period", "sign"]} |
adefad52-b0c3-4871-b089-08beaf75300e/62c06ba5-d3be-422d-ba02-f85e632ad551/0/0 | Horoscopes AI | Horoscopes by AI in multilingual. | 9.5 | Get Signs | Return 12 horoscope sign names. | 200 | Response | ["aries", "taurus", "gemini", "cancer", "leo", "virgo", "libra", "scorpio", "sagittarius", "capricorn", "aquarius", "pisces"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
adefad52-b0c3-4871-b089-08beaf75300e/495619b3-a81a-4375-9063-7db4cfbbbbee/0/0 | Horoscopes AI | Horoscopes by AI in multilingual. | 9.5 | Get Period | Return available period for Horoscope. | 200 | Response | ["yesterday", "today", "tomorrow", "weekly", "monthly", "yearly"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
adefad52-b0c3-4871-b089-08beaf75300e/d6d265be-5fc2-4769-8cf1-933e03ba8f9b/0/0 | Horoscopes AI | Horoscopes by AI in multilingual. | 9.5 | Get Types | Return available types for the particular period. | 200 | Response | {"today": ["general", "wellness", "career", "love"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"today": {"type": "array", "items": {"type": "string"}}}, "required": ["today"]} |
68c62d92-7424-4fb7-be22-6850eb5452ed/d45fe27f-f1b6-4256-bb56-d3c2fa55a475/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | Get the Most Popular Authors | Get the list of the most popular authors right now with a set of other relevant information. | 200 | New Example | [{"author_id": 3389, "name": "Stephen King", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1362814142i/3389._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/3389.Stephen_King", "popular_book_title": "The Shining", "popular_b... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"author_id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "url": {"type": "string"}, "popular_book_title": {"type": "string"}, "popular_book_url": {"type": "string"}, "number_publis... |
68c62d92-7424-4fb7-be22-6850eb5452ed/003547f1-7503-4b7d-be6e-47fcba0c0c82/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | Get Book Information by Book Id | Giving its Id, this endpoint returns a lot of information about that book, such as Name, Published Date, Authors, Synopsis, and many more. | 200 | New Example | {"book_id": 56597885, "name": "Beautiful World, Where Are You", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1618329605l/56597885.jpg", "url": "https://www.goodreads.com/book/show/56597885", "authors": ["Sally Rooney"], "rating": 3, "pages": 356, "published_date": "September 7th 2021"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"book_id": {"type": "integer"}, "name": {"type": "string"}, "cover": {"type": "string"}, "url": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "rating": {"type": "integer"}, "pages": {"type": "integer"}, "publ... |
68c62d92-7424-4fb7-be22-6850eb5452ed/e7347b93-03d1-404e-a574-5cc6e15f987c/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | Get Weekly Popular Books by Genre | Returns the most popular books from the last weeks given a genre. | 200 | New Example | [{"book_id": 62080187, "name": "Never Lie", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1661428846l/62080187._SY475_.jpg", "url": "https://www.goodreads.com/book/show/62080187-never-lie"}, {"book_id": 45299992, "name": "If You Tell: a True Story of Murder, Family Secrets, and the Unb... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"book_id": {"type": "integer"}, "name": {"type": "string"}, "cover": {"type": "string"}, "url": {"type": "string"}}, "required": ["book_id", "cover", "name", "url"]}} |
68c62d92-7424-4fb7-be22-6850eb5452ed/d63f53fc-17fe-48a7-8371-1286bc1c517f/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | Search Books by Name | Giving a book name (where spaces must be replaced by '+') you will receive a list of corresponding books. This list can return up to 20 books related to the input.
Each book has information such as Name, Authors, Cover image URL, Launched Year, and many more. | 200 | New Example | [{"book_id": 138398, "name": "The Walking Dead, Vol. 1: Days Gone Bye", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1389233242i/138398._SY75_.jpg", "url": "https://www.goodreads.com/book/show/138398.The_Walking_Dead_Vol_1?from_search=true&from_srp=true&qid=nK9YZcAHq9&rank=1", "author... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"book_id": {"type": "integer"}, "name": {"type": "string"}, "cover": {"type": "string"}, "url": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "rating": {"type": "number"}, "created_... |
68c62d92-7424-4fb7-be22-6850eb5452ed/477399bf-3772-498a-bd98-3efe963ea8a0/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | Get the Awarded Books of a Year | Returns the list of the best books of a year by its winning category.
Each returned book has its Name, Winning Category, Cover Image and more. | 200 | New Example | [{"book_id": 56597885, "name": "Beautiful World, Where Are You", "winning_category": "Fiction", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1618329605l/56597885.jpg", "url": "https://www.goodreads.com/choiceawards/best-fiction-books-2021"}, {"book_id": 58744977, "name": "The Last Thi... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"book_id": {"type": "integer"}, "name": {"type": "string"}, "winning_category": {"type": "string"}, "cover": {"type": "string"}, "url": {"type": "string"}}, "required": ["book_id", "cover", "name", "url", "winning_... |
68c62d92-7424-4fb7-be22-6850eb5452ed/e9bc2b0a-d5da-4210-8ced-7c5f23115ff5/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | List of Nominated Books for a Genre in a Year | For a certain year and a genre, get the list of all nominated books to win an award. | 200 | New Example | [{"book_id": 52861201, "name": "From Blood and Ash", "author": "Jennifer L. Armentrou", "votes": 70896, "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1588843906l/52861201._SY475_.jpg", "url": "https://www.goodreads.com/book/show/52861201-from-blood-and-ash?from_choice=true"}, {"book_id... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"book_id": {"type": "integer"}, "name": {"type": "string"}, "author": {"type": "string"}, "votes": {"type": "integer"}, "cover": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "book_id", "co... |
68c62d92-7424-4fb7-be22-6850eb5452ed/6d8075f3-bd41-4c0e-a60e-5e45c7822e6f/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | Get Author Information by Id | Get a large variety of information of an Author such as the name, a brief biography, the list of books, and more. | 200 | New Example | {"author_id": 239579, "name": "Charles Dickens", "image": "https://images.gr-assets.com/authors/1387078070p5/239579.jpg", "rating": 3.91, "info": "Charles John Huffam Dickens was a writer and social critic who created some of the world's best-known fictional characters and is regarded as the greatest novelist of the Vi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author_id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "rating": {"type": "number"}, "info": {"type": "string"}, "born": {"type": "string"}, "died": {"type": "string"}, "author_books": {"type": "array", "i... |
68c62d92-7424-4fb7-be22-6850eb5452ed/705c0d1b-5df0-48cd-868c-68f289e23116/0/0 | HAPI Books | HAPI Books is an API about books. It gives information about thousands of books from all around the world. Search by name, by genre, get the best books by year, and more! | 9.5 | Get the Top 15 most popular books in a Month of an Year | Provide the year and the month (between 1 and 12) and receive the 15 most popular books for that month. | 200 | New Example | [{"book_id": "58283080", "position": "1", "name": "Hook, Line, and Sinker (Bellinger Sisters, #2)", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1627068858i/58283080.jpg", "rating": 4.12, "url": "https://www.goodreads.com/book/show/58283080-hook-line-and-sinker"}, {"bo... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"book_id": {"type": "string"}, "position": {"type": "string"}, "name": {"type": "string"}, "cover": {"type": "string"}, "rating": {"type": "number"}, "url": {"type": "string"}}, "required": ["book_id", "cover", "na... |
0d643388-0925-4646-991b-d9e52c61d738/4b422156-f8d5-4f0e-b7e0-a2078c92eefc/0/0 | Flames Love Calculator | Simple API to Calculate Flames score | 8.4 | /flame | Pass both name as path parameters. | 200 | Response | {"fname": "Rahul", "sname": "Shefali", "result": "MARRIAGE"} | {"type": "object", "properties": {"fname": {"type": "string"}, "sname": {"type": "string"}, "result": {"type": "string"}}} |
ac6a17e5-cf43-4a98-ac4f-584178eee495/endpoint_182f90fa-eb57-47e9-9843-8216f4d4e5e3/0/0 | Dad Jokes | Get random endless dad jokes | 9.7 | Random Jokes | Returns a joke object that contains a setup, punchline, type and id | 200 | Response | {"body": [{"_id": "5f80ccd641785ba7c7d27b99", "punchline": "Join the club.", "setup": "Bad at golf?", "type": "general"}], "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"body": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "punchline": {"type": "string"}, "setup": {"type": "string"}, "type": {"type": "string"}}, "required": ["_id", "punchline", "setup", "type"]}}, "... |
ac6a17e5-cf43-4a98-ac4f-584178eee495/endpoint_1f29b51b-0fc2-46a7-ab4e-1bce4f96042b/0/0 | Dad Jokes | Get random endless dad jokes | 9.7 | Search | you can enter a term to search for a joke. | 200 | Response | {"body": [{"_id": "5f80ccd641785ba7c7d27b56", "punchline": "No, cows go moo.", "setup": "Knock knock. \n Who's there? \n Cows go. \n Cows go who?", "type": "knock-knock"}, {"_id": "5f80ccd641785ba7c7d27c0e", "punchline": "A milk shake!", "setup": "What do you call a cow on a trampoline?", "type": "general"}, {"_id": "5... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"body": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "punchline": {"type": "string"}, "setup": {"type": "string"}, "type": {"type": "string"}}, "required": ["_id", "punchline", "setup", "type"]}}, "... |
ac6a17e5-cf43-4a98-ac4f-584178eee495/endpoint_d1553da2-4f4e-4514-94c8-d5018e8396ff/0/0 | Dad Jokes | Get random endless dad jokes | 9.7 | JokeByID | Gets a specific by it's id | 200 | Response | {"success": true, "body": {"_id": "5f80ccd641785ba7c7d27b66", "type": "programming", "setup": "There are types of people in this world...", "punchline": "Those who understand binary and those who don't"}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "body": {"type": "object", "properties": {"_id": {"type": "string"}, "type": {"type": "string"}, "setup": {"type": "string"}, "punchline": {"type": "string"}}}}} |
afcdb1d6-04f8-4d73-92f9-c56fccc212cf/a9494563-c7cd-4f5b-a42d-2f073ec5bae9/0/0 | Upcoming Light Novels | An API that retrieves upcoming Light Novel titles from various sites | null | Get available sources | This endpoints will return the available light novels sources | 200 | New Example | [{"name": "Yen Press", "id": "yenpress"}, {"name": "Seven Seas Entertainment", "id": "sevenseas"}, {"name": "Bookwalker", "id": "bookwalker"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["id", "name"]}} |
afcdb1d6-04f8-4d73-92f9-c56fccc212cf/c279524d-5383-4baf-bf43-4064ed26b3dd/0/0 | Upcoming Light Novels | An API that retrieves upcoming Light Novel titles from various sites | null | Get titles from specific source | Get Light Novel titles from a specific source | 200 | New Example | [{"title": "Banished from the Hero's Party, I Decided to Live a Quiet Life in the Countryside, Vol. 4 (light novel)", "img": "https://yenpress-us.imgix.net/covers/9781975312510.jpg?auto=format&w=180", "url": "https://yenpress.com/9781975312510/banished-from-the-heros-party-i-decided-to-live-a-quiet-life-in-the-countrys... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "img": {"type": "string"}, "url": {"type": "string"}}, "required": ["img", "title", "url"]}} |
bf9339fa-0e40-4138-8e14-30ff0b562d0b/b13c651e-ae06-431a-8bdd-f05326377123/0/0 | Joke1 | Get a Random joke | 8.9 | /random_joke | Returns a random joke | 200 | random joke | {"id": "379", "type": "programming", "setup": "A programmer puts two glasses on his bedside table before going to sleep.", "punchline": "A full one, in case he gets thirsty, and an empty one, in case he doesn\u2019t."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "setup": {"type": "string"}, "punchline": {"type": "string"}}, "required": ["id", "punchline", "setup", "type"]} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/390db3e3-0225-4ce5-b822-3b0e0fe3c276/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetLanguages | Use this route to get the languages supported by the api at any moment | 200 | Example_1 | [{"languages": []}] | {"items": {"properties": {"languages": {"description": "The languages supported", "items": {"type": "string"}, "type": "array", "x-go-name": "Languages"}}, "type": "object"}, "type": "array"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/23b70303-5709-4079-8830-cbda1082f2e7/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | Getprofessions | Use this route to get all authors' professions available in the api at any given moment | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/23b70303-5709-4079-8830-cbda1082f2e7/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | Getprofessions | Use this route to get all authors' professions available in the api at any given moment | 200 | Example_1 | [{"professions": []}] | {"items": {"properties": {"professions": {"description": "The professions supported", "items": {"type": "string"}, "type": "array", "x-go-name": "Professions"}}, "type": "object"}, "type": "array"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/c5e2c46b-01c0-4466-a1f1-4638baaa3cc4/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetNationalities | Use this route to get all authors' nationalities available in the api at any given moment | 200 | Example_1 | [{"nationalities": []}] | {"items": {"properties": {"nationalities": {"description": "The nationalities supported", "items": {"type": "string"}, "type": "array", "x-go-name": "Nationalities"}}, "type": "object"}, "type": "array"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/c5e2c46b-01c0-4466-a1f1-4638baaa3cc4/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetNationalities | Use this route to get all authors' nationalities available in the api at any given moment | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/83d987fd-fc76-4fde-ba9d-de708a52a90d/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchAuthorsByString | Use this route to search for authors in the database. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/83d987fd-fc76-4fde-ba9d-de708a52a90d/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchAuthorsByString | Use this route to search for authors in the database. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/83d987fd-fc76-4fde-ba9d-de708a52a90d/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchAuthorsByString | Use this route to search for authors in the database. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "hasIcelandicQuotes": true, "name": "Muhammad Ali", "nationality": "American", "nrOfEnglishQuotes": 114, "nrOfIcelandicQuotes": 6, "profession": "Boxer"}] | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the author", "format": "int64", "ty... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/cfed9c8f-b9ef-4550-a247-bdf31ad60454/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetRandomAuthor | Use this route to get a random author, and some of his quotes. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/cfed9c8f-b9ef-4550-a247-bdf31ad60454/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetRandomAuthor | Use this route to get a random author, and some of his quotes. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/cfed9c8f-b9ef-4550-a247-bdf31ad60454/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetRandomAuthor | Use this route to get a random author, and some of his quotes. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quoteId":... | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the quote", "format": "int64", "typ... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/3b833238-65dd-4c90-a9f0-ab46d2ce6898/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchByString | Use this route to search for quotes / authors by a general full test search that searches both in the names of the authors and the quotes themselves | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/3b833238-65dd-4c90-a9f0-ab46d2ce6898/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchByString | Use this route to search for quotes / authors by a general full test search that searches both in the names of the authors and the quotes themselves | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/3b833238-65dd-4c90-a9f0-ab46d2ce6898/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchByString | Use this route to search for quotes / authors by a general full test search that searches both in the names of the authors and the quotes themselves | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quoteId":... | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the quote", "format": "int64", "typ... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d599ca78-2dd1-46b0-a2f9-dda6a9ab00c9/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQODHistory | Use this route to get the history of quotes of the day for each language or for each topic -- starting from Middle of July 2021. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d599ca78-2dd1-46b0-a2f9-dda6a9ab00c9/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQODHistory | Use this route to get the history of quotes of the day for each language or for each topic -- starting from Middle of July 2021. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "date": "2021-06-12", "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "qu... | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "int64", "type": "integer", "x-go-name": "AuthorId", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "date": {"description... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d599ca78-2dd1-46b0-a2f9-dda6a9ab00c9/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQODHistory | Use this route to get the history of quotes of the day for each language or for each topic -- starting from Middle of July 2021. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/13f34c57-efd6-4e92-95ff-450930103e32/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchQuotesByString | Use this route to search for quotes by a general full test search that searches for words and phrases in the quotes. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/13f34c57-efd6-4e92-95ff-450930103e32/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchQuotesByString | Use this route to search for quotes by a general full test search that searches for words and phrases in the quotes. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quoteId":... | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the quote", "format": "int64", "typ... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/13f34c57-efd6-4e92-95ff-450930103e32/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | SearchQuotesByString | Use this route to search for quotes by a general full test search that searches for words and phrases in the quotes. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/42039f41-bc37-47a5-ad0a-d040837b0852/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetTopic | Use this route to get the quotes from the particular topic. For example get all the quotes from topic "Smile" for a great time. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/42039f41-bc37-47a5-ad0a-d040837b0852/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetTopic | Use this route to get the quotes from the particular topic. For example get all the quotes from topic "Smile" for a great time. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quoteId":... | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the quote", "format": "int64", "typ... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/42039f41-bc37-47a5-ad0a-d040837b0852/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetTopic | Use this route to get the quotes from the particular topic. For example get all the quotes from topic "Smile" for a great time. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/4e0280fa-10f6-4b81-966a-74ae8df19372/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuotes | Use this route to either get quotes straight from their ids or use it to get all the quotes from a particular author (by supplying the author's id) | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/4e0280fa-10f6-4b81-966a-74ae8df19372/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuotes | Use this route to either get quotes straight from their ids or use it to get all the quotes from a particular author (by supplying the author's id) | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quoteId":... | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the quote", "format": "int64", "typ... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/4e0280fa-10f6-4b81-966a-74ae8df19372/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuotes | Use this route to either get quotes straight from their ids or use it to get all the quotes from a particular author (by supplying the author's id) | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/3899bb9a-cf69-46fe-88c3-f244cb6a22c1/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuoteOfTheDay | Use this route to get quote of the day for a language or for a topic -- starting from Middle of July 2021. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/3899bb9a-cf69-46fe-88c3-f244cb6a22c1/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuoteOfTheDay | Use this route to get quote of the day for a language or for a topic -- starting from Middle of July 2021. | 200 | Example_1 | {"authorId": 29333, "born": "1942-January-17", "date": "2021-06-12", "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quo... | {"properties": {"authorId": {"description": "The author's id", "format": "int64", "type": "integer", "x-go-name": "AuthorId", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "date": {"description": "The da... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/3899bb9a-cf69-46fe-88c3-f244cb6a22c1/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuoteOfTheDay | Use this route to get quote of the day for a language or for a topic -- starting from Middle of July 2021. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/adf78769-e7ab-4c00-bac4-e405de4fc09a/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | ListAuthors | Use this route to get a list of authors according to some ordering / parameters -- for example based on age, when they where born, on popularity, profession or nationalities and many more | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "hasIcelandicQuotes": true, "name": "Muhammad Ali", "nationality": "American", "nrOfEnglishQuotes": 114, "nrOfIcelandicQuotes": 6, "profession": "Boxer"}] | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the author", "format": "int64", "ty... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/adf78769-e7ab-4c00-bac4-e405de4fc09a/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | ListAuthors | Use this route to get a list of authors according to some ordering / parameters -- for example based on age, when they where born, on popularity, profession or nationalities and many more | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/adf78769-e7ab-4c00-bac4-e405de4fc09a/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | ListAuthors | Use this route to get a list of authors according to some ordering / parameters -- for example based on age, when they where born, on popularity, profession or nationalities and many more | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/7248c981-de10-4b00-98dd-36b5003f7e7c/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAuthors | Use this route to get the authors that have the given ids. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/7248c981-de10-4b00-98dd-36b5003f7e7c/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAuthors | Use this route to get the authors that have the given ids. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "hasIcelandicQuotes": true, "name": "Muhammad Ali", "nationality": "American", "nrOfEnglishQuotes": 114, "nrOfIcelandicQuotes": 6, "profession": "Boxer"}] | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the author", "format": "int64", "ty... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/7248c981-de10-4b00-98dd-36b5003f7e7c/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAuthors | Use this route to get the authors that have the given ids. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/f1e6782a-3b9e-470c-9e71-2c3af735ff71/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAuthorOfTheDay | Use this route to get the AOD for today for "English" or "icelandic" authors | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/f1e6782a-3b9e-470c-9e71-2c3af735ff71/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAuthorOfTheDay | Use this route to get the AOD for today for "English" or "icelandic" authors | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.