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
59ef20b9e4b0c95e003b329e/3cad787b-ca7b-449a-84b4-23b40d64fd73/0/0
Utelly
Utelly universal search and recommendations APIs for Movies, Series and TV shows.
9.6
/idlookup
Find where to watch a movie or tv show, with look-up using common IDs (IMDb, tmdb, wiki, etc). For example (The Shawshank Redemption): IMDb, tt0111161 TMDb, movie/278
200
Example_1
{"collection": {"id": "5d914028302b840050acbe62", "locations": [{"country": ["us"], "display_name": "Netflix", "icon": "https://utellyassets7.imgix.net/locations_icons/utelly/black_new/NetflixIVAUS.png?w=92&auto=compress&app_version=5ad8898f-f073-405d-92ed-98b1c6e8fb54_er2020-02-21", "id": "5d81fe2fd51bef0f42268f0f", "...
{"properties": {"collection": {"properties": {"id": {"type": "string"}, "locations": {"items": {"properties": {"country": {"items": {"type": "string"}, "type": "array"}, "display_name": {"type": "string"}, "icon": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "typ...
e975a154-7bf6-47f6-b9fb-a54d9e82b704/89ace57e-1576-4cd0-99c3-b34eadef2575/0/0
Euro Millions
A rich API to get EuroMillions results. With this API you can consult the last result, submit the numbers of one or more bets and check how many numbers you hit. As it has a track record since 2004, you can even get statistics on the numbers that have been drawn the most, check if your lucky numbers have ever come out ...
8.6
Check a single bet
Submit the numbers of a bet and see how many numbers you hit according to the most recent result available
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
4f849b3e-783d-4ee4-90dd-8e15fb5a79ce/d45eabda-7396-4d46-b2ef-d76c093a5af4/0/0
Anime Quotes
Generate a random anime quote.
null
quote
Generate a random anime quote.
200
Response
{"anime": "Pok\u00e9mon", "character": "Ash Ketchum", "quote": "For a second there I thought the floor was going to--AAAAAAAAAAAAAAAAAAAAAA!! Where'd the ground go?"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"anime": {"type": "string"}, "character": {"type": "string"}, "quote": {"type": "string"}}, "required": ["anime", "character", "quote"]}
caf40994-37b6-47fb-9211-d3a39ca1d24b/56d8585a-bac2-4cd8-b9e8-224c2fe371e6/0/0
Meme Generator and Template Database
Meme Generator with support of adding captions and text directly on images to over 1.8k meme templates in 10+ fonts (works in multiple languages).
9
/fonts
Any of the fonts can be used in any text box or caption. Some fonts are language specific: - Chinese -> zcool-wenyi - Japanese -> takaopmincho - Korean -> gugi - Hindi -> poppins
200
New Example
{"fonts": ["impact", "inconsolata", "island-moments", "kanit", "merriweather", "montserrat", "montserrat", "takaopmincho", "gugi", "zcool-wenyi", "opensans", "playfairdisplay", "poppins", "robotomono", "deftone-stylus"]}
{"type": "object", "properties": {"fonts": {"type": "array", "items": {"type": "string"}}}}
caf40994-37b6-47fb-9211-d3a39ca1d24b/395e102d-6ad4-4fb3-abe8-5f556013640e/0/0
Meme Generator and Template Database
Meme Generator with support of adding captions and text directly on images to over 1.8k meme templates in 10+ fonts (works in multiple languages).
9
/templates
Returns all of the currently supported templates and the number of text boxes that a particular template can support. For how to use this response go to /template/:image.
200
New Example
{"Guy_Holding_Cardboard_Sign": 2, "Bike_Fall": 3, "Leonardo_Dicaprio_Cheers": 2, "Bad_Luck_Brian": 2, "Grandma_Finds_The_Internet": 2, "Mugatu_So_Hot_Right_Now": 2, "Futurama_Fry": 2, "Panik_Kalm_Panik": 3, "Liam_Neeson_Taken": 2, "How_Tough_Are_You": 4, "Black_Panther_-_Get_this_man_a_shield": 2, "I_am_inevitable": 2,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Guy_Holding_Cardboard_Sign": {"type": "integer"}, "Bike_Fall": {"type": "integer"}, "Leonardo_Dicaprio_Cheers": {"type": "integer"}, "Bad_Luck_Brian": {"type": "integer"}, "Grandma_Finds_The_Internet": {"type": "integer"}, "Mugatu_So_Hot_Ri...
214f89c5-6f62-4099-90aa-7a0cce9beb76/53c8297e-8bd6-455c-b50f-abda908b944b/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Feed(Trendings)
You can GET Feed(Trending) videos like you get in first screen of the app for any region(country) you want.
200
New Example
{"status_code": 0, "min_cursor": 0, "max_cursor": 0, "has_more": 1, "aweme_list": [{"aweme_id": "7021560594788519173", "desc": "This sportsmanship \u2764\ufe0f\ud83d\udc4f #nba #sports", "create_time": 1634834473, "author": {"uid": "6663294979903422470", "short_id": "0", "nickname": "ESPN", "gender": 0, "signature": "Y...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status_code": {"type": "integer"}, "min_cursor": {"type": "integer"}, "max_cursor": {"type": "integer"}, "has_more": {"type": "integer"}, "aweme_list": {"type": "array", "items": {"type": "object", "properties": {"aweme_id": {"type": "strin...
214f89c5-6f62-4099-90aa-7a0cce9beb76/d0ca8fc2-d877-4f94-beec-462b5752d76f/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
User recommendation
List of popular users in your region/country.
200
New Example
{"status_code": 0, "status_msg": "", "user_list": [{"user": {"uid": "6774996509554492422", "short_id": "0", "nickname": "anw", "signature": "this is 4 shits & gigs only\n\ud83e\ude81\ud83e\udddc\ud83c\udffd\u200d\u2640\ufe0f\ud83d\udefc\ud83c\udf9f\ud83c\udf6c\ud83c\udf6d\ud83c\udf44\n@motherland on Freeform/Hulu", "av...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status_code": {"type": "integer"}, "status_msg": {"type": "string"}, "user_list": {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "object", "properties": {"uid": {"type": "string"}, "short_id": {"type": "string...
214f89c5-6f62-4099-90aa-7a0cce9beb76/f2f47285-5b48-4cef-aca5-bf78a6bc0c1e/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
User suggested
Get suggestion list of users that similar to another. This is "Suggested" tab in user profile.
200
New Example
{"status_code": 0, "status_msg": "", "user_list": [{"friend_type_str": "", "follow_status": 0, "custom_verify": "", "unique_id": "whiterabbit.exe", "secret": 0, "recommend_reason": "Popular creator", "enterprise_verify_reason": "", "uid": "6590551981004177414", "video_icon": {"uri": "", "url_list": [], "width": 720, "h...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status_code": {"type": "integer"}, "status_msg": {"type": "string"}, "user_list": {"type": "array", "items": {"type": "object", "properties": {"friend_type_str": {"type": "string"}, "follow_status": {"type": "integer"}, "custom_verify": {"t...
214f89c5-6f62-4099-90aa-7a0cce9beb76/dd07bf10-17a9-491e-a676-f9e6a11aa5b1/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
User followers
Get users followers list. This is "Followers" button in user profile.
200
New Example
{"extra": {"logid": "202112212016160101890730772751A56B", "now": 1640117776000, "fatal_item_ids": []}, "status_code": 0, "followers": [{"duet_setting": 0, "type_label": null, "follower_count": 66, "is_block": false, "hide_search": false, "account_region": "", "status": 1, "twitter_name": "", "signature": "", "unique_id...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"extra": {"type": "object", "properties": {"logid": {"type": "string"}, "now": {"type": "integer"}, "fatal_item_ids": {"type": "array"}}, "required": ["fatal_item_ids", "logid", "now"]}, "status_code": {"type": "integer"}, "followers": {"typ...
214f89c5-6f62-4099-90aa-7a0cce9beb76/4f939d0b-519a-41c8-88d0-c6a600742b1a/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
User following
Get user following list. This is "Following" button in user profile.
200
New Example
{"min_time": 1632254555, "has_more": true, "myself_user_id": "0", "rec_has_more": false, "extra": {"logid": "20211221201347010192159238135224E5", "now": 1640117628000, "fatal_item_ids": []}, "log_pb": {"impr_id": "20211221201347010192159238135224E5"}, "status_code": 0, "max_time": 1640117628, "followings": [{"user_rate...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"min_time": {"type": "integer"}, "has_more": {"type": "boolean"}, "myself_user_id": {"type": "string"}, "rec_has_more": {"type": "boolean"}, "extra": {"type": "object", "properties": {"logid": {"type": "string"}, "now": {"type": "integer"}, ...
214f89c5-6f62-4099-90aa-7a0cce9beb76/6a3dcb71-044a-4e63-a82a-722bbb9d035d/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Hashtag videos
Get all videos that contain specific hashtag(challenge)
200
New Example
{"log_pb": {"impr_id": "202112171706040102231230460634AB26"}, "aweme_list": [{"hybrid_label": null, "content_desc_extra": [], "desc": "#collage avec @jaytooofit #fyp #hello #ciao #salut #\ud83e\udd8b \ud83d\ude0e\ud83d\ude09\ud83d\ude01 buon divertimento \ud83d\ude0b", "is_top": 0, "distance": "", "risk_infos": {"vote"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"log_pb": {"type": "object", "properties": {"impr_id": {"type": "string"}}, "required": ["impr_id"]}, "aweme_list": {"type": "array", "items": {"type": "object", "properties": {"hybrid_label": {"type": "null"}, "content_desc_extra": {"type":...
214f89c5-6f62-4099-90aa-7a0cce9beb76/e2e29bec-74a4-4247-8928-c4ead91908ee/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Hashtag(Challenge) info
Get general info about hashtag(challenge)
200
New Example
{"ch_info": {"cha_name": "hello", "is_pgcshow": false, "collect_stat": 0, "search_highlight": null, "extra_attr": {"is_live": false}, "view_count": 7971581425, "is_commerce": false, "hashtag_profile": "", "banner_list": null, "connect_music": [{"status": 1, "dmv_auto_show": false, "id_str": "222517229370765312", "posit...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ch_info": {"type": "object", "properties": {"cha_name": {"type": "string"}, "is_pgcshow": {"type": "boolean"}, "collect_stat": {"type": "integer"}, "search_highlight": {"type": "null"}, "extra_attr": {"type": "object", "properties": {"is_li...
214f89c5-6f62-4099-90aa-7a0cce9beb76/4de98d1a-8041-4ea8-a9b5-8081612d8d70/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Videos for music
Get info about all videos that use specific music(sound)
200
New Example
{"rid": "2021121716404201018907801618314C69", "extra": {"now": 1639759242000, "fatal_item_ids": [], "logid": "2021121716404201018907801618314C69"}, "log_pb": {"impr_id": "2021121716404201018907801618314C69"}, "aweme_list": [{"is_top": 0, "distance": "", "geofencing": null, "item_comment_settings": 0, "cover_labels": nu...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rid": {"type": "string"}, "extra": {"type": "object", "properties": {"now": {"type": "integer"}, "fatal_item_ids": {"type": "array"}, "logid": {"type": "string"}}, "required": ["fatal_item_ids", "logid", "now"]}, "log_pb": {"type": "object"...
214f89c5-6f62-4099-90aa-7a0cce9beb76/804f1369-fdc1-474e-81f6-17f8930b06ea/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Music info
Get all info about specific music(sound).
200
New Example
{"similar_music_ids": null, "extra": {"now": 1639759116000, "fatal_item_ids": [], "logid": "202112171638360102230771691230868E"}, "log_pb": {"impr_id": "202112171638360102230771691230868E"}, "status_code": 0, "msg": "success", "music_info": {"cover_large": {"uri": "tos-useast2a-v-2774/3ca542a350784e238a6214e8ae8d784d",...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"similar_music_ids": {"type": "null"}, "extra": {"type": "object", "properties": {"now": {"type": "integer"}, "fatal_item_ids": {"type": "array"}, "logid": {"type": "string"}}, "required": ["fatal_item_ids", "logid", "now"]}, "log_pb": {"typ...
214f89c5-6f62-4099-90aa-7a0cce9beb76/ea51e5fd-e5f8-4234-9747-f426e43b397e/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Users videos
Get all videos that specific user uploaded.
200
New Example
{"status_code": 0, "min_cursor": 1639578174000, "max_cursor": 1632138733000, "has_more": 1, "aweme_list": [{"aweme_id": "6962857142630042882", "desc": "\u043c\u043e\u0439 \u043d\u043e\u0441...", "create_time": 1621166512, "author": {"uid": "6774419827379389445", "short_id": "0", "nickname": "Pomfy Chan", "signature": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status_code": {"type": "integer"}, "min_cursor": {"type": "integer"}, "max_cursor": {"type": "integer"}, "has_more": {"type": "integer"}, "aweme_list": {"type": "array", "items": {"type": "object", "properties": {"aweme_id": {"type": "strin...
214f89c5-6f62-4099-90aa-7a0cce9beb76/06a11334-4eb0-45e9-8afb-fadea95dae81/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Live search
Get ongoing lives by query string. This is "Live" tab in the mobile app search page. You can find direct video url in result.
200
New Example
{"status_code": 0, "data": [{"type": 1, "lives": {"aweme_id": "7042700475493518126", "author": {"uid": "6640494717253599238", "short_id": "0", "nickname": "ItsHaydn", "avatar_larger": {"uri": "1080x1080/tos-useast5-avt-0068-tx/07b09f30b5866d160f70316e08442c09", "url_list": ["https://p19-sign.tiktokcdn-us.com/tos-useast...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "integer"}, "lives": {"type": "object", "properties": {"aweme_id": {"type": "string"}, "author": {"type": "object", "pr...
214f89c5-6f62-4099-90aa-7a0cce9beb76/c0a1572a-a895-49b2-800d-654398405972/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Hashtag(challenge) search
Get hashtags(challenges) by query string. This is "Hashtags" tab in the mobile app search page
200
New Example
{"ad_info": {}, "challenge_list": [{"challenge_info": {"banner_list": null, "cha_attrs": null, "cha_name": "hello", "cid": "6908", "collect_stat": 0, "connect_music": [], "desc": "", "extra_attr": {"is_live": false}, "hashtag_profile": "", "is_challenge": 0, "is_commerce": false, "is_pgcshow": false, "schema": "aweme:/...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ad_info": {"type": "object"}, "challenge_list": {"type": "array", "items": {"type": "object", "properties": {"challenge_info": {"type": "object", "properties": {"banner_list": {"type": "null"}, "cha_attrs": {"type": "null"}, "cha_name": {"t...
214f89c5-6f62-4099-90aa-7a0cce9beb76/1e73f3bd-178b-4d32-bf56-cb4351ae84b2/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Search suggestion
Get suggestion for search query. Suggestion from TikTok for search.
200
New Example
{"sug_list": [{"pos": [{"begin": 0, "end": 4}], "content": "hellotefi", "sug_type": "", "word_record": {"group_id": "3734602998323722346", "words_position": 0, "words_content": "hellotefi", "words_source": "sug"}, "extra_info": {"cut_query": "[\"hellotefi\"]", "is_history_sug": "0", "is_personalized": "0", "is_rich_sug...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sug_list": {"type": "array", "items": {"type": "object", "properties": {"pos": {"type": "array", "items": {"type": "object", "properties": {"begin": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["begin", "end"]}}, "content"...
214f89c5-6f62-4099-90aa-7a0cce9beb76/db0bccf9-696c-4308-8174-fbb9e4b6bae8/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Music search
Get music by query string. This is "Sounds" tab in the mobile app search page
200
New Example
{"status_code": 0, "music": [{"id": 6661867221164822000, "id_str": "6661867221164821250", "title": "Hello", "author": "OMFG", "album": "Hello", "cover_large": {"uri": "tos-useast2a-v-2774/3ca542a350784e238a6214e8ae8d784d", "url_list": ["https://p16-amd-va.tiktokcdn.com/img/tos-useast2a-v-2774/3ca542a350784e238a6214e8ae...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status_code": {"type": "integer"}, "music": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "id_str": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "album": {"type": "...
214f89c5-6f62-4099-90aa-7a0cce9beb76/f9d0429f-5227-4054-a3ab-976d04a1848e/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Videos search
Get videos by query string. This is "Video" tab in the mobile app search page
200
New Example
{"aweme_list": [{"anchors": null, "author": {"accept_private_policy": false, "account_region": "", "ad_cover_url": null, "advance_feature_item_order": null, "apple_account": 0, "authority_status": 0, "avatar_168x168": {"height": 720, "uri": "tos-alisg-avt-0068/8d8ea5ea713e9978104a075e6be7c13a", "url_list": ["https://p1...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"aweme_list": {"type": "array", "items": {"type": "object", "properties": {"anchors": {"type": "null"}, "author": {"type": "object", "properties": {"accept_private_policy": {"type": "boolean"}, "account_region": {"type": "string"}, "ad_cover...
214f89c5-6f62-4099-90aa-7a0cce9beb76/da102687-7fe3-46f6-84bb-c9f77bccb921/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Top
Get everything that related to your query: users, videos, music, hashtags, etc. It is first tab in the app if you hit search button.
200
New Example
{"ad_info": {}, "backtrace": "", "cursor": 10, "data": [{"aweme_info": {"anchors": null, "author": {"accept_private_policy": false, "account_region": "", "ad_cover_url": null, "advance_feature_item_order": null, "apple_account": 0, "authority_status": 0, "avatar_168x168": {"height": 720, "uri": "tos-alisg-avt-0068/8d8e...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ad_info": {"type": "object"}, "backtrace": {"type": "string"}, "cursor": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"aweme_info": {"type": "object", "properties": {"anchors": {"type": "null"}, ...
214f89c5-6f62-4099-90aa-7a0cce9beb76/e74cb79f-43c5-409e-a698-af09f67ced6c/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Comments reply
Get reply comments to specific comment for video
200
New Example
{"comments": [{"aweme_id": "6961510289061760257", "cid": "6962344265527640833", "collect_stat": 0, "create_time": 1621047104, "digg_count": 1, "is_author_digged": false, "label_list": null, "no_show": false, "reply_comment": null, "reply_id": "6962343192445076225", "reply_to_reply_id": "0", "status": 1, "text": "she\u2...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"comments": {"type": "array", "items": {"type": "object", "properties": {"aweme_id": {"type": "string"}, "cid": {"type": "string"}, "collect_stat": {"type": "integer"}, "create_time": {"type": "integer"}, "digg_count": {"type": "integer"}, "...
214f89c5-6f62-4099-90aa-7a0cce9beb76/318f953e-294a-42ff-99c2-584290816b34/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Video comments
Get all comments for specific video
200
New Example
{"alias_comment_deleted": false, "comments": [{"author_pin": false, "aweme_id": "6961510289061760257", "cid": "6961647416038736646", "collect_stat": 0, "create_time": 1620884853, "digg_count": 289, "is_author_digged": false, "label_list": null, "no_show": false, "reply_comment": [{"alias_aweme": {"anchors": null, "anch...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"alias_comment_deleted": {"type": "boolean"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"author_pin": {"type": "boolean"}, "aweme_id": {"type": "string"}, "cid": {"type": "string"}, "collect_stat": {"type": "in...
214f89c5-6f62-4099-90aa-7a0cce9beb76/64b4e166-1b62-4881-bcd5-01feea2c72a3/0/0
TikTok All in One
All in one api where you can get everything that mobile app use for it's work
9.9
Video info
Get all info about video by id
200
New Example
{"extra": {"now": 1639748169000, "fatal_item_ids": [], "logid": "20211217133609010223076037261AA6C0"}, "log_pb": {"impr_id": "20211217133609010223076037261AA6C0"}, "aweme_status": null, "status_code": 0, "aweme_details": [{"item_comment_settings": 0, "without_watermark": false, "commerce_info": {"auction_ad_invited": f...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"extra": {"type": "object", "properties": {"now": {"type": "integer"}, "fatal_item_ids": {"type": "array"}, "logid": {"type": "string"}}, "required": ["fatal_item_ids", "logid", "now"]}, "log_pb": {"type": "object", "properties": {"impr_id":...
7f8bd8cd-e765-41fd-a108-748558c5652b/f7862a01-8973-4c30-863f-df6ef2a6785d/0/0
SuperStar
This API returns the power packed dialogues by the legendary Tamil Actor Rajinikanth.
null
Get Random Dialogue
This endpoint returns Random Dialogues of Superstar Rajinikanth.
200
New Example
{"english": "Nallavangala Aandavan sothipan aana kaividamaatan Kettavangaluku Aandaven neraya kudupan aana kai vituduvan", "tamil": "\u0ba8\u0bb2\u0bcd\u0bb2\u0bb5\u0b99\u0bcd\u0b95\u0bb3 \u0b86\u0ba3\u0bcd\u0b9f\u0bb5\u0ba9\u0bcd \u0b9a\u0bcb\u0ba4\u0bbf\u0baa\u0bcd\u0baa\u0bbe\u0ba9\u0bcd \u0b95\u0bc8 \u0bb5\u0bbf\u0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"english": {"type": "string"}, "tamil": {"type": "string"}, "movie": {"type": "string"}}, "required": ["english", "movie", "tamil"]}
9cdc71c5-eb92-4e13-ba63-ac15cf1789e8/4717cd40-30f9-4e22-bcf7-5497da17b3b4/0/0
Chinese names
Get a beautiful Chinese name
null
Names base on gender
Names base on gender
200
Gender example
{"names": ["\u5415\u4e50\u7487", "\u67f3\u7426\u771f"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}
9cdc71c5-eb92-4e13-ba63-ac15cf1789e8/919db4fb-6a7f-4931-9995-35a91c972889/0/0
Chinese names
Get a beautiful Chinese name
null
Common names
Get common names
200
Common name example
{"names": ["\u5415\u4e50\u7487", "\u67f3\u7426\u771f"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}
9cdc71c5-eb92-4e13-ba63-ac15cf1789e8/0a1d3b3c-1bc2-4b17-9e03-ab31e6a4378a/0/0
Chinese names
Get a beautiful Chinese name
null
Names base on season
Names base on season
200
Season example
{"names": ["\u5415\u4e50\u7487", "\u67f3\u7426\u771f"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}
9cdc71c5-eb92-4e13-ba63-ac15cf1789e8/02efaf48-616e-4555-9ee3-683dc8453901/0/0
Chinese names
Get a beautiful Chinese name
null
nickname
nickname
200
Nickname Example
{"names": ["\u5415\u4e50\u7487", "\u67f3\u7426\u771f"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}}, "required": ["names"]}
cc06d8db-76fc-4e38-9dc2-a5461e646ade/8dce7812-1c86-45d9-b802-58895a6f124d/0/0
Lotofácil Gerador.
A API é uma poderosa ferramenta alimentada por inteligência artificial que permite a geração de combinações numéricas baseadas nos famosos padrões matemáticos de Fibonacci. Esta API inovadora oferece uma maneira eficiente e intuitiva de criar sequências numéricas fascinantes que seguem a lógica matemática por trás dos ...
null
Gerador Lotofácil
Gera as Combinações com inteligência artificial e padrões Fibonacci
200
Example_1
[["13 05 22 07 19 23 14 02 06 21 24 04 10 11 16"], ["22 14 08 10 06 20 18 09 07 25 16 12 23 01 21"], ["25 23 18 02 09 01 20 22 06 14 21 13 08 07 17"], ["09 12 19 15 01 16 18 20 13 11 14 08 07 05 02"], ["13 12 11 20 22 23 04 14 21 07 19 15 02 09 03"], ["19 16 07 12 01 23 10 21 08 13 04 05 11 02 06"], ["17 05 21 14 10 04...
{"type": "object"}
bb42efbc-b142-40ef-ae5c-d772b8f623a1/7443b6e7-77fc-45e9-bbf8-24c5996aac84/0/0
Powerball
Do you live for the Powerball? Well, you've just found your match! Get the latest winning numbers and statistics for your game!
9
Check Ticket
Let's see if you're ticket is a winner! This endpoint checks a set of 6 numbers to determine if there is a prize and if so, what is the prize level.
200
Response
{"status": "success", "data": "5-of-5 + PB JACKPOT"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "string"}}, "required": ["data", "status"]}
bb42efbc-b142-40ef-ae5c-d772b8f623a1/ae77414c-6dce-41a9-80ba-82ab1ca5185f/0/0
Powerball
Do you live for the Powerball? Well, you've just found your match! Get the latest winning numbers and statistics for your game!
9
Latest Drawing
Get the latest, and last winning Powerball winning number set.
200
Response
{"status": "success", "data": [{"DrawingDate": "2023-08-02T00:00:00.000Z", "FirstNumber": 23, "SecondNumber": 24, "ThirdNumber": 33, "FourthNumber": 51, "FifthNumber": 64, "PowerBall": 5, "Multiplier": 2, "Jackpot": "$95,000,000", "VideoUrl": "https://www.youtube.com/watch?v=v6s8-_mm4V4", "NumberSet": "23 24 33 51 64 5...
{"$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"}...
bb42efbc-b142-40ef-ae5c-d772b8f623a1/4043fb7c-c849-43ef-9a33-e6e1cfdcec28/0/0
Powerball
Do you live for the Powerball? Well, you've just found your match! Get the latest winning numbers and statistics for your game!
9
Drawings Between Dates
Get all Powerball 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": "2022-04-30T00:00:00.000Z", "FirstNumber": 14, "SecondNumber": 21, "ThirdNumber": 37, "FourthNumber": 44, "FifthNumber": 63, "PowerBall": 1, "Multiplier": 3, "Jackpot": "$20,000,000", "VideoUrl": "https://www.youtube.com/watch?v=IuUNh4S73iU", "NumberSet": "14 21 37 44 63 1...
{"$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"}...
bb42efbc-b142-40ef-ae5c-d772b8f623a1/ef51b0f8-b77d-4f6d-9195-dddc843c7bdf/0/0
Powerball
Do you live for the Powerball? Well, you've just found your match! Get the latest winning numbers and statistics for your game!
9
Drawing by Date
Get the winning Powerball number set from a specific drawing date.
200
Response
{"status": "success", "data": [{"DrawingDate": "2023-01-02T00:00:00.000Z", "FirstNumber": 7, "SecondNumber": 9, "ThirdNumber": 12, "FourthNumber": 31, "FifthNumber": 62, "PowerBall": 22, "Multiplier": 2, "Jackpot": "$265,000,000", "VideoUrl": "https://www.youtube.com/watch?v=iITOARepdS4", "NumberSet": "7 9 12 31 62 22 ...
{"$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"}...
bb42efbc-b142-40ef-ae5c-d772b8f623a1/e82e88b1-197c-488e-9cdb-07d91ad755d9/0/0
Powerball
Do you live for the Powerball? Well, you've just found your match! Get the latest winning numbers and statistics for your game!
9
Random QuickPick for Play
Get a randomized Quick Pick for the Powerball. This is a random set of playable Powerball numbers.
200
Response
{"status": "success", "data": {"FirstNumber": 4, "SecondNumber": 6, "ThirdNumber": 13, "FourthNumber": 28, "FifthNumber": 30, "NumberSet": "4 6 13 28 30", "PowerBall": 14}}
{"$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":...
bb42efbc-b142-40ef-ae5c-d772b8f623a1/ac15ed98-1aed-4d44-bef7-73a3c1f156e4/0/0
Powerball
Do you live for the Powerball? Well, you've just found your match! Get the latest winning numbers and statistics for your game!
9
Latest 10 Drawings
Get the latest 10 drawings.
200
Response
{"status": "success", "data": [{"DrawingDate": "2023-08-02T00:00:00.000Z", "FirstNumber": 23, "SecondNumber": 24, "ThirdNumber": 33, "FourthNumber": 51, "FifthNumber": 64, "PowerBall": 5, "Multiplier": 2, "Jackpot": "$95,000,000", "VideoUrl": "https://www.youtube.com/watch?v=v6s8-_mm4V4", "NumberSet": "23 24 33 51 64 5...
{"$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"}...
bb42efbc-b142-40ef-ae5c-d772b8f623a1/b3d231fd-fa51-4ff9-b985-71225506521e/0/0
Powerball
Do you live for the Powerball? Well, you've just found your match! Get the latest winning numbers and statistics for your game!
9
General Statistics
This endpoint pulls basic statistics of the Powerball numbers. For each ball (denoted firstNumber, secondNumber, thirdNumber, fourthNumber, fifthNumber, powerBall, multiplier) of the mean, median, mode, and standard deviation.
200
Response
{"status": "success", "data": {"firstNumberMin": 1, "firstNumberMax": 51, "firstNumberMean": 12.063, "firstNumberMedian": 10, "firstNumberMode": 1, "firstNumberSTD": 9.604, "firstNumberVariance": 92.11648316037187, "firstNumberSampleVariance": 92.23105590062109, "firstNumberSampleSkewness": 1.1796637140648074, "firstNu...
{"$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...
cb602c28-0530-4e66-a842-56ae5d025e9b/e8b0101a-272e-4a30-870d-e412408c548c/0/0
Tom and Jerry
An API showing all the episodes of Tom & Jerry and the corresponding video.
null
Get All Tom & Jerry Episodes
This endpoint will return all Tom & Jerry episodes along with their corresponding video.
200
New Example
[{"title": "Tom & Jerry - Salt Water Tabby", "url": "https://www.supercartoons.net/video/328/salt-water-tabby.mp4"}, {"title": "Tom & Jerry - The Milky Waif", "url": "https://www.supercartoons.net/video/321/the-milky-waif.mp4"}, {"title": "Tom & Jerry - Heavenly Puss", "url": "https://www.supercartoons.net/video/339/he...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}
34207d1a-5dd4-49c7-b5a8-b2d0f7a52eee/128777ba-b653-4a4b-b088-dd24e9a5820b/0/0
Sunset Time | Sunrise Time - By City - REST API
A REST API for determining sunrise, sunset and other positions of the sun and moon.
7.8
Positions of the Sun and Moon by coordinates
This endpoint provides the times of various sun and moon positions based on the coordinates and date specified in the query parameters.
200
New Example
{"sun": {"solarNoon": "2024-03-16T12:10:25.795Z", "nadir": "2024-03-16T00:10:25.795Z", "sunrise": "2024-03-16T06:13:06.265Z", "sunset": "2024-03-16T18:07:45.325Z", "sunriseEnd": "2024-03-16T06:16:31.863Z", "sunsetStart": "2024-03-16T18:04:19.727Z", "dawn": "2024-03-16T05:39:52.226Z", "dusk": "2024-03-16T18:40:59.364Z",...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"sun": {"type": "object", "properties": {"solarNoon": {"type": "string"}, "nadir": {"type": "string"}, "sunrise": {"type": "string"}, "sunset": {"type": "string"}, "sunriseEnd": {"type": "string"}, "sunsetStart": {"type": "string"}, "dawn": ...
ab19faf6-c935-4454-a7c3-1d154e22be22/7c2a8884-664c-4a90-ad37-b4a44583e786/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime Pictures
This endpoint returns Pictures from a particular Anime. Parameters: name id
200
Response
[{"imageLink": "https://cdn.myanimelist.net/images/anime/11/55449.jpg"}, {"imageLink": "https://cdn.myanimelist.net/images/anime/2/56189.jpg"}, {"imageLink": "https://cdn.myanimelist.net/images/anime/1126/107299.jpg"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"imageLink": {"type": "string"}}, "required": ["imageLink"]}}
ab19faf6-c935-4454-a7c3-1d154e22be22/3b01998b-3791-4339-b6d9-b5c029ad1266/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime Stats
This endpoint returns anime stats: Parameters name id
200
Response
{"watching": 29508, "completed": 61652, "onHold": 17191, "dropped": 6963, "planToWatch": 157711, "total": 273025, "score10": 35104, "score9": 13668, "score8": 8309, "score7": 4172, "score6": 1873, "score5": 1205, "score4": 589, "score3": 329, "score2": 548, "score1": 2754}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"watching": {"type": "integer"}, "completed": {"type": "integer"}, "onHold": {"type": "integer"}, "dropped": {"type": "integer"}, "planToWatch": {"type": "integer"}, "total": {"type": "integer"}, "score10": {"type": "integer"}, "score9": {"t...
ab19faf6-c935-4454-a7c3-1d154e22be22/9801513d-0dd4-4234-a31f-fd67149f0b6f/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime Recommendation List
This endpoint returns a list of recommendation Parameters: name id (The unique identifier of this anime)
200
Response
[{"pictureImage": "https://cdn.myanimelist.net/r/50x70/images/anime/12/75173.jpg?s=45933ee5442177e74c3fbc848b127752", "animeLink": "https://myanimelist.net/anime/10495/Yuru_Yuri", "anime": "Yuru Yuri", "mainRecommendation": "The second half of the name 'Yuru Yuri' describes both series perfectly. Both are light hearted...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"pictureImage": {"type": "string"}, "animeLink": {"type": "string"}, "anime": {"type": "string"}, "mainRecommendation": {"type": "string"}, "author": {"type": "string"}}, "required": ["anime", "animeLink", "author"...
ab19faf6-c935-4454-a7c3-1d154e22be22/7469488f-0917-4b4b-9af3-2eb29b3a3d7c/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime List Reviews
This Endpoint Returns a list Review Parameters: name id limit [optionnal] The number max of reviews to fetch - can be really long if omit skip [optionnal] The number of reviews to skip
200
Response
[{"author": "jgames111", "date": "2017-08-06T00:00:00.000Z", "seen": "12 of 12 episodes seen", "overall": 9, "story": 8, "animation": 8, "sound": 8, "character": 9, "enjoyment": 10, "review": "Yuri lover (and people who actually use the word shoujo ai) must watch this. Is a must watch and is in every yuri bible book. T...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}, "seen": {"type": "string"}, "overall": {"type": "integer"}, "story": {"type": "integer"}, "animation": {"type": "integer"}, "sound": {"type": "integer"}, "c...
ab19faf6-c935-4454-a7c3-1d154e22be22/e4ec1939-d5f0-4578-a8b2-6262b1a8d544/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime Episode List
This endpoint returns a List of Edpisodes Parameters: name id
200
Response
[{"epNumber": 1, "aired": "Jan 10, 2014", "discussionLink": "https://myanimelist.net/forum/?topicid=725211", "title": "A Cherry Blossom-colored Beginning / Yakisoba, Verandas, and Girls", "japaneseTitle": "Sakura-iro no Hajimari / Yakisoba to Veranda to Onna no Ko\u00a0(\u685c\u8272\u306e\u306f\u3058\u307e\u308a / \u30...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"epNumber": {"type": "integer"}, "aired": {"type": "string"}, "discussionLink": {"type": "string"}, "title": {"type": "string"}, "japaneseTitle": {"type": "string"}}, "required": ["aired", "discussionLink", "epNumb...
ab19faf6-c935-4454-a7c3-1d154e22be22/a713ad98-ddb4-4eae-b39c-19a852736a61/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime Result From Search
This endpoint returns a object from search result. Parameters:
200
New Example
[{"id": 13759, "type": "anime", "name": "Sakura-sou no Pet na Kanojo", "url": "https://myanimelist.net/anime/13759/Sakura-sou_no_Pet_na_Kanojo", "image_url": "https://cdn.myanimelist.net/r/116x180/images/anime/4/43643.jpg?s=36ddf5e041bd2bc79b54bcb4be44aa34", "thumbnail_url": "https://cdn.myanimelist.net/r/116x76/images...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "image_url": {"type": "string"}, "thumbnail_url": {"type": "string"}, "payload": {"type": "object", "pro...
ab19faf6-c935-4454-a7c3-1d154e22be22/b8337672-670e-4398-9322-d7b17554567f/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime Info From URL
This Endpoint Returns Anime Info From URL. Parameters: - url (The URL to the anime)
200
New Example
{"title": "Sakura Trick", "synopsis": "Having been best friends since middle school, Haruka Takayama and Yuu Sonoda plan to attend Misato West High School together. However, despite being assigned to the same class, a cruel twist of fate has them seated on the opposite ends of their classroom! To make matters worse, th...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "synopsis": {"type": "string"}, "picture": {"type": "string"}, "characters": {"type": "array", "items": {"type": "object", "properties": {"link": {"type": "string"}, "picture": {"type": "string"}, "name": {"type"...
ab19faf6-c935-4454-a7c3-1d154e22be22/b0114fa9-770f-4c57-8b2d-d65852f611a1/0/0
Anime Hub
An API that allows you to Gather information about all the anime being released in a season, and much more...
null
Get Anime Information
This Endpoint returns a Anime Information. Parameters - Name (The name of the anime to search, the best match corresponding to that name will be returned). -
200
New Example
{"title": "Sakura Trick", "synopsis": "Having been best friends since middle school, Haruka Takayama and Yuu Sonoda plan to attend Misato West High School together. However, despite being assigned to the same class, a cruel twist of fate has them seated on the opposite ends of their classroom! To make matters worse, th...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "synopsis": {"type": "string"}, "picture": {"type": "string"}, "characters": {"type": "array", "items": {"type": "object", "properties": {"link": {"type": "string"}, "picture": {"type": "string"}, "name": {"type"...
74d5d106-109b-4538-b4e8-145040a7e43b/3e551217-354e-4dd4-917c-1b7e8a010b40/0/0
Inspiring quotes
Over 2000 Inspiring Quotes For Your App / Website, The Api Returns A Random Quote With The Name Of The Author On Every Request, This Is My First Public Api, I Would Appreciate Any Kind Of Support.
0.3
Get multiple inspiring quotes
This request gets you number of random quotes specified by the query parameter 'count' that are all different and inspiring in their way.
200
Example_1
{"count": 20, "data": [{"author": "Margaret Smith", "quote": "The right way is not always the popular and easy way. Standing for right when it is unpopular is a true test of moral character."}, {"author": "C. Pulsifer", "quote": "When anger use your energy to do something productive."}, {"author": "Epictetus", "quote":...
{"type": "object", "properties": {"count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "quote": {"type": "string"}}}}}}
74d5d106-109b-4538-b4e8-145040a7e43b/3e551217-354e-4dd4-917c-1b7e8a010b40/0/1
Inspiring quotes
Over 2000 Inspiring Quotes For Your App / Website, The Api Returns A Random Quote With The Name Of The Author On Every Request, This Is My First Public Api, I Would Appreciate Any Kind Of Support.
0.3
Get multiple inspiring quotes
This request gets you number of random quotes specified by the query parameter 'count' that are all different and inspiring in their way.
200
Example_2
{"count": 7, "data": [{"author": "J.K. Rowling", "quote": "Rock bottom became the solid foundation on which I rebuilt my life."}, {"author": "Cecil B. DeMille", "quote": "The person who makes a success of living is the one who see his goal steadily and aims for it unswervingly. That is dedication."}, {"author": "Bruce ...
{"type": "object", "properties": {"count": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "quote": {"type": "string"}}}}}}
74d5d106-109b-4538-b4e8-145040a7e43b/602817d9-76a4-4afe-bc89-9cbb42a41f88/0/0
Inspiring quotes
Over 2000 Inspiring Quotes For Your App / Website, The Api Returns A Random Quote With The Name Of The Author On Every Request, This Is My First Public Api, I Would Appreciate Any Kind Of Support.
0.3
Get a random quote
This request gets you one random quote that inspire you to continue through this rough life.
200
Example_1
{"quote": "Build your own dreams, or someone else will hire you to build theirs.", "author": "Farrah Gray"}
{"type": "object", "properties": {"author": {"type": "string"}, "quote": {"type": "string"}}}
74d5d106-109b-4538-b4e8-145040a7e43b/602817d9-76a4-4afe-bc89-9cbb42a41f88/0/1
Inspiring quotes
Over 2000 Inspiring Quotes For Your App / Website, The Api Returns A Random Quote With The Name Of The Author On Every Request, This Is My First Public Api, I Would Appreciate Any Kind Of Support.
0.3
Get a random quote
This request gets you one random quote that inspire you to continue through this rough life.
200
Example_2
{"author": "Tomas Eliot", "quote": "Do not expect the world to look bright, if you habitually wear gray-brown glasses."}
{"type": "object", "properties": {"author": {"type": "string"}, "quote": {"type": "string"}}}
74d5d106-109b-4538-b4e8-145040a7e43b/602817d9-76a4-4afe-bc89-9cbb42a41f88/0/2
Inspiring quotes
Over 2000 Inspiring Quotes For Your App / Website, The Api Returns A Random Quote With The Name Of The Author On Every Request, This Is My First Public Api, I Would Appreciate Any Kind Of Support.
0.3
Get a random quote
This request gets you one random quote that inspire you to continue through this rough life.
200
Example_3
{"author": "Albert Schweitzer", "quote": "Never say there is nothing beautiful in the world any more. There is always something to make you wonder in the shape of a tree, the trembling of a leaf."}
{"type": "object", "properties": {"author": {"type": "string"}, "quote": {"type": "string"}}}
ab660434-bcd3-4ed9-b91e-de1cb132141d/8f11f9c8-9a8e-4097-ae54-94949a341e94/0/0
What From
An API that gathers actor information from IMDB
null
Get Actor Information
This endpoint will return back the searched actor/actress and the movies/shows they've been in.
200
New Example
[[{"name": "Tom Hanks", "profilePic": "https://m.media-amazon.com/images/M/MV5BMTQ2MjMwNDA3Nl5BMl5BanBnXkFtZTcwMTA2NDY3NQ@@._V1_UY317_CR2,0,214,317_AL_.jpg", "mainPage": "https://www.imdb.com/name/nm0000158/"}], [{"title": "A Man Called Ove", "year": "", "link": "https://www.imdb.com/title/tt7405458/?ref_=nm_flmg_prd_1...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "profilePic": {"type": "string"}, "mainPage": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "string"}, "link": {"type": "string"}, "special...
9e57e853-8826-4c26-b1d2-7eb5ea5041b8/4a96a070-11cf-40a3-b229-b4cf5c6b87a4/0/0
Quotes
We provide developers with a vast collection of inspirational, thought-provoking, and entertaining quotes.
7.4
Get Quote By Id
Get quote information by id
200
Response
{"quoteId": 10, "quote": "I always show loyalty to the people who gave me a chance from the get-go, and Cincinnati gave me that chance.", "keyWords": ["chance", "loyalty", "me", "people", "always"], "relatedTopics": ["cincinnati", "gave", "show", "who"], "author": {"authorId": 35, "name": "A. J. Green", "country": "Ame...
{"type": "object", "properties": {"quoteId": {"type": "integer"}, "quote": {"type": "string"}, "keyWords": {"type": "array", "items": {"type": "string"}}, "relatedTopics": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"authorId": {"type": "integer"}, "name": {"type": "strin...
9e57e853-8826-4c26-b1d2-7eb5ea5041b8/6a9ae34b-7f3c-468f-8268-6afc2340e451/0/0
Quotes
We provide developers with a vast collection of inspirational, thought-provoking, and entertaining quotes.
7.4
Get Random Quote
Get a random quote
200
Response
{"quoteId": 705606, "quote": "I've always wondered: is there really any access to the White House?", "keyWords": ["house", "always", "white house", "white", "any"], "relatedTopics": ["access", "really", "wondered"], "author": {"authorId": 17635, "name": "Lydia Millet", "country": "American", "profession": "Novelist", "...
{"type": "object", "properties": {"quoteId": {"type": "integer"}, "quote": {"type": "string"}, "keyWords": {"type": "array", "items": {"type": "string"}}, "relatedTopics": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"authorId": {"type": "integer"}, "name": {"type": "strin...
51d65456-839e-41f3-aeb2-028eb7dde2d4/d052217b-e3c9-45af-b056-778744cfe2d4/0/0
funky pixel avatars
funky pixel avatars API gives user their avatars based on gender, username and it's also support multiple image type, you can generate png, jpeg, jpg and gif avatars.
0.2
Generate Avatar Based On Username
This API will generate the avatar based on username and will also return the avatar in request image format.
200
Response
{"error": false, "message": "Your avatar has been created and will be automatically deleted after 15 minutes, please download it before it gets deleted.", "data": {"url": "https://funky-pixel-avatars.up.railway.app/fs/media/avatars/2022-12-12T053106Z_male.gif", "gender": "male"}}
{"type": "object", "properties": {"error": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": "string"}, "gender": {"type": "string"}}}}}
51d65456-839e-41f3-aeb2-028eb7dde2d4/d7533dfd-4872-44d8-b314-961df64ce827/0/0
funky pixel avatars
funky pixel avatars API gives user their avatars based on gender, username and it's also support multiple image type, you can generate png, jpeg, jpg and gif avatars.
0.2
Generate Avatar
Generate avatar api get gender and image type from user and generates the avatar of given gender and image type.
200
Response
{"error": false, "message": "Your avatar has been created and will be automatically deleted after 15 minutes, please download it before it gets deleted.", "data": {"url": "https://funky-pixel-avatars.up.railway.app/fs/media/avatars/2022-12-12T052929Z_male.jpeg", "gender": "male"}}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
11c4c1d8-311f-42e4-8e89-2faf74ce24c9/b0fd1143-1e74-4a00-b46e-a84e1b31a4e2/0/0
Dog Facts
A simple API that provides you with interesting facts related to dogs
9
facts
Show different dog facts
200
New Example
{"facts": ["The Labrador Retriever is the most popular breed, according to the American Kennel Club."], "success": true}
{"type": "object", "properties": {"facts": {"type": "array", "items": {"type": "string"}}, "success": {"type": "boolean"}}}
f00e34c0-92f2-41b1-8912-2e40640e4955/816726fd-01c9-4a5e-9dbe-defd1a90d252/0/0
autoTTS
autoTTS APIs can be seamlessly integrated into your system by providing multiple easy text to speech voices. You can create your own voice by contacting us!
null
autoTTS
Post the text together with the celebrity name and we will give you a URL with the result. Note that: at the moment you also have to post a GIF id from GIPHY site (or use the dummy ID from the example).
200
Response
{"HASH-256": "JHGFDSSDFGJBVEDSSCVB", "URL_CHECK": "https://storage.googleapis.com/storage/v1/b/godeepergifs/o/24a559f0-04c2-4247-88d3-3a2282a93098.mp4", "URL_GENERATED": "https://godeepergifs.storage.googleapis.com/24a559f0-04c2-4247-88d3-3a2282a93098.mp4"}
{"properties": {"HASH-256": {"type": ["string", null]}, "URL_CHECK": {"type": ["string", null]}, "URL_GENERATED": {"type": ["string", null]}}, "type": "object"}
8990134e-c0e4-4a45-af6d-c7992737fef6/f79055bf-aa1a-40a2-9cf1-02df405535ce/0/0
WebNovel
WebNovels
7.8
Novel List
List of novels
200
Response
{"novels": [{"id": "Young-Brother-in-law-Is-Now-My-husband2022-16943", "title": "Young Brother in law Is Now My husband"}, {"id": "Princess-Medical-Doctor-650", "title": "Princess Medical Doctor"}, {"id": "Quick-Transmigration-Female-Lead-Male-God-Never-Stopping-9435", "title": "Quick Transmigration Female Lead Male Go...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"novels": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}}, "required": ["novels"]}
8990134e-c0e4-4a45-af6d-c7992737fef6/53f4e42d-ef7f-4b69-a8fa-2be632ae3b1c/0/0
WebNovel
WebNovels
7.8
Chapter
Chapter body
200
Response
{"chapter": {"title": "Chapter 3: True love and white lotus sister", "content": "\n\t\t\t\t\t\t\tChapter 3: True love and white lotus sister<br><br>January 23, 2017Ai Hrist<br><br>Translated by: Ai Hrist<br><br>Edited by: WonderWoman<br><br>For Lin Chujiu, marriage is a serious problem.<br><br>She had lived for twenty-...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"chapter": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "next": {"type": "string"}, "index": {"type": "string"}, "prev": {"type": "string"}}, "required": ["content", "index", "next", "prev", "...
7762b127-6bbe-4b34-9421-5b279eedee36/287b8af2-651c-47b5-957d-cdc2485b2da1/0/0
Cash4Life
Do you want to get paid for the rest of your life? This is your game! Introducing the latest winning numbers and the best statistics!
8.8
Drawings Between Dates
Get all Cash4Life 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": 36, "SecondNumber": 37, "ThirdNumber": 43, "FourthNumber": 45, "FifthNumber": 48, "CashBall": 3}, {"DrawingDate": "2023-01-04T00:00:00.000Z", "FirstNumber": 1, "SecondNumber": 5, "ThirdNumber": 6, "FourthNumber": 28, "FifthNumber"...
{"$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"}...
7762b127-6bbe-4b34-9421-5b279eedee36/411f9f53-fd40-40ed-a769-9a0d45a75343/0/0
Cash4Life
Do you want to get paid for the rest of your life? This is your game! Introducing the latest winning numbers and the best statistics!
8.8
Drawing by Date
Get the winning Cash4Life number set from a specific drawing date.
200
Response
{"status": "success", "data": [{"DrawingDate": "2023-01-05T00:00:00.000Z", "FirstNumber": 36, "SecondNumber": 37, "ThirdNumber": 43, "FourthNumber": 45, "FifthNumber": 48, "CashBall": 3}]}
{"$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"}...
7762b127-6bbe-4b34-9421-5b279eedee36/30d7f096-c7de-4870-9992-0f3820a1a79f/0/0
Cash4Life
Do you want to get paid for the rest of your life? This is your game! Introducing the latest winning numbers and the best statistics!
8.8
General Statistics
This endpoint pulls basic statistics of the Cash4Life numbers. For each ball (denoted firstNumber, secondNumber, thirdNumber, fourthNumber, fifthNumber, and cashBall) this endpoint returns the mean, median, mode, min, max, standard deviation, variance, skewness, and kurtosis. After which, the endpoint returns the numbe...
200
Response
{"status": "success", "data": {"firstNumberMin": 1, "firstNumberMax": 44, "firstNumberMean": 10.278, "firstNumberMedian": 8, "firstNumberMode": 1, "firstNumberSTD": 8.171, "firstNumberVariance": 66.72307090433678, "firstNumberSampleVariance": 66.76668075460105, "firstNumberSampleSkewness": 1.1190596126747554, "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...
7762b127-6bbe-4b34-9421-5b279eedee36/93549573-282c-4c2a-815a-d1b5985141a9/0/0
Cash4Life
Do you want to get paid for the rest of your life? This is your game! Introducing the latest winning numbers and the best statistics!
8.8
Lastest Drawing
Get the latest, and last winning Cash4Life winning number set.
200
Response
{"status": "success", "data": [{"DrawingDate": "2023-01-05T00:00:00.000Z", "FirstNumber": 36, "SecondNumber": 37, "ThirdNumber": 43, "FourthNumber": 45, "FifthNumber": 48, "CashBall": 3}]}
{"$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"}...
7762b127-6bbe-4b34-9421-5b279eedee36/29ec082a-e9cb-4a92-860f-eaf893105051/0/0
Cash4Life
Do you want to get paid for the rest of your life? This is your game! Introducing the latest winning numbers and the best statistics!
8.8
Random QuickPick for Play
Get a quickpick number for the Cash4Life drawing.
200
Response
{"status": "success", "data": {"FirstNumber": 7, "SecondNumber": 11, "ThirdNumber": 21, "FourthNumber": 23, "FifthNumber": 28, "NumberSet": "7 11 21 23 28", "CashBall": 3}}
{"$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":...
7762b127-6bbe-4b34-9421-5b279eedee36/238df279-2a79-45e2-804b-4a6fa06a64df/0/0
Cash4Life
Do you want to get paid for the rest of your life? This is your game! Introducing the latest winning numbers and the best statistics!
8.8
Latest 10 Drawings
Latest 10 Cash4Life drawings
200
Response
{"status": "success", "data": [{"DrawingDate": "2023-01-05T00:00:00.000Z", "FirstNumber": 36, "SecondNumber": 37, "ThirdNumber": 43, "FourthNumber": 45, "FifthNumber": 48, "CashBall": 3}, {"DrawingDate": "2023-01-04T00:00:00.000Z", "FirstNumber": 1, "SecondNumber": 5, "ThirdNumber": 6, "FourthNumber": 28, "FifthNumber"...
{"$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"}...
b5bd2543-2a0e-48ca-80a9-06592c0fc975/a184f013-ddf9-4313-acc2-f3436e44c820/0/0
AnimeAtlas
Navigate the anime universe like a pro with our Anime Atlas Go API, offering a treasure trove of 45k+ titles! Find your favorites by user rating, search by anime title, sort by genre, and enjoy seamless pagination for an epic anime discovery journey.
null
Get Anime by Genre
get all anime by Genre. e.g: Fantasy,Action,Drama etc.
200
New Example
[{"title": "Demon Slayer: Kimetsu no Yaiba", "genre": "Animation, Action, Adventure", "userRating": 8.6, "numberOfVotes": 0, "runtime": "24 min", "year": "(2019\u2013 )", "summary": "A family is attacked by demons and only two members survive - Tanjiro and his sister Nezuko, who is turning into a demon slowly. Tanjiro ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "userRating": {"type": "number"}, "numberOfVotes": {"type": "integer"}, "runtime": {"type": "string"}, "year": {"type": "string"}, "summary": {"type": "stri...
b5bd2543-2a0e-48ca-80a9-06592c0fc975/cb20fb1d-85a8-4f97-b497-101f3759608c/0/0
AnimeAtlas
Navigate the anime universe like a pro with our Anime Atlas Go API, offering a treasure trove of 45k+ titles! Find your favorites by user rating, search by anime title, sort by genre, and enjoy seamless pagination for an epic anime discovery journey.
null
Get Anime by User Rating
Fetch all anime by user rating.
200
New Example
[{"title": "Attack on Titan", "genre": "Animation, Action, Adventure", "userRating": 9.9, "numberOfVotes": 0, "runtime": "24 min", "year": "(2013\u20132023)", "summary": "As the battle between Eren and the warriors rages on, another party makes their move on Marley's Forces that pushes the tide of the battle into a mor...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "userRating": {"type": "number"}, "numberOfVotes": {"type": "integer"}, "runtime": {"type": "string"}, "year": {"type": "string"}, "summary": {"type": "stri...
b5bd2543-2a0e-48ca-80a9-06592c0fc975/603d3f6d-bb90-4d75-9f5b-5c9ffdf5c0af/0/0
AnimeAtlas
Navigate the anime universe like a pro with our Anime Atlas Go API, offering a treasure trove of 45k+ titles! Find your favorites by user rating, search by anime title, sort by genre, and enjoy seamless pagination for an epic anime discovery journey.
null
Get Anime by title
Fetch all anime by its title.
200
New Example
[{"title": "Naruto", "genre": "Animation, Action, Adventure", "userRating": 8.4, "numberOfVotes": 0, "runtime": "24 min", "year": "(2002\u20132007)", "summary": "Naruto Uzumaki, a mischievous adolescent ninja, struggles as he searches for recognition and dreams of becoming the Hokage, the village's leader and strongest...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "userRating": {"type": "number"}, "numberOfVotes": {"type": "integer"}, "runtime": {"type": "string"}, "year": {"type": "string"}, "summary": {"type": "stri...
b2f55b59-5074-4ba1-bbcd-4cf5f6172680/0182ddc6-3bc7-4b42-b6b9-795319548d44/0/0
EasyTorrents
Get info + torrent of a movie by its name, in seconds. Returns, posters, release dates, magnet link, provider, ratings, popularity, and even more.
0.2
EasyTorrents
Example Request
200
Response
{"movieData": {"adult": false, "backdrop_path": "/620hnMVLu6RSZW6a5rwO8gqpt0t.jpg", "genre_ids": [16, 35, 10751, 14], "id": 508943, "original_language": "en", "original_title": "Luca", "overview": "Luca and his best friend Alberto experience an unforgettable summer on the Italian Riviera. But all the fun is threatened ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"movieData": {"type": "object", "properties": {"adult": {"type": "boolean"}, "backdrop_path": {"type": "string"}, "genre_ids": {"type": "array", "items": {"type": "integer"}}, "id": {"type": "integer"}, "original_language": {"type": "string"...
1b6803fc-dd50-4223-b100-0a5ffce835aa/71d7bd23-540d-4b52-905e-d18b52050519/0/0
yogia-berra-quotes
Get random quotes by Yogi Berra, renowned Major League Baseball catcher and folk sage. (https://en.wikipedia.org/wiki/Yogi_Berra)
null
/random
Retrieve a random quote by Yogi Berra
200
Example_1
{"id": "61ad1791b1cfe19af13c2c69", "text": "When you come to a fork in the road, take it.", "source": "https://ftw.usatoday.com/2019/03/the-50-greatest-yogi-berra-quotes"}
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "source": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/404439e3-9708-49b8-b1c7-baf8ff1b94b1/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Flag Riddle
With this endpoint, you can flag a riddle. This helps the API developer to finetune the API for better service in the future. You can only use four flags sending the number corresponding to the flag type as below: 0: for flagging the riddle as "Duplicate" 1: for flagging the riddle as "Inappropriate" 2: for flagging t...
200
New Example
{"message": "Thanks for flagging!"}
{"type": "object", "properties": {"message": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0d2ac336-cc45-4351-a401-1d5b398ed74f/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Update Level
This endpoint enables you to update the level of the Riddle. All the riddles are set to a medium level which is enumerated as "1". You can suggest the level of a riddle by simply calling this endpoint with query parameters "0", "1", or "2". "0" is Easy "1" is Medium "2" is Hard
200
New Example
{"message": "Thanks for adding additional information!"}
{"type": "object", "properties": {"message": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/606334b3-cfa9-4da8-8947-2897439d729f/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Keyword
Get one random riddle around a specific subject or keyword. For example, a riddle on a "cat".
200
New Example
{"riddle": "When is it bad luck to see a black cat?", "answer": "When you are a mouse.", "upVotes": 45, "difficultyLevel": "medium", "postedBy": "Riddlie"}
{"type": "object", "properties": {"riddle": {"type": "string"}, "answer": {"type": "string"}, "upVotes": {"type": "integer"}, "difficultyLevel": {"type": "string"}, "postedBy": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/606334b3-cfa9-4da8-8947-2897439d729f/1/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Keyword
Get one random riddle around a specific subject or keyword. For example, a riddle on a "cat".
404
New Example
{"message": "No riddles found for the keyword mars"}
{"type": "object", "properties": {"message": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/606334b3-cfa9-4da8-8947-2897439d729f/2/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Keyword
Get one random riddle around a specific subject or keyword. For example, a riddle on a "cat".
400
New Example
{"error": "Invalid inputs!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/606334b3-cfa9-4da8-8947-2897439d729f/3/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Keyword
Get one random riddle around a specific subject or keyword. For example, a riddle on a "cat".
403
New Example
{"error": "Access denied. Unauthorized Access."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/606334b3-cfa9-4da8-8947-2897439d729f/4/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Keyword
Get one random riddle around a specific subject or keyword. For example, a riddle on a "cat".
407
New Example
{"error": "Access denied. All API calls should come from RapidAPI."}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/606334b3-cfa9-4da8-8947-2897439d729f/5/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Keyword
Get one random riddle around a specific subject or keyword. For example, a riddle on a "cat".
500
New Example
{"error": "Server could not fulfill the request. Something failed!"}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/6064cfd5-ef7e-42a8-b032-9efdba1dbc40/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Difficulty Level
Get one random riddle based on the difficulty. For example, by Easy, Medium, Hard.
400
New Example
{"error": "Invalid inputs!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/6064cfd5-ef7e-42a8-b032-9efdba1dbc40/1/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Difficulty Level
Get one random riddle based on the difficulty. For example, by Easy, Medium, Hard.
500
New Example
{"error": "Server could not fulfill the request. Something failed!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/6064cfd5-ef7e-42a8-b032-9efdba1dbc40/2/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Difficulty Level
Get one random riddle based on the difficulty. For example, by Easy, Medium, Hard.
407
New Example
{"error": "Access denied. All API calls should come from RapidAPI."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/6064cfd5-ef7e-42a8-b032-9efdba1dbc40/3/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Difficulty Level
Get one random riddle based on the difficulty. For example, by Easy, Medium, Hard.
403
New Example
{"error": "Access denied. Unauthorized Access."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/6064cfd5-ef7e-42a8-b032-9efdba1dbc40/4/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by Difficulty Level
Get one random riddle based on the difficulty. For example, by Easy, Medium, Hard.
200
New Example
{"riddle": "The more you take, the more you leave behind. ?", "answer": "Footsteps.", "upVotes": 0, "difficultyLevel": "medium", "postedBy": "Riddlie"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"riddle": {"type": "string"}, "answer": {"type": "string"}, "upVotes": {"type": "integer"}, "difficultyLevel": {"type": "string"}, "postedBy": {"type": "string"}}, "required": ["answer", "difficultyLevel", "postedBy", "riddle", "upVotes"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0a3d9102-ca61-4ccb-9b85-6200e94f0c11/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by ID
Get a riddle by ID.
500
New Example
{"error": "Server could not fulfill the request. Something failed!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0a3d9102-ca61-4ccb-9b85-6200e94f0c11/1/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by ID
Get a riddle by ID.
403
New Example
{"error": "Access denied. Unauthorized Access."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0a3d9102-ca61-4ccb-9b85-6200e94f0c11/2/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by ID
Get a riddle by ID.
400
New Example
{"error": "Invalid inputs!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0a3d9102-ca61-4ccb-9b85-6200e94f0c11/3/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by ID
Get a riddle by ID.
407
New Example
{"error": "Access denied. All API calls should come from RapidAPI."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/0a3d9102-ca61-4ccb-9b85-6200e94f0c11/4/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Riddle by ID
Get a riddle by ID.
200
New Example
{"riddle": "The more you take, the more you leave behind. ?", "answer": "Footsteps.", "upVotes": 0, "difficultyLevel": "medium", "postedBy": "Riddlie"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"riddle": {"type": "string"}, "answer": {"type": "string"}, "upVotes": {"type": "integer"}, "difficultyLevel": {"type": "string"}, "postedBy": {"type": "string"}}, "required": ["answer", "difficultyLevel", "postedBy", "riddle", "upVotes"]}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/452c5e0b-20b4-4f36-a380-74ae81514d04/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Delete Riddle (Admin Only)
This endpoint deletes the specific riddle
200
New Example
{"message": "Selected riddle has been deleted!"}
{"type": "object", "properties": {"message": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/452c5e0b-20b4-4f36-a380-74ae81514d04/1/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Delete Riddle (Admin Only)
This endpoint deletes the specific riddle
400
New Example
{"error": "Could not delete the riddle"}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/452c5e0b-20b4-4f36-a380-74ae81514d04/2/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Delete Riddle (Admin Only)
This endpoint deletes the specific riddle
403
New Example
{"error": "Access denied. Unauthorized Access."}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/ef0e6213-9099-4374-84f3-18616599ce7c/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Update Riddle (Admin Only)
This endpoint updates the existing riddle. Information should be provided in JSON format.
200
New Example
{"message": "The selected Riddle has been updated!"}
{"type": "object", "properties": {"message": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/ef0e6213-9099-4374-84f3-18616599ce7c/1/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Update Riddle (Admin Only)
This endpoint updates the existing riddle. Information should be provided in JSON format.
403
New Example
{"error": "Access denied. Unauthorized Access."}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/ef0e6213-9099-4374-84f3-18616599ce7c/2/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Update Riddle (Admin Only)
This endpoint updates the existing riddle. Information should be provided in JSON format.
400
New Example
{"error": "Invalid inputs"}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/7d8385cc-fc5c-494e-ac16-ea61f14cf34a/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Create New Riddle (Admin Only)
This endpoint creates a new riddle
400
New Example
{"error": "Invalid inputs"}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/7d8385cc-fc5c-494e-ac16-ea61f14cf34a/1/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Create New Riddle (Admin Only)
This endpoint creates a new riddle
403
New Example
{"error": "Access denied. Unauthorized Access."}
{"type": "object", "properties": {"error": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/7d8385cc-fc5c-494e-ac16-ea61f14cf34a/2/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Create New Riddle (Admin Only)
This endpoint creates a new riddle
200
New Example
{"message": "A new riddle has been added!"}
{"type": "object", "properties": {"message": {"type": "string"}}}
0ab4b892-7b76-4da0-94a8-ec3f11b6c47d/26e4e372-9409-4cd9-8457-fc22a5f0c610/0/0
Riddlie
API that provides access to a collection of thousands of riddles (and growing). Fetch a random riddle or a riddle of the day. You can build a perfect app to entertain kids and families for dinner times. You can also pull riddles by their ID, difficulty level and keyword of your interest. API also collects feedback such...
2
Upvote Riddle
Simply calling this endpoint registers a "like" to better serve the riddles in the future. There is no response back other than a status message.
200
New Example
{"message": "Thanks for voting!"}
{"type": "object", "properties": {"message": {"type": "string"}}}