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 |
|---|---|---|---|---|---|---|---|---|---|
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/f1e6782a-3b9e-470c-9e71-2c3af735ff71/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAuthorOfTheDay | Use this route to get the AOD for today for "English" or "icelandic" authors | 200 | Example_1 | {"authorId": 29333, "born": "1942-January-17", "date": "2021-06-12T00:00:00Z", "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer"} | {"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"}, "date": {"description": "The date when this author was the author of the day", "type": "string"... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 404 | Example_1 | {"message": "No quote exists that matches the given parameters."} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}}, "type": "object"} |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/72e3ef1d-e0b0-4c7c-ab98-1e988046ed72/3/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetRandomQuote | Use this route to get a random quote from the whole database, from specific topics like 'Motivational' or 'Love' or from a specific author. | 200 | Example_1 | {"authorId": 24952, "born": "1942-January-17", "count": 0, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "Float like a butterfly, sting like a bee.", "quoteId": 582676, "topicId": 100, "topicName": "Wisdom"} | {"properties": {"authorId": {"description": "The author's id", "format": "int64", "type": "integer", "uniqueItems": true, "x-go-name": "AuthorId", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d25119d9-eaac-4fec-89c3-7b49c886ba66/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetTopics | List all the available topics, english / icelandic or both | 200 | Example_1 | [{"id": 0, "isIcelandic": true, "name": ""}] | {"items": {"properties": {"id": {"format": "int64", "type": "integer", "x-go-name": "Id", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "isIcelandic": {"type": "boolean", "x-go-name": "IsIcelandic"}, "name": {"type": "string", "x-go-name": "Name"}}, "type": "object", "x-go-name": "TopicAPIModel", "x... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d25119d9-eaac-4fec-89c3-7b49c886ba66/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetTopics | List all the available topics, english / icelandic or both | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/d25119d9-eaac-4fec-89c3-7b49c886ba66/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetTopics | List all the available topics, english / icelandic or both | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/9bf634ea-d15f-4eed-93c1-8222f7cc3152/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAODHistory | Use this route to get the history of authors of the day for "English" or "icelandic" authors -- starting from Middle of July 2021. | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/9bf634ea-d15f-4eed-93c1-8222f7cc3152/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAODHistory | Use this route to get the history of authors of the day for "English" or "icelandic" authors -- starting from Middle of July 2021. | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/9bf634ea-d15f-4eed-93c1-8222f7cc3152/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetAODHistory | Use this route to get the history of authors of the day for "English" or "icelandic" authors -- starting from Middle of July 2021. | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "date": "2021-06-12T00:00:00Z", "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "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"}, "date": {"description": "The date when this author was the author of the day", "type"... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/084bbf2f-97a2-4ce9-a14a-043f7dced480/0/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuotesList | Use this route to get a list of quotes according to some ordering / parameters -- list them based on length of quote, popularity or by their id | 500 | Example_1 | {"message": "Please try again later.", "statusCode": 500} | {"properties": {"message": {"description": "The error message describing what happened", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/084bbf2f-97a2-4ce9-a14a-043f7dced480/1/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuotesList | Use this route to get a list of quotes according to some ordering / parameters -- list them based on length of quote, popularity or by their id | 400 | Example_1 | {"message": "request body is not structured correctly.", "statusCode": 400} | {"properties": {"message": {"description": "The error message", "type": "string", "x-go-name": "Message"}, "statusCode": {"description": "The http status code for this error", "format": "int64", "type": "integer", "x-go-name": "StatusCode", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}, "type": "obj... |
9c58196c-5e6a-4e80-aedd-7c7b2f533e0d/084bbf2f-97a2-4ce9-a14a-043f7dced480/2/0 | Quotel - Quotes | The Quotel - Quotes api gives you easy access to 1.000.000+ quotes by 30.000+ authors, scientists, celebrities, musicians, politicians, athletes, famous people from history and many more with features such as Quote of the day, random quote, full text search, quotes categorised into over 100 topics like "love", "wisdom"... | 9.5 | GetQuotesList | Use this route to get a list of quotes according to some ordering / parameters -- list them based on length of quote, popularity or by their id | 200 | Example_1 | [{"authorId": 29333, "born": "1942-January-17", "count": 1111, "died": "2016-June-3", "isIcelandic": true, "name": "Muhammad Ali", "nationality": "American", "profession": "Boxer", "quote": "I hated every minute of training, but I said, 'Don't quit. Suffer now and live the rest of your life as a champion.'", "quoteId":... | {"items": {"properties": {"authorId": {"description": "The author's id", "format": "uint64", "type": "integer", "x-go-name": "AuthorId"}, "born": {"description": "The date this author was born", "type": "string", "x-go-name": "Born"}, "count": {"description": "The popularity index of the quote", "format": "int64", "typ... |
93bc691d-568e-42fe-8d2b-83537bec4520/3ee9a8c3-654d-4956-ba75-7e6491e33dc9/0/0 | Jokerator - Endless Jokes API | Fun and entertaining tool that provides a vast collection of jokes, puns, and humorous content to add laughter and amusement to your applications, websites, or services. With this API, you can easily integrate endless jokes into your projects, providing your users with a delightful and lighthearted experience. | 5.2 | Get Random Joke | Get Random Joke | 200 | New Example | {"status": "ok", "error": null, "data": {"id": "4gipz5", "score": 0, "setup": "What's up?", "punchline": "You've never seen it? It's a really great Disney Pixar movie from 2009. I swear, it makes me cry every time. You should definitely go find a copy and watch it.", "success": true}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "score": {"type": "integer"}, "setup": {"type": "string"}, "punchline": {"type": "string"}, "success": {"type": "boo... |
f03602ae-8bde-45d4-a368-248b8b2b7845/4aac0613-2741-4957-b036-d6ac8d6716f2/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Top 100 Series List | The cover image, rank, title, thumbnail, IMDb rating, ID, year, description, imdb id, imdb link and genre of the top 100 series of all time. More detailed information about the series and their trailers can be accessed through the 'Series Data By ID' endpoint. Regular updates. | 200 | New Example | [{"rank": 13, "title": "Game of Thrones", "description": "Nine noble families fight for control over the lands of Westeros, while an ancient enemy returns after being dormant for a millennia.", "image": "https://m.media-amazon.com/images/M/MV5BN2IzYzBiOTQtNGZmMi00NDI5LTgxMzMtN2EzZjA1NjhlOGMxXkEyXkFqcGdeQXVyNjAwNDUxODI@... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "t... |
f03602ae-8bde-45d4-a368-248b8b2b7845/05acb897-6ad4-49d8-a037-73b8f5501031/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Series Data By Id | This endpoint lists a series's data by its ID. It contains a large-sized cover image, trailer, description, and more. For example, you can use the ID 'top1'. | 200 | New Example | {"rank": 1, "title": "Breaking Bad", "thumbnail": "https://m.media-amazon.com/images/M/MV5BYmQ4YWMxYjUtNjZmYi00MDQ1LWFjMjMtNjA5ZDdiYjdiODU5XkEyXkFqcGdeQXVyMTMzNDExODE5._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": 9.5, "id": "top1", "year": "2008-2013", "image": "https://m.media-amazon.com/images/M/MV5BYmQ4YWMxYjUtNjZmYi00M... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "rating": {"type": "number"}, "id": {"type": "string"}, "year": {"type": "string"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "des... |
f03602ae-8bde-45d4-a368-248b8b2b7845/eeba8ca8-b70c-417e-8c7c-590bb0359480/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Movie Data By Id | This endpoint lists a movie's data by its ID. It contains a big-sized cover image, trailer, description, and more. For example, you can use the ID 'top32'. | 200 | New Example | {"rank": 32, "title": "Oppenheimer", "thumbnail": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_UY67_CR0,0,45,67_AL_.jpg", "rating": "8.6", "id": "top32", "year": 2023, "image": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2L... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "rating": {"type": "string"}, "id": {"type": "string"}, "year": {"type": "integer"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "de... |
f03602ae-8bde-45d4-a368-248b8b2b7845/e356f09e-d37e-4eab-b36b-28ed1e4f95e2/0/0 | IMDb Top 100 Movies | Top 100 Greatest Movies and Series of All Time based on IMDb. Frequent Updates to The Movie List and Series List. Easy to use. Includes The Trailers. | 9.7 | Top 100 movies list | The cover image, rank, title, thumbnail, IMDb rating, ID, year, description, imdb id, imdb link and genre of the top 100 movies of all time. More detailed information about the movies and their trailers can be accessed through the 'Movie Data By ID' endpoint. Regular updates. | 200 | New Example | [{"rank": 32, "title": "Oppenheimer", "description": "The story of American scientist, J. Robert Oppenheimer, and his role in the development of the atomic bomb.", "image": "https://m.media-amazon.com/images/M/MV5BMDBmYTZjNjUtN2M1MS00MTQ2LTk2ODgtNzc2M2QyZGE5NTVjXkEyXkFqcGdeQXVyNzAwMjU2MTY@._V1_QL75_UX380_CR0,0,380,562_... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"rank": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "big_image": {"type": "string"}, "genre": {"type": "array", "items": {"type": "string"}}, "t... |
7f588d21-963d-4430-bd1e-983499244c03/4101cf60-dd18-44f0-bb3c-9a80d1ae3fa5/0/0 | Watch Here | A robust and affordable api to find where to watch movies and tv shows | 7.5 | wheretowatch [all] | This is the only endpoint you need.
Body Request
title and mediaType is required
mediaType= tv show or movie
platform is optional. set true to only show streaming platforms
Header Request
Content-Type= application/json
x-rapidapi-key= Your_API_Key | 200 | Incredibles 2 Response | [{"Company": {"Description": "Dailymotion SA provides entertainment services. The Company offers a social media website to users, content makers, and companies to upload, publish, and share videos covering news, politics, animals, cinema, comedy, cooking, culture, music, sports, and travel. Dailymotion conducts busines... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Company": {"type": "object", "properties": {"Description": {"type": "string"}, "Facebook": {"type": "string"}, "LogoUrl": {"type": "string"}, "Name": {"type": "string"}, "Twitter": {"type": "string"}}, "required":... |
7f588d21-963d-4430-bd1e-983499244c03/4101cf60-dd18-44f0-bb3c-9a80d1ae3fa5/0/1 | Watch Here | A robust and affordable api to find where to watch movies and tv shows | 7.5 | wheretowatch [all] | This is the only endpoint you need.
Body Request
title and mediaType is required
mediaType= tv show or movie
platform is optional. set true to only show streaming platforms
Header Request
Content-Type= application/json
x-rapidapi-key= Your_API_Key | 200 | Stranger Things Response | [{"Company": {"Description": "Netflix, Inc. provides subscription streaming entertainment service. It offers TV series, documentaries, and feature films across various genres and languages. The company provides members the ability to receive streaming content through a host of Internet-connected screens, including TVs,... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Company": {"type": "object", "properties": {"Description": {"type": "string"}, "Facebook": {"type": "string"}, "LogoUrl": {"type": "string"}, "Name": {"type": "string"}, "Twitter": {"type": "string"}}, "required":... |
7f588d21-963d-4430-bd1e-983499244c03/722fcf4c-4a1b-4ebe-b8e0-46cbddbbe7f7/0/0 | Watch Here | A robust and affordable api to find where to watch movies and tv shows | 7.5 | wheretowatch [platform only] | set platform to true to only get streaming platform response | 200 | New Example | [{"Company": {"Description": "Amazon.com, Inc. engages in the retail sale of consumer products and subscriptions in North America and internationally. The company operates through three segments: North America, International, and Amazon Web Services (AWS). It sells merchandise and content purchased for resale from thir... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"Company": {"type": "object", "properties": {"Description": {"type": "string"}, "Facebook": {"type": "string"}, "LogoUrl": {"type": "string"}, "Name": {"type": "string"}, "Twitter": {"type": "string"}}, "required":... |
53aa4aaee4b0a798dbd1a1a4/53aa4ab2e4b059614034023f/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | QOD | Quote of the day | 200 | Example_1 | {"baseurl": "https://theysaidso.com", "contents": {"quotes": [{"author": "Paul Brown", "background": "https://theysaidso.com/img/qod/qod-inspire.jpg", "category": "inspire", "date": "2020-11-11", "id": "3dlKxoNAOZsB__Nb61H95weF", "language": "en", "length": "51", "permalink": "https://theysaidso.com/quote/paul-brown-wh... | {"properties": {"contents": {"properties": {"author": {"type": "string"}, "id": {"type": "string"}, "length": {"type": "string"}, "quote": {"type": "string"}, "tags": {"items": {"type": "string"}, "type": "array"}}, "type": "object"}, "success": {"properties": {"total": {"type": "integer"}}, "type": "object"}}, "type":... |
53aa4aaee4b0a798dbd1a1a4/c62b5f25-788b-4a6e-adce-efde2b47aae3/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Popular Authors | List of popular authors available in the system | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"authors": [{"id": "7MlvT2SxUB7_5bKFRiGUDQeF", "name": "Abraham Lincoln", "slug": "abraham-lincoln"}, {"id": "Ica_i1oM1OY5eX4LZ74ySgeF", "name": "Alain de Botton", "slug": "alain-de-botton"}, {"id": "gcsgcV5HLuIZRPYzmbRTbgeF", "name": "Albert Camus", "slug": "albert-ca... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required... |
53aa4aaee4b0a798dbd1a1a4/c006b53b-4427-46c3-a1d2-20a00241ba37/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Popular Categories | List of popular Categories available in the system | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"categories": [{"name": "inspirational", "title": "Inspirational Quotes"}, {"name": "work", "title": null}, {"name": "women", "title": null}, {"name": "people", "title": null}, {"name": "death", "title": null}]}, "copyright": {"url": "https://theysaidso.com", "year": 2... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": ["null", "string"]}}, "required": ["name", ... |
53aa4aaee4b0a798dbd1a1a4/53aa4ab2e4b0b60946a2f1b4/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | QOD Categories | Get the categories for QOD | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"categories": {"art": "Art quote of the day ", "funny": "Funny Quote of the day", "inspire": "Inspiring Quote of the day", "life": "Quote of the day about life", "love": "Quote of the day about Love", "management": "Management Quote of the day", "sports": "Sports Quote... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"categories": {"type": "object", "properties": {"art": {"type": "string"}, "funny": {"type": "string"}, "inspire": {"type": "string"}, "life": {"type": "string"}, "... |
53aa4aaee4b0a798dbd1a1a4/4d8efc01-2ebe-428e-8589-bd5b1c2d3918/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Random Quote | Get a random quote. | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"author": "John Quincy Adams", "background": null, "categories": ["action", "dreams", "inspiration", "inspirational", "leadership", "management", "motivation", "tod"], "id": "aMNXxpgBH_j7q_4pRNLN8QeF", "language": "en", "length": "100", "note": "The following uprolling... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"author": {"type": "string"}, "background": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "language": {"... |
53aa4aaee4b0a798dbd1a1a4/caca0568-3da4-483f-ac95-1be933c990ac/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Search Authors | Search the list of authors available in the system | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"authors": [{"id": "_kobR6QdDXDw_HCo2J_n0AeF", "name": "Robert Louis Stevenson", "slug": "robert-louis-stevenson"}, {"id": "WKCl3utqIPYnCXiZubNNKAeF", "name": "Steve Jobs", "slug": "steve-jobs"}, {"id": "GfOeOBX2Gwp1emdunDiXDweF", "name": "Steve Maraboli", "slug": "ste... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required... |
53aa4aaee4b0a798dbd1a1a4/01e901a0-dc00-4e4e-81ba-142075d8c4ee/0/0 | They Said So - Say it with style | They Said So has more than 1 million+ quotes in the database, the largest such database in the world. And Quotes API gives easy way to access the data. Random quotes, quote of the day and bible verses are all accessible from this simple REST API. | 7.6 | Search Quote | Search the quotes database based on author, tag etc. | 200 | Response | {"baseurl": "https://theysaidso.com", "contents": {"quotes": [{"author": "Steve Jobs", "background": null, "id": "9h37wNVScWGvg08XHZC_NAeF", "language": "en", "length": "327", "permalink": "https://theysaidso.com/quote/steve-jobs-the-design-of-the-mac-wasnt-what-it-looked-like-although-that-was-par", "quote": "The desi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"baseurl": {"type": "string"}, "contents": {"type": "object", "properties": {"quotes": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "background": {"type": "null"}, "id": {"type": "string"}, "lang... |
c9ab039d-7203-4d4b-bebf-d78c48dce66f/c4921f67-6cb2-414e-81d4-9c3fd9b520de/0/0 | Reddit meme | An API for showing the best memes on the internet using Reddit | 8.9 | Trending memes | Use this route to get the newest trending memes from subreddit | 200 | New Example | [{"created_utc": 1643524062, "title": "Sad aliens noises", "url": "https://i.redd.it/tmd5shz9rre81.gif", "subreddit": "memes"}, {"created_utc": 1643530657, "title": "Pro gamer move", "url": "https://i.redd.it/qqjykysxase81.gif", "subreddit": "memes"}] | {"type": "array", "items": {"type": "object", "properties": {"created_utc": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "subreddit": {"type": "string"}}}} |
c9ab039d-7203-4d4b-bebf-d78c48dce66f/8d869180-38b9-4cf1-b0ed-2a18e1709111/0/0 | Reddit meme | An API for showing the best memes on the internet using Reddit | 8.9 | Top memes | Use this route to get the all top quality memes from subreddit | 200 | New Example | [{"created_utc": 1643475915, "title": "Multiverse is a concept about which we know frighteningly little.", "url": "https://v.redd.it/856mvli0sne81", "subreddit": "memes"}, {"created_utc": 1643467152, "title": "I can predict what's coming", "url": "https://i.redd.it/eptqjiws1ne81.gif", "subreddit": "memes"}] | {"type": "array", "items": {"type": "object", "properties": {"created_utc": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "subreddit": {"type": "string"}}}} |
73daa1e5-7a5e-4ecf-ab94-db2fee4f8ee1/a9013a75-8e23-4b2b-a86c-e31bf308c152/0/0 | Rick and Morty GraphQL | Characters, locations, episodes from the show. https://rickandmortyapi.com Sample query query { characters(page: 2, filter: { name: "rick" }) { info { count } results { name } } character(id: 1) { id } } | 9.1 | graphQL | Try this sample query by pasting it into the query window:
query { characters(page: 2, filter: { name: "rick" }) {
info { count }
results { name }
}
character(id: 1) { id }
} | 200 | Response | {"data": {"character": {"id": "1"}, "characters": {"info": {"count": 82}, "results": [{"name": "Mechanical Rick"}, {"name": "Mega Fruit Farmer Rick"}, {"name": "Morty Rick"}, {"name": "Pickle Rick"}, {"name": "Plumber Rick"}, {"name": "Quantum Rick"}, {"name": "Regional Manager Rick"}, {"name": "Reverse Rick Outrage"},... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"character": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "characters": {"type": "object", "properties": {"info": {"type": "object", "properties": {"count": {"typ... |
eb112b62-12e2-44fa-8063-8b5b14adf7dd/6fdd7145-4ead-4fa4-a3f2-e9ad2cc1c86c/0/0 | Waifu | Talk to cute waifu chatbot! | 0.4 | Set user dialog json | Set user dialog json | 200 | Response | {"user_id": "sample_user_id"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"user_id": {"type": "string"}}, "required": ["user_id"]} |
299b5a2e-e334-4004-83ee-af447797fff1/560ac193-3bc7-474a-8008-51a9ee278639/0/0 | Random Quotes Generator | This API generates random quotes based on requests. It also gives the detail of who wrote it. | null | Get Random Quote | This endpoint returns a random quote with the information of the author and related tags. | 200 | New Example | {"quote": "The truth is, everyone is going to hurt you. You just got to find the ones worth suffering for.", "author": "Bob Marley", "tags": "motivational, love"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote": {"type": "string"}, "author": {"type": "string"}, "tags": {"type": "string"}}, "required": ["author", "quote", "tags"]} |
3220c8ac-de5b-4c3a-b540-a536616e3348/dcbfed5d-d672-4019-94d7-63fec9c0b1aa/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Book Search | A quick search for a book by entering either 1.) the book title or 2.) the author's name. | 200 | Response | [{"bid": 3527, "isbn10": "0439064872", "title": "Harry Potter and the Chamber of Secrets (2)", "category": "Legacy Systems", "publisher": "Scholastic Paperbacks; Reprint edition", "author": "J. K. Rowling", "authors": [{"amid": "a_j_k_rowling", "author": "J. K. Rowling", "url": "", "aid": 318, "bid": 3527}]}, {"bid": 3... | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "publisher": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"amid... |
3220c8ac-de5b-4c3a-b540-a536616e3348/b1495a7e-02a0-4b8c-a76c-34d6fc88c2d3/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Book Data | The most comprehensive book information data collection available through one API Endpoint. It (not only) provides essential information like ISBN10 and ISBN13 bat lots of extra data, e.g.:
- an informative synopsis,
- editorial and user reviews,
- even video reviews, if exists,
- related book suggestions to help use... | 200 | Response | {"book_data": [{"bid": 55, "isbn10": "0735211299", "isbn13": "9780735211292", "title": "Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones", "category": "Health, Fitness & Dieting", "genre": "Psychology & Counseling", "publisher": "Avery", "published": "2018-10-16T00:00:00.000Z", "see_all": 0, "r... | {"type": "object", "properties": {"book_data": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/62c2f1ab-f37c-4f2f-97b0-1d91146e8f6e/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Hachette Global Publisher Bestsellers | The latest Hachette Book Bestellers list featuring a curated selection of new and trending bestsellers across a wide range of genres and topics, handpicked by one of the leading publishers in the industry. | 200 | Response | {"Politics & Social Sciences": [{"bid": 517, "isbn10": "031627352X", "isbn13": "9780316273527", "title": "This Is the Fire: What I Say to My Friends About Racism", "category": "Politics & Social Sciences", "genre": "Social Sciences", "publisher": "Little, Brown and Company; Large type / Large print edition", "rating": ... | {"type": "object", "properties": {"Politics & Social Sciences": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"ty... |
3220c8ac-de5b-4c3a-b540-a536616e3348/41910435-81a3-4bb5-a6d3-d9fe3a5b88de/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | HarperCollins Global Publisher Bestsellers | HarperCollins Bestsellers List showcases the most in-demand books across genres and categories, selected using sales data and expert recommendations from one of the most reputable and recognized booksellers in the industry. | 200 | Response | {"Literature & Fiction": [{"bid": 246, "isbn10": "006302747X", "isbn13": "9780063027473", "title": "The Ex Hex", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Avon", "rating": "4.0", "pagesno": 320, "synopsis": "New York Times bestselling author Rachel Hawkins, writing as Erin Sterling, ca... | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/1352be46-6601-4f57-8b06-de14f178d166/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Random House Global Publisher Bestsellers | Penguin Random House Bestsellers List, featuring the most popular books of the moment across various genres and categories, curated based on sales data and expert recommendations from one of the most well-known and respected booksellers in the industry. | 200 | Response | {"Literature & Fiction": [{"bid": 4151, "isbn10": "0593598342", "isbn13": "9780593598344", "title": "One Last Gift: A Novel", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Dell", "rating": "4.2", "pagesno": 400, "synopsis": " When a young woman finds herself lost and at a crossroads, one ... | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/e1304755-73b8-49fc-8706-84b9fa3c8cfd/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Barnes & Noble Book Blockbusters | Barnes & Noble Bestsellers List, featuring the most popular books of the moment across various genres and categories, curated based on sales data and expert recommendations from one of the most well-known and respected booksellers in the industry. | 200 | Response | {"Christian Books & Bibles": [{"bid": 2333, "isbn10": "0063225883", "isbn13": "9780063225886", "title": "The Mothers and Daughters of the Bible Speak: Lessons on Faith from Nine Biblical Families", "category": "Christian Books & Bibles", "genre": "Christian Living", "publisher": "Broadside Books", "rating": "0.0", "pag... | {"type": "object", "properties": {"Christian Books & Bibles": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type... |
3220c8ac-de5b-4c3a-b540-a536616e3348/bc68b8b6-57d6-482d-8c4d-7779149da120/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Publishers Weekly Bestseller Lists | The Publishers Weekly Bestsellers List, featuring the most popular books across various genres and categories, based on sales data and expert recommendations from one of the most respected publishing industry authorities. | 200 | Response | {"Literature & Fiction": [{"bid": 5213, "isbn10": "1335530053", "isbn13": "9781335530059", "title": "When Justice Rides (A Buckhorn, Montana Novel, 6)", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "HQN; Original edition", "rating": "4.7", "pagesno": 336, "synopsis": " In Buckhorn, roots ... | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/b2a46e24-a310-474d-8c9b-5460fbade7a6/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | New York Times Best Sellers | Current List of New York Times Best Sellers Sorted by Genre | 200 | Response | {"Children's Books": [{"bid": 388, "isbn10": "1368077927", "isbn13": "9781368077927", "title": "Daughter of the Deep", "category": "Children's Books", "genre": "Geography & Cultures", "publisher": "Disney-Hyperion", "rating": "4.8", "pagesno": 352, "synopsis": "New York Times #1 best-selling author Rick Riordan pays ho... | {"type": "object", "properties": {"Children's Books": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "stri... |
3220c8ac-de5b-4c3a-b540-a536616e3348/37105866-ad0f-43e2-b171-ba651db8cb22/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Greatest Books of the Millennium | Curated list of must-read fiction and non-fiction books that have had a significant impact in the last century based on recommendations from a variety of experts, authors, and critics in the field. | 200 | Response | {"Literature & Fiction": [{"bid": 437, "isbn10": "1400078776", "isbn13": "9781400078776", "title": "Never Let Me Go", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Vintage", "rating": "4.2", "pagesno": 288, "synopsis": "From the winner of the Nobel Prize in Literature and author of the Boo... | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/d85f3e5f-b356-4400-9395-1a8a133d8af7/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Greatest Books of All Time | A curated selection of the best fiction and non-fiction books of all time, carefully chosen based on recommendations from various experts, authors, and critics in the field. | 200 | Response | {"Literature & Fiction": [{"bid": 1140, "isbn10": "0553213393", "isbn13": "9780553213393", "title": "Inferno (Bantam Classics)", "category": "Literature & Fiction", "genre": "History & Criticism", "publisher": "Bantam Classics; Bantam Classic Edition, February 1982", "rating": "4.5", "pagesno": 432, "synopsis": "In thi... | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/db226e3e-2b6c-4ac8-b78b-876fd52a79a3/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Independent - INDI Publishers Bestsellers | CherryPicked selections of fresh and highly regarded by readers indie fiction and non-fiction bestsellers on sale in hundreds of independent bookstores nationwide. | 200 | Response | {"Literature & Fiction": [{"bid": 3783, "isbn10": "1496715888", "isbn13": "9781496715883", "title": "The Lost Girls of Willowbrook: A Heartbreaking Novel of Survival Based on True History", "category": "Literature & Fiction", "genre": "Genre Fiction", "publisher": "Kensington", "rating": "4.3", "pagesno": 384, "synopsi... | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/65ed58bb-f09e-46ce-9560-2d910217cb93/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Community favorites | Fresh selection of books that are highly regarded by readers and have received positive reviews, ratings, and widespread acclaim from the community. | 200 | Response | {"Science Fiction & Fantasy": [{"bid": 467, "isbn10": "1101885688", "isbn13": "9781101885680", "title": "Go Tell the Bees That I Am Gone: A Novel (Outlander)", "category": "Science Fiction & Fantasy", "genre": "Fantasy", "publisher": "Delacorte Press", "rating": "0.0", "pagesno": 928, "synopsis": "#1 New York Times bes... | {"type": "object", "properties": {"Science Fiction & Fantasy": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"typ... |
3220c8ac-de5b-4c3a-b540-a536616e3348/ee04771e-4eb0-44c4-8cda-c0005ae92478/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Award-Winning & Critically Acclaimed | A fresh collection of the best fiction and non-fiction books, carefully selected based on recommendations from a variety of experts, authors, and critics in the field, using multiple most-reputable sources. | 200 | Response | {"Literature & Fiction": [{"bid": 347, "isbn10": "1984856022", "isbn13": "9781984856029", "title": "A Swim in a Pond in the Rain: In Which Four Russians Give a Master Class on Writing, Reading, and Life", "category": "Literature & Fiction", "genre": "History & Criticism", "publisher": "Random House; First Edition, Late... | {"type": "object", "properties": {"Literature & Fiction": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "... |
3220c8ac-de5b-4c3a-b540-a536616e3348/50463e1f-7da1-4a24-9b8e-642488f71c27/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Self-Help & Personal Growth Bestsellers | A curated & up-to-date list of the best Self-Help & Personal Growth Books extrapolated by sophisticated AI algorithms from a variety of top-tier sources across the Internet. | 200 | Response | [{"bid": 5331, "isbn10": "0063272903", "isbn13": "9780063272903", "title": "Gnar Country: Growing Old, Staying Rad", "category": "Self-Help", "genre": "Relationships", "publisher": "Harper Wave", "rating": "4.7", "pagesno": 304, "synopsis": " The New York Times bestselling author and human performance expert tests his... | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type"... |
3220c8ac-de5b-4c3a-b540-a536616e3348/1f488b1c-0656-4b9c-91a5-d93693014b72/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Arts & Photography Bestsellers | A curated & up-to-date list of the best Arts & Photography Books extrapolated by sophisticated AI algorithms from a variety of top-tier sources across the Internet. | 200 | Response | [{"bid": 5154, "isbn10": "1984859412", "isbn13": "9781984859419", "title": "Trees: An Illustrated Celebration", "category": "Arts & Photography", "genre": "History & Criticism", "publisher": "Ten Speed Press; Illustrated edition", "rating": "0.0", "pagesno": 160, "synopsis": " Discover the wonder of trees-one of the m... | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type"... |
3220c8ac-de5b-4c3a-b540-a536616e3348/e6e479e0-0127-4d30-8238-d4c2905ae805/0/0 | Book Discovery by ReadsOmnia | Get access to the Internet’s best-curated selection of must-read books. Search up-to-date databases and/or directly access the data via numerous API endpoints, including: Top-of-the-charts bestsellers, new and trending fiction and nonfiction, Critically acclaimed & Award-winning titles and authors, Top Reade'r suggesti... | 6.7 | Love & Romance Bestsellers | A curated & up-to-date list of the best Love & Romance Books extrapolated by sophisticated AI algorithms from a variety of top-tier sources across the Internet. | 200 | Response | [{"bid": 5041, "isbn10": "1728246385", "isbn13": "9781728246383", "title": "Wolf Takes the Lead (Billionaire Wolf, 4)", "category": "Romance", "genre": "Paranormal", "publisher": "Sourcebooks Casablanca", "rating": "4.5", "pagesno": 416, "synopsis": " USA Today bestselling author Terry Spear combines billionaire and s... | {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "integer"}, "isbn10": {"type": "string"}, "isbn13": {"type": "string"}, "title": {"type": "string"}, "category": {"type": "string"}, "genre": {"type": "string"}, "publisher": {"type": "string"}, "rating": {"type": "string"}, "pagesno": {"type"... |
34bb28f4-b397-4f4e-b1e8-0a36e862ec54/3b4a9e9f-925f-41ca-b814-dda8ff70051e/0/0 | One Piece Manga | API donde podrás ver información e imágenes de todos los capítulos del manga para el famoso shonen de One Piece | 0.2 | Get Chapter | Retorna capitulo seleccionado del manga de One Piece | 200 | New Example | {"titulo": "One Piece Cap\u00edtulo 0.00", "imagenes": ["https://c5.mangatag.com/es_manga/50/114/309091/7438845b5943e3d61cb4964f2bc218ad.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/c185c3de5e72b65070afd29d68191033.jpg", "https://c5.mangatag.com/es_manga/50/114/309091/78b643f95b8a60758e226e7a0555dde3.jpg", "ht... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"titulo": {"type": "string"}, "imagenes": {"type": "array", "items": {"type": "string"}}}, "required": ["imagenes", "titulo"]} |
e008d16f-53d6-466d-8766-5626d434327d/0cf76194-3858-4333-8c1b-354d69c61556/0/0 | Love Calculator | Calculate the compatibility between two people based on their names. | null | calculate | Calculate the compatibility between two people based on their names. | 200 | Response | {"percent": "68", "message": "This could really work out!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"percent": {"type": "string"}, "message": {"type": "string"}}, "required": ["message", "percent"]} |
31783428-1db4-4e10-9eed-be278768dbf8/61a4fb5c-9fe5-4f36-a2e5-015dc69e5432/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | A chapter by its slug | Make request to fetch a specific chapter information for a specific webtoon from a specific provider. | 200 | Chapter 64 - The World After the Fall - Flame Scans | {"provider_webtoon": "flame_the-world-after-the-fall", "slug": "the-world-after-the-fall-chapter-64", "fullTitle": "The World After the Fall Chapter 64", "shortTitle": "Chapter 64", "chapterNum": 64, "sourceURL": "https://flamescans.org/the-world-after-the-fall-chapter-64/", "shortURL": "https://flamescans.org/?p=12712... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"provider_webtoon": {"type": "string"}, "slug": {"type": "string"}, "fullTitle": {"type": "string"}, "shortTitle": {"type": "string"}, "chapterNum": {"type": "integer"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "chapt... |
31783428-1db4-4e10-9eed-be278768dbf8/8d0e5664-b5aa-4916-8022-03e1cbca4613/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Latest chapters updates | Make request to fetch latest chapters updates up to 7 days ago. | 200 | Anigli Scans | [{"provider_webtoon": "anigli_exiled-in-a-class-trial-for-poor-dexterity", "slug": "exiled-in-a-class-trial-for-poor-dexterity-3", "fullTitle": "Exiled in a Class Trial for Poor Dexterity-3", "shortTitle": "Chapter 3", "chapterNum": 3, "sourceURL": "https://anigliscans.com/exiled-in-a-class-trial-for-poor-dexterity-3/"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_webtoon": {"type": "string"}, "slug": {"type": "string"}, "fullTitle": {"type": "string"}, "shortTitle": {"type": "string"}, "chapterNum": {"type": "integer"}, "sourceURL": {"type": "string"}, "shortURL":... |
31783428-1db4-4e10-9eed-be278768dbf8/5d0f937a-e19b-431b-ab82-8c7bbb921770/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Chapters list - paginated | Make request to fetch chapter collection for a specific webtoon from a specific provider. | 200 | Eleceed - Cosmic Scans | [{"provider_webtoon": "cosmic_eleceed", "slug": "eleceed-chapter-228-2", "fullTitle": "Eleceed Chapter 228", "shortTitle": "Chapter 228", "chapterNum": 228, "sourceURL": "https://cosmicscans.com/eleceed-chapter-228-2/", "shortURL": "https://cosmicscans.com/?p=12394", "chapterNav": {"nextSlug": "eleceed-chapter-229", "n... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_webtoon": {"type": "string"}, "slug": {"type": "string"}, "fullTitle": {"type": "string"}, "shortTitle": {"type": "string"}, "chapterNum": {"type": "integer"}, "sourceURL": {"type": "string"}, "shortURL":... |
31783428-1db4-4e10-9eed-be278768dbf8/c575b97a-3a69-4ffc-a84b-df03bbded93c/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Providers list - all | Make request to fetch webtoon providers list. | 200 | All Providers | [{"slug": "luminous", "name": "Luminous Scans", "baseURL": "https://luminousscans.com/"}, {"slug": "asura", "name": "Asura Scans", "baseURL": "https://www.asurascans.com/"}, {"slug": "omega", "name": "Omega Scans", "baseURL": "https://omegascans.com/"}, {"slug": "cosmic", "name": "Cosmic Scans", "baseURL": "https://cos... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "baseURL": {"type": "string"}}, "required": ["baseURL", "name", "slug"]}} |
31783428-1db4-4e10-9eed-be278768dbf8/0959e1cc-a608-4a53-bf9a-0170b2679b4a/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | A webtoon by its slug | Make request to fetch a specific webtoon information from a specific provider. | 200 | Solo Leveling - Asura Scans | {"provider": "asura", "slug": "solo-leveling", "title": "Solo Leveling", "sourceURL": "https://www.asurascans.com/manga/1672760368-solo-leveling/", "shortURL": "https://www.asurascans.com/?p=38459", "coverURL": "https://www.asurascans.com/wp-content/uploads/2021/03/soloLevelingCover02.png", "synopsis": "10 years ago, a... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string"}, "genre": {"type": "arra... |
31783428-1db4-4e10-9eed-be278768dbf8/0959e1cc-a608-4a53-bf9a-0170b2679b4a/0/1 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | A webtoon by its slug | Make request to fetch a specific webtoon information from a specific provider. | 200 | Heroine App - Omega Scans | {"provider": "omega", "slug": "heroine-app", "title": "Heroine App", "sourceURL": "https://omegascans.org/manga/heroine-app/", "shortURL": "https://omegascans.org/?p=13070", "coverURL": "https://omegascans.org/wp-content/uploads/2022/11/HA-cover-2.jpg", "synopsis": "I came across an app for a virgin like me. [Welcome t... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string"}, "genre": {"type": "arra... |
31783428-1db4-4e10-9eed-be278768dbf8/912857ad-f922-4dd2-8d81-6513d1258def/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Webtoons list - all | Make request to fetch webtoon's series collection from a specific provider. | 200 | Surya Scans | [{"provider": "surya", "slug": "fighters", "title": "Fighters", "sourceURL": "https://suryascans.com/manga/fighters/", "shortURL": "https://suryascans.com/?p=780", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/fighters.jpg", "synopsis": "The Genius Fighter Jason Kim. However his winning streak ends wit... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string... |
31783428-1db4-4e10-9eed-be278768dbf8/cc42ebef-99ee-42dd-a459-e995fc7125b7/0/0 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Webtoons list - paginated | Make request to fetch webtoon's series collection from a specific provider. | 200 | Asura Scans | [{"provider": "asura", "slug": "a-comic-artists-survival-guide", "title": "A Comic Artist\u2019s Survival Guide", "sourceURL": "https://www.asurascans.com/manga/1672760368-a-comic-artists-survival-guide/", "shortURL": "https://www.asurascans.com/?p=96792", "coverURL": "https://www.asurascans.com/wp-content/uploads/2022... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string... |
31783428-1db4-4e10-9eed-be278768dbf8/cc42ebef-99ee-42dd-a459-e995fc7125b7/0/1 | Manga Scrapper | Get webtoon / comic data from favourite scanlation websites. | 9.2 | Webtoons list - paginated | Make request to fetch webtoon's series collection from a specific provider. | 200 | Surya Scans | [{"provider": "surya", "slug": "fighters", "title": "Fighters", "sourceURL": "https://suryascans.com/manga/fighters/", "shortURL": "https://suryascans.com/?p=780", "coverURL": "https://suryascans.com/wp-content/uploads/2022/09/fighters.jpg", "synopsis": "The Genius Fighter Jason Kim. However his winning streak ends wit... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}, "sourceURL": {"type": "string"}, "shortURL": {"type": "string"}, "coverURL": {"type": "string"}, "synopsis": {"type": "string... |
57ae8e19-a856-43de-be5d-7845aede39f4/4512d096-2de2-45e9-9344-8a6af057f8fb/0/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades | 500 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} | |
57ae8e19-a856-43de-be5d-7845aede39f4/4512d096-2de2-45e9-9344-8a6af057f8fb/1/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades | 400 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} | |
57ae8e19-a856-43de-be5d-7845aede39f4/4512d096-2de2-45e9-9344-8a6af057f8fb/2/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades | 200 | null | [{"id": 0, "name": "", "url": ""}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "url": {"type": "string"}}}} | |
57ae8e19-a856-43de-be5d-7845aede39f4/0835352f-9b74-4cab-8c78-2d234f19548e/0/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades/{id} | 500 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} | |
57ae8e19-a856-43de-be5d-7845aede39f4/0835352f-9b74-4cab-8c78-2d234f19548e/1/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades/{id} | 200 | null | {"id": 0, "name": "", "url": "", "reference": "", "fandomUrl": "", "imageUrl": "", "productInfo": {"type": [], "series": [], "system": [], "spinDirection": []}, "parts": {"items": ""}} | {"allOf": [{"type": "object", "properties": {"id": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "name": {"type": "string"}, "url": {"type": "string"}}}, {"type": "object", "properties": {"reference": {"type": "string"}, "fandomUrl": {"type": "string"}, "imageU... | |
57ae8e19-a856-43de-be5d-7845aede39f4/0835352f-9b74-4cab-8c78-2d234f19548e/2/0 | beyblade-api | A Beyblade API, providing access to information about various Beyblades, their product information, parts and other related data | 0.1 | /api/v1/beyblades/{id} | 400 | null | {"err": ""} | {"type": "object", "properties": {"err": {"type": "string"}}} | |
21ff79d7-8414-4182-8673-ae065f3165f1/a872d57b-1e42-44ae-9e8c-c025a29583c3/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Get Novel By Id | Get Novel By Id. | 200 | Response | {"novelId": 3, "name": "I Shall Seal the Heavens", "slug": "i-shall-seal-the-heavens", "description": "What I want, the Heavens shall not lack! What I don\u2019t want, had better not exist in the Heavens!\u201d This is a story which originates between the Eighth and Ninth Mountains, the world in which the strong prey u... | {"type": "object", "properties": {"novelId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "locale": {"type": "string"}, "status": {"type": "string"}, "alternativeNames": {"type": "string"}, "related": {"type": "null"}}} |
21ff79d7-8414-4182-8673-ae065f3165f1/40802214-ebe8-4187-9d65-384154e610e2/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Get Manga By Id | Get Manga Information by id | 200 | Response | {"mangaId": 21, "name": "1 Pound no Fukuin\nOne Pound Gospel", "slug": "1-pound-no-fukuin-one-pound-gospel", "description": "Kosaku Hatanaka is a natural at boxing, but he can't control his voracious appetite. As a result, he has been forced to change his weight, going from flyweight, all the way up to feather weight, ... | {"type": "object", "properties": {"mangaId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "background": {"type": "string"}, "image": {"type": "string"}, "source": {"type": "string"}, "status": {"type": "string"}, "locale": {"type": "string"}, "volumes":... |
21ff79d7-8414-4182-8673-ae065f3165f1/32761c2a-48c0-45f7-8b14-8a34ce23534a/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Get Anime By Id | Get Anime By Id | 200 | Response | {"animeId": 19, "name": ".hack//G.U. Returner", "slug": "hackgu-returner", "description": "hackgu-returner", "background": null, "image": "", "status": "Finished Airing", "locale": "en_US", "episodes": "1", "aired": "Jan 18, 2007", "premiered": "", "broadcast": "", "licensors": null, "studios": "Bee Train", "demographi... | {"type": "object", "properties": {"animeId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "background": {"type": "null"}, "image": {"type": "string"}, "status": {"type": "string"}, "locale": {"type": "string"}, "episodes": {"type": "string"}, "aired": {... |
21ff79d7-8414-4182-8673-ae065f3165f1/ec053374-c36c-44c2-94de-4ea34b9618fd/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Anime | Get a list of all anime | 200 | Response | {"items": [{"animeId": 15, "name": "Shingeki no Kyojin: The Final Season - Kanketsu-hen", "slug": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "description": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "background": null, "image": "", "status": "Not yet aired", "locale": "en_US", "episodes": "Unknown", "... | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object"}}, "meta": {"type": "object", "properties": {"totalItems": {"type": "integer"}, "itemCount": {"type": "integer"}, "itemsPerPage": {"type": "integer"}, "totalPages": {"type": "integer"}, "currentPage": {"type": "integer"}}}}} |
21ff79d7-8414-4182-8673-ae065f3165f1/8ee60b67-18ac-4e52-bc82-7354ff32eb01/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Manga | get manga information | 200 | Response | {"items": [{"animeId": 15, "name": "Shingeki no Kyojin: The Final Season - Kanketsu-hen", "slug": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "description": "shingeki-no-kyojin-the-final-season-kanketsu-hen", "background": null, "image": "", "status": "Not yet aired", "locale": "en_US", "episodes": "Unknown", "... | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"animeId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "background": {"type": "null"}, "image": {"type": "string"}, "status": {"type": "string"}, "l... |
21ff79d7-8414-4182-8673-ae065f3165f1/d4b66747-7191-4cb9-853f-62e7e0ffe980/0/0 | Anime, manga and Novels Api | Get the complete data of 14k Novels, 1k animes and 1k mangas.
we updated our data daily | 9.2 | Novels | Get novels information | 200 | Response | {"items": [{"novelId": 1, "name": "Side Character Transmigrations: The Final Boss is No Joke", "slug": "side-character-transmigrations-the-final-boss-is-no-joke", "description": "System: Host, what is that thing in the sky?Shi Sheng: An intergalactic spaceship.System: \u2026This is a cultivation world, where did an int... | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"novelId": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "status": {"type": "string"}, "related": {"type": "null"}}}}, "meta": {"type": "object", "pro... |
13a193ca-9e7e-4f7a-880a-041180331a99/fcb114b9-aacb-4c95-b713-c4a974ce2dc7/0/0 | Funny Jokes | JSON API with thousands of jokes | null | Multiple jokes | Specify the number of random jokes you wish to get | 200 | New Example | {"key1": "", "key2": ""} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/f11d7d62-fbb4-4169-a942-865919114def/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get A Random Wisdom Quote | Returns a JSON object which includes a random wisdom quote and its related id. | 200 | Response | {"quote": "Do your best and then relax. Paramahansa Yogananda", "id": 8083} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"quote": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "quote"]} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/be8242eb-541d-4d39-a0f0-6fe4f3ea1e9f/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get Wisdom Quote By ID | Returns a single wisdom quote by a given ID. The highest is 27753. | 200 | Response | {"id": 777, "quote": "The more your mind is occupied by involuntary thoughts, the less working memory is available, which means less cognitive processing power. For your cognitive machinery to work at its optimal capacity, you must clear it of unwanted data, and free up more mental space. @TheAncientSage"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "quote": {"type": "string"}}, "required": ["id", "quote"]} |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/b1e7e373-c0af-43ef-a686-866c601a59c4/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get Wisdom Quotes By Page | Returns an JSON object that includes:
the page number requested (current_page),
the amount of all pages (max_pages),
the amount of the quotes (quotes_count) (15 per page),
the wisdom quotes array (quotes).
| 200 | Response | {"current_page": 12, "max_pages": 1850, "quotes_count": 15, "quotes": [{"id": 181, "quote": "The natural flights of the human mind are not from pleasure to pleasure but from hope to hope. Samuel Johnson"}, {"id": 182, "quote": "Hope is the companion of power, and mother of success; for who so hopes strongly has within ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "max_pages": {"type": "integer"}, "quotes_count": {"type": "integer"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "quote": {"type": "string"}}, "requ... |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/d7041581-1aad-4d38-aea1-f1d9d05d76c2/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get Wisdom Quotes By Topic | Returns an array of all wisdom quotes that are related to a given topic. | 200 | Response | {"topic": "Anger", "count": 137, "quotes": [{"quote": "Anger may seem to be a source of energy, but it\u2019s blind. It causes us to lose our restraint. It may stir courage, but that too is blind. 14th Dalai Lama", "id": 1}, {"quote": "When reason ends, then anger begins. Therefore, anger is a sign of weakness. 14th Da... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"topic": {"type": "string"}, "count": {"type": "integer"}, "quotes": {"type": "array", "items": {"type": "object", "properties": {"quote": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "quote"]}}}, "required": ["count", ... |
db00b154-7ed3-4d21-985f-51cbb91f5b7b/be59564d-af25-447a-8acd-03f5335a07e3/0/0 | Wisdom Quotes | Last update: February 11, 2023.
An API providing a lot of different wisdom quotes. You will love it! | 8.9 | Get All Wisdom Topics | Returns an Array of all available wisdom topics.
Each topic has its own quotes. | 200 | Response | {"count": 167, "topics": ["Adversity", "Albert Einstein", "Anger", "Anxiety", "Art", "Attitude", "Be Yourself", "Beautiful", "Being Strong", "Benjamin Franklin", "Best", "Book", "Brother", "Bruce Lee", "Buddha", "Business", "Calm Quotes", "Change", "Character", "Children", "Compassion", "Confidence", "Courage Quotes", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "integer"}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["count", "topics"]} |
30b3078e-e612-422d-bcea-b9225b86a13e/92a53d04-2a97-447f-9141-f1cfdf9c8537/1/0 | Words of Wisdom - The Famous Quotes API | Unlock the wisdom of the ages with our Famous Quotes API! Discover thought-provoking and inspirational quotes from great minds of the past and present. | 7.9 | /quotes | Get inspired by the words of history's greatest thinkers. Get your daily dose of motivation | 200 | null | {"id": "", "quote": "", "author": "", "year": "", "place": "", "keywords": [], "category": ""} | {"type": "object", "properties": {"id": {"type": "string"}, "quote": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}} |
62e654bf-4774-493f-9512-5a68bf4ee666/4a71b2f6-2919-44e6-903f-450c3792fbab/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Week Top 10 | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1689188323266, "data": [{"id": "tt1462764", "isAdult": false, "canRateTitle": {"isRatable": true}, "originalTitleText": {"text": "Indiana Jones and the Dial of Destiny"}, "primaryImage": {"id": "rm1759389953", "imageUrl": "https://m.media-amazon.com/images/M/MV5BZDQxM... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "isAdult": {"type": "boolean"}, "canRateTitle": {"... |
62e654bf-4774-493f-9512-5a68bf4ee666/70d49aa4-89ef-4b04-bcc2-e13820b961ab/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Search IMDB | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1689187551887, "data": [{"id": "tt9603212", "qid": "movie", "title": "Mission: Impossible - Dead Reckoning Part One", "year": 2023, "stars": "Tom Cruise, Hayley Atwell", "q": "feature", "image": "https://m.media-amazon.com/images/M/MV5BY2VmZDhhNjgtNDcxYi00M2I3LThlMTQt... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "qid": {"type": "string"}, "title": {"type": "stri... |
62e654bf-4774-493f-9512-5a68bf4ee666/b638378e-2699-4fd6-9954-3efeb8ec4382/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Languages | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760224885, "data": {"all_languages": {"ab": "Abkhazian", "qac": "Aboriginal", "guq": "Ach\u00e9", "qam": "Acholi", "af": "Afrikaans", "qas": "Aidoukrou", "ak": "Akan", "sq": "Albanian", "alg": "Algonquin", "ase": "American Sign Language", "am": "Amharic", "apa": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_languages": {"type": "object", "properties": {"ab": {"type": "string"}, "qac": {"type": "string"},... |
62e654bf-4774-493f-9512-5a68bf4ee666/71afbdda-8321-4289-b3d3-059e9c992831/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Genres | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760210018, "data": {"all_genres": ["Action", "Adventure", "Animation", "Biography", "Comedy", "Crime", "Documentary", "Drama", "Family", "Fantasy", "Film-Noir", "Game-Show", "History", "Horror", "Music", "Musical", "Mystery", "News", "Reality-TV", "Romance", "Sci-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_genres": {"type": "array", "items": {"type": "string"}}, "popular_genres": {"type": "array", "item... |
62e654bf-4774-493f-9512-5a68bf4ee666/2a607a30-3b70-4992-8b64-e3a990e5b920/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Upcoming TV | - | 200 | Response | {"status": false, "timestamp": 1688760451929, "message": [{"group": "Jul 07, 2023", "entries": [{"id": "tt15201944", "titleText": "Moonshine", "titleType": {"id": "tvSeries", "text": "TV Series", "canHaveEpisodes": true}, "imageModel": {"url": "https://m.media-amazon.com/images/M/MV5BOTFiNTUwZTAtYTkzYS00ZjhjLWI5MjYtNDQ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "timestamp": {"type": "integer"}, "message": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"id... |
62e654bf-4774-493f-9512-5a68bf4ee666/325b4106-b9f7-4099-9420-4f00f4258966/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Countries | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760235439, "data": {"all_countries": {"af": "Afghanistan", "ax": "\u00c5land Islands", "al": "Albania", "dz": "Algeria", "as": "American Samoa", "ad": "Andorra", "ao": "Angola", "ai": "Anguilla", "aq": "Antarctica", "ag": "Antigua and Barbuda", "ar": "Argentina", ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_countries": {"type": "object", "properties": {"af": {"type": "string"}, "ax": {"type": "string"}, ... |
62e654bf-4774-493f-9512-5a68bf4ee666/393cdbbc-dc3c-4e1d-bf2a-87907be7ce43/0/0 | IMDB | IMDb is an online database of information related to films, television series, podcasts, home videos, video games, and streaming content online – including cast, production crew and personal biographies, plot summaries, trivia, ratings, and fan and critical reviews. | 9.7 | Get Keywords | - | 200 | Response | {"status": true, "message": "Success", "timestamp": 1688760193227, "data": {"all_keywords": ["Action Hero", "Alien Invasion", "Alternate History", "Anime", "Anti hero", "Avant-Garde", "B-Movie", "Bank Heist", "Based on Book", "Based on Comic Book", "Based on Novel", "Based on Play", "Based on True Story", "Bechdel-Test... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "message": {"type": "string"}, "timestamp": {"type": "integer"}, "data": {"type": "object", "properties": {"all_keywords": {"type": "array", "items": {"type": "string"}}, "popular_keywords": {"type": "array", "... |
ed158a7a-084c-4f03-9662-3073aac32ef6/c3bae7b6-7506-418f-8842-b32a2d16b40c/0/0 | Programmer Humor | This API fetches funny posts from various sites around the web and makes them available for you to integrate on your blog, or whatever else you want to do with them. | 8 | Get Top 5 Latest Posts from Reddit | This endpoint will return the top 5 posts, uploaded today. These are sorted by upvotes. | 200 | Response | [{"url": "https://reddit.com/r/ProgrammingJokes/comments/lm301z/do_you_agree/", "sourceUrl": "https://reddit.com/r/ProgrammingJokes", "thumbnail": "https://b.thumbs.redditmedia.com/5UCR74MYDvGxxkiBX0bmMVI1ukygOZGiyRZSahrADBk.jpg", "media": "https://i.redd.it/h2cboxkfe3i61.jpg", "upvotes": 89, "title": "Do you agree?", ... | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "sourceUrl": {"type": "string"}, "thumbnail": {"type": "string"}, "media": {"type": "string"}, "upvotes": {"type": "integer"}, "title": {"type": "string"}, "permalink": {"type": "string"}, "source": {"type": "string"}, "posted": {"t... |
1c262e9f-a2ef-4d96-bd3b-8727d7c97382/5a4c7e79-bf2b-42d1-807b-6bdeb4b13448/0/0 | Fun Facts | This simple API returns radom fun facts | 8.4 | fun-fact | returns radomly generated facts on each all | 200 | fun-fact | {"fact": "This is a random fun fact"} | {"type": "object", "properties": {"fact": {"type": "string"}}} |
bd5be357-6053-42bf-90aa-8015b81384e3/b6360583-c036-4175-8efa-b251ca93c7ff/1/0 | 3D Face Reconstruction Service | The 3D Face Reconstruction API service, is a public API that allows you to reconstrcut 3D face from single portrait photo. | 0 | run_pipeline_run_reconstruction_service_post | Request for inference Cartoon 3D reconstruction.
Parameters:
image_bytes : bytes
Bytes of opened input image
image_path : str
Path to unique image name.
use_compress: bool
Use png quant or not for output UV texture.
Returns:
starlette.responses.Response
JSON with style image, texture uv file paths,
... | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
60134a32-5f3f-4825-948b-096f6db9e15f/2a2ee0f6-1fff-4c71-8edc-001354822db3/0/0 | Top 10 Spotify | Top 10 Spotify in Youtube | null | Get | Get position, song name and author, url Youtube video from daily top 10 Spotify | 200 | New Example | {"name": " Dakiti by Bad Bunny, Jhay Cortez ", "pos": 1, "urlvideo": "https://www.youtube.com/watch?v=91vECNhvmMY"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "pos": {"type": "integer"}, "urlvideo": {"type": "string"}}, "required": ["name", "pos", "urlvideo"]} |
209db677-dab9-43d1-b021-e36fc3222569/f9e6d055-1f70-421b-a63d-84206ca8568e/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Random QuickPick for Play | Get a randomized Quick Pick for the Powerball. This is a random set of playable Lucky4Life numbers. | 200 | Response | {"status": "success", "data": {"FirstNumber": 3, "SecondNumber": 7, "ThirdNumber": 12, "FourthNumber": 33, "FifthNumber": 46, "NumberSet": "3 7 12 33 46", "LuckyBall": 13}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}, "FourthNumber": {"type": "integer"}, "FifthNumber": {"type":... |
209db677-dab9-43d1-b021-e36fc3222569/d0687c09-572d-4920-9c7f-ae10f109b1aa/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Latest 10 Drawings | Get the latest, and last winning 10 Lucky4Life number sets. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-19T00:00:00.000Z", "FirstNumber": 6, "SecondNumber": 8, "ThirdNumber": 12, "FourthNumber": 21, "FifthNumber": 42, "LuckyBall": 6, "VideoUrl": "https://www.youtube.com/watch?v=PEbl26hRj2k", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-19"}, {"DrawingD... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}... |
209db677-dab9-43d1-b021-e36fc3222569/a8bea9c1-8b88-481a-8caa-c20eee3b4b99/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Latest Drawing | Get the latest, and last winning Lucky4Life winning number set. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-19T00:00:00.000Z", "FirstNumber": 6, "SecondNumber": 8, "ThirdNumber": 12, "FourthNumber": 21, "FifthNumber": 42, "LuckyBall": 6, "VideoUrl": "https://www.youtube.com/watch?v=PEbl26hRj2k", "WinnersUrl": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}... |
209db677-dab9-43d1-b021-e36fc3222569/3e4fde74-46fc-4690-a243-2362a8dffebb/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Drawings Between Dates | Get all Lucky4Life winning number sets between two specified dates where the first number supplied is the beginning date and the second number supplied is the end date. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-05T00:00:00.000Z", "FirstNumber": 7, "SecondNumber": 15, "ThirdNumber": 23, "FourthNumber": 32, "FifthNumber": 40, "LuckyBall": 2, "VideoUrl": "https://www.youtube.com/watch?v=9wydveOjrJE", "WinnersUrl": null}, {"DrawingDate": "2023-01-04T00:00:00.000Z", "FirstNum... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}... |
209db677-dab9-43d1-b021-e36fc3222569/a78f9ba0-e569-4913-8f1d-a92615cb6c1c/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | Drawing By Date | Get the winning Lucky4Life number set from a specific drawing date. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-02T00:00:00.000Z", "FirstNumber": 4, "SecondNumber": 12, "ThirdNumber": 15, "FourthNumber": 25, "FifthNumber": 44, "LuckyBall": 1, "VideoUrl": "https://www.youtube.com/watch?v=GUrohFWupKM", "WinnersUrl": "https://www.luckyforlife.us/winners/2023-01-02"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}... |
209db677-dab9-43d1-b021-e36fc3222569/f587d16c-1643-46a6-a2ed-bbeff5625c10/0/0 | Lucky4Life | Do you want to get paid for the rest of your life? This is your game! Introducing the lastest winning numbers and the best statistics! | 8.2 | General Statistics | This endpoint pulls basic statistics of the Lucky4Life numbers. For each ball (denoted firstNumber, secondNumber, thirdNumber, fourthNumber, fifthNumber, and luckyBall,) this endpoint returns the mean, median, mode, min, max, standard deviation, variance, skewness, and kurtosis. After which, the endpoint returns the nu... | 200 | Response | {"status": "success", "data": {"firstNumberMin": 1, "firstNumberMax": 33, "firstNumberMean": 7.608, "firstNumberMedian": 6, "firstNumberMode": 1, "firstNumberSTD": 6.158, "firstNumberVariance": 37.889128458216504, "firstNumberSampleVariance": 37.91529498339483, "firstNumberSampleSkewness": 1.1806322050733469, "firstNum... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"firstNumberMin": {"type": "integer"}, "firstNumberMax": {"type": "integer"}, "firstNumberMean": {"type": "number"}, "firstNumberMedian": {"type": "integer"}, "firstNumb... |
0f1e88e8-a7c7-49f5-9cc2-3cf9a44963c9/3c16529a-ca99-41e6-beda-e14a5f16b049/0/0 | Book of Answers | An api returns answer to any question possible. Includes 100+ unique answers designed for small to medium sized projects | null | Random | Returns a random answer (recommended) | 200 | New Example | {"answer": "Looks fine to me", "type": "yes"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"answer": {"type": "string"}, "type": {"type": "string"}}, "required": ["answer", "type"]} |
5603b0c8-06f2-4a89-90b7-8ce893c2d58b/09d84c29-26bc-4d3c-b90c-a8666467f570/0/0 | Lotto America | Do you live for the Lotto America? Well, you’ve just found your match! Get the latest winning numbers and statistics for your game! | 8.6 | General Statistics | This endpoint pulls basic statistics of the Lotto America numbers. For each ball (denoted firstNumber, secondNumber, thirdNumber, fourthNumber, fifthNumber, starBall, bonus) this endpoint returns the mean, median, mode, min, max, standard deviation, variance, skewness, and kurtosis. After which, the endpoint returns th... | 200 | Response | {"status": "success", "data": {"firstNumberMin": 1, "firstNumberMax": 40, "firstNumberMean": 8.933, "firstNumberMedian": 7, "firstNumberMode": 1, "firstNumberSTD": 7.582, "firstNumberVariance": 57.38961664330576, "firstNumberSampleVariance": 57.490300181276474, "firstNumberSampleSkewness": 1.2743950894926848, "firstNum... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"firstNumberMin": {"type": "integer"}, "firstNumberMax": {"type": "integer"}, "firstNumberMean": {"type": "number"}, "firstNumberMedian": {"type": "integer"}, "firstNumb... |
5603b0c8-06f2-4a89-90b7-8ce893c2d58b/170625a4-e4d0-4985-a7d7-1542654da81b/0/0 | Lotto America | Do you live for the Lotto America? Well, you’ve just found your match! Get the latest winning numbers and statistics for your game! | 8.6 | Drawings Between Dates | Get all Lotto America winning number sets between two specified dates where the first number supplied is the beginning date and the second number supplied is the end date. | 200 | Response | {"status": "success", "data": [{"DrawingDate": "2023-01-25T00:00:00.000Z", "FirstNumber": 9, "SecondNumber": 15, "ThirdNumber": 28, "FourthNumber": 47, "FifthNumber": 49, "StarBall": 7, "Bonus": 2, "NumberSet": "9 15 28 47 49 7 2x"}, {"DrawingDate": "2023-01-23T00:00:00.000Z", "FirstNumber": 6, "SecondNumber": 8, "Thir... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DrawingDate": {"type": "string"}, "FirstNumber": {"type": "integer"}, "SecondNumber": {"type": "integer"}, "ThirdNumber": {"type": "integer"}... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.