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 |
|---|---|---|---|---|---|---|---|---|---|
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/385e5c09-7deb-470c-9b93-64ce12aeebfd/1/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Channel Links | Gets channel links (like social media). | 503 | Response | {"Code": "ProcessException", "Message": "Kick service is not available"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Code": {"type": "string"}, "Message": {"type": "string"}}, "required": ["Code", "Message"]} |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/ec8d8944-13bf-4dcc-952d-d4c9ed5f60aa/0/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Livestream Status | Gets Livestream status. Returns true/false based on running livestream on the channel. | 200 | Response | {"data": {"isBroadcasting": true}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"isBroadcasting": {"type": "boolean"}}, "required": ["isBroadcasting"]}}, "required": ["data"]} |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/90feb77d-53fd-4a33-b1b7-f36799801100/0/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Livestream Info | Get information about currently running livestream.
Returns NoContent (204) if there is no livestream running. | 200 | Response | {"data": {"id": 18221548, "slug": "a3ef6-boogie-bombs-wooo-phase-3-reppin-12amtakeover", "channelId": 1414271, "createdAt": "2023-11-08T16:44:24", "sessionTitle": "BOOGIE BOMBS WOOO | PHASE 3 REPPIN' #12amTakeover", "isLive": true, "riskLevelId": null, "twitchChannel": null, "duration": 0, "language": "English", "isMat... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "channelId": {"type": "integer"}, "createdAt": {"type": "string"}, "sessionTitle": {"type": "string"}, "isLive": {"type": "boolean"}, "riskLevel... |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/10d6f9f0-5253-467c-8116-4a040c972982/0/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get User Details | Get detailed user information.
For example User ID, bio, media links and more. | 200 | Response | {"data": {"id": 4809577, "username": "FusedChat", "bio": "Multi-Platform Cloud Chatbot - Alerts, Commands, Loyalty currency, ranks, store, and more! Currently supported on Kick, Twitch, YouTube, and Trovo! Try me out, it's FREE - https://fusedchat.com/", "twitter": "fusedchat", "facebook": "", "instagram": "", "youtube... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "bio": {"type": "string"}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "instagram": {"type": "string"}, "youtube": {"type... |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/908789f1-6d59-41c7-95d3-ed5b7fac1659/0/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Channel Followers Count | Get specific channel follower count. | 200 | Response | {"data": {"count": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["data"]} |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/45969b30-cd28-44c5-a13e-c57c72a3b18d/0/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Channel Clips | Gets channel clips list and their details.
Each clip contains URL, who is creator, views and likes count, and more. | 503 | Response | {"Code": "ProcessException", "Message": "Kick service is not available"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Code": {"type": "string"}, "Message": {"type": "string"}}, "required": ["Code", "Message"]} |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/45969b30-cd28-44c5-a13e-c57c72a3b18d/1/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Channel Clips | Gets channel clips list and their details.
Each clip contains URL, who is creator, views and likes count, and more. | 200 | Response | {"data": {"clips": [{"id": "clip_01HENH8RJ98DHYCS15BER9HMAQ", "isMature": true, "title": "I broke my chair", "duration": 47, "thumbnailUrl": "https://clips.kick.com/clips/clip_01HENH8RJ98DHYCS15BER9HMAQ/thumbnail.png", "videoUrl": "https://clips.kick.com/clips/clip_01HENH8RJ98DHYCS15BER9HMAQ/playlist.m3u8", "viewCount"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"clips": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "isMature": {"type": "boolean"}, "title": {"type": "string"}, "duration": {"type": "integer"}, "thumbna... |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/4515b778-e7d8-4599-b876-43ab74557abb/0/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Channel Chatroom | Gets channel chatroom information.
This includes chatroom ID, mode, message intervals, slow-mode, protection, and more. | 200 | Response | {"data": {"id": 4704335, "slowMode": {"enabled": false, "messageInterval": 0}, "subscribersMode": {"enabled": false}, "followersMode": {"enabled": false, "minDuration": 0}, "emotesMode": {"enabled": false}, "advancedBotProtection": {"enabled": false, "remainingTime": 0}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "slowMode": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "messageInterval": {"type": "integer"}}, "required": ["enabled", "messageInterval"]}, "subscri... |
bf9bf01b-3034-4fff-8bb5-3688af6aa3c0/c51ca2c8-6f88-46ab-997e-12652f160cbc/0/0 | Kick.com API | API to access Kick.com streaming platform. Get streamer data, channel details, chat, and more. 2023 | 7.6 | Get Channel Info | Gets channel detailed information.
Including userId, banner image, categories, livestream data, chatroom settings, and more. | 200 | Response | {"data": {"id": 4721174, "userId": 4809577, "slug": "fusedchat", "isBanned": false, "playbackUrl": "https://fa723fc1b171.us-west-2.playback.live-video.net/api/video/v1/us-west-2.196233775518.channel.cC14BOEOQ04M.m3u8?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzM4NCJ9.eyJhd3M6Y2hhbm5lbC1hcm4iOiJhcm46YXdzOml2czp1cy13ZXN0LTI6MTk2... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "userId": {"type": "integer"}, "slug": {"type": "string"}, "isBanned": {"type": "boolean"}, "playbackUrl": {"type": "string"}, "vodEnabled": {"type": "boolean"}, "subscript... |
8540f81f-7e9a-48e9-8bf4-18572e9e0e53/08195409-7335-47fe-9126-08890a2aac69/0/0 | Tiktok Video Without Watermark | Tiktok Downloader.The fastest way to download without watermark video from tiktok. | null | No watermark | Get video without watermark for a giving url. | 200 | New Example | {"owner": {"id": "6770330112669352965", "author": "Mother of Cats", "uniqueID": "mother_ofcats_", "ProfilePage": "https://www.tiktok.com/@mother_ofcats_", "verified": "false", "secUid": "", "relation": "0", "avatar": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/44a385e64ed73cd57172e5eddb61c4d1~c5_1080x1080.jp... | {"type": "object", "properties": {"owner": {"type": "object", "properties": {"id": {"type": "string"}, "author": {"type": "string"}, "uniqueID": {"type": "string"}, "ProfilePage": {"type": "string"}, "verified": {"type": "string"}, "secUid": {"type": "string"}, "relation": {"type": "string"}, "avatar": {"type": "string... |
26750a0f-1383-4aa9-b907-e8efa783b981/9bf68281-8e5d-45c6-aadc-030357b14242/0/0 | Oil News Global | Oil News collects latest articles from leading media sources, such as bbc/oil, oilprice, cnbc/energy, reuters/energy and many more. We also include articles and press-releases that cannot be "googled" easily, for example, Russian sources, such as Rosneft, Tatneft, RT/energy, Saudi Aramco and others. | null | GET Individual Oil Company/News Outlet | Gets news/press-releases from an individual source, for example:
/news/bbc GETs news from BBC.com
/aramco GETs news and press-releases from Saudi Aramco | 200 | New Example | [{"title": "Anger over Lincolnshire Wolds oil drilling plan ", "url": "https://www.bbc.com/news/articles/cl00zp922ewo", "source": "bbc"}, {"title": "Petrol prices hit record high, says RAC", "url": "https://www.bbc.com/news/business-59034854", "source": "bbc"}, {"title": "Island oil exploration drilling plan refused", ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
694e4f64-b20f-489e-806a-8dec9423b4fb/7b07bdd2-f4fa-4e48-b37e-7710d23a188d/0/0 | OpenGraphr | Really simple API to retrieve Open Graph data from all sites without being blocked, even if it does not have Open Graph tags setup.Bundled with an Open Graph debugger and TailwindCSS snippets to create OpenGraph visualizations inside your webapp. Fast and trustworthy. | null | Extract Open Graph data | This endpoint will scrape an URL and extract all Open Graph related information. | 200 | NYTimes | {"title": "The New York Times - Breaking News, US News, World News and Videos", "description": "Live news, investigations, opinion, photos and video by the journalists of The New York Times from more than 150 countries around the world. Subscribe for coverage of U.S. and international news, politics, business, technolo... | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "url": {"type": "string"}, "raw": {"type": "object", "properties": {"title": {"type": "string"}, "metadescription": {"type": "string"}, "og_url": {"type": "string"}, "og_type": {"type": "string... |
616f4450-1c50-4979-a0b1-c40803e39b72/ac074b28-08c2-4b64-a529-dd51ea158d29/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Login | Login using username and password. | 200 | Response | {"session_key": "5ff59f58f1a33XXXXXXXXXX", "success": true} | {"properties": {"session_key": {"type": "string"}, "success": {"type": "boolean"}}, "type": "object"} |
616f4450-1c50-4979-a0b1-c40803e39b72/da8f0b26-937c-4603-844e-5280cc1e4bdc/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Get a user | Get a user by user_id. | 200 | Response | {"data": {"status": "ok", "user": {"account_badges": [], "account_type": 3, "address_street": "", "auto_expand_chaining": false, "biography": "Bringing you closer to the people and things you love. \u2764\ufe0f\nFor up-to-date COVID-19 information visit:", "biography_with_entities": {"entities": [], "raw_text": "Bringi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"status": {"type": "string"}, "user": {"type": "object", "properties": {"account_badges": {"type": "array"}, "account_type": {"type": "integer"}, "address_street": {"type": "string"}, "auto_expand_ch... |
616f4450-1c50-4979-a0b1-c40803e39b72/14a4b2de-c663-4e77-9d88-e3944a5ce763/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Search tags | Search tags. | 200 | Response | {"data": {"has_more": false, "inform_module": null, "page_token": null, "rank_token": "571d34a2-5b80-11eb-aca9-0050563f1f8c", "results": [{"formatted_media_count": "17.3M", "id": 17843578795002948, "media_count": 17386479, "name": "morocco", "profile_pic_url": "https://i.instagram.com/static/images/hashtag/search-hasht... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"has_more": {"type": "boolean"}, "inform_module": {"type": "null"}, "page_token": {"type": "null"}, "rank_token": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "propert... |
616f4450-1c50-4979-a0b1-c40803e39b72/d7afa05c-cfc0-4f73-9ba6-7262cabe16c5/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Search users | Search users. | 200 | Response | {"data": {"has_more": false, "num_results": 56, "rank_token": "1611189053275|0392b3c56e58c6619ecf88d9209406958812b6e58c6c81ac35805a6916d80a6e", "status": "ok", "users": [{"account_badges": [], "friendship_status": {"following": true, "incoming_request": false, "is_bestie": false, "is_private": false, "is_restricted": f... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"has_more": {"type": "boolean"}, "num_results": {"type": "integer"}, "rank_token": {"type": "string"}, "status": {"type": "string"}, "users": {"type": "array", "items": {"type": "object", "properties... |
616f4450-1c50-4979-a0b1-c40803e39b72/20bc3011-2688-4019-95cd-4ef5ca7dbca2/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Top Search | Top Search (hashtags, places, users). | 200 | Response | {"data": {"clear_client_cache": null, "has_more": true, "hashtags": [{"hashtag": {"id": 17843578795002948, "media_count": 17386475, "name": "morocco", "profile_pic_url": "https://i.instagram.com/static/images/hashtag/search-hashtag-default-avatar.png/1d8417c9a4f5.png", "search_result_subtitle": "Followed by hafham", "u... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"clear_client_cache": {"type": "null"}, "has_more": {"type": "boolean"}, "hashtags": {"type": "array", "items": {"type": "object", "properties": {"hashtag": {"type": "object", "properties": {"id": {"... |
616f4450-1c50-4979-a0b1-c40803e39b72/f9cfe5ca-55d1-4b61-be15-e0d898eeb929/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | User following | Get user following. | 200 | Response | {"data": {"big_list": false, "global_blacklist_sample": null, "next_max_id": null, "page_size": 200, "sections": null, "status": "ok", "users": [{"account_badges": [], "full_name": "niko c", "has_anonymous_profile_picture": false, "is_favorite": false, "is_private": false, "is_verified": false, "latest_reel_media": 160... | {"properties": {"data": {"properties": {"status": {"type": "string"}, "user": {"properties": {"account_badges": {"type": "array"}, "account_type": {"type": "integer"}, "address_street": {"type": "string"}, "auto_expand_chaining": {"type": "boolean"}, "biography": {"type": "string"}, "biography_with_entities": {"propert... |
616f4450-1c50-4979-a0b1-c40803e39b72/169123af-c156-4258-aac5-c4ded4176a1b/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Get a tag | Get a tag. | 200 | Response | {"data": {"allow_following": 1, "allow_muting_story": true, "challenge_id": null, "debug_info": null, "description": null, "follow_button_text": null, "follow_status": 0, "following": 0, "formatted_media_count": "126M", "fresh_topic_metadata": null, "id": 17843613766000412, "media_count": 126374837, "name": "vacation",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"allow_following": {"type": "integer"}, "allow_muting_story": {"type": "boolean"}, "challenge_id": {"type": "null"}, "debug_info": {"type": "null"}, "description": {"type": "null"}, "follow_button_te... |
616f4450-1c50-4979-a0b1-c40803e39b72/1f86570b-98e9-48fd-a9a7-1e2a86e59e99/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Unlike a post | Unlike a post by id. | 200 | Response | {"data": {"status": "ok"}, "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}, "success": {"type": "boolean"}}, "required": ["data", "success"]} |
616f4450-1c50-4979-a0b1-c40803e39b72/7f69cad1-f324-4258-863b-e0ce488f07ff/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Follow | Follow a user by username or user_id. | 200 | Response | {"data": {"friendship_status": {"blocking": false, "followed_by": false, "following": true, "incoming_request": false, "is_bestie": false, "is_private": false, "is_restricted": false, "muting": false, "outgoing_request": false}, "previous_following": true, "status": "ok"}, "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"friendship_status": {"type": "object", "properties": {"blocking": {"type": "boolean"}, "followed_by": {"type": "boolean"}, "following": {"type": "boolean"}, "incoming_request": {"type": "boolean"}, ... |
616f4450-1c50-4979-a0b1-c40803e39b72/f464e129-e0a7-4e88-8dce-3d7fbd184d15/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Like a post | Like a post by id. | 200 | Response | {"data": {"status": "ok"}, "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}, "success": {"type": "boolean"}}, "required": ["data", "success"]} |
616f4450-1c50-4979-a0b1-c40803e39b72/7bc3b027-ec01-4f39-8c31-adee674fc876/0/0 | Instagram Unofficial | Instagram Unofficial API | 9.2 | Unfollow | Unfollow a user by username or user_id. | 200 | Response | {"data": {"friendship_status": {"blocking": false, "followed_by": false, "following": false, "incoming_request": false, "is_bestie": false, "is_private": false, "is_restricted": false, "muting": false, "outgoing_request": false}, "status": "ok"}, "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"friendship_status": {"type": "object", "properties": {"blocking": {"type": "boolean"}, "followed_by": {"type": "boolean"}, "following": {"type": "boolean"}, "incoming_request": {"type": "boolean"}, ... |
da6669fb-e421-47db-a37d-a8318d041c5a/0857192b-dd71-4e8d-8973-cf531fb29f60/0/0 | Climate Change News | An API showing latest climate change news around the globe | null | Get Individual News | Get News from specific provider | 200 | New Example | [{"title": "What is climate change? The evidence and solutions explained in charts", "url": "https://www.thetimes.co.uk/article/what-is-climate-change-the-evidence-and-solutions-explained-in-charts-jtrqp0v0j", "source": "thetimes"}, {"title": "20 things you can do right now to stop climate change", "url": "https://www.... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
46ad451e-6996-4754-a833-b7d168564f0a/6741c330-870e-489e-82a5-86e208356bf5/0/0 | Climate change | An API showing all the latest climate change news around the world | null | Get Individual News Sources News | Gets News about climate change from a specific news recoourse | 200 | New Example | [{"title": "What is climate change? The evidence and solutions explained in charts", "url": "https://www.thetimes.co.uk/article/what-is-climate-change-the-evidence-and-solutions-explained-in-charts-jtrqp0v0j", "source": "thetimes"}, {"title": "20 things you can do right now to stop climate change", "url": "https://www.... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
46ad451e-6996-4754-a833-b7d168564f0a/bc54ab41-3583-495d-bc40-98361ac168c0/0/0 | Climate change | An API showing all the latest climate change news around the world | null | Get All Climate Change News | This endpoint will return back all news about climate change from all over the world. | 200 | New Example | [{"title": " \u2018Real reasons to hope\u2019 on climate action, says archbishop of Canterbury ", "url": "https://www.theguardian.com/uk-news/2022/jan/01/real-reasons-to-hope-on-climate-action-says-archbishop-of-canterbury", "source": "guardian"}, {"title": "\n\nRemain hopeful and resist \u2018temptation to despair\u2... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
459665ec-6e90-443d-bfae-e8cc65c58a17/c62681ea-4ca2-4be8-b36a-847dbbc3a83e/0/0 | Extract Faces from Image | Detect faces in an image and extract all detected faces into single images. Define an output aspect ratio and resolution. | 1.5 | Extract faces into single images | Extract faces as single images | 200 | Response | {"code": "200", "data": {"created": "2021-03-23 12:05:15", "detected_faces": 2, "faces": [{"file_base64": "/9j/4AAQSkZJRgABAQEAYABgAAD//gA+Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2ODApLCBkZWZhdWx0IHF1YWxpdHkK/9sAQwAIBgYHBgUIBwcHCQkICgwUDQwLCwwZEhMPFB0aHx4dGhwcICQuJyAiLCMcHCg3KSwwMTQ0NB8nOT04MjwuMzQy/9sAQwEJC... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "data": {"type": "object", "properties": {"created": {"type": "string"}, "detected_faces": {"type": "integer"}, "faces": {"type": "array", "items": {"type": "object", "properties": {"file_base64": {"type": "string... |
6a7aca46-647d-44c9-8202-1077a8077e15/73d8b007-738e-49de-b500-45c20b0f4e84/0/0 | CasterData | Podcast search, discovery, and recommendation API. See more at https://casterdata.com. | null | Fetch shows | Get a list of podcast shows. You can optionally pass in a query object. | 200 | Result | {"error": null, "metadata": {"size": 2}, "payload": [{"categories": ["News", "True Crime"], "country": "USA", "description": "Serial is a podcast from the creators of This American Life, hosted by Sarah Koenig. Serial unfolds one story - a true story - over the course of a whole season. The show follows the plot and ch... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "null"}, "metadata": {"type": "object", "properties": {"size": {"type": "integer"}}, "required": ["size"]}, "payload": {"type": "array", "items": {"type": "object", "properties": {"categories": {"type": "array", "items": {"... |
44ddffc2-396a-4bee-9286-d8f26f6221ab/24849858-d60d-4162-9f47-0f86a9cd54b7/0/0 | Instagram | Instagram API | null | Get Posts | Get Posts | 200 | New_Example | [{"userId": 1, "username": "ossab98", "user_img": "https://randomuser.me/api/portraits/men/1.jpg", "post_img": "https://picsum.photos/600/400", "post_title": "My vacation in Hawaii", "likes": 109, "isVerified": true}, {"userId": 2, "username": "janedoe", "user_img": "https://randomuser.me/api/portraits/women/2.jpg", "p... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "user_img": {"type": "string"}, "post_img": {"type": "string"}, "post_title": {"type": "string"}, "likes": {"type": "integer"}, "isVerified": {"type": ... |
59ad95aae4b075a0d1d74040/5a6a0a1ce4b0106aae806dbb/0/0 | Article Data Extraction and Text Mining | Ujeebu Article Extraction API extracts clean text, and other structured data from news and blog articles. | 9.8 | /v1.1/extract | Article Extraction Endpoint | 200 | Example_1 | {"article": {"text": "Twitter announced a much-anticipated feature last week \u2014 the ability to edit tweets . The company said that once the feature is available users will be able to edit their tweets for up to 30 minutes from posting. However, there\u2019s a catch: Users can only edit their tweets five times wit... | {"type": "object", "properties": {"article": {"type": "object", "properties": {"text": {"type": "string"}, "html": {"type": "string"}, "media": {"type": "array"}, "images": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "pub_date": {"type": "string"}, "url": {"type": "string"}, "canonical... |
99e4acd9-3bf1-4649-98a3-f4be671ef99e/1ba6e4ef-bd9f-48b6-b9ba-4a54c8fae5cc/0/0 | Tiktok Media No Watermark | Tiktok Best Spider. Fast. HD Quality. Without Watermark Download. Video Full Detail.
No watermark video, tiktok stories, trending feed by region, user info, user post video, hot video list, hot challenge list, comment list by video, search video, search user… | 9 | feed | feed | 200 | Example_1 | {"pramas": "yeuphimzz", "limit": "1"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pramas": {"type": "string"}, "limit": {"type": "string"}}, "required": ["limit", "pramas"]} |
aec68d88-afcf-49de-b83c-63493ccd300d/ef5b48bb-b156-45bc-9c48-591eb95e6752/0/0 | Colorful | Get random colors with information, convert between color codes, and more. | 7.4 | Convert RGB | Convert an RGB-color code to CMYK, HEX, HSL, and HSV (HSB). In addition the property "safe" specifies whether the color is web-safe or not. If the color has a name that can be used in CSS, the name(s) will also be included. The nearest named color(s) will also be included. | 422 | Response | {"error": "Invalid fields in the request body."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
aec68d88-afcf-49de-b83c-63493ccd300d/ef5b48bb-b156-45bc-9c48-591eb95e6752/1/0 | Colorful | Get random colors with information, convert between color codes, and more. | 7.4 | Convert RGB | Convert an RGB-color code to CMYK, HEX, HSL, and HSV (HSB). In addition the property "safe" specifies whether the color is web-safe or not. If the color has a name that can be used in CSS, the name(s) will also be included. The nearest named color(s) will also be included. | 400 | Response | {"error": "Some entries are not numbers."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
aec68d88-afcf-49de-b83c-63493ccd300d/ef5b48bb-b156-45bc-9c48-591eb95e6752/2/0 | Colorful | Get random colors with information, convert between color codes, and more. | 7.4 | Convert RGB | Convert an RGB-color code to CMYK, HEX, HSL, and HSV (HSB). In addition the property "safe" specifies whether the color is web-safe or not. If the color has a name that can be used in CSS, the name(s) will also be included. The nearest named color(s) will also be included. | 200 | Response | {"rgb": {"r": 255, "g": 165, "b": 0}, "cmyk": {"c": 0, "m": 35.29, "y": 100, "k": 99}, "hex": "ffa500", "hsl": {"h": 38.82, "s": 100, "l": 50}, "hsv": {"h": 38.82, "s": 100, "v": 100}, "safe": false, "named": ["orange"], "nearest": ["orange"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"rgb": {"type": "object", "properties": {"r": {"type": "integer"}, "g": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["b", "g", "r"]}, "cmyk": {"type": "object", "properties": {"c": {"type": "integer"}, "m": {"type": "number"}... |
eef4e989-3706-4b05-850f-946738e265f9/2ed29c4c-5a5d-426e-8ddc-9dcf7556ab63/0/0 | Easy QR Code Generator API | Generate QR codes dynamically for a wide range of applications. With this API, you can easily integrate QR code generation capabilities into your applications, websites, or services, enabling you to provide users with quick access to information, links, or interactive experiences. | 6.5 | Generate SMS QR Code | Generate SMS QR Code | 200 | Response | {"status": "ok", "error": null, "data": {"type": "png", "correction": "H", "size": 3, "margin": 10, "imageData": "iVBORw0KGgoAAAANSUhEUgAAAJMAAACTCAAAAACvjnTJAAABkElEQVR42u3awY7CMAxF0f7/T8MOVbXfiwOpU6TbBZrpMOQsXMd2OF7Puw5MmDBhwoQJEyZMmDBhwoQJE6b/Nx3Zdb7/+Tn+l/8ETA2m9M55yTNCvd/fwXSf6RI9l0CJcRP16Sdg2mKKa6cZBNMzTZcUEP86jE... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "correction": {"type": "string"}, "size": {"type": "integer"}, "margin": {"type": "integer"}, "imageData": {"type": "string"}}}}} |
eef4e989-3706-4b05-850f-946738e265f9/bd41870b-4773-4016-9c11-ebf45610f01e/0/0 | Easy QR Code Generator API | Generate QR codes dynamically for a wide range of applications. With this API, you can easily integrate QR code generation capabilities into your applications, websites, or services, enabling you to provide users with quick access to information, links, or interactive experiences. | 6.5 | Generate Phone QR Code | Generate Phone QR Code | 200 | Response | {"status": "ok", "error": null, "data": {"type": "png", "correction": "H", "size": 3, "margin": 10, "imageData": "iVBORw0KGgoAAAANSUhEUgAAAJMAAACTCAAAAACvjnTJAAABkElEQVR42u3awY7CMAxF0f7/T8MOVbXfiwOpU6TbBZrpMOQsXMd2OF7Puw5MmDBhwoQJEyZMmDBhwoQJE6b/Nx3Zdb7/+Tn+l/8ETA2m9M55yTNCvd/fwXSf6RI9l0CJcRP16Sdg2mKKa6cZBNMzTZcUEP86jE... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "correction": {"type": "string"}, "size": {"type": "integer"}, "margin": {"type": "integer"}, "imageData": {"type": "string"}}}}} |
eef4e989-3706-4b05-850f-946738e265f9/380703ae-a9e9-489d-8fe4-d29b9c0dde50/0/0 | Easy QR Code Generator API | Generate QR codes dynamically for a wide range of applications. With this API, you can easily integrate QR code generation capabilities into your applications, websites, or services, enabling you to provide users with quick access to information, links, or interactive experiences. | 6.5 | Generate Email QR Code | Generate Email QR Code | 200 | Response | {"status": "ok", "error": null, "data": {"type": "png", "correction": "H", "size": 3, "margin": 10, "imageData": "iVBORw0KGgoAAAANSUhEUgAAAJMAAACTCAAAAACvjnTJAAABkElEQVR42u3awY7CMAxF0f7/T8MOVbXfiwOpU6TbBZrpMOQsXMd2OF7Puw5MmDBhwoQJEyZMmDBhwoQJE6b/Nx3Zdb7/+Tn+l/8ETA2m9M55yTNCvd/fwXSf6RI9l0CJcRP16Sdg2mKKa6cZBNMzTZcUEP86jE... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "correction": {"type": "string"}, "size": {"type": "integer"}, "margin": {"type": "integer"}, "imageData": {"type": "string"}}}}} |
eef4e989-3706-4b05-850f-946738e265f9/5f619307-e5de-46a4-bc89-ca9526ef8920/0/0 | Easy QR Code Generator API | Generate QR codes dynamically for a wide range of applications. With this API, you can easily integrate QR code generation capabilities into your applications, websites, or services, enabling you to provide users with quick access to information, links, or interactive experiences. | 6.5 | Generate URL QR Code | Generate URL QR Code | 200 | Response | {"status": "ok", "error": null, "data": {"type": "png", "correction": "H", "size": 3, "margin": 10, "imageData": "iVBORw0KGgoAAAANSUhEUgAAAJMAAACTCAAAAACvjnTJAAABkElEQVR42u3awY7CMAxF0f7/T8MOVbXfiwOpU6TbBZrpMOQsXMd2OF7Puw5MmDBhwoQJEyZMmDBhwoQJE6b/Nx3Zdb7/+Tn+l/8ETA2m9M55yTNCvd/fwXSf6RI9l0CJcRP16Sdg2mKKa6cZBNMzTZcUEP86jE... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "correction": {"type": "string"}, "size": {"type": "integer"}, "margin": {"type": "integer"}, "imageData": {"type": "string"}}}}} |
eef4e989-3706-4b05-850f-946738e265f9/88a45b6b-41b3-4032-aff7-429d06bb8753/0/0 | Easy QR Code Generator API | Generate QR codes dynamically for a wide range of applications. With this API, you can easily integrate QR code generation capabilities into your applications, websites, or services, enabling you to provide users with quick access to information, links, or interactive experiences. | 6.5 | Generate Text QR Code | Generate Text QR Code | 200 | Response | {"status": "ok", "error": null, "data": {"type": "png", "correction": "H", "size": 3, "margin": 10, "imageData": "iVBORw0KGgoAAAANSUhEUgAAAJMAAACTCAAAAACvjnTJAAABkElEQVR42u3awY7CMAxF0f7/T8MOVbXfiwOpU6TbBZrpMOQsXMd2OF7Puw5MmDBhwoQJEyZMmDBhwoQJE6b/Nx3Zdb7/+Tn+l/8ETA2m9M55yTNCvd/fwXSf6RI9l0CJcRP16Sdg2mKKa6cZBNMzTZcUEP86jE... | {"type": "object", "properties": {"status": {"type": "string"}, "error": {"type": "null"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "correction": {"type": "string"}, "size": {"type": "integer"}, "margin": {"type": "integer"}, "imageData": {"type": "string"}}}}} |
71113130-1629-476d-a3b0-396750a38179/1fcd74b2-5191-42e6-bee8-36c8376c0ea4/0/0 | Shazam | Shazam API helps you to recognize any song from a music file, can fetch data from https://www.shazam.com/, extract information related to artist, track or give top songs by country. | 8.7 | Artist Top Tracks | This endpoint will return the top tracks of the artist | 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"]} |
71113130-1629-476d-a3b0-396750a38179/899e9f57-392a-4e75-8518-7086ef0d6a35/0/0 | Shazam | Shazam API helps you to recognize any song from a music file, can fetch data from https://www.shazam.com/, extract information related to artist, track or give top songs by country. | 8.7 | Top Track by City | This endpoint will give the top song in specific city | 200 | Response | {"next": "https://cdn.shazam.com/shazam/v3/en/GB/web/-/tracks/ip-city-chart-524901?pageSize=2&startFrom=2", "properties": {}, "tracks": [{"artists": [{"adamid": "259601382", "alias": "melisa", "follow": {"followkey": "A_40764863"}, "id": "40764863"}], "highlightsurls": {"artisthighlightsurl": "https://cdn.shazam.com/vi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"next": {"type": "string"}, "properties": {"type": "object"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"adamid": {"type": "string"}, "alias... |
71113130-1629-476d-a3b0-396750a38179/65dcb1f0-a05f-4e08-9cbb-07923a0afd89/0/0 | Shazam | Shazam API helps you to recognize any song from a music file, can fetch data from https://www.shazam.com/, extract information related to artist, track or give top songs by country. | 8.7 | Top Track by Country | This endpoint will return the top tracks from a specific country | 200 | Response | {"next": "https://cdn.shazam.com/shazam/v3/en/GB/web/-/tracks/ip-country-chart-RU?pageSize=2&startFrom=2", "properties": {}, "tracks": [{"artists": [{"adamid": "259601382", "alias": "melisa", "follow": {"followkey": "A_40764863"}, "id": "40764863"}], "highlightsurls": {"artisthighlightsurl": "https://cdn.shazam.com/vid... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"next": {"type": "string"}, "properties": {"type": "object"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"adamid": {"type": "string"}, "alias... |
71113130-1629-476d-a3b0-396750a38179/11be5e41-0f1c-49b9-b55b-0d6db308582a/0/0 | Shazam | Shazam API helps you to recognize any song from a music file, can fetch data from https://www.shazam.com/, extract information related to artist, track or give top songs by country. | 8.7 | Search Track | This endpoint will search for the name of any song and return similar songs with the name. | 200 | Response | {"tracks": {"hits": [{"actions": [{"id": "296831279", "name": "track:296831279", "type": "track"}], "alias": "love-yourself", "artists": [{"adamid": "320569549", "alias": "justin-bieber", "follow": {"followkey": "A_40543550"}, "id": "40543550"}], "heading": {"subtitle": "Justin Bieber", "title": "Love Yourself"}, "imag... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tracks": {"type": "object", "properties": {"hits": {"type": "array", "items": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "t... |
71113130-1629-476d-a3b0-396750a38179/5a47e66a-c002-4044-9bc3-35d16a25aab0/0/0 | Shazam | Shazam API helps you to recognize any song from a music file, can fetch data from https://www.shazam.com/, extract information related to artist, track or give top songs by country. | 8.7 | Track Info | This endpoint will return info of any track from shazam.com | 200 | Response | {"albumadamid": "1440825845", "alias": "love-yourself", "artists": [{"adamid": "320569549", "alias": "justin-bieber", "follow": {"followkey": "A_40543550"}, "id": "40543550"}], "genres": {"primary": "Pop"}, "highlightsurls": {}, "hub": {"actions": [{"id": "1440826328", "name": "apple", "type": "applemusicplay"}, {"name... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"albumadamid": {"type": "string"}, "alias": {"type": "string"}, "artists": {"type": "array", "items": {"type": "object", "properties": {"adamid": {"type": "string"}, "alias": {"type": "string"}, "follow": {"type": "object", "properties": {"f... |
71113130-1629-476d-a3b0-396750a38179/282e4044-7991-429c-9955-d1fb6bd53a47/0/0 | Shazam | Shazam API helps you to recognize any song from a music file, can fetch data from https://www.shazam.com/, extract information related to artist, track or give top songs by country. | 8.7 | Artist Search | This endpoint let you search for an artist by their name. You can get a list of artists from its name. | 200 | Response | {"artists": {"hits": [{"actions": [{"id": "40543550", "name": "artist:40543550", "type": "artist"}], "alias": "justin-bieber", "avatar": {"blurred": "https://is4-ssl.mzstatic.com/image/thumb/Features125/v4/3a/c1/a3/3ac1a308-06fe-f693-ea95-09ca2b2c88a1/pr_source.png/800x800cc.jpg", "default": "https://is4-ssl.mzstatic.c... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"artists": {"type": "object", "properties": {"hits": {"type": "array", "items": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "... |
71113130-1629-476d-a3b0-396750a38179/61c6a57d-ca8d-42d0-9e25-c84edcf58669/0/0 | Shazam | Shazam API helps you to recognize any song from a music file, can fetch data from https://www.shazam.com/, extract information related to artist, track or give top songs by country. | 8.7 | Artist Info | This endpoint will extract information of any artist from https://www.shazam.com. | 200 | Response | {"actions": [{"id": "40543550", "type": "artistposts"}, {"id": "40543550", "type": "artist"}], "adamid": "320569549", "alias": "justin-bieber", "avatar": "https://is4-ssl.mzstatic.com/image/thumb/Features125/v4/3a/c1/a3/3ac1a308-06fe-f693-ea95-09ca2b2c88a1/pr_source.png/800x800cc.jpg", "genres": {"primary": "Pop", "sec... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "adamid": {"type": "string"}, "alias": {"type": "string"}, "avatar": {"type": "strin... |
018da385-447d-480b-90db-d31e7c914458/4d87fdce-0678-443b-9994-97df5c3ab62f/0/0 | Open Library | An unofficial API for Open Library. | 8 | Search Title | Searches for books by title. | 200 | New Example | {"results": 20, "books": [{"title": "Harry Potter and the Philosopher's Stone", "author": "J. K. Rowling", "url": "https://openlibrary.org//works/OL82563W?edition=ia%3Aharrypottersorce0000rowl_t5a1", "image": "https://covers.openlibrary.org/b/olid/OL32784488M-M.jpg"}, {"title": "Harry Potter and the Deathly Hallows", "... | {"type": "object", "properties": {"results": {"type": "integer"}, "books": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "image": {"type": "string"}}}}}} |
018da385-447d-480b-90db-d31e7c914458/316eadba-aae6-4586-b8cb-a9c03f3933d2/0/0 | Open Library | An unofficial API for Open Library. | 8 | Search Author | Searches for authors. | 200 | New Example | {"results": 4, "authors": [{"author": "Jeff Kinney", "image": "https://covers.openlibrary.org/a/olid/OL2832500A-M.jpg", "numberOfbooks": "356 books", "date": "19 February 1971 - "}, {"author": "Kinney Jeff", "image": "https://covers.openlibrary.org/a/olid/OL10356104A-M.jpg", "numberOfbooks": "1 book", "date": ""}, {"a... | {"type": "object", "properties": {"results": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "image": {"type": "string"}, "numberOfbooks": {"type": "string"}, "date": {"type": "string"}}}}}} |
4d03df93-4fe0-4785-89e9-8d3c54347999/7f29604a-e746-472a-a19a-87e7b8ef32f0/0/0 | Article Data Extraction | This API extracts clean text and structured data from news and blog articles. Developers can seamlessly retrieve meaningful content from HTML, irrespective of the article's language, streamlining data extraction for various applications. | 4.9 | Extract From Url | Extract Data from Url. | 200 | Response | {"title": "Como \u00e9 Namorar um Paquistan\u00eas - Curiozidade", "description": "Neste artigo, vamos mergulhar no mundo de namorar um homem paquistan\u00eas, revelando os aspectos culturais, din\u00e2micas familiares e muito mais.", "image": "https://curiozidade.com/wp-content/uploads/2023/06/Como-e-namorar-um-Paquis... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "siteName": {"type": "string"}, "locale": {"type": "string"}, "localeAlternate": {"type": "ar... |
8f8af6bb-8ee5-4de7-842e-b409d3c9852d/cad64c09-c8bf-4bea-99ef-7b7978d2a588/0/0 | movie_list | Show available movies and series in mmsub | 0 | List of mmsub movies | This is for list of movies and series from channel myanmar | 200 | New Example | [{"name": "The Psychologist ( 2021 )", "link": "https://channelmyanmar.org/tvshows/the-psychologist-2021/"}, {"name": "Lost in Space \u2013 Season 03", "link": "https://channelmyanmar.org/tvshows/lost-in-space-season-03/"}, {"name": "Hawkeye Season 1 (2021)", "link": "https://channelmyanmar.org/tvshows/hawkeye-season-1... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}}, "required": ["link", "name"]}} |
1ced7573-5c03-4924-92a8-39dc34a21f5d/d54bbd8f-6d93-4e16-b49f-295992873091/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | CreateDreamboothRequest0 | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... | |
1ced7573-5c03-4924-92a8-39dc34a21f5d/570d296e-e6d7-43b2-9a06-54ac43aeb1b3/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | Text2Image | Text2Image API to generate image from prompt | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/f95ba0d8-2ecf-40fc-b9d3-a2db99dcfa15/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | GetTrainingStatus1 | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... | |
1ced7573-5c03-4924-92a8-39dc34a21f5d/002c395e-427a-4c02-a59b-b4bc44219a1e/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | DreamboothText2Image0 | Use dreambooth text2img API to generate images from any custom trained model or from any publicly available model.
You can also pass scheduler in API
possible values for scheduler are
DDPMScheduler
PNDMScheduler
EulerAncestralDiscreteScheduler
DDIMScheduler
LMSDiscreteScheduler
EulerDiscreteScheduler
DPMSolverMultiste... | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/f9af2d8e-f6d1-4522-bb3f-523202b15d76/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | Getallmodels | Get list of all models on your server | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/883025f9-5d30-4047-9e56-d483f052afb7/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | LoadModels | Load model to your dedicated server,
url : url of huggingface model, .ckpt download link, or trained model from our dreambooth api
model_id : this is model_id model will be saved as, you can load model using this id to generate images.
model_type: 1. "huggingface" 2. "api_trained" 3. "custom_ckpt"
revision : if model ... | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/b3aae09e-9e96-4323-8620-1d1bb0222621/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | SystemDetails | Get details of your server | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/511c0b9f-e9ab-4306-ac2c-86724c563dbf/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | DeleteModel | Delete model on your server | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/189ee209-b611-4958-a00d-b0ff7a56478e/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | VerifyModel | Verify is specific model exists | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/b77837bb-ec80-49c0-b8dc-99a7ef95da26/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | BuyModel | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... | |
1ced7573-5c03-4924-92a8-39dc34a21f5d/7ec49464-29af-4bd8-b4c7-e4778eba0795/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | RestartServer | Restart your dedicated server | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/d87848f0-9d01-4e64-8c46-660bdaf3dcb8/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | DreamboothText2Image | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... | |
1ced7573-5c03-4924-92a8-39dc34a21f5d/e54d0051-d4d3-4ec4-9d5f-e701dea0d214/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | CreateDreamboothRequest | instance_prompt: how you want to call trained object
class_prompt: class without prompt
images: make sure images are direct links, cropped in 512x512 : keep it about 7-8 images
seed: keep it null or 0
training_type: type of object you are training on:
men : to train on faces of men
female: to train on faces of female
... | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... |
1ced7573-5c03-4924-92a8-39dc34a21f5d/b545b6b9-ce8f-47e2-96e2-7c955463d7bb/0/0 | StableDiffusations API V3 | Stable Diffusion V3 APIs Text2Image Image2Image API generate image from prompt. | 0.2 | GetTrainingStatus | 200 | null | {"status": "success", "generationTime": 0, "id": 0, "output": ["https://d1okzptojspljx.cloudfront.net/generations/05c3260d-6a2e-4aa5-82f0-e952f2a5fa10-0.png"], "meta": {"H": 0, "W": 0, "enable_attention_slicing": "true", "file_prefix": "05c3260d-6a2e-4aa5-82f0-e952f2a5fa10", "guidance_scale": 0, "model": "runwayml/stab... | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "success"}, "generationTime": {"type": "integer", "description": "", "default": 2.920767068862915}, "id": {"type": "integer", "description": "", "default": 302455}, "output": {"type": "array", "items": {"type": "string", "descr... | |
e72786be-c110-466c-b05e-55f26a62c5f0/983da7d6-d7f0-456d-aeac-ceb8b6df487f/0/0 | Nba News | API showing all the news in NBA | null | Get individual NBA source news | ok ok ok | 240 | New Example | [{"title": " Neemias Queta soma 13 pontos na segunda vit\u00f3ria dos Stockton Kings na NBA G League ", "url": "https://desporto.sapo.pt/modalidades/basquetebol/artigos/neemias-queta-soma-13-pontos-na-segunda-vitoria-dos-stockton-kings-na-nba-g-league", "source": "sapo"}, {"title": " Doc Rivers torna-se o 10.\u00ba... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
3af8a999-5283-4f13-9b7e-c7206ca2d4f9/6513b86e-d356-49fe-83cb-6e1dcf9ec92e/0/0 | Youtube Downloader | Do you want to download YouTube videos? Look no further! Our API is perfect for you. It offers lightning-fast loading times and incredibly easy usage. With this API, downloading YouTube videos becomes a breeze! | 6.2 | Get Audio Data | This endpoint fetches Audio of a YouTube , including URLs of audio , and thumbnails | 200 | Example Responses | {"id": "p48tBwQgHYw", "title": "MIGRATION \u2013 Official Trailer 2", "thumbnail": "https://i.ytimg.com/vi/p48tBwQgHYw/0.jpg", "audio": [{"quality": "128kbps", "fileSizeH": "2.8 MB", "fileSize": 2800, "downloadUrl": "https://dl142.dlmate19.online/?file=M3R4SUNiN3JsOHJ6WWQ2a3NQS1Y5ZGlxVlZIOCtyZ0pzZklJNWlRS0xvVUg3YUlwMGU... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "audio": {"type": "array", "items": {"type": "object", "properties": {"quality": {"type": "string"}, "fileSizeH": {"type": "string"}, "fileSize": {"type"... |
3af8a999-5283-4f13-9b7e-c7206ca2d4f9/c57fa723-e357-4965-8bb3-be1c0739572e/0/0 | Youtube Downloader | Do you want to download YouTube videos? Look no further! Our API is perfect for you. It offers lightning-fast loading times and incredibly easy usage. With this API, downloading YouTube videos becomes a breeze! | 6.2 | Get Video Data | This endpoint fetches Video of a YouTube , including URLs of videos, and thumbnails | 200 | Example Responses | {"id": "p48tBwQgHYw", "title": "MIGRATION \u2013 Official Trailer 2", "thumbnail": "https://i.ytimg.com/vi/p48tBwQgHYw/0.jpg", "video": [{"quality": "360p", "fileSizeH": "11.7 MB", "fileSize": 11700, "downloadUrl": "https://dl117.dlmate21.online/?file=M3R4SUNiN3JsOHJ6WWQ2a3NQS1Y5ZGlxVlZIOCtyZ0pzZklJNWlRS0xvVUg3YUlwMGUy... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "video": {"type": "array", "items": {"type": "object", "properties": {"quality": {"type": "string"}, "fileSizeH": {"type": "string"}, "fileSize": {"type"... |
3af8a999-5283-4f13-9b7e-c7206ca2d4f9/9a641357-a039-45ef-b7a6-09da84ccea08/0/0 | Youtube Downloader | Do you want to download YouTube videos? Look no further! Our API is perfect for you. It offers lightning-fast loading times and incredibly easy usage. With this API, downloading YouTube videos becomes a breeze! | 6.2 | Get All Data | This endpoint fetches full details of a YouTube video, including URLs of videos, audios and thumbnails | 200 | Example Responses | {"id": "p48tBwQgHYw", "title": "MIGRATION \u2013 Official Trailer 2", "thumbnail": "https://i.ytimg.com/vi/p48tBwQgHYw/0.jpg", "video": [{"quality": "360p", "fileSizeH": "11.7 MB", "fileSize": 11700, "downloadUrl": "https://dl117.dlmate56.xyz/?file=M3R4SUNiN3JsOHJ6WWQ2a3NQS1Y5ZGlxVlZIOCtyZ0pzZklJNWlRS0xvVUg3YUlwMGUyakt... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "video": {"type": "array", "items": {"type": "object", "properties": {"quality": {"type": "string"}, "fileSizeH": {"type": "string"}, "fileSize": {"type"... |
53eb3d4f-5c6c-426f-8547-8ed253f3074d/69d0461e-2a1e-413a-975c-621f6db9fa13/0/0 | APIC OpenGraph | Extract Open Graph data from the URL | null | / | Extract Open Graph data from the URL | 200 | New Example | {"audio": null, "description": "A body of clay, a mind full of play, a moment\u2019s life - that is me. \ud83d\udc4b I\u2019m Abhinav. I am a generalist with interests in entrepreneurship, programming, product management, and engineering leadership.", "determiner": null, "image": "https://soopr.xyz/images/card?url=http... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"audio": {"type": "null"}, "description": {"type": "string"}, "determiner": {"type": "null"}, "image": {"type": "string"}, "locale": {"type": "string"}, "site_name": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "null"}, ... |
564ca0bb-91b7-4eab-8d21-ecbd8a9e4241/0326a006-d740-452c-b501-f7605168d763/0/0 | Partyline | Partyline API | null | initConfig v3 | Get Partyline basic information | 200 | New Example | {"errorInfo": "OK", "errorCode": "0x0", "result": {"urlInfo": {"commentator": "commentator.tvunetworks.com/commentator-backend", "joinLink": "https://www.tvunetworks.com/partyline", "userservice": "https://userservice.tvunetworks.com/newloginservice", "front": "partyline.tvunetworks.com/partyline", "ccWebsocket": "cc-m... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorInfo": {"type": "string"}, "errorCode": {"type": "string"}, "result": {"type": "object", "properties": {"urlInfo": {"type": "object", "properties": {"commentator": {"type": "string"}, "joinLink": {"type": "string"}, "userservice": {"ty... |
564ca0bb-91b7-4eab-8d21-ecbd8a9e4241/cf363596-9d25-485d-a285-2b1f2d319ad9/0/0 | Partyline | Partyline API | null | Check get env | When you send all API requests, you need to include the env cookie; otherwise, it will default to calling the prod1 environment.
This API will give you correct env cookie for Partyline and Commentator
tagKey and tagValue is PL env cookie
commentatorTagKey and commentatorTagValue is commentator env cookie
The next API c... | 200 | New Example | {"errorInfo": "OK", "errorCode": "0x0", "result": {"channelModel": 0, "userEmail": null, "login": true, "owner": true, "coHost": false, "tagKey": "partylinet4", "tagValue": "plt4", "hasPartyCode": false, "env": "", "tagList": [{"tagKey": "partyline1", "tagValue": "pl1"}, {"tagKey": "partylinet4", "tagValue": "plt4"}, {... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorInfo": {"type": "string"}, "errorCode": {"type": "string"}, "result": {"type": "object", "properties": {"channelModel": {"type": "integer"}, "userEmail": {"type": "null"}, "login": {"type": "boolean"}, "owner": {"type": "boolean"}, "co... |
406cb592-eea0-4325-92d4-7a1fe5d553a9/7717f07c-0e49-4150-a612-d2a7f0d443cb/0/0 | Tiktok Download Without Watermark | Tiktok Download Without Watermark | 0.1 | Get Info Video | Get Info Video | 200 | Response | {"statusCode": 0, "itemData": {"id": "7096519059143150875", "aweme_id": "v0f025gc0000c9tuco3c77uc0ed1b7tg", "desc": "Ae B\u1eafc nam sao hi\u1ec3u \u0111\u01b0\u1ee3c trung n\u00f3i g\u00ec \ud83d\ude01\ud83d\ude01 @vtkh2004", "create_time": 1652287101, "statistics": {"comment_count": 411, "lose_comment_count": 0, "wh... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "itemData": {"type": "object", "properties": {"id": {"type": "string"}, "aweme_id": {"type": "string"}, "desc": {"type": "string"}, "create_time": {"type": "integer"}, "statistics": {"type": "object", "prop... |
406cb592-eea0-4325-92d4-7a1fe5d553a9/4b67ddac-6037-4472-943f-ffc211aa0867/0/0 | Tiktok Download Without Watermark | Tiktok Download Without Watermark | 0.1 | Get Info User | Get Info User | 200 | Response | {"statusCode": 0, "userInfo": {"user": {"id": "6541879409543413761", "shortId": "", "uniqueId": "vtkh2004", "nickname": "V\u0169 Th\u1ecb Kh\u00e1nh Huy\u1ec1n", "avatarLarger": "https://p16-sign-va.tiktokcdn.com/tos-useast2a-avt-0068-giso/bbb5deb3f68fb1def6881cd2e4976380~c5_1080x1080.jpeg?x-expires=1654664400&x-signat... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "userInfo": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "shortId": {"type": "string"}, "uniqueId": {"type": "string"}, "nickname": {"type": "string"... |
555d1b5e-f1a2-461a-9c23-152fda41d3b8/769fc474-e2e9-4e41-a6b5-1e0fc70fa9d0/0/0 | HTML TO IMAGE | Convert HTML to PNG and PDF Files. All files are available for download for 7 days. | null | Upload HTML | Send HTML.outerHTML and title as json format. Returns newly created image link that can be downloaded for 7 days. Then image will be deleted. | 201 | New Example | ["https://baussimages.s3.amazonaws.com/div-converter/ipadDropDiv-1641752018741.png", "ipadDropDiv-1641752018741.png"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
555d1b5e-f1a2-461a-9c23-152fda41d3b8/a0be1cf9-bc62-4e90-a9bf-23fea8adb3e8/0/0 | HTML TO IMAGE | Convert HTML to PNG and PDF Files. All files are available for download for 7 days. | null | HTML to PDF | Created a PDF file from HTML.
** The URL with the PDF to download will not work in chrome, but will work with all other browsers. ** | 201 | New Example | ["https://baussimages.s3.us-west-1.amazonaws.com/div-converter/ipadDropDiv-1641794537441.pdf", "ipadDropDiv-1641794537441.pdf"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
4a9af3a3-4b57-43d5-becf-0a2ba527748f/7fa6634a-192e-4c17-bbfc-2b8aaf6e2865/0/0 | Random Palette Generator | This API allows generating random colored palettes with the number of palettes and color per palette and harmony mode (Monochromatic, Complementary, Triad etc...) | 0.3 | Get Palettes using Random Mode | Get Palettes Using random Scheme, defined Number of Palettes and defined Number of Colors Per Palettes | 200 | New Example | {"type": "monochromatic", "data": [{"id": 0, "palette": ["#587889", "#628989", "#7a8a88"]}, {"id": 1, "palette": ["#07808b", "#29838b", "#57798a"]}, {"id": 2, "palette": ["#83010e", "#806d59", "#827562"]}, {"id": 3, "palette": ["#322591", "#503d90", "#919191"]}, {"id": 4, "palette": ["#c1c51e", "#c3c541", "#c4c5b7"]}, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "palette": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "palette"]}}}, "required": ["data", "t... |
4a9af3a3-4b57-43d5-becf-0a2ba527748f/8ee1e481-5ba1-4ab2-b15b-5f0a52968cec/0/0 | Random Palette Generator | This API allows generating random colored palettes with the number of palettes and color per palette and harmony mode (Monochromatic, Complementary, Triad etc...) | 0.3 | Get Full | Get Palettes Using Scheme, Number of Palettes and Number of Colors Per Palettes | 200 | New Example | {"type": "monochromatic", "data": [{"id": 0, "palette": ["#587889", "#628989", "#7a8a88"]}, {"id": 1, "palette": ["#07808b", "#29838b", "#57798a"]}, {"id": 2, "palette": ["#83010e", "#806d59", "#827562"]}, {"id": 3, "palette": ["#322591", "#503d90", "#919191"]}, {"id": 4, "palette": ["#c1c51e", "#c3c541", "#c4c5b7"]}, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "palette": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "palette"]}}}, "required": ["data", "t... |
ca9d7d5b-879a-4ddd-8c22-725974d5b77f/5dbee73d-5566-4521-a57a-0c876e12b0c7/0/0 | Book detail | This API will return details of books based on their ISBN. | null | isbn | This will return the details, which are title, author and year, of books based on isbn. | 200 | New Example | {"author": "Sherrilyn Kenyon", "title": "Born of the Night", "year": 1996} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["author", "title", "year"]} |
5c1a7fac-17a9-4c01-817c-40cb061365b9/1d92d483-f943-41c1-b870-cdb0ca92262b/0/0 | Twitch API | Detailed API for twitch. Stream data, streamer data, chat data, streamer cards data etc.
for twitch. | 8.3 | Get Channel Leaderboards | Returns leaderboard. | 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"]} |
d1c532d5-1f45-40c7-9081-891dde519c88/746e6288-5a7f-4994-b11b-68830719693a/0/0 | Youtube transcriptor | Transcript Youtube Posdcasts & videos. | 9.5 | transcript | Transcript videos | 200 | New Example | [{"title": "Youtube video", "description": "Thanks For Watching!", "availableLangs": ["ar", "zh-CN", "zh-Hant", "en", "fr", "de", "hi", "id", "it", "ja", "ko", "pl", "pt-BR", "pa", "ru", "es-ES", "ta", "th", "vi"], "lengthInSeconds": "1797", "thumbnails": [{"url": "https://i.ytimg.com/vi/e-!obm1G_FY/default.jpg", "widt... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "availableLangs": {"type": "array", "items": {"type": "string"}}, "lengthInSeconds": {"type": "string"}, "thumbnails": {"type": "array", "items": {"type": "object", "properties": {"url": {"type":... |
941ca502-dc19-4111-ac57-5687c0579b9c/da1c91f5-bdd4-47d7-a3fb-a68af92a5018/1/0 | Youtube video info | The YouTube API is a powerful tool that provides developers with access to a wide range of information about videos on the YouTube platform. With the API, developers can retrieve data such as video views, likes, dislikes, and other relevant information. This allows them to create applications and services that leverag... | 8 | Get Video info | dzdadaz | 200 | New Example | {"id": "GK4Pl-GmPHk", "dateCreated": "2022-04-09T21:17:55.397805Z", "likes": 40323, "dislikes": 1050, "rating": 4.898484518889131, "viewCount": 1419940, "deleted": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "dateCreated": {"type": "string"}, "likes": {"type": "integer"}, "dislikes": {"type": "integer"}, "rating": {"type": "number"}, "viewCount": {"type": "integer"}, "deleted": {"type": "boolean"}}, "required": ["dateCr... |
2eeeed5f-4252-4b96-9338-1b22f143bb9d/1f650c1c-34bb-412e-b5bf-20e5a22c85ce/0/0 | Stream Movies | Up-2-date streaming movies website API | 0 | GET movies | This Endpoints get all featured movies and tv shows API with optional query to filter result, based on movies type (ex: "tvshows" or "movies"). it will return title, stream, source, and status | 200 | Response | [{"title": "King Richard 2021", "stream": "http://195.2.81.233/movies/king-richard-2021/", "source": "Nonton 01", "status": "Open"}, {"title": "Death on the Nile 2022", "stream": "http://195.2.81.233/movies/death-on-the-nile-2022/", "source": "Nonton 01", "status": "Open"}, {"title": "The Cursed 2021", "stream": "http:... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "stream": {"type": "string"}, "source": {"type": "string"}, "status": {"type": "string"}}}} |
636ce8b1-6a55-40b7-986f-5609ae8a5f97/1fae440c-06bb-4140-863c-caa57f0009b7/0/0 | tiktok-no-watermark | tiktok api to get videos without watermark and other videos information by just video id | null | video info | get video with or without watermark and more data | 200 | New Example | {"status": 200, "results": {"video_url_no_watermark": "https://v16m-default.akamaized.net/8217fd42e29c0bb7268084fcba5864ab/6310f035/video/tos/useast2a/tos-useast2a-pve-0068/cf65285fd6904a29a58a41d51f880d3f/?a=0&ch=0&cr=0&dr=0&lr=all&cd=0%7C0%7C0%7C0&cv=1&br=6120&bt=3060&cs=0&ds=6&ft=ArCXsBnZqq2mo0PQh~5BkVQKuG70HKJ&mime... | {"type": "object", "properties": {"status": {"type": "integer"}, "results": {"type": "object", "properties": {"video_url_no_watermark": {"type": "string"}, "video_url": {"type": "string"}, "music_url": {"type": "string"}, "video_size": {"type": "integer"}, "created_in": {"type": "integer"}, "caption": {"type": "string"... |
ce3df45f-79b4-4810-98d5-47a1cec38479/8ce3ad6e-000e-4cc0-ae53-0c6fe9de7b8b/0/0 | Article HTML Extraction | Article Extraction API extracts clean html and text from news and blog articles.
Our API will process your request in the modern headless Chrome browser with proxy IP rotation and Javascript rendering! | 6.6 | Extract Article | Article Extraction (HTML + Text) | 200 | Response | {"success": true, "data": {"title": "Could machine learning refresh the cloud debate?", "description": "If you had a sense of d\u00e9j\u00e0 vu this week when David Heinemeier Hansson announced that 37Signals was leaving the cloud, you are not alone.", "mainImage": "https://techcrunch.com/wp-content/uploads/2020/06/NSu... | {"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "mainImage": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "pageUrl": {"type": "string"}, "html": {"type": "string"}... |
ce3df45f-79b4-4810-98d5-47a1cec38479/8ce3ad6e-000e-4cc0-ae53-0c6fe9de7b8b/1/0 | Article HTML Extraction | Article Extraction API extracts clean html and text from news and blog articles.
Our API will process your request in the modern headless Chrome browser with proxy IP rotation and Javascript rendering! | 6.6 | Extract Article | Article Extraction (HTML + Text) | 400 | Response | {"success": false, "message": "Protocol error (Page.navigate): Cannot navigate to invalid URL"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["message", "success"]} |
5b8e1857-afd3-47cb-baa8-771f787efc99/6e2d6d4b-e6de-484b-a62f-cb66dde21764/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_nyp | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/3e2b92bf-153f-4e86-8397-df366178776e/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_dm | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/f5112e8f-16c7-4960-ac98-4a34bc323480/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_sun | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/dedf96a6-1033-4c0f-a117-c87d0163918b/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_es | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/2326250b-3347-4723-a751-f8ba19188cf5/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_bbc | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/4e1dc54c-965f-4dc8-89a2-b2115344f076/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_smh | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/ede848b1-2ccc-4ff1-9234-4cd11171a8d3/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_latimes | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/0e72e701-603d-4b8a-9ffc-f701d912c51c/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_nyt | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/3fb5c78b-1495-40bd-b824-8fd161c7d91d/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_telegraph | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/fd232d5f-f54d-4757-8a0a-fd6b8e339c91/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_guardian | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/d86dc170-8aed-4d39-9200-bef62ef0d632/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_thetimes | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/eef276cb-14da-4d73-962d-263a636a612e/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for news_cityam | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
5b8e1857-afd3-47cb-baa8-771f787efc99/73f03fee-3f2e-4a85-b83b-69b64d65bf4a/0/0 | news-world-api | this is a data from many web site news
you cane view the date to use it in your web site | 0 | this request search for all this news | this API is very easy to use just copy the code in Code Snippets and put it in your project | 200 | news | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
e57374d1-7236-4832-b2f2-3c04a3770b50/313bced7-b531-4496-b6d6-2c78acbefb82/0/0 | Fast Image Probe Metainfo | Get image meta info like width and height from any image quickly. | 0.3 | Get Image Metainfo | Get meta info for an image on any URL. | 200 | New Example | {"height": "value", "width": "value"} | {"type": "object", "properties": {"height": {"type": "string"}, "width": {"type": "string"}}} |
bbd1a015-b9e3-4a1a-a125-d52c0e328076/d6474ea4-616e-49b8-a5b1-33112a53f373/0/0 | nlp_music | Settings for NLP Music | null | NLP Music API | Simple API for NLP Music additional settings | 502 | Response | {"messages": "Server did not respond!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"messages": {"type": "string"}}, "required": ["messages"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.