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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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 as upvotes, and flags to fine-tune the library of riddles. I will constantly be adding more riddles to the API as I come across them.
The Basic plan is completely FREE with a ... | 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], "powerball": 25, "power_play": 2, "jackpot": "$50 Million"}, {"drawing_date": "11/13/2019", "numbers": [23, 28, 66, 27, 26], "powerball": 11, "power_play": 2, "jackpot": "$60 Million"}, {"drawing_date": "11/16/2019", "numbers": [26, 55, 63, 14, 22], "powerball": 26, "power_play": 3, "jackpot": "$70 Million"}, {"drawing_date": "11/20/2019", "numbers": [40, 15, 39, 57, 7], "powerball": 12, "power_play": 2, "jackpot": "$80 Million"}, {"drawing_date": "11/23/2019", "numbers": [38, 28, 66, 35, 61], "powerball": 23, "power_play": 3, "jackpot": "$90 Million"}, {"drawing_date": "11/27/2019", "numbers": [26, 55, 37, 53, 15], "powerball": 21, "power_play": 2, "jackpot": "$100 Million"}, {"drawing_date": "11/30/2019", "numbers": [42, 35, 15, 63, 68], "powerball": 18, "power_play": 4, "jackpot": "$110 Million"}] | {"$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": ["drawing_date", "jackpot", "numbers", "power_play", "powerball"]}} |
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", "numbers", "power_play", "powerball"]} |
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_ball", "megaplier", "numbers"]} |
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"}}, "required": ["joke", "kidfriendly"]}}, "copyright": {"type": "string"}, "success": {"type": "object", "properties": {"total": {"type": "integer"}}, "required": ["total"]}}, "required": ["contents", "copyright", "success"]} |
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.gif", "width": 498, "height": 498}]} | {"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-examples": {"example-1": {"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.gif", "width": 498, "height": 498}]}}} |
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=webp&s=f19b0a87edfc6c71b35ec9aceb64799cd532ff59", "type": "image/png"}}} |
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-examples": {"example-1": {"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"}]}}} |
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, "joke": "This is a joke"}]}}} |
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": "[email protected]", "gender": "male", "id": {"name": "BSN", "value": "38175266"}, "location": {"city": "Heerle", "coordinates": {"latitude": "44.0381", "longitude": "-35.7338"}, "country": "Netherlands", "postcode": 82870, "state": "Utrecht", "street": {"name": "Egheriaweg", "number": 5520}, "timezone": {"description": "Bangkok, Hanoi, Jakarta", "offset": "+7:00"}}, "login": {"md5": "d632a81c67fca081ce6ca3c367ee9db4", "password": "oracle", "salt": "sVqjjRow", "sha1": "a59d440f839bc20d2fdc9f8aa1e30107c365d9b9", "sha256": "491f297d45bce246a17f06ce7ac193ed285efdc1c967f54fc641c277ad81e447", "username": "greenzebra808", "uuid": "ffc875cc-4c42-42b3-9a6f-c3db0754ef44"}, "name": {"first": "Yoshi", "last": "Vuik", "title": "Mr"}, "nat": "NL", "phone": "(043)-299-3248", "picture": {"large": "https://randomuser.me/api/portraits/men/71.jpg", "medium": "https://randomuser.me/api/portraits/med/men/71.jpg", "thumbnail": "https://randomuser.me/api/portraits/thumb/men/71.jpg"}, "registered": {"age": 4, "date": "2016-10-09T18:03:23.726Z"}}]} | {"$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": "array", "items": {"type": "object", "properties": {"cell": {"type": "string"}, "dob": {"type": "object", "properties": {"age": {"type": "integer"}, "date": {"type": "string"}}, "required": ["age", "date"]}, "email": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["latitude", "longitude"]}, "country": {"type": "string"}, "postcode": {"type": "integer"}, "state": {"type": "string"}, "street": {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "integer"}}, "required": ["name", "number"]}, "timezone": {"type": "object", "properties": {"description": {"type": "string"}, "offset": {"type": "string"}}, "required": ["description", "offset"]}}, "required": ["city", "coordinates", "country", "postcode", "state", "street", "timezone"]}, "login": {"type": "object", "properties": {"md5": {"type": "string"}, "password": {"type": "string"}, "salt": {"type": "string"}, "sha1": {"type": "string"}, "sha256": {"type": "string"}, "username": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["md5", "password", "salt", "sha1", "sha256", "username", "uuid"]}, "name": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}, "title": {"type": "string"}}, "required": ["first", "last", "title"]}, "nat": {"type": "string"}, "phone": {"type": "string"}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}, "registered": {"type": "object", "properties": {"age": {"type": "integer"}, "date": {"type": "string"}}, "required": ["age", "date"]}}, "required": ["cell", "dob", "email", "gender", "id", "location", "login", "name", "nat", "phone", "picture", "registered"]}}}, "required": ["info", "results"]} |
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": "[email protected]", "gender": "female", "id": {"name": "AVS", "value": "756.5031.8451.39"}, "location": {"city": "Grandvillard", "coordinates": {"latitude": "-56.4432", "longitude": "58.7671"}, "country": "Switzerland", "postcode": 4399, "state": "Thurgau", "street": {"name": "Rue de L'Abb\u00e9-De-L'\u00c9p\u00e9e", "number": 8311}, "timezone": {"description": "Mountain Time (US & Canada)", "offset": "-7:00"}}, "login": {"md5": "e9ea679062cf255b289dcae91a4b4770", "password": "jessica", "salt": "Ac63M70Y", "sha1": "5a44d51c2c6524ec887cdc16eef3f7c3d38dc61e", "sha256": "0d74cb19329e8adaf99925cca53dfdc0cc147c4afae38ea559fb68c5a9882e99", "username": "bigleopard467", "uuid": "1e83d85b-a60e-4e9f-bd71-869a49676f1b"}, "name": {"first": "Annick", "last": "Roger", "title": "Madame"}, "nat": "CH", "phone": "077 491 61 77", "picture": {"large": "https://randomuser.me/api/portraits/women/28.jpg", "medium": "https://randomuser.me/api/portraits/med/women/28.jpg", "thumbnail": "https://randomuser.me/api/portraits/thumb/women/28.jpg"}, "registered": {"age": 6, "date": "2014-01-15T12:15:00.334Z"}}]} | {"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"}}, "type": "object"}, "email": {"type": "string"}, "gender": {"type": "string"}, "id": {"properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "type": "object"}, "location": {"properties": {"city": {"type": "string"}, "coordinates": {"properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}}, "type": "object"}, "country": {"type": "string"}, "postcode": {"type": "integer"}, "state": {"type": "string"}, "street": {"properties": {"name": {"type": "string"}, "number": {"type": "integer"}}, "type": "object"}, "timezone": {"properties": {"description": {"type": "string"}, "offset": {"type": "string"}}, "type": "object"}}, "type": "object"}, "login": {"properties": {"md5": {"type": "string"}, "password": {"type": "string"}, "salt": {"type": "string"}, "sha1": {"type": "string"}, "sha256": {"type": "string"}, "username": {"type": "string"}, "uuid": {"type": "string"}}, "type": "object"}, "name": {"properties": {"first": {"type": "string"}, "last": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "nat": {"type": "string"}, "phone": {"type": "string"}, "picture": {"properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "type": "object"}, "registered": {"properties": {"age": {"type": "integer"}, "date": {"type": "string"}}, "type": "object"}}, "type": "object"}, "type": "array"}}, "type": "object"} |
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": "[email protected]", "gender": "female", "id": {"name": "AVS", "value": "756.5031.8451.39"}, "location": {"city": "Grandvillard", "coordinates": {"latitude": "-56.4432", "longitude": "58.7671"}, "country": "Switzerland", "postcode": 4399, "state": "Thurgau", "street": {"name": "Rue de L'Abb\u00e9-De-L'\u00c9p\u00e9e", "number": 8311}, "timezone": {"description": "Mountain Time (US & Canada)", "offset": "-7:00"}}, "login": {"md5": "e9ea679062cf255b289dcae91a4b4770", "password": "jessica", "salt": "Ac63M70Y", "sha1": "5a44d51c2c6524ec887cdc16eef3f7c3d38dc61e", "sha256": "0d74cb19329e8adaf99925cca53dfdc0cc147c4afae38ea559fb68c5a9882e99", "username": "bigleopard467", "uuid": "1e83d85b-a60e-4e9f-bd71-869a49676f1b"}, "name": {"first": "Annick", "last": "Roger", "title": "Madame"}, "nat": "CH", "phone": "077 491 61 77", "picture": {"large": "https://randomuser.me/api/portraits/women/28.jpg", "medium": "https://randomuser.me/api/portraits/med/women/28.jpg", "thumbnail": "https://randomuser.me/api/portraits/thumb/women/28.jpg"}, "registered": {"age": 6, "date": "2014-01-15T12:15:00.334Z"}}]} | {"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"}}, "type": "object"}, "email": {"type": "string"}, "gender": {"type": "string"}, "id": {"properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "type": "object"}, "location": {"properties": {"city": {"type": "string"}, "coordinates": {"properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}}, "type": "object"}, "country": {"type": "string"}, "postcode": {"type": "integer"}, "state": {"type": "string"}, "street": {"properties": {"name": {"type": "string"}, "number": {"type": "integer"}}, "type": "object"}, "timezone": {"properties": {"description": {"type": "string"}, "offset": {"type": "string"}}, "type": "object"}}, "type": "object"}, "login": {"properties": {"md5": {"type": "string"}, "password": {"type": "string"}, "salt": {"type": "string"}, "sha1": {"type": "string"}, "sha256": {"type": "string"}, "username": {"type": "string"}, "uuid": {"type": "string"}}, "type": "object"}, "name": {"properties": {"first": {"type": "string"}, "last": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "nat": {"type": "string"}, "phone": {"type": "string"}, "picture": {"properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "type": "object"}, "registered": {"properties": {"age": {"type": "integer"}, "date": {"type": "string"}}, "type": "object"}}, "type": "object"}, "type": "array"}}, "type": "object"} |
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": "[email protected]", "gender": "male", "id": {"name": "BSN", "value": "38175266"}, "location": {"city": "Heerle", "coordinates": {"latitude": "44.0381", "longitude": "-35.7338"}, "country": "Netherlands", "postcode": 82870, "state": "Utrecht", "street": {"name": "Egheriaweg", "number": 5520}, "timezone": {"description": "Bangkok, Hanoi, Jakarta", "offset": "+7:00"}}, "login": {"md5": "d632a81c67fca081ce6ca3c367ee9db4", "password": "oracle", "salt": "sVqjjRow", "sha1": "a59d440f839bc20d2fdc9f8aa1e30107c365d9b9", "sha256": "491f297d45bce246a17f06ce7ac193ed285efdc1c967f54fc641c277ad81e447", "username": "greenzebra808", "uuid": "ffc875cc-4c42-42b3-9a6f-c3db0754ef44"}, "name": {"first": "Yoshi", "last": "Vuik", "title": "Mr"}, "nat": "NL", "phone": "(043)-299-3248", "picture": {"large": "https://randomuser.me/api/portraits/men/71.jpg", "medium": "https://randomuser.me/api/portraits/med/men/71.jpg", "thumbnail": "https://randomuser.me/api/portraits/thumb/men/71.jpg"}, "registered": {"age": 4, "date": "2016-10-09T18:03:23.726Z"}}]} | {"$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": "array", "items": {"type": "object", "properties": {"cell": {"type": "string"}, "dob": {"type": "object", "properties": {"age": {"type": "integer"}, "date": {"type": "string"}}, "required": ["age", "date"]}, "email": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "coordinates": {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}}, "required": ["latitude", "longitude"]}, "country": {"type": "string"}, "postcode": {"type": "integer"}, "state": {"type": "string"}, "street": {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "integer"}}, "required": ["name", "number"]}, "timezone": {"type": "object", "properties": {"description": {"type": "string"}, "offset": {"type": "string"}}, "required": ["description", "offset"]}}, "required": ["city", "coordinates", "country", "postcode", "state", "street", "timezone"]}, "login": {"type": "object", "properties": {"md5": {"type": "string"}, "password": {"type": "string"}, "salt": {"type": "string"}, "sha1": {"type": "string"}, "sha256": {"type": "string"}, "username": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["md5", "password", "salt", "sha1", "sha256", "username", "uuid"]}, "name": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}, "title": {"type": "string"}}, "required": ["first", "last", "title"]}, "nat": {"type": "string"}, "phone": {"type": "string"}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}, "registered": {"type": "object", "properties": {"age": {"type": "integer"}, "date": {"type": "string"}}, "required": ["age", "date"]}}, "required": ["cell", "dob", "email", "gender", "id", "location", "login", "name", "nat", "phone", "picture", "registered"]}}}, "required": ["info", "results"]} |
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-signature=01dC2px%2BDdCZVHj5F%2B1BWdwp6us%3D", "originCover": "https://p16-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/7ca2edd62e194866b9530d347ed9c376_1641968107?x-expires=1642280400&x-signature=QAV%2B%2BFGadDhOEweFRxvd8%2FGz55I%3D", "dynamicCover": "https://p16-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/067982b3ac3749faa3369b6c1115ed13_1641968108?x-expires=1642280400&x-signature=Xhac8Yz9d291GAcYxYembWAi7PA%3D", "playAddr": "https://v16-webapp.tiktok.com/14656fd99c1ca41f8cf16ea6b85cba00/61e33d5d/video/tos/useast5/tos-useast5-ve-0068c002-tx/545f6ca4aaed42b49c07da1c2ce6b944/?a=1988&br=4330&bt=2165&cd=0%7C0%7C1&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=XOQ9-3E7nz7Th._7RlXq&l=2022011515320201024514423512CBE2E1&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M25objM6Zjc6OjMzZzczNEApOTQ8ZjY0O2VoNzY2NWVpaGdpZzQvcjQwLmNgLS1kMS9zc2FhLWMzYDIyY2MzXl9hYV46Yw%3D%3D&vl=&vr=", "downloadAddr": "https://v16-webapp.tiktok.com/14656fd99c1ca41f8cf16ea6b85cba00/61e33d5d/video/tos/useast5/tos-useast5-ve-0068c002-tx/545f6ca4aaed42b49c07da1c2ce6b944/?a=1988&br=4330&bt=2165&cd=0%7C0%7C1&ch=0&cr=0&cs=0&cv=1&dr=0&ds=3&er=&ft=XOQ9-3E7nz7Th._7RlXq&l=2022011515320201024514423512CBE2E1&lr=tiktok_m&mime_type=video_mp4&net=0&pl=0&qs=0&rc=M25objM6Zjc6OjMzZzczNEApOTQ8ZjY0O2VoNzY2NWVpaGdpZzQvcjQwLmNgLS1kMS9zc2FhLWMzYDIyY2MzXl9hYV46Yw%3D%3D&vl=&vr=", "shareCover": ["https://p16-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/7ca2edd62e194866b9530d347ed9c376_1641968107~tplv-tiktok-play.jpeg?x-expires=1642863600&x-signature=KZGiw%2BVIEhl63QW8QLnjjBUqDDs%3D"], "reflowCover": "https://p16-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/314a69fb1cca47d39b8d945e65b80600_1641968108?x-expires=1642280400&x-signature=01dC2px%2BDdCZVHj5F%2B1BWdwp6us%3D", "bitrate": 2217344, "encodedType": "normal", "format": "mp4", "videoQuality": "normal", "encodeUserTag": "", "codecType": "h264", "definition": "720p"}, "author": {"id": "6945437083080377349", "uniqueId": "cutecatcats", "nickname": "Cutecatcats", "avatarThumb": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/09749418fdd1bbc9c519cd60b4444f76~c5_100x100.jpeg?x-expires=1642345200&x-signature=pjHUYAQzOyRoJ32rNod0c%2F%2Byfr0%3D", "avatarMedium": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/09749418fdd1bbc9c519cd60b4444f76~c5_720x720.jpeg?x-expires=1642345200&x-signature=mWFVaEcB8QsbZy7JrMYsbJtfEAU%3D", "avatarLarger": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/09749418fdd1bbc9c519cd60b4444f76~c5_1080x1080.jpeg?x-expires=1642345200&x-signature=YAqTMyST9USjMncgDtHFmzONqLo%3D", "signature": "Signature", "verified": false, "secUid": "MS4wLjABAAAAHV-ulEFiPyGQNuqb8Tnad8HG4_1-sZUHAbHbS_d4vqIYrIhK9MCJitE4IoedoXOZ", "secret": false, "ftc": false, "relation": 0, "openFavorite": false, "commentSetting": 0, "duetSetting": 0, "stitchSetting": 0, "privateAccount": false, "isADVirtual": false}, "music": {"id": "317080546415972352", "title": "Play Date", "playUrl": "https://sf16-ies-music-sg.tiktokcdn.com/obj/tos-alisg-ve-2774/8436bd0278654007b36c27fc207b4c88", "coverThumb": "https://p16-sg.tiktokcdn.com/aweme/100x100/tos-alisg-v-2774/c6fd62dda46c41d8add0263f21b765ff.jpeg", "coverMedium": "https://p16-sg.tiktokcdn.com/aweme/200x200/tos-alisg-v-2774/c6fd62dda46c41d8add0263f21b765ff.jpeg", "coverLarge": "https://p16-sg.tiktokcdn.com/aweme/720x720/tos-alisg-v-2774/c6fd62dda46c41d8add0263f21b765ff.jpeg", "authorName": "Melanie Martinez", "original": false, "duration": 11, "album": "Cry Baby (Deluxe Edition)"}, "challenges": [{"id": "7021419655164067846", "title": "cutecatcats", "desc": "", "profileThumb": "", "profileMedium": "", "profileLarger": "", "coverThumb": "", "coverMedium": "", "coverLarger": "", "isCommerce": false}], "stats": {"diggCount": 2800000, "shareCount": 156700, "commentCount": 48500, "playCount": 23600000}, "duetInfo": {"duetFromId": "0"}, "originalItem": false, "officalItem": false, "textExtra": [{"awemeId": "", "start": 27, "end": 39, "hashtagName": "cutecatcats", "hashtagId": "7021419655164067846", "type": 1, "userId": "", "isCommerce": false, "userUniqueId": "", "secUid": "", "subType": 0}], "secret": false, "forFriend": false, "digged": false, "itemCommentStatus": 0, "showNotPass": false, "vl1": false, "itemMute": false, "authorStats": {"followingCount": 0, "followerCount": 496700, "heartCount": 9100000, "videoCount": 238, "diggCount": 1802, "heart": 9100000}, "privateItem": false, "duetEnabled": true, "stitchEnabled": true, "shareEnabled": true, "isAd": false, "duetDisplay": 0, "stitchDisplay": 0}] | {"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": {"type": "string"}, "cover": {"type": "string"}, "originCover": {"type": "string"}, "dynamicCover": {"type": "string"}, "playAddr": {"type": "string"}, "downloadAddr": {"type": "string"}, "shareCover": {"type": "array", "items": {"type": "string"}}, "reflowCover": {"type": "string"}, "bitrate": {"type": "integer"}, "encodedType": {"type": "string"}, "format": {"type": "string"}, "videoQuality": {"type": "string"}, "encodeUserTag": {"type": "string"}, "codecType": {"type": "string"}, "definition": {"type": "string"}}}, "author": {"type": "object", "properties": {"id": {"type": "string"}, "uniqueId": {"type": "string"}, "nickname": {"type": "string"}, "avatarThumb": {"type": "string"}, "avatarMedium": {"type": "string"}, "avatarLarger": {"type": "string"}, "signature": {"type": "string"}, "verified": {"type": "boolean"}, "secUid": {"type": "string"}, "secret": {"type": "boolean"}, "ftc": {"type": "boolean"}, "relation": {"type": "integer"}, "openFavorite": {"type": "boolean"}, "commentSetting": {"type": "integer"}, "duetSetting": {"type": "integer"}, "stitchSetting": {"type": "integer"}, "privateAccount": {"type": "boolean"}, "isADVirtual": {"type": "boolean"}}}, "music": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "playUrl": {"type": "string"}, "coverThumb": {"type": "string"}, "coverMedium": {"type": "string"}, "coverLarge": {"type": "string"}, "authorName": {"type": "string"}, "original": {"type": "boolean"}, "duration": {"type": "integer"}, "album": {"type": "string"}}}, "challenges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "desc": {"type": "string"}, "profileThumb": {"type": "string"}, "profileMedium": {"type": "string"}, "profileLarger": {"type": "string"}, "coverThumb": {"type": "string"}, "coverMedium": {"type": "string"}, "coverLarger": {"type": "string"}, "isCommerce": {"type": "boolean"}}}}, "stats": {"type": "object", "properties": {"diggCount": {"type": "integer"}, "shareCount": {"type": "integer"}, "commentCount": {"type": "integer"}, "playCount": {"type": "integer"}}}, "duetInfo": {"type": "object", "properties": {"duetFromId": {"type": "string"}}}, "originalItem": {"type": "boolean"}, "officalItem": {"type": "boolean"}, "textExtra": {"type": "array", "items": {"type": "object", "properties": {"awemeId": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "hashtagName": {"type": "string"}, "hashtagId": {"type": "string"}, "type": {"type": "integer"}, "userId": {"type": "string"}, "isCommerce": {"type": "boolean"}, "userUniqueId": {"type": "string"}, "secUid": {"type": "string"}, "subType": {"type": "integer"}}}}, "secret": {"type": "boolean"}, "forFriend": {"type": "boolean"}, "digged": {"type": "boolean"}, "itemCommentStatus": {"type": "integer"}, "showNotPass": {"type": "boolean"}, "vl1": {"type": "boolean"}, "itemMute": {"type": "boolean"}, "authorStats": {"type": "object", "properties": {"followingCount": {"type": "integer"}, "followerCount": {"type": "integer"}, "heartCount": {"type": "integer"}, "videoCount": {"type": "integer"}, "diggCount": {"type": "integer"}, "heart": {"type": "integer"}}}, "privateItem": {"type": "boolean"}, "duetEnabled": {"type": "boolean"}, "stitchEnabled": {"type": "boolean"}, "shareEnabled": {"type": "boolean"}, "isAd": {"type": "boolean"}, "duetDisplay": {"type": "integer"}, "stitchDisplay": {"type": "integer"}}}} |
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 different from the pquotes API.The quality and huge collection of quotes makes this API the "Quotes-Pro". | 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 different from the pquotes API.The quality and huge collection of quotes makes this API the "Quotes-Pro". | 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 different from the pquotes API.The quality and huge collection of quotes makes this API the "Quotes-Pro". | 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 different from the pquotes API.The quality and huge collection of quotes makes this API the "Quotes-Pro". | 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 the dictates of my conscience.", "by": "John D. Rockefeller, industrialist, cofounder of Standard Oil Co., and philanthropist"} | {"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 different from the pquotes API.The quality and huge collection of quotes makes this API the "Quotes-Pro". | 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 different from the pquotes API.The quality and huge collection of quotes makes this API the "Quotes-Pro". | 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 different from the pquotes API.The quality and huge collection of quotes makes this API the "Quotes-Pro". | 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=\"/tag/tease/\" data-floatingnav>#tease</a> <a href=\"/tag/fuckmachine/\" data-floatingnav>#fuckmachine</a> <a href=\"/tag/latina/\" data-floatingnav>#latina</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/teen/\" data-floatingnav>#teen</a>", "viewers": 18245, "location": "Wonderland", "display_age": "", "start_timestamp": 1699267595}, {"img": "https://roomimg.stream.highwebmedia.com/riw/evelin_gh1.jpg?1699295970", "room": "evelin_gh1", "tags": ["asian", "anal", "squirt", "skinny", "18"], "label": "public", "gender": "f", "subject": "\u2665 new princess here !!!goal: spank ass up to get red + finger in ass//join to my fan club <a href=\"/tag/skinny/\" data-floatingnav>#skinny</a> <a href=\"/tag/18/\" data-floatingnav>#18</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/anal/\" data-floatingnav>#anal</a> <a href=\"/tag/squirt/\" data-floatingnav>#squirt</a>", "viewers": 1895, "location": "Colombia Cartagena", "display_age": "19", "start_timestamp": 1699290246}, {"img": "https://roomimg.stream.highwebmedia.com/riw/charlotte_germanotta_.jpg?1699295970", "room": "charlotte_germanotta_", "tags": ["goth", "german", "fuckmachine", "asian", "cosplay"], "label": "public", "gender": "f", "subject": "relaxing eve with a succubus \u2665 special tip 666 \u2665 ultra high vibration with each tip \u2665 <a href=\"/tag/german/\" data-floatingnav>#german</a> <a href=\"/tag/cosplay/\" data-floatingnav>#cosplay</a> <a href=\"/tag/goth/\" data-floatingnav>#goth</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/fuckmachine/\" data-floatingnav>#fuckmachine</a>", "viewers": 1101, "location": "Venus \u2665", "display_age": "25", "start_timestamp": 1699288299}, {"img": "https://roomimg.stream.highwebmedia.com/riw/shena_nomy.jpg?1699295970", "room": "shena_nomy", "tags": ["skinny", "18", "latina", "asian", "smalltits"], "label": "new", "gender": "f", "subject": "\u2764\ufe0f\u200d\ud83d\udd25all naked + show tith sperm + i mount your dick\u2764\ufe0f\u200d\ud83d\udd25 <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/smalltits/\" data-floatingnav>#smalltits</a> <a href=\"/tag/18/\" data-floatingnav>#18</a> <a href=\"/tag/skinny/\" data-floatingnav>#skinny</a> <a href=\"/tag/latina/\" data-floatingnav>#latina</a> [3583 tokens remaining]", "viewers": 1126, "location": "NARNIA", "display_age": "19", "start_timestamp": 1699274973}, {"img": "https://roomimg.stream.highwebmedia.com/riw/uindi.jpg?1699295970", "room": "uindi", "tags": ["teen", "asian", "goth", "stockings", "smoke"], "label": "public", "gender": "f", "subject": "goal is : cum show dildo and domi \u2665 - let's cum together \u2665 14tok super high lvl 4sec \u2665 fav tips 44,88,99,111,666\u2665 <a href=\"/tag/smoke/\" data-floatingnav>#smoke</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/teen/\" data-floatingnav>#teen</a> <a href=\"/tag/goth/\" data-floatingnav>#goth</a> <a href=\"/tag/stockings/\" data-floatingnav>#stockings</a>", "viewers": 576, "location": "Behind you.Boo *\\(^o^)/*", "display_age": "25", "start_timestamp": 1699287045}, {"img": "https://roomimg.stream.highwebmedia.com/riw/asianqueen93.jpg?1699295970", "room": "asianqueen93", "tags": ["anal", "squirt", "bigboobs", "asian", "hairy"], "label": "public", "gender": "f", "subject": "dildoshow banana ass squirtshow every 100 token take out cloth [43 tokens left] <a href=\"/tag/hairy/\" data-floatingnav>#hairy</a> <a href=\"/tag/bigboobs/\" data-floatingnav>#bigboobs</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/squirt/\" data-floatingnav>#squirt</a> <a href=\"/tag/anal/\" data-floatingnav>#anal</a>", "viewers": 460, "location": "Squirtland laos", "display_age": "20", "start_timestamp": 1699291305}, {"img": "https://roomimg.stream.highwebmedia.com/riw/wastforu.jpg?1699295970", "room": "wastforu", "tags": ["teen", "18", "skinny", "asian", "new"], "label": "new", "gender": "f", "subject": "remove t-shirt [286 tokens left] <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/teen/\" data-floatingnav>#teen</a> <a href=\"/tag/skinny/\" data-floatingnav>#skinny</a> <a href=\"/tag/18/\" data-floatingnav>#18</a> <a href=\"/tag/new/\" data-floatingnav>#new</a>", "viewers": 576, "location": "somewhere", "display_age": "", "start_timestamp": 1699293610}, {"img": "https://roomimg.stream.highwebmedia.com/riw/th3dirtyasian.jpg?1699295970", "room": "th3dirtyasian", "tags": ["couple", "natural", "asian", "hairy", "milf"], "label": "public", "gender": "f", "subject": "squirt [5406 tokens left] lets see how wet you can get me while i work <a href=\"/tag/hairy/\" data-floatingnav>#hairy</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/couple/\" data-floatingnav>#couple</a> <a href=\"/tag/milf/\" data-floatingnav>#milf</a> <a href=\"/tag/natural/\" data-floatingnav>#natural</a>", "viewers": 426, "location": "United States", "display_age": "26", "start_timestamp": 1699284479}, {"img": "https://roomimg.stream.highwebmedia.com/riw/lucymagical.jpg?1699295970", "room": "lucymagical", "tags": ["squirt", "redhead", "bigboobs", "latina", "asian"], "label": "public", "gender": "f", "subject": "turn off the light and turn me on..!! ...my lush is on horny vibes 42/52/62/72 <a href=\"/tag/asian/\" data-floatingnav>#asian</a> <a href=\"/tag/bigboobs/\" data-floatingnav>#bigboobs</a> <a href=\"/tag/latina/\" data-floatingnav>#latina</a> <a href=\"/tag/redhead/\" data-floatingnav>#redhead</a> <a href=\"/tag/squirt/\" data-floatingnav>#squirt</a>", "viewers": 524, "location": "magical house", "display_age": "23", "start_timestamp": 1699277440}, {"img": "https://roomimg.stream.highwebmedia.com/riw/emiliadreams.jpg?1699295970", "room": "emiliadreams", "tags": ["new", "bigass", "teen", "asian", "smalltits"], "label": "new", "gender": "f", "subject": "try to put one finger in pussy <a href=\"/tag/new/\" data-floatingnav>#new</a> <a href=\"/tag/bigass/\" data-floatingnav>#bigass</a> <a href=\"/tag/smalltits/\" data-floatingnav>#smalltits</a> <a href=\"/tag/teen/\" data-floatingnav>#teen</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a> [0 tokens remaining]", "viewers": 599, "location": "Finland", "display_age": "19", "start_timestamp": 1699255135}, {"img": "https://roomimg.stream.highwebmedia.com/riw/conniesperry.jpg?1699295970", "room": "conniesperry", "tags": ["shy", "bigass", "new", "asian", "bigboobs"], "label": "public", "gender": "f", "subject": "hi guys ! my name is violetta. there will be a fascinating show - goal: topless\ud83d\udca6\ud83d\udca6 [118 tokens left] <a href=\"/tag/shy/\" data-floatingnav>#shy</a> <a href=\"/tag/new/\" data-floatingnav>#new</a> <a href=\"/tag/bigass/\" data-floatingnav>#bigass</a> <a href=\"/tag/bigboobs/\" data-floatingnav>#bigboobs</a> <a href=\"/tag/asian/\" data-floatingnav>#asian</a>", "viewers": 428, "location": "Switzerland", "display_age": "19", "start_timestamp": 1699294174}, {"img": "https://roomimg.stream.highwebmedia.com/riw/philippinas_white_man.jpg?1699295970", "room": "philippinas_white_man", "tags": ["asian", "shaved", "bigdick", "smalltits"], "label": "public", "gender": "c", "subject": "red alert!! no fucking today!!) <a href=\"/tag/asian/\" data-floatingnav>#asian</a> #petit #morena <a href=\"/tag/bigdick/\" data-floatingnav>#bigdick</a> <a href=\"/tag/smalltits/\" data-floatingnav>#smalltits</a> <a href=\"/tag/shaved/\" data-floatingnav>#shaved</a>", "viewers": 553, "location": "Philippines", "display_age": "41", "start_timestamp": 1699289148}], "room_count": 452, "viewer_count": 39582, "timestamp": "2023-11-06T18:40:01.625Z"}] | {"$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"}}, "label": {"type": "string"}, "gender": {"type": "string"}, "subject": {"type": "string"}, "viewers": {"type": "integer"}, "location": {"type": "string"}, "display_age": {"type": "string"}, "start_timestamp": {"type": "integer"}}, "required": ["display_age", "gender", "img", "label", "location", "room", "start_timestamp", "subject", "tags", "viewers"]}}, "room_count": {"type": "integer"}, "viewer_count": {"type": "integer"}, "timestamp": {"type": "string"}}, "required": ["hashtag", "room_count", "timestamp", "top_rooms", "viewer_count"]}} |
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_expiry": "2022/08/17 06:12:19", "face_count": 2} | {"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, TV Tower, and Holocaust Memorial."]} | {"$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. Have fun. Tonight, don't be surprised if you have vivid dreams - some great, some sad. Keep paper and pen handy so you can write them down."]} | {"$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_book_url": "https://www.goodreads.com/book/show/11588.The_Shining", "number_published_books": 1938}, {"author_id": 5430144, "name": "Colleen Hoover", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1464032240i/5430144._UY150_CR0,0,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/5430144.Colleen_Hoover", "popular_book_title": "It Ends with Us", "popular_book_url": "https://www.goodreads.com/book/show/27362503-it-ends-with-us", "number_published_books": 73}, {"author_id": 15872, "name": "Rick Riordan", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1608906571i/15872._UX150_CR0,18,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/15872.Rick_Riordan", "popular_book_title": "The Lightning Thief", "popular_book_url": "https://www.goodreads.com/book/show/28187.The_Lightning_Thief", "number_published_books": 287}, {"author_id": 3433047, "name": "Sarah J. Maas", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1582137198i/3433047._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/3433047.Sarah_J_Maas", "popular_book_title": "A Court of Thorns and Roses", "popular_book_url": "https://www.goodreads.com/book/show/16096824-a-court-of-thorns-and-roses", "number_published_books": 83}, {"author_id": 150038, "name": "Cassandra Clare", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1270502031i/150038._UX150_CR0,24,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/150038.Cassandra_Clare", "popular_book_title": "City of Bones", "popular_book_url": "https://www.goodreads.com/book/show/256683.City_of_Bones", "number_published_books": 189}, {"author_id": 3780, "name": "James Patterson", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1468347205i/3780._UY150_CR19,0,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/3780.James_Patterson", "popular_book_title": "Along Came a Spider", "popular_book_url": "https://www.goodreads.com/book/show/13145.Along_Came_a_Spider", "number_published_books": 1114}, {"author_id": 1406384, "name": "John Green", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1353452301i/1406384._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/1406384.John_Green", "popular_book_title": "The Fault in Our Stars", "popular_book_url": "https://www.goodreads.com/book/show/11870085-the-fault-in-our-stars", "number_published_books": 120}, {"author_id": 1221698, "name": "Neil Gaiman", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1234150163i/1221698._UX150_CR0,0,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/1221698.Neil_Gaiman", "popular_book_title": "American Gods", "popular_book_url": "https://www.goodreads.com/book/show/30165203-american-gods", "number_published_books": 1499}, {"author_id": 20063815, "name": "Ece \u00c7avu\u015flu", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1597394985i/20063815._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/20063815.Ece_avu_lu", "popular_book_title": "Sahte Balay\u0131", "popular_book_url": "https://www.goodreads.com/book/show/54511512-sahte-balay", "number_published_books": 70}, {"author_id": 630, "name": "Dan Brown", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1399396714i/630._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/630.Dan_Brown", "popular_book_title": "Angels & Demons", "popular_book_url": "https://www.goodreads.com/book/show/960.Angels_Demons", "number_published_books": 155}, {"author_id": 2345, "name": "Nicholas Sparks", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1652281333i/2345._UX150_CR0,34,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/2345.Nicholas_Sparks", "popular_book_title": "The Notebook", "popular_book_url": "https://www.goodreads.com/book/show/15931.The_Notebook", "number_published_books": 182}, {"author_id": 4039811, "name": "Veronica Roth", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1588707274i/4039811._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/4039811.Veronica_Roth", "popular_book_title": "Divergent", "popular_book_url": "https://www.goodreads.com/book/show/13335037-divergent", "number_published_books": 52}, {"author_id": 6572605, "name": "Taylor Jenkins Reid", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1645653842i/6572605._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/6572605.Taylor_Jenkins_Reid", "popular_book_title": "The Seven Husbands of Evelyn Hugo", "popular_book_url": "https://www.goodreads.com/book/show/32620332-the-seven-husbands-of-evelyn-hugo", "number_published_books": 18}, {"author_id": 38550, "name": "Brandon Sanderson", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1394044556i/38550._UX150_CR0,23,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/38550.Brandon_Sanderson", "popular_book_title": "The Final Empire", "popular_book_url": "https://www.goodreads.com/book/show/68428.The_Final_Empire", "number_published_books": 355}, {"author_id": 4575289, "name": "Leigh Bardugo", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1534446099i/4575289._UX150_CR0,58,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/4575289.Leigh_Bardugo", "popular_book_title": "Six of Crows", "popular_book_url": "https://www.goodreads.com/book/show/23437156-six-of-crows", "number_published_books": 72}, {"author_id": 721, "name": "John Grisham", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1650547491i/721._UX150_CR0,2,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/721.John_Grisham", "popular_book_title": "A Time to Kill", "popular_book_url": "https://www.goodreads.com/book/show/32542.A_Time_to_Kill", "number_published_books": 364}, {"author_id": 625, "name": "Nora Roberts", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1505847251i/625._UX150_CR0,1,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/625.Nora_Roberts", "popular_book_title": "Vision in White", "popular_book_url": "https://www.goodreads.com/book/show/5598113-vision-in-white", "number_published_books": 1260}, {"author_id": 2383, "name": "Gillian Flynn", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1232123231i/2383._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/2383.Gillian_Flynn", "popular_book_title": "Gone Girl", "popular_book_url": "https://www.goodreads.com/book/show/19288043-gone-girl", "number_published_books": 23}, {"author_id": 7128, "name": "Jodi Picoult", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1657141143i/7128._UX150_CR0,24,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/7128.Jodi_Picoult", "popular_book_title": "My Sister's Keeper", "popular_book_url": "https://www.goodreads.com/book/show/10917.My_Sister_s_Keeper", "number_published_books": 92}, {"author_id": 4476934, "name": "Jennifer L. Armentrout", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1552568126i/4476934._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/4476934.Jennifer_L_Armentrout", "popular_book_title": "From Blood and Ash", "popular_book_url": "https://www.goodreads.com/book/show/52831200-from-blood-and-ash", "number_published_books": 123}, {"author_id": 569, "name": "Khaled Hosseini", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1359753468i/569._UX150_CR0,23,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/569.Khaled_Hosseini", "popular_book_title": "The Kite Runner", "popular_book_url": "https://www.goodreads.com/book/show/77203.The_Kite_Runner", "number_published_books": 28}, {"author_id": 54493, "name": "Kristin Hannah", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1517255843i/54493._UX150_CR0,33,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/54493.Kristin_Hannah", "popular_book_title": "The Nightingale", "popular_book_url": "https://www.goodreads.com/book/show/21853621-the-nightingale", "number_published_books": 89}, {"author_id": 3472, "name": "Margaret Atwood", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1282859073i/3472._UX150_CR0,23,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/3472.Margaret_Atwood", "popular_book_title": "The Handmaid\u2019s Tale", "popular_book_url": "https://www.goodreads.com/book/show/38447.The_Handmaid_s_Tale", "number_published_books": 471}, {"author_id": 566, "name": "Paulo Coelho", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1201840056i/566._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/566.Paulo_Coelho", "popular_book_title": "The Alchemist", "popular_book_url": "https://www.goodreads.com/book/show/865.The_Alchemist", "number_published_books": 262}, {"author_id": 25422, "name": "Holly Black", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1589911274i/25422._UX150_CR0,24,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/25422.Holly_Black", "popular_book_title": "The Cruel Prince", "popular_book_url": "https://www.goodreads.com/book/show/26032825-the-cruel-prince", "number_published_books": 175}, {"author_id": 4725841, "name": "E.L. James", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1549477398i/4725841._UX150_CR0,25,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/4725841.E_L_James", "popular_book_title": "Fifty Shades of Grey", "popular_book_url": "https://www.goodreads.com/book/show/10818853-fifty-shades-of-grey", "number_published_books": 39}, {"author_id": 2987125, "name": "Kiera Cass", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1318605410i/2987125._UX150_CR0,6,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/2987125.Kiera_Cass", "popular_book_title": "The Selection", "popular_book_url": "https://www.goodreads.com/book/show/10507293-the-selection", "number_published_books": 34}, {"author_id": 2384, "name": "Janet Evanovich", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1478729372i/2384._UX150_CR0,34,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/2384.Janet_Evanovich", "popular_book_title": "One for the Money", "popular_book_url": "https://www.goodreads.com/book/show/6853.One_for_the_Money", "number_published_books": 176}, {"author_id": 322069, "name": "Liane Moriarty", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1459827224i/322069._UX150_CR0,37,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/322069.Liane_Moriarty", "popular_book_title": "Big Little Lies", "popular_book_url": "https://www.goodreads.com/book/show/19486412-big-little-lies", "number_published_books": 38}, {"author_id": 4208569, "name": "Rainbow Rowell", "image": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/authors/1652825664i/4208569._UX150_CR0,25,150,150_RO75,1,255,255,255,255,255,255,15_.jpg", "url": "https://www.goodreads.com/author/show/4208569.Rainbow_Rowell", "popular_book_title": "Eleanor & Park", "popular_book_url": "https://www.goodreads.com/book/show/15745753-eleanor-park", "number_published_books": 99}] | {"$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_published_books": {"type": "integer"}}, "required": ["author_id", "image", "name", "number_published_books", "popular_book_title", "popular_book_url", "url"]}} |
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", "synopsis": "Beautiful World, Where Are You is a new novel by Sally Rooney, the bestselling author of Normal People and Conversations with Friends.Alice, a novelist, meets Felix, who works in a warehouse, and asks him if he\u2019d like to travel to Rome with her. In Dublin, her best friend, Eileen, is getting over a break-up and slips back into flirting with Simon, a man she has known sinceBeautiful World, Where Are You is a new novel by Sally Rooney, the bestselling author of Normal People and Conversations with Friends.Alice, a novelist, meets Felix, who works in a warehouse, and asks him if he\u2019d like to travel to Rome with her. In Dublin, her best friend, Eileen, is getting over a break-up and slips back into flirting with Simon, a man she has known since childhood. Alice, Felix, Eileen, and Simon are still young\u2014but life is catching up with them. They desire each other, they delude each other, they get together, they break apart. They have sex, they worry about sex, they worry about their friendships and the world they live in. Are they standing in the last lighted room before the darkness, bearing witness to something? Will they find a way to believe in a beautiful world?"} | {"$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"}, "published_date": {"type": "string"}, "synopsis": {"type": "string"}}, "required": ["authors", "book_id", "cover", "name", "pages", "published_date", "rating", "synopsis", "url"]} |
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 Unbreakable Bond of Sisterhood", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1556171767l/45299992._SY475_.jpg", "url": "https://www.goodreads.com/book/show/45299992-if-you-tell"}, {"book_id": 57795665, "name": "The Locked Door", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1618859577l/57795665._SY475_.jpg", "url": "https://www.goodreads.com/book/show/57795665-the-locked-door"}, {"book_id": 61313902, "name": "Five Survive", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1664370443l/61313902._SY475_.jpg", "url": "https://www.goodreads.com/book/show/61313902-five-survive"}, {"book_id": 60177373, "name": "Fairy Tale", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1647789287l/60177373.jpg", "url": "https://www.goodreads.com/book/show/60177373-fairy-tale"}, {"book_id": 58724923, "name": "Hidden Pictures", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1635260162l/58724923.jpg", "url": "https://www.goodreads.com/book/show/58724923-hidden-pictures"}, {"book_id": 58909880, "name": "The House Across the Lake", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1639618949l/58909880.jpg", "url": "https://www.goodreads.com/book/show/58909880-the-house-across-the-lake"}, {"book_id": 52476830, "name": "The Push", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1609854219l/52476830._SY475_.jpg", "url": "https://www.goodreads.com/book/show/52476830-the-push"}, {"book_id": 59808050, "name": "Daisy Darker", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1639604124l/59808050.jpg", "url": "https://www.goodreads.com/book/show/59808050-daisy-darker"}, {"book_id": 54197718, "name": "One By One", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1592705582l/54197718._SY475_.jpg", "url": "https://www.goodreads.com/book/show/54197718-one-by-one"}] | {"$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", "authors": ["Robert Kirkman", "Tony Moore", "Andreas Mergenthaler", "Frank Darabont", "Charles Adlard", "Sina Grace", "Hardy Hellstern", "Charlie Adlard", "Rus Wooton", "Rus Wooton", "Stefano Gaudiano", "Cliff Rathburn", "Marc-Oliver Frisch", "Dave Stewart", "Michael Schuster", "Frank Neubauer"], "rating": 4.27, "created_editions": 48, "year": 2004}, {"book_id": 6465707, "name": "The Walking Dead Compendium One", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1449865699i/6465707._SY75_.jpg", "url": "https://www.goodreads.com/book/show/6465707-the-walking-dead-compendium-one?from_search=true&from_srp=true&qid=nK9YZcAHq9&rank=2", "authors": ["Robert Kirkman"], "rating": 4.44, "created_editions": 13, "year": 2009}, {"book_id": 30071, "name": "The Walking Dead, Book One", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1464733555i/30071._SY75_.jpg", "url": "https://www.goodreads.com/book/show/30071.The_Walking_Dead_Book_One?from_search=true&from_srp=true&qid=nK9YZcAHq9&rank=3", "authors": ["Robert Kirkman", "Tony Moore", "Charlie Adlard"], "rating": 4.35, "created_editions": 14, "year": 2004}] | {"$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_editions": {"type": "integer"}, "year": {"type": "integer"}}, "required": ["authors", "book_id", "cover", "created_editions", "name", "rating", "url", "year"]}} |
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 Thing He Told Me", "winning_category": "Mystery & Thriller", "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1628623381l/58744977._SY475_.jpg", "url": "https://www.goodreads.com/choiceawards/best-mystery-thriller-books-2021"}] | {"$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_category"]}} |
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": 52867387, "name": "Beach Read", "author": "Emily Henr", "votes": 60124, "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1589881197l/52867387._SY475_.jpg", "url": "https://www.goodreads.com/book/show/52867387-beach-read?from_choice=true"}, {"book_id": 50093704, "name": "In Five Years", "author": "Rebecca Serl", "votes": 37342, "cover": "https://i.gr-assets.com/images/S/compressed.photo.goodreads.com/books/1586399012l/50093704._SY475_.jpg", "url": "https://www.goodreads.com/book/show/50093704-in-five-years?from_choice=true"}] | {"$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", "cover", "name", "url", "votes"]}} |
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 Victorian era. His works enjoyed unprecedented popularity during his lifetime, and by the twentieth century critics and scholars had recognised him as a literary genius. His novels and short stories enjoy lasting popularity.Dickens left school to work in a factory when his father was incarcerated in a debtors' prison. Despite his lack of formal education, he edited a weekly journal for 20 years, wrote 15 novels, five novellas, hundreds of short stories and non-fiction articles, lectured and performed extensively, was an indefatigable letter writer, and campaigned vigorousl", "born": "February 07, 1812", "died": "June 09, 1870", "author_books": [{"url": "https://www.goodreads.com/book/show/1953.A_Tale_of_Two_Cities", "name": "A Tale of Two Cities", "rating": 3.86, "date": 1859}, {"url": "https://www.goodreads.com/book/show/5326.A_Christmas_Carol", "name": "A Christmas Carol", "rating": 4.07, "date": 1843}, {"url": "https://www.goodreads.com/book/show/2623.Great_Expectations", "name": "Great Expectations", "rating": 3.79, "date": 1860}, {"url": "https://www.goodreads.com/book/show/18254.Oliver_Twist", "name": "Oliver Twist", "rating": 3.88, "date": 1838}, {"url": "https://www.goodreads.com/book/show/58696.David_Copperfield", "name": "David Copperfield", "rating": 4.02, "date": 1850}, {"url": "https://www.goodreads.com/book/show/31242.Bleak_House", "name": "Bleak House", "rating": 4.01, "date": 1853}, {"url": "https://www.goodreads.com/book/show/169848.A_Christmas_Carol_The_Chimes_The_Cricket_on_the_Hearth", "name": "A Christmas Carol / The Chimes / The Cricket on the Hearth", "rating": 4.14, "date": 1843}, {"url": "https://www.goodreads.com/book/show/5344.Hard_Times", "name": "Hard Times", "rating": 3.54, "date": 1854}, {"url": "https://www.goodreads.com/book/show/31250.Little_Dorrit", "name": "Little Dorrit", "rating": null, "date": 1857}, {"url": "https://www.goodreads.com/book/show/325085.Nicholas_Nickleby", "name": "Nicholas Nickleby", "rating": 3.93, "date": 1839}]} | {"$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", "items": {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "rating": {"type": ["null", "number"]}, "date": {"type": "integer"}}, "required": ["date", "name", "rating", "url"]}}}, "required": ["author_books", "author_id", "born", "died", "image", "info", "name", "rating"]} |
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"}, {"book_id": "58438583", "position": "2", "name": "One Italian Summer", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1626799802i/58438583.jpg", "rating": 3.73, "url": "https://www.goodreads.com/book/show/58438583-one-italian-summer"}, {"book_id": "58371432", "position": "3", "name": "The Book of Cold Cases", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1624553583i/58371432.jpg", "rating": 3.91, "url": "https://www.goodreads.com/book/show/58371432-the-book-of-cold-cases"}, {"book_id": "58064046", "position": "4", "name": "Gallant", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635862579i/58064046.jpg", "rating": 3.9, "url": "https://www.goodreads.com/book/show/58064046-gallant"}, {"book_id": "57815107", "position": "5", "name": "The War of Two Queens (Blood and Ash, #4)", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1635174962i/57815107.jpg", "rating": 4.05, "url": "https://www.goodreads.com/book/show/57815107-the-war-of-two-queens"}, {"book_id": "57693416", "position": "6", "name": "The Golden Couple", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1633973719i/57693416.jpg", "rating": 4.04, "url": "https://www.goodreads.com/book/show/57693416-the-golden-couple"}, {"book_id": "55004093", "position": "7", "name": "The Cartographers", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1634915484i/55004093.jpg", "rating": 3.74, "url": "https://www.goodreads.com/book/show/55004093-the-cartographers"}, {"book_id": "58490567", "position": "8", "name": "The Diamond Eye", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1641777418i/58490567.jpg", "rating": 4.35, "url": "https://www.goodreads.com/book/show/58490567-the-diamond-eye"}, {"book_id": "57693427", "position": "9", "name": "The Night Shift", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1639384101i/57693427.jpg", "rating": 4.03, "url": "https://www.goodreads.com/book/show/57693427-the-night-shift"}, {"book_id": "57007401", "position": "10", "name": "Dating Dr. Dil (If Shakespeare was an Auntie #1)", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1642405300i/57007401.jpg", "rating": 3.82, "url": "https://www.goodreads.com/book/show/57007401-dating-dr-dil"}, {"book_id": "58265135", "position": "11", "name": "The Unsinkable Greta James", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1627483702i/58265135.jpg", "rating": 3.97, "url": "https://www.goodreads.com/book/show/58265135-the-unsinkable-greta-james"}, {"book_id": "58536005", "position": "12", "name": "The Club", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1644230879i/58536005.jpg", "rating": 3.44, "url": "https://www.goodreads.com/book/show/58536005-the-club"}, {"book_id": "56978089", "position": "13", "name": "A Magic Steeped in Poison (The Book of Tea, #1)", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1620317227i/56978089.jpg", "rating": 3.99, "url": "https://www.goodreads.com/book/show/56978089-a-magic-steeped-in-poison"}, {"book_id": "58505877", "position": "14", "name": "Run Rose Run", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1628699768i/58505877.jpg", "rating": 4, "url": "https://www.goodreads.com/book/show/58505877-run-rose-run"}, {"book_id": "57899793", "position": "15", "name": "All My Rage", "cover": "https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1629908086i/57899793.jpg", "rating": 4.62, "url": "https://www.goodreads.com/book/show/57899793-all-my-rage"}] | {"$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", "name", "position", "rating", "url"]}} |
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"]}}, "success": {"type": "boolean"}}, "required": ["body", "success"]} |
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": "5f80ccd641785ba7c7d27c0f", "punchline": "Ground beef.", "setup": "What do you call a cow with no legs?", "type": "general"}, {"_id": "5f80ccd641785ba7c7d27b82", "punchline": "Ground beef!", "setup": "What do you call a cow with no legs?", "type": "general"}, {"_id": "5f80ccd641785ba7c7d27c6f", "punchline": "In the calf-ateria.", "setup": "Where do young cows eat lunch?", "type": "general"}, {"_id": "5f80ccd641785ba7c7d27c10", "punchline": "Lean beef.", "setup": "What do you call a cow with two legs?", "type": "general"}, {"_id": "5f80ccd641785ba7c7d27c4c", "punchline": "MOODOO.", "setup": "What kind of magic do cows believe in?", "type": "general"}, {"_id": "5f80ccd641785ba7c7d27ba1", "punchline": "It was udder destruction.", "setup": "Did you hear about the cow who jumped over the barbed wire fence?", "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"]}}, "success": {"type": "boolean"}}, "required": ["body", "success"]} |
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-countryside-vol-4-light-novel"}, {"title": "Bofuri: I Don't Want to Get Hurt, so I'll Max Out My Defense., Vol. 3 (light novel)", "img": "https://yenpress-us.imgix.net/covers/9781975323561.jpg?auto=format&w=180", "url": "https://yenpress.com/9781975323561/bofuri-i-dont-want-to-get-hurt-so-ill-max-out-my-defense-vol-3-light-novel"}, {"title": "Date A Live, Vol. 3 (light novel)", "img": "https://yenpress-us.imgix.net/covers/9781975319953.jpg?auto=format&w=180", "url": "https://yenpress.com/9781975319953/date-a-live-vol-3-light-novel"}] | {"$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" and "inspirational", and many more. | 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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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" and "inspirational", and many more. | 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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "hasIcelandicQuotes": {"description": "Whether or not this author has some icelandic quotes", "type": "boolean", "x-go-name": "HasIcelandicQuotes"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "nrOfEnglishQuotes": {"description": "How many quotes in English this author has", "format": "int64", "type": "integer", "x-go-name": "NrOfEnglishQuotes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "nrOfIcelandicQuotes": {"description": "How many quotes in Icelandic this author has", "format": "int64", "type": "integer", "x-go-name": "NrOfIcelandicQuotes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}}, "type": "object", "x-go-name": "AuthorAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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": 879890}] | {"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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "uint64", "type": "integer", "x-go-name": "QuoteId"}}, "type": "object", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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": 879890}] | {"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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "uint64", "type": "integer", "x-go-name": "QuoteId"}}, "type": "object", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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.'", "quoteId": 879890, "topicId": 100, "topicName": "Wisdom"}] | {"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": "The date when this quote was the quote of the day", "type": "string", "x-go-name": "Date"}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote for the day", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "int64", "type": "integer", "x-go-name": "QuoteId", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "topicId": {"description": "The topic's Id that this QOD is quote of the day of", "format": "uint64", "type": "integer", "x-go-name": "TopicId"}, "topicName": {"description": "The topic's name that this QOD is quote of the day of", "type": "string", "x-go-name": "TopicName"}}, "type": "object", "x-go-name": "QodAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": 879890}] | {"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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "uint64", "type": "integer", "x-go-name": "QuoteId"}}, "type": "object", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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": 879890}] | {"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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "uint64", "type": "integer", "x-go-name": "QuoteId"}}, "type": "object", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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": 879890}] | {"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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "uint64", "type": "integer", "x-go-name": "QuoteId"}}, "type": "object", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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.'", "quoteId": 879890, "topicId": 100, "topicName": "Wisdom"} | {"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 date when this quote was the quote of the day", "type": "string", "x-go-name": "Date"}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "isIcelandic": {"description": "Whether or not this quote is in icelandic", "type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}, "quote": {"description": "The quote for the day", "type": "string", "x-go-name": "Quote"}, "quoteId": {"description": "The quote's id", "format": "int64", "type": "integer", "x-go-name": "QuoteId", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "topicId": {"description": "The topic's Id that this QOD is quote of the day of", "format": "uint64", "type": "integer", "x-go-name": "TopicId"}, "topicName": {"description": "The topic's name that this QOD is quote of the day of", "type": "string", "x-go-name": "TopicName"}}, "type": "object", "x-go-name": "QodAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "hasIcelandicQuotes": {"description": "Whether or not this author has some icelandic quotes", "type": "boolean", "x-go-name": "HasIcelandicQuotes"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "nrOfEnglishQuotes": {"description": "How many quotes in English this author has", "format": "int64", "type": "integer", "x-go-name": "NrOfEnglishQuotes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "nrOfIcelandicQuotes": {"description": "How many quotes in Icelandic this author has", "format": "int64", "type": "integer", "x-go-name": "NrOfIcelandicQuotes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}}, "type": "object", "x-go-name": "AuthorAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
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" and "inspirational", and many more. | 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", "type": "integer", "x-go-name": "Count", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "died": {"description": "The date this author died", "type": "string", "x-go-name": "Died"}, "hasIcelandicQuotes": {"description": "Whether or not this author has some icelandic quotes", "type": "boolean", "x-go-name": "HasIcelandicQuotes"}, "name": {"description": "The name of the author", "type": "string", "x-go-name": "Name"}, "nationality": {"description": "The author's nationality", "type": "string", "x-go-name": "Nationality"}, "nrOfEnglishQuotes": {"description": "How many quotes in English this author has", "format": "int64", "type": "integer", "x-go-name": "NrOfEnglishQuotes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "nrOfIcelandicQuotes": {"description": "How many quotes in Icelandic this author has", "format": "int64", "type": "integer", "x-go-name": "NrOfIcelandicQuotes", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "profession": {"description": "The author's main profession", "type": "string", "x-go-name": "Profession"}}, "type": "object", "x-go-name": "AuthorAPIModel", "x-go-package": "_/Users/thorduragustsson/Programming/go/github.com/Skjaldbaka17/quotel-sls-api/swagger/docs"}, "type": "array"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": 9223372036854776000}}, "type": "object"} |
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" and "inspirational", and many more. | 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": "object"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.