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 |
|---|---|---|---|---|---|---|---|---|---|
603f5e42-c547-41fb-8f4a-7caaaac5cd4f/d733c468-5abc-4373-917e-347292b9b053/0/0 | Google Search API | Get Google Search results in JSON format. Several parameters to set country, language, number of results. Get all SERP data through this API. | 7.1 | Search | Get search results for Google search keyword query. Customize your results using various parameters | 200 | New Example | {"meta": {"status": 200, "query": "chatgpt", "device": "desktop", "googleURL": "https://www.google.com/search?filter=0&gl=us&hl=en&ie=UTF-8&num=10&oq=chatgpt&pws=0&q=chatgpt&sourceid=chrome&start=0"}, "totalResults": 660000000, "related_questions": ["Is ChatGPT free?", "What is the meaning of ChatGPT?", "Is ChatGPT saf... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"status": {"type": "integer"}, "query": {"type": "string"}, "device": {"type": "string"}, "googleURL": {"type": "string"}}, "required": ["device", "googleURL", "query", "status"]}, "totalResults": {"... |
b119a338-0404-4ac8-8633-79772d48e2e6/69a7e0f2-a004-4b89-987a-ec8ab2e990ba/0/0 | Trends keywords in different regions | An API to access trend keywords from listed 50 regions, since 2023-05-18 | 7.7 | get geo map for regions | The "Trending Keywords by Geo Regions" API allows developers to access a list of 50 geographic regions and their corresponding trending keywords. With this API, developers can retrieve valuable insights into the most popular and trending search terms for specific locations. | 200 | New Example | {"NL": "Netherlands", "SE": "Sweden", "CO": "Colombia", "TW": "Taiwan", "NO": "Norway", "TH": "Thailand", "NG": "Nigeria", "NZ": "New Zealand", "HK": "China, Hong Kong Special Administrative Region", "AU": "Australia", "AT": "Austria", "DE": "Germany", "IT": "Italy", "BE": "Belgium", "UA": "Ukraine", "TR": "Turkey", "Z... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"NL": {"type": "string"}, "SE": {"type": "string"}, "CO": {"type": "string"}, "TW": {"type": "string"}, "NO": {"type": "string"}, "TH": {"type": "string"}, "NG": {"type": "string"}, "NZ": {"type": "string"}, "HK": {"type": "string"}, "AU": {... |
eee24d92-8ca0-4162-a6d0-4f87f6c1fe42/aca18d70-c6af-4d5e-a33f-47fddacf55cb/0/0 | Google Data Scraper | The simplest way to retrieve search results, news and shopping data from google in JSON format: Google Web Scraper API
Required params: api_key(scraperAPI) | 8.9 | Get News articles | Get News articles about the topic | 200 | Get News Articles | {"search_information": {"query_displayed": "covid", "total_results": 910000000, "time_taken_displayed": 0.48}, "articles": [{"source": "Poder360", "thumbnail": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBwgHBgkIBwgKCgkLDRYPDQwMDRsUFRAWIB0iIiAdHx8kKDQsJCYxJx8fLT0tMTU3Ojo6Iys/RD84QzQ5OjcBCgoKDQwNGg8PGjcl... | {"type": "object", "properties": {"search_information": {"type": "object", "properties": {"query_displayed": {"type": "string"}, "total_results": {"type": "integer"}, "time_taken_displayed": {"type": "number"}}}, "articles": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "thu... |
eee24d92-8ca0-4162-a6d0-4f87f6c1fe42/a9ded00c-d515-4c3d-a9d1-9a1974d73bf3/0/0 | Google Data Scraper | The simplest way to retrieve search results, news and shopping data from google in JSON format: Google Web Scraper API
Required params: api_key(scraperAPI) | 8.9 | Get Search Results | Get Search Results information with stats | 200 | Mario Kart 8 Search Results | {"search_information": {"total_results": 47600000, "time_taken_displayed": 0.79, "query_displayed": "MarioKart8", "actual_query": "Mario Kart 8"}, "ads": [], "shopping_link": null, "knowledge_graph": {"title": "Mario Kart 8", "subtitle": "Online game", "description": "Mario Kart 8 is a 2014 kart racing game developed a... | {"type": "object", "properties": {"search_information": {"type": "object", "properties": {"total_results": {"type": "integer"}, "time_taken_displayed": {"type": "number"}, "query_displayed": {"type": "string"}, "actual_query": {"type": "string"}}}, "ads": {"type": "array"}, "shopping_link": {"type": "null"}, "knowledge... |
df4ed04a-e644-42c9-ae22-5f9c4810eaab/565064cc-e45f-4140-bda7-19edc5c56043/0/0 | FetchSiteInfo | This API is used to scrap a website. Fetch all the links, images & titles present in any website | null | getSiteImages | This will fetch all the images present in any website as Array of links for images | 200 | Response | ["https://fdn.gsmarena.com/vv/assets12/i/logo-fallback.gif", "https://fdn.gsmarena.com/imgroot/reviews/21/poco-x3-pro-long-term/-728x314/gsmarena_001.jpg", "https://fdn.gsmarena.com/imgroot/reviews/21/vivo-iqoo-z5-handson/-347x151/gsmarena_0000.jpg", "https://fdn.gsmarena.com/imgroot/reviews/21/ulefone-power-armor-13/-... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
df4ed04a-e644-42c9-ae22-5f9c4810eaab/1ceb6286-7d30-4537-9533-eb631539f3b0/0/0 | FetchSiteInfo | This API is used to scrap a website. Fetch all the links, images & titles present in any website | null | getSiteTitles | If the website has titles (example, news titles present in a website). This API fetches all the titles present in any website. the output will be array of titles. | 200 | Response | ["ePaper", " Govt to reopen Kartarpur Sahib corridor from Wednesday ", " Biden, Xi agree on need to avoid conflict amid growing differences ", " Sheena Bora murder case | HC rejects Indrani Mukerjea\u2019s bail plea ", " Constitutional courts can\u2019t interfere with temple rituals: Supreme Court ", " Modi says U.P. g... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
55699564-7f0c-4512-9b84-27c7735e69c4/0b4adc65-37bd-47ea-9219-acc927d8aa1f/0/0 | Postleitzahl zu Adresse | Ermittlung der Postletzahl in Deutschland für eine Anschrift oder einen Städtenamen. | 6.5 | query | Suchanfrage. Zum Beispiel Anschrift, oder Ort oder POI. | 200 | Response | {"q": "Kanzleramt Berlin", "zip": "10557", "plz": "10557", "postleitzahl": "10557"} | {"type": "object", "properties": {"q": {"type": "string"}, "zip": {"type": "string"}, "plz": {"type": "string"}, "postleitzahl": {"type": "string"}}} |
674d821b-01e8-415a-a63b-8e7323a8a931/525ed960-c546-41b5-9720-e45af1dfebf5/0/0 | Unlimited Google Web Search | Unlimited Google Web Search API. Search the world’s information, including webpages, related keywords and more. | 6.3 | Search | Search | 200 | Response | {"search_term": "World Cup", "knowledge_panel": {"name": "FIFA Women's World Cup", "label": "Soccer competition", "description": {"text": "The FIFA Women's World Cup is an international association football competition contested by the senior women's national teams of the members of F\u00e9d\u00e9ration Internationale ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"search_term": {"type": "string"}, "knowledge_panel": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "st... |
5a80a4b4-5779-4b37-b773-3b41c4dda76b/b94ef9cc-74d4-4fbb-ac44-daf773377086/0/0 | Bing Search APIs | An AI service from Microsoft Azure that enables secure, ad-free location search for your users, displaying relevant information from web results, images, local businesses, news and images Photo. | 9 | Web Search API | Search data and suggested keywords from Bing search engine. | 200 | New Example | {"request": {"keyword": "news", "page": 0, "size": 30}, "data": {"items": [{"title": "Fox News - Breaking News Updates | Latest News \u2026", "link": "http://www.foxnews.com/", "description": "Fox News official website with news, politics, entertainment, tech, science, health, travel, lifestyle, and sports."}, {"title"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request": {"type": "object", "properties": {"keyword": {"type": "string"}, "page": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["keyword", "page", "size"]}, "data": {"type": "object", "properties": {"items": {"type": "arr... |
5a80a4b4-5779-4b37-b773-3b41c4dda76b/e21455be-790c-43ca-8d48-c66537544d87/0/0 | Bing Search APIs | An AI service from Microsoft Azure that enables secure, ad-free location search for your users, displaying relevant information from web results, images, local businesses, news and images Photo. | 9 | Images Search | Search images from the search engine for the most relevant keywords and images related to keywords and images. | 200 | New Example | {"request": {"keyword": "wallpapers", "page": 0, "size": 40}, "data": {"images": [{"id": "hWmGSmjl", "title": "Amazing Phone \ue000Wallpapers\ue001 | PixelsTalk.Net", "purl": "http://www.pixelstalk.net/amazing-phone-wallpapers/", "murl": "http://www.pixelstalk.net/wp-content/uploads/2016/10/Amazing-Phone-Wallpapers-HD.... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request": {"type": "object", "properties": {"keyword": {"type": "string"}, "page": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["keyword", "page", "size"]}, "data": {"type": "object", "properties": {"images": {"type": "ar... |
5a80a4b4-5779-4b37-b773-3b41c4dda76b/41435757-4a22-4fec-820f-bbf05ee9fb27/0/0 | Bing Search APIs | An AI service from Microsoft Azure that enables secure, ad-free location search for your users, displaying relevant information from web results, images, local businesses, news and images Photo. | 9 | Emails Search | Search emails from search engines for related keywords. | 200 | New Example | {"request": {"keyword": "sun"}, "data": ["exclusive@the-sun.com", "exclusive@the-sun.co.uk", "sunmanchester@the-sun.co.uk", "nimish.desai@sunpharma.com", "regulatory.emsds@sunchemical.com", "news@heraldsun.com.au", "hssport@heraldsun.com.au", "irishsun@the-sun.ie", "marissa@korosunresort.com"], "in_seconds": 0.537} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request": {"type": "object", "properties": {"keyword": {"type": "string"}}, "required": ["keyword"]}, "data": {"type": "array", "items": {"type": "string"}}, "in_seconds": {"type": "number"}}, "required": ["data", "in_seconds", "request"]} |
740a2e2d-b98c-43e4-a0d1-0e17c173b5ea/9b1cad83-8384-4096-ba12-8bba65f65015/0/0 | YouTube Suggestion Keywords | YouTube Suggestion Keywords | 0.1 | keyword | This API gives some keywords and search count in YouTube. | 200 | Response | ["YouTube Suggestions", {"YouTube_Suggestion": "digital marketing salary", "Search_count_in_YouTube": 750}, {"YouTube_Suggestion": "digital marketing salary virginia", "Search_count_in_YouTube": 601}, {"YouTube_Suggestion": "digital marketing salary maryland", "Search_count_in_YouTube": 600}, {"YouTube_Suggestion": "di... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"YouTube_Suggestion": {"type": "string"}, "Search_count_in_YouTube": {"type": "integer"}}, "required": ["Search_count_in_YouTube", "YouTube_Suggestion"]}]}} |
cb2981de-00ba-4a41-a76e-8cee8b74e243/1947b489-58f1-4e11-9189-748fcefb8cca/0/0 | WHOIS Fetch | Retrieve and parse WHOIS data in JSON format for IPv4 and IPv6 addresses. | null | IPWHOIS Fetch | Provide an IPv4 or IPv6 address and receive a JSON object with WHOIS information | 200 | IPv6 Example | {"asn": "15169", "asn_cidr": "2001:4860::/32", "asn_country_code": "US", "asn_date": "2005-03-14", "asn_description": "GOOGLE, US", "asn_registry": "arin", "entities": ["GOGL", "ZG39-ARIN"], "network": {"cidr": "2001:4860::/32", "country": null, "end_address": "2001:4860:ffff:ffff:ffff:ffff:ffff:ffff", "events": [{"act... | {"type": "object", "properties": {"asn": {"type": "string"}, "asn_cidr": {"type": "string"}, "asn_country_code": {"type": "string"}, "asn_date": {"type": "string"}, "asn_description": {"type": "string"}, "asn_registry": {"type": "string"}, "entities": {"type": "array", "items": {"type": "string"}}, "network": {"type": ... |
8c26cde0-79d1-486d-ace4-00cb70cd19ad/ba8160e4-76ff-4454-9c56-ce9d32f883ed/0/0 | BSearch | BSearch Web search API allows you to get the search results from the entire web based on the keyword and/or the region as optional. It also includes autocomplete (also known as autosuggest) functionality for more than 50 languages. | null | Get autocomplete (also known as autosuggest) results | This endpoint will return candidate matches based on the query and/or language string. | 200 | Response | ["rapidapi", "rapidapi hub", "rapidapi api", "rapidapi pricing", "rapidapi client", "rapidapi login", "rapidapi free api", "rapid api key"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
8c26cde0-79d1-486d-ace4-00cb70cd19ad/ba8160e4-76ff-4454-9c56-ce9d32f883ed/1/0 | BSearch | BSearch Web search API allows you to get the search results from the entire web based on the keyword and/or the region as optional. It also includes autocomplete (also known as autosuggest) functionality for more than 50 languages. | null | Get autocomplete (also known as autosuggest) results | This endpoint will return candidate matches based on the query and/or language string. | 400 | Response | {"error": "query parameter is missing."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
8c26cde0-79d1-486d-ace4-00cb70cd19ad/67cff90c-f13f-47c3-a037-f1f18c11bfdd/0/0 | BSearch | BSearch Web search API allows you to get the search results from the entire web based on the keyword and/or the region as optional. It also includes autocomplete (also known as autosuggest) functionality for more than 50 languages. | null | Get web search results | This endpoint will return back web search results based on the provided query and/or language (i.e. us-en, uk-en, tr-tr, pl-pl, es-es etc.). | 400 | Response | {"error": "query is missing."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
8c26cde0-79d1-486d-ace4-00cb70cd19ad/67cff90c-f13f-47c3-a037-f1f18c11bfdd/1/0 | BSearch | BSearch Web search API allows you to get the search results from the entire web based on the keyword and/or the region as optional. It also includes autocomplete (also known as autosuggest) functionality for more than 50 languages. | null | Get web search results | This endpoint will return back web search results based on the provided query and/or language (i.e. us-en, uk-en, tr-tr, pl-pl, es-es etc.). | 200 | Response | [{"description": "Your development teams, partners and customers can discover and connect to your APIs \u2014 all from a single, next-generation API Platform. RapidAPI Enterprise can be customized to match your company's brand, integrates seamlessly with internal systems and tooling, supports all of your APIs, and can ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "link": {"type": "string"}, "navigation": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "link", "navigation", "title"]}} |
b956c371-1704-4cad-8274-63e62086c428/4d3f7603-c664-49af-8f2b-fcb89a685e20/0/0 | Google related searches | Pass multiple search keywords and get related searches from Google search results page for each of the keywords. | null | Get related searches | Related searches usually appears at the bottom of Google search results page.
Pass multiple search keywords and get related searches for each of keywords. | 403 | Response | {"message": "You are not subscribed to this API."} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
b956c371-1704-4cad-8274-63e62086c428/4d3f7603-c664-49af-8f2b-fcb89a685e20/1/0 | Google related searches | Pass multiple search keywords and get related searches from Google search results page for each of the keywords. | null | Get related searches | Related searches usually appears at the bottom of Google search results page.
Pass multiple search keywords and get related searches for each of keywords. | 200 | Response | {"relatedSearches": [{"primarySearch": "laptops", "relatedSearches": ["laptops with best battery life", "laptops with removable battery", "laptops with rtx 4080", "laptops 2023", "laptops for sale", "laptops direct", "laptops under 30000", "laptops at game", "laptops under 50000"]}, {"primarySearch": "buy laptops", "re... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"relatedSearches": {"type": "array", "items": {"type": "object", "properties": {"primarySearch": {"type": "string"}, "relatedSearches": {"type": "array", "items": {"type": "string"}}}, "required": ["primarySearch", "relatedSearches"]}}}, "re... |
965bcc95-1768-4ea1-bbdd-d1c9571ba39b/2da3f5c5-7785-4814-a614-a719ebddfef5/0/0 | Worldwide Restaurants | 1 Worldwide Restaurants Database! Complete and Robust. | 9.4 | Languages | List of language | 200 | New Example | {"status": 200, "msg": null, "results": [{"locale": "en_US", "hostname": "www.tripadvisor.com", "hreflang": "en", "pointOfSaleName": "United States", "pointOfSaleNameInCurrentLocale": "United States"}, {"locale": "en_CA", "hostname": "www.tripadvisor.ca", "hreflang": "en-CA", "pointOfSaleName": "Canada (English)", "poi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"locale": {"type": "string"}, "hostname": {"type": "string"}, "hreflang": {"type": "string"}, "pointOfSaleName": ... |
965bcc95-1768-4ea1-bbdd-d1c9571ba39b/1a022d53-7206-4d11-ae55-c22b0aff7687/0/0 | Worldwide Restaurants | 1 Worldwide Restaurants Database! Complete and Robust. | 9.4 | Currencies | List of Currency | 200 | New Example | {"status": 200, "msg": null, "results": [{"code": "USD", "name": "U.S. Dollars", "symbol": "$"}, {"code": "GBP", "name": "British Pounds", "symbol": "\u00a3"}, {"code": "EUR", "name": "Euros", "symbol": "\u20ac"}, {"code": "CAD", "name": "Canadian Dollars", "symbol": "CA$"}, {"code": "CHF", "name": "Swiss Francs", "sym... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}... |
965bcc95-1768-4ea1-bbdd-d1c9571ba39b/023d20f7-e15c-4783-96dd-0fcb0256abd4/0/0 | Worldwide Restaurants | 1 Worldwide Restaurants Database! Complete and Robust. | 9.4 | Photos | Restaurant Photos | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"images": {"small": {"width": "150", "url": "https://media-cdn.tripadvisor.com/media/photo-l/2a/07/d6/75/caption.jpg", "height": "150"}, "thumbnail": {"width": "50", "url": "https://media-cdn.tripadvisor.com/media/photo-t/2a/07/d6/75/caption.jpg", "height": "50"}, "ori... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"images": {"type": "object", "properties": {"small": {"type": "object",... |
965bcc95-1768-4ea1-bbdd-d1c9571ba39b/b4fc47ab-5e81-42d6-8d74-b0f8cacc1f17/0/0 | Worldwide Restaurants | 1 Worldwide Restaurants Database! Complete and Robust. | 9.4 | Typeahead | Location Autocomplete | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"result_type": "geos", "result_object": {"location_id": "297704", "name": "Bandung", "latitude": "-6.911733", "longitude": "107.61102", "timezone": "Asia/Jakarta", "location_string": "Bandung, Indonesia", "photo": {"images": {"small": {"width": "150", "url": "https://m... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"result_type": {"type": "string"}, "result_object": {"type": "object", ... |
965bcc95-1768-4ea1-bbdd-d1c9571ba39b/ff510b0e-4fd5-413a-8de1-48d6b903119b/0/0 | Worldwide Restaurants | 1 Worldwide Restaurants Database! Complete and Robust. | 9.4 | Detail | Restaurant Detail | 200 | New Example | {"status": 200, "msg": null, "results": {"location_id": "15333482", "name": "Pago Restaurant", "latitude": "-6.923141", "longitude": "107.62387", "num_reviews": "1163", "timezone": "Asia/Jakarta", "location_string": "Bandung, West Java, Java", "photo": {"images": {"small": {"width": "150", "url": "https://media-cdn.tri... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"location_id": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "num_reviews... |
88174db8-a380-4ebc-bf4e-0d0ce8f0a12a/a2f9c9a1-14fd-4c21-b27c-a69377ebbc19/0/0 | FaceCheck Search by Face | Search Internet by Face. FaceCheck's facial reverse image search lets you search social media, blogs, videos, and news using a photo of a face. | null | /api/search | 200 | null | {"id_search": "", "message": "", "progress": 0, "error": "", "code": "", "output": {"items": [{"guid": "", "score": 0, "base64": "", "url": "", "index": 0}], "tookSeconds": 0, "searchedFaces": 0, "freeRam": 0, "demo": true, "face_per_sec": 0, "performance": ""}, "input": [{"base64": "", "id_pic": ""}]} | {"type": "object", "properties": {"id_search": {"type": ["string", "null"]}, "message": {"type": ["string", "null"]}, "progress": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "error": {"type": ["string", "null"]}, "code": {"type": ["string", "null"]}, "output": {"type... | |
88174db8-a380-4ebc-bf4e-0d0ce8f0a12a/3dba239d-7911-4767-bc02-7b60fdfd1320/0/0 | FaceCheck Search by Face | Search Internet by Face. FaceCheck's facial reverse image search lets you search social media, blogs, videos, and news using a photo of a face. | null | /api/delete_pic | 200 | null | {"id_search": "", "message": "", "progress": 0, "error": "", "code": "", "output": {"items": [{"guid": "", "score": 0, "base64": "", "url": "", "index": 0}], "tookSeconds": 0, "searchedFaces": 0, "freeRam": 0, "demo": true, "face_per_sec": 0, "performance": ""}, "input": [{"base64": "", "id_pic": ""}]} | {"type": "object", "properties": {"id_search": {"type": ["string", "null"]}, "message": {"type": ["string", "null"]}, "progress": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "error": {"type": ["string", "null"]}, "code": {"type": ["string", "null"]}, "output": {"type... | |
88174db8-a380-4ebc-bf4e-0d0ce8f0a12a/569bb9aa-dbd2-4f06-8d3b-f6e5613c53e0/0/0 | FaceCheck Search by Face | Search Internet by Face. FaceCheck's facial reverse image search lets you search social media, blogs, videos, and news using a photo of a face. | null | /api/upload_pic | 200 | null | {"id_search": "", "message": "", "progress": 0, "error": "", "code": "", "output": {"items": [{"guid": "", "score": 0, "base64": "", "url": "", "index": 0}], "tookSeconds": 0, "searchedFaces": 0, "freeRam": 0, "demo": true, "face_per_sec": 0, "performance": ""}, "input": [{"base64": "", "id_pic": ""}]} | {"type": "object", "properties": {"id_search": {"type": ["string", "null"]}, "message": {"type": ["string", "null"]}, "progress": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "error": {"type": ["string", "null"]}, "code": {"type": ["string", "null"]}, "output": {"type... | |
88174db8-a380-4ebc-bf4e-0d0ce8f0a12a/5ce17566-5267-4279-b743-5113e93d3aac/0/0 | FaceCheck Search by Face | Search Internet by Face. FaceCheck's facial reverse image search lets you search social media, blogs, videos, and news using a photo of a face. | null | /api/info | 200 | null | {"faces": 212417831, "is_online": true, "remaining_credits": 12987, "has_credits_to_search": true} | {"type": "object", "properties": {"faces": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "is_online": {"type": "boolean"}, "remaining_credits": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "has_credits_to_search": {"type": "boo... | |
ed249d2c-8442-428a-a983-df8a1d6d9ccf/76751452-2630-4637-a618-e2c2e612ec73/0/0 | All SERP | SERP API allows you to Scrape Search results from top 5 Search Engines includes Google, Bing, Yahoo, Ask and Duckduckgo | 9.1 | All-SERP api | Scrap all search engines with one API | 200 | Example_1 | {"ad_results": [], "organic_results": [], "related_question_results": [], "video_results": []} | {"type": "object", "properties": {"ad_results": {"type": "array"}, "organic_results": {"type": "array"}, "related_question_results": {"type": "array"}, "video_results": {"type": "array"}}} |
d406c808-ba03-4393-93c7-8d2dd4cd0710/409b1cfb-a24f-40b5-8e52-ebd957e80ae4/0/0 | Rapid-Api | Retrieves data from APIs on Rapid Api | null | Get API data | Collects data from rapid api page | 200 | New Example | {"api": {"apiName": "Google Translate", "apiIcon": "https://rapidapi.com/cdn/images?url=https://rapidapi-prod-apis.s3.amazonaws.com/a3/b32870371111e98fa4f768e3b3776c/1017853ad6caff0e4486825248299cad.png", "apiDesc": "Dynamically translate between languages.", "apiOwner": "Google Cloud", "url": "https://rapidapi.com/goo... | {"type": "object", "properties": {"api": {"type": "object", "properties": {"apiName": {"type": "string"}, "apiIcon": {"type": "string"}, "apiDesc": {"type": "string"}, "apiOwner": {"type": "string"}, "url": {"type": "string"}}}}} |
f9766a12-69a3-4c16-ac6b-478cd3116d6f/f3abd638-ad6b-4aff-8929-687e78f14d3c/0/0 | Youtube Search | Fetch the YouTube Search Results and the information for each item for a specific search term, without any limits! | null | search_bingSearch_get | 200 | null | {"success": true, "resultsCount": 0, "items": []} | {"title": "BingSearchResults", "required": ["success", "resultsCount"], "type": "object", "properties": {"success": {"title": "Success", "type": "boolean"}, "resultsCount": {"title": "Resultscount", "type": "integer"}, "items": {"title": "Items", "type": "array", "items": {"type": "object"}, "default": [{"link": "", "s... | |
f9766a12-69a3-4c16-ac6b-478cd3116d6f/f3abd638-ad6b-4aff-8929-687e78f14d3c/1/0 | Youtube Search | Fetch the YouTube Search Results and the information for each item for a specific search term, without any limits! | null | search_bingSearch_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... | |
f9766a12-69a3-4c16-ac6b-478cd3116d6f/782a5239-eab1-426b-a884-729ffb8bf8a8/0/0 | Youtube Search | Fetch the YouTube Search Results and the information for each item for a specific search term, without any limits! | null | search_yandexSearch_get | 200 | null | {"success": true, "resultsCount": 0, "ads": [], "items": []} | {"title": "YandexSearchResults", "required": ["success", "resultsCount"], "type": "object", "properties": {"success": {"title": "Success", "type": "boolean"}, "resultsCount": {"title": "Resultscount", "type": "integer"}, "ads": {"title": "Ads", "type": "array", "items": {"type": "object"}, "default": [{"domain": "", "l... | |
f9766a12-69a3-4c16-ac6b-478cd3116d6f/782a5239-eab1-426b-a884-729ffb8bf8a8/1/0 | Youtube Search | Fetch the YouTube Search Results and the information for each item for a specific search term, without any limits! | null | search_yandexSearch_get | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... | |
bb9637fd-04ed-404b-8402-e9cd4df67575/3d56cdd4-49d3-4494-9826-e2fbece310ba/0/0 | Google SERP API | Looking for the most cost-effective solution to improve your digital strategies and business intelligence? Look no further! | 5.5 | Start Google SERP Crawling Process | This API service is designed to efficiently crawl Google SERP (Search Engine Results Pages) results. It offers a range of configurable parameters for a tailored search experience. In a single request, you can send up to 100,000 keywords. | 200 | Success | {"result": {"new": true, "task_id": 34012961}, "success": true} | {"type": "object", "properties": {"result": {"type": "object", "properties": {"created_at": {"type": "string"}, "data": {"type": "object", "properties": {"buy appartments": {"type": "object", "properties": {"ads": {"type": "array", "items": {"type": "object", "properties": {"block": {"type": "string"}, "domain": {"type... |
3b5b7d00-4866-40e5-8d97-467ef21292f9/44181945-315f-43a1-a062-b68708c56d5f/0/0 | Address details by location | Get address and other information for a given location or GPS coordinate | 8.4 | Reverse Geocoding | With our Reverse Geocoding API, you can get an address by its Lon/Lat coordinates. This makes it easy to define a user's location by GPS coordinates or find a building address on a map, for example, when a user clicks. | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [-74.04454817144321, 40.689253199999996], "type": "Point"}, "type": "Feature", "properties": {"country": "United States of America", "city": "New York", "street": "Flagpole Plaza", "postcode": "10004", "name": "Statue of Liberty", "state": "New York", "datasource": {"sourcenam... | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties":... |
8ca2bd21-7f5a-40da-b5f4-35442ba21258/e47cd040-b12d-4337-a6b5-9f27946e773b/0/0 | Image Search API | An API that returns the URL and label of images related to a keyword, and also a list of related searches. | 8.5 | /image-search | Returns the list of images and related searches based on the q keyword.
If you want to make your search more specific based on a color use the imgc param, otherwise don't add it or leave it blank. | 200 | New Example | {"related_searches": ["Ford cars", "Modern cars", "Small cars", "Yellow Car", "Car Truck", "Fast cars", "Car Drawing", "Modern Sports cars", "Family Car", "SUV cars", "Cute cars", "Muscle cars", "BMW cars", "Sports cars", "Top cars"], "images": [{"src": "https://tse4.mm.bing.net/th?id=OIP.3pZGKwvGD_IPvjGuSAxgGwHaEK&pid... | {"type": "object", "properties": {"related_searches": {"type": "array", "items": {"type": "string"}}, "images": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "label": {"type": "string"}}}}}} |
2be14684-3b3c-4d1c-86a2-07cc59cf45c6/d7b928d2-86dc-40d0-ba0c-708b4c7212d7/0/0 | Google Search JSON | Provides Google search results in JSON format. Its features include web search, image search, autocomplete, and trending search. | 8.7 | /search/image | This endpoint is used to perform image search using the Google Search JSON API. You can send a request with parameters like q (search query), num (desired number of images), start (starting index of results), and others. The request will generate a JSON response containing information about images that match the search... | 200 | Response | {"status": "success", "items": [{"title": "New York City - Wikipedia", "thumbnailImageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQpS7tRFPB9ErF1p2wtbUWj_Z2L-nfYHJ9lpVJ4lNkJzqYjoUwz&s", "originalImageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/View_of_Empire_State_Building_from_Rock... | {"type": "object", "properties": {"status": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "thumbnailImageUrl": {"type": "string"}, "originalImageUrl": {"type": "string"}, "height": {"type": "integer"}, "width": {"type": "integer"}, "size": {"type"... |
2be14684-3b3c-4d1c-86a2-07cc59cf45c6/8e668659-4ebf-4243-8a54-fdce1f4849fe/0/0 | Google Search JSON | Provides Google search results in JSON format. Its features include web search, image search, autocomplete, and trending search. | 8.7 | /search/web | This endpoint is used to perform text search on the web using the Google Search JSON API. You can send a request with various parameters such as q (search query), num (desired number of results), start (starting index of results), and more. The request will return search results in JSON format containing information s... | 200 | Response | {"status": "success", "items": [{"title": "New York Cities by Population", "htmlTitle": "New York Cities by Population", "link": "https://www.newyork-demographics.com/cities_by_population", "displayLink": "www.newyork-demographics.com", "snippet": "New York Cities by Population ; 85, Chili, 29,097 ; 86, Queensbury, 28,... | {"type": "object", "properties": {"status": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "htmlTitle": {"type": "string"}, "link": {"type": "string"}, "displayLink": {"type": "string"}, "snippet": {"type": "string"}, "htmlSnippet": {"type": "strin... |
c975f201-e38c-4343-87e6-c5cc15d89c62/35cc357d-9bbe-43f1-8baa-47f3ff18f62c/0/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getImageSearchResults | Returns a list of images from the search results with pagination. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/35cc357d-9bbe-43f1-8baa-47f3ff18f62c/1/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getImageSearchResults | Returns a list of images from the search results with pagination. | 200 | null | {"status": 200, "message": "OK", "data": [{"height": 800, "image": "https://diginomica.com/sites/default/files/images/2016-10/vodafone.jpg", "image_token": "3076a837cc3d6218f3182c8c3454a58e328f31cb41d22c9aec2db6677ff0fc82", "source": "Bing", "thumbnail": "https://tse3.mm.bing.net/th?id=OIP.qAfClOqIY8qSjFWruBy35wHaEo&pi... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "image": {"type": "string"}, "image_token": {"type": "string"}, "source": {"type": "string"}, "thumbnail": {"type": "string"... |
c975f201-e38c-4343-87e6-c5cc15d89c62/35cc357d-9bbe-43f1-8baa-47f3ff18f62c/2/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getImageSearchResults | Returns a list of images from the search results with pagination. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/87dbf1ee-d04a-4358-a767-fe2032bc4673/0/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getSearchResults | Returns a list of URLs from the search results with pagination. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/87dbf1ee-d04a-4358-a767-fe2032bc4673/1/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getSearchResults | Returns a list of URLs from the search results with pagination. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/87dbf1ee-d04a-4358-a767-fe2032bc4673/2/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getSearchResults | Returns a list of URLs from the search results with pagination. | 200 | null | {"status": 200, "message": "OK", "data": [{"title": "Vodafone - Our Best Ever Network | Now With 5G", "description": "<b>Vodafone</b> - Our Best Ever Network | Now With 5G Shop Why <b>Vodafone</b> Help My <b>Vodafone</b>", "rawDescription": "<b>Vodafone</b> - Our Best Ever Network | Now With 5G Shop Why <b>Vodafone</b>... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "rawDescription": {"type": "string"}, "hostname": {"type": "string"}, "icon": {"type": "str... |
c975f201-e38c-4343-87e6-c5cc15d89c62/e872e249-6808-48ac-a348-76a0e06b3565/0/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getVideoSearchResults | Returns a list of videos from the search results with pagination. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/e872e249-6808-48ac-a348-76a0e06b3565/1/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getVideoSearchResults | Returns a list of videos from the search results with pagination. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/e872e249-6808-48ac-a348-76a0e06b3565/2/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getVideoSearchResults | Returns a list of videos from the search results with pagination. | 200 | null | {"status": 200, "message": "OK", "data": [{"url": "https://www.youtube.com/watch?v=W0ml8acNb1w", "title": "Here Are Key Takeaways From Vodafone Idea's Conference Call | Trading Hour | CNBC-TV18", "description": "Here are the key takeaways from Vodafone Idea's Conference Call. Reema gives more details.", "image": "https... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "duration": {"type": "string"}, "pu... |
c975f201-e38c-4343-87e6-c5cc15d89c62/a6a3e021-8021-4078-9543-6894f2290329/0/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getNewsSearchResults | Returns a list of news from the search results with pagination. | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/a6a3e021-8021-4078-9543-6894f2290329/1/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getNewsSearchResults | Returns a list of news from the search results with pagination. | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
c975f201-e38c-4343-87e6-c5cc15d89c62/a6a3e021-8021-4078-9543-6894f2290329/2/0 | DuckDuckGo | Search anything from DuckDuckGo without any limits! Get images, videos, news, or search results from DuckDuckGo right away! Extremely fast, and free plan available. Adjust your results by region or safety modes! | 9.4 | getNewsSearchResults | Returns a list of news from the search results with pagination. | 200 | null | {"status": 200, "message": "OK", "data": [{"date": 1676883300, "excerpt": "This year has got off to a great start for holders of <b>Vodafone</b>.", "image": "https://media.zenfs.com/en/fool.co.uk/e38b69e9eb81e5844e7110527930e60c", "relativeTime": "7 days ago", "syndicate": "Bing", "title": "Vodafone shares leap in 2023... | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "number"}, "excerpt": {"type": "string"}, "image": {"type": "string"}, "relativeTime": {"type": "string"}, "syndicate": {"type": "string"}... |
80caa556-eafb-42f8-a5f6-09dbd7b0e902/08410b5f-ac54-487a-ad27-b4a951e64cca/0/0 | Bing Web Search | Bing web search api return full result of bing serp. | 9 | Supported Countries | You can search against these countries. | 200 | Response | {"Australia": "au", "Belgium": "be", "Brazil": "br", "Canada": "ca", "China": "cn", "France": "fr", "Germany": "de", "India": "in", "Italy": "it", "Japan": "jp", "Korea": "kr", "Mexico": "mx", "Netherlands": "nl", "Poland": "pl", "Russia": "ru", "Spain": "es", "Sweden": "se", "Switzerland": "ch", "United Kingdom": "gb"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Australia": {"type": "string"}, "Belgium": {"type": "string"}, "Brazil": {"type": "string"}, "Canada": {"type": "string"}, "China": {"type": "string"}, "France": {"type": "string"}, "Germany": {"type": "string"}, "India": {"type": "string"}... |
80caa556-eafb-42f8-a5f6-09dbd7b0e902/67907c07-1690-4d43-8e1e-b23c791087e5/0/0 | Bing Web Search | Bing web search api return full result of bing serp. | 9 | Supported Languages | These languages are supported for to search. | 200 | Response | {"Arabic": "ar", "Chinese (Simplified)": "zh-Hans", "Chinese (Traditional)": "zh-Hant", "Czech": "cs", "Dutch": "nl", "English": "en", "Finnish": "fi", "French": "fr", "German": "de", "Italian": "it", "Japanese": "ja", "Korean": "ko", "Polish": "pl", "Portuguese (Brazil)": "pt-BR", "Russian": "ru", "Spanish": "es", "Sw... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Arabic": {"type": "string"}, "Chinese (Simplified)": {"type": "string"}, "Chinese (Traditional)": {"type": "string"}, "Czech": {"type": "string"}, "Dutch": {"type": "string"}, "English": {"type": "string"}, "Finnish": {"type": "string"}, "F... |
80caa556-eafb-42f8-a5f6-09dbd7b0e902/679e8b0c-63be-4b7f-82df-7093591e3729/0/0 | Bing Web Search | Bing web search api return full result of bing serp. | 9 | Bing Search | Search for bing SERP list. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
80caa556-eafb-42f8-a5f6-09dbd7b0e902/679e8b0c-63be-4b7f-82df-7093591e3729/1/0 | Bing Web Search | Bing web search api return full result of bing serp. | 9 | Bing Search | Search for bing SERP list. | 200 | Response | {"search_results": [{"title": "Bing", "url": "https://www.bing.com/?search", "caption": "From late September until early November, males will be strutting their stuff, locking antlers with \u2026"}, {"title": "Bing", "url": "https://www.bing.com/#!", "caption": "At one point in history, the United States had upwards of... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"search_results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "caption": {"type": "string"}}, "required": ["caption", "title", "url"]}}, "people_also_ask": {"type": "ar... |
5ef1065b-81a0-4bd5-a194-13e9045d5e52/0ae9da04-9f82-49e5-a9f7-8acd25dc2282/0/0 | Credential Verification | The Credential Verification service will assist you in discovering and inspecting an email's security breaches, made public by attackers. | 6.7 | CredentialVerification | CredentialVerification | 200 | Example_1 | {"Count": 1, "Message": "Your Email/Domain support@hotmail.com is listed in one or more breached data sources.", "Result": "[{\"BREACH_SUMMARY\":\"In June 2016,\u00a0a data breach allegedly originating from the social website Badoo was found to be circulating amongst traders. Likely obtained several years earlier, the ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Count": {"type": "integer"}, "Message": {"type": "string"}, "Result": {"type": "string"}}, "required": ["Count", "Message", "Result"]} |
517da894-2c01-4700-ab18-f36fcb7caba8/5e6ac6ee-7458-4914-bac1-4b60a3e767a5/0/0 | Worldwide Hotels | The Worldwide Hotels API is a powerful and versatile tool that provides developers with seamless access to an extensive database of hotels from around the globe. With easy-to-use endpoints, this API enables users to retrieve detailed information about hotels, including their locations, amenities, room availability, pri... | 9.2 | Detail | Get detail of hotel | 200 | New Example | {"status": 200, "msg": null, "results": {"location_id": "10301220", "name": "Residence Inn by Marriott Las Vegas Airport", "latitude": "36.050243", "longitude": "-115.16877", "num_reviews": "688", "timezone": "America/Los_Angeles", "location_string": "Las Vegas, Nevada", "photo": {"images": {"small": {"width": "150", "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"location_id": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "num_reviews... |
517da894-2c01-4700-ab18-f36fcb7caba8/c927c18a-b970-43cd-8bc9-92d6abe4c620/0/0 | Worldwide Hotels | The Worldwide Hotels API is a powerful and versatile tool that provides developers with seamless access to an extensive database of hotels from around the globe. With easy-to-use endpoints, this API enables users to retrieve detailed information about hotels, including their locations, amenities, room availability, pri... | 9.2 | Languages | Get list of language | 200 | New Example | {"status": 200, "msg": null, "results": [{"locale": "en_US", "hostname": "www.tripadvisor.com", "hreflang": "en", "pointOfSaleName": "United States", "pointOfSaleNameInCurrentLocale": "United States"}, {"locale": "en_CA", "hostname": "www.tripadvisor.ca", "hreflang": "en-CA", "pointOfSaleName": "Canada (English)", "poi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"locale": {"type": "string"}, "hostname": {"type": "string"}, "hreflang": {"type": "string"}, "pointOfSaleName": ... |
517da894-2c01-4700-ab18-f36fcb7caba8/2ad481f5-872e-493a-8f62-b9641442055e/0/0 | Worldwide Hotels | The Worldwide Hotels API is a powerful and versatile tool that provides developers with seamless access to an extensive database of hotels from around the globe. With easy-to-use endpoints, this API enables users to retrieve detailed information about hotels, including their locations, amenities, room availability, pri... | 9.2 | Currencies | Get list of Currency | 200 | New Example | {"status": 200, "msg": null, "results": [{"code": "USD", "name": "U.S. Dollars", "symbol": "$"}, {"code": "GBP", "name": "British Pounds", "symbol": "\u00a3"}, {"code": "EUR", "name": "Euros", "symbol": "\u20ac"}, {"code": "CAD", "name": "Canadian Dollars", "symbol": "CA$"}, {"code": "CHF", "name": "Swiss Francs", "sym... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}... |
517da894-2c01-4700-ab18-f36fcb7caba8/fef6b24e-4f7f-4797-a098-3c481f41e6c8/0/0 | Worldwide Hotels | The Worldwide Hotels API is a powerful and versatile tool that provides developers with seamless access to an extensive database of hotels from around the globe. With easy-to-use endpoints, this API enables users to retrieve detailed information about hotels, including their locations, amenities, room availability, pri... | 9.2 | Typeahead | Autocomplete search functionality provides real-time suggestions and predictions as you type, streamlining your search process and making it more efficient. | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"result_type": "geos", "result_object": {"location_id": "45963", "name": "Las Vegas", "latitude": "36.114304", "longitude": "-115.17208", "timezone": "America/Los_Angeles", "location_string": "Las Vegas, Nevada", "photo": {"images": {"small": {"width": "150", "url": "h... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"result_type": {"type": "string"}, "result_object": {"type": "object", ... |
517da894-2c01-4700-ab18-f36fcb7caba8/75e29523-3b9e-4ae1-8b94-089108f00110/0/0 | Worldwide Hotels | The Worldwide Hotels API is a powerful and versatile tool that provides developers with seamless access to an extensive database of hotels from around the globe. With easy-to-use endpoints, this API enables users to retrieve detailed information about hotels, including their locations, amenities, room availability, pri... | 9.2 | Photos | Get photos of hotel | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"images": {"small": {"width": "150", "url": "https://media-cdn.tripadvisor.com/media/photo-l/29/fa/46/20/caption.jpg", "height": "150"}, "thumbnail": {"width": "50", "url": "https://media-cdn.tripadvisor.com/media/photo-t/29/fa/46/20/caption.jpg", "height": "50"}, "ori... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"images": {"type": "object", "properties": {"small": {"type": "object",... |
4e864064-f424-4f46-868f-095c0f832ba2/0ac63f3f-915a-4307-8fc2-11cd389f93d6/0/0 | Global Sanction Search | With InGrav Global Sanction list, Stay compliant with the sanction authorities of the Americas, EMEA as well as APAC and other lists. Scan your existing customers and new leads against all sanctioned individuals and entities. | null | Search | friendly API for Sanctions | 200 | Example_1 | {"STATUS_CODE": 1, "STATUS_DESC": "Member is listed in Sanction List"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"STATUS_CODE": {"type": "integer"}, "STATUS_DESC": {"type": "string"}}, "required": ["STATUS_CODE", "STATUS_DESC"]} |
d2dcf2ad-8a18-480e-872b-3da553b0f533/55a7c911-d959-4f2b-b1f5-6b4949fabb1e/0/0 | Place Autocomplete | Autocomplete is a feature within Google Search that makes it faster to complete searches that you start to type. | 8.9 | Autocomplete | Auto-complete input text, returning matched places | 200 | Response | {"predictions": [{"description": "New York, NY, USA", "matched_substrings": [{"length": 3, "offset": 0}], "place_id": "ChIJOwg_06VPwokRYv534QaPC8g", "reference": "ChIJOwg_06VPwokRYv534QaPC8g", "structured_formatting": {"main_text": "New York", "main_text_matched_substrings": [{"length": 3, "offset": 0}], "secondary_tex... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"predictions": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "matched_substrings": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "offset": {"type... |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/d187e86f-94ee-4bf6-9c8f-0091e671a35d/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get game critic properties | Retrieve information about game and its reviews and scores | 200 | New Example | {"title": "The Witcher 3: Wild Hunt \t\t PC", "description": "With the Empire attacking the Kingdoms of the North and the Wild Hunt, a cavalcade of ghastly riders, breathing down your n... | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "genre": {"type": "string"}, "platform": {"type": "string"}, "developer": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "metaScore": {"type": "integer"}, "userScore": {"type": "integer"}, "recentReviews": {"type"... |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/013a2d24-0579-4d42-87e0-0297d52b4941/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get top games | Receive top scoring games by platform | 200 | New Example | [{"title": "Tetris Effect: Connected", "description": "Tetris Effect: Connected is the original Tetris Effect with all-new co-op and competitive online and local multiplayer modes. This is Tetris like you've never seen it, or heard it, or felt it beforean incredibly addictive, unique and breathtakingly gorgeous reinven... | {"type": "array", "items": {"type": "object"}} |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/8b2f6a0f-75ac-41da-86c6-9dbdb2077567/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get music | Receive music list | 200 | New Example | [{"title": "Electric Ladyland [50th Anniversary Deluxe Edition]", "description": "The remastered of the 1968 album includes a disc of early demos and outtakes, the soundboard recording of the September 14, 1968 Hollywood Bowl concert and a dvd of the 90-minute documentary on the making of Electric Ladyland.", "genre": ... | {"type": "array", "items": {"type": "object"}} |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/c367a15b-fcab-446e-9836-d5d802cce93e/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get new music | Receive new released music | 200 | New Example | [{"title": "I Don't Live Here Anymore", "description": "The fifth full-length release for the Philadelphia rock band led by Adam Granduciel is its first in four years.", "genre": null, "thumbnailUrl": "https://static.metacritic.com/images/products/music/8/7fc990163211724ab5f7eca9dc608ed1-98.jpg", "metaScore": 85, "user... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "genre": {"type": "null"}, "thumbnailUrl": {"type": "string"}, "metaScore": {"type": "integer"}, "userScore": {"type": "null"}, "releaseDate": {"type": "string"}, "recentReviews": {"type": "null"... |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/b5dab80d-29d7-483e-a86c-5030c15fcb36/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get new tv series | Receive new released tv series | 200 | New Example | [{"distributors": null, "title": "Colin in Black & White: Season 1", "description": "The limited series from Ava DuVernay and Colin Kaepernick (who also narrates) examines the challenges Colin (Jaden Michael) faced as he grew up in California's Central Valley with his white adoptive parents (Nick Offerman and Mary-Lou... | {"type": "array", "items": {"type": "object"}} |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/5c078607-a0d4-4cbf-94e6-c81964abb299/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get new movies | Receive new released movies | 200 | New Example | [{"director": null, "title": "At the Ready", "description": "Ten miles from the Mexican border, students at Horizon High School in El Paso, Texas, are enrolling in law enforcement classes and joining a unique after-school activity: the criminal justice club. Through mock-ups of drug raids and active-shooter takedowns, ... | {"type": "array", "items": {"type": "object"}} |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/e40448e7-fd86-4e65-bef3-60e4c988b320/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get games | Receive games list | 200 | New Example | [{"platform": "PC", "developer": null, "title": "Unplugged (Vertigo Games)", "description": "Play air guitar and write rock history in VR! Unplugged lets you rock out hard to some of the biggest rock songs, including The Offspring, Weezer & Ozzy Osbourne, using just your hands. Become a rock legend with Steel Panther\u... | {"type": "array", "items": {"type": "object"}} |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/4018b572-4d2a-4750-9334-8b155e91f29c/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get new games | Receive new realesed games by platform | 200 | New Example | [{"platform": "PlayStation 5", "developer": null, "title": "Marvel's Guardians of the Galaxy", "description": "Fire up Star-Lord\u2019s jet boots for a wild ride across the cosmos in this third-person action-adventure game, a fresh take on Marvel\u2019s Guardians of the Galaxy. With the unpredictable Guardians at your ... | {"type": "array", "items": {"type": "object", "properties": {"platform": {"type": "string"}, "developer": {"type": "null"}, "title": {"type": "string"}, "description": {"type": "string"}, "genre": {"type": "null"}, "thumbnailUrl": {"type": "string"}, "metaScore": {"type": "integer"}, "userScore": {"type": "null"}, "rel... |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/ad85238b-6d80-4822-9833-8ddea56ca6c4/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get tv series critic properties | Retrieve information about tv series and its reviews and scores | 200 | New Example | {"distributors": "Disney+, DisneyPlus", "title": "The Mandalorian", "description": "The Mandalorian (Pedro Pascal) travels the galaxy, out of reach of the New Republic after the fall of the Empire in Disney+'s first Star Wars live-action series.", "genre": "Action & Adventure, Fantasy, Science Fiction", "thumbnailUrl":... | {"type": "object", "properties": {"distributors": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "genre": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "metaScore": {"type": "integer"}, "userScore": {"type": "integer"}, "releaseDate": {"type": "string"}, "recentReviews": {... |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/30fe7740-5b10-4b66-a5c5-e377c3924aa3/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get album critic properties | Retrieve information about album and its reviews and scores | 200 | New Example | {"title": "The Beatles [White Album] [50th Anniversary Super Deluxe Edition]", "description": "The six CD and 1 Blu-ray box set for the rock band's 1968 multi-platinum album features a new mix by producer Giles Martin and Sam Okell, as well as 27 acoustic demos (the Esher Demos) and 50 session takes.", "genre": "Pop/Ro... | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "genre": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "metaScore": {"type": "integer"}, "userScore": {"type": "integer"}, "releaseDate": {"type": "string"}, "recentReviews": {"type": "array", "items": {"type": "... |
88b75a4f-1f3b-432e-8bd8-97b85dcb5178/d6e98069-2166-4891-979d-742742e2ddaa/0/0 | MetacriticApi | Endpoints for reviews and scores for games, movies, tv, music from https://www.metacritic.com/ | 8.5 | Get movie critic properties | Retrieve information about movie and its reviews and scores | 200 | New Example | {"director": "Peter Jackson", "title": "The Lord of the Rings: The Return of the King", "description": "Sauron's forces have laid siege to Minas Tirith, the capital of Gondor, in their efforts to eliminate the race of men. The once-great kingdom, watched over by a fading steward, has never been in more desperate need ... | {"type": "object", "properties": {"director": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "genre": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "metaScore": {"type": "integer"}, "userScore": {"type": "integer"}, "releaseDate": {"type": "string"}, "recentReviews": {"typ... |
959ee781-a608-4f45-ad09-5ba1d559e1b0/171f84ef-7b4a-4f68-809a-153330e8e760/0/0 | mercari item search | API for searching item on Mercari | null | show_item_by_id | item api parameters:
- itemId: The item id you want to query. The item id is something like m72639077322, you can get it from the response of items API. | 200 | Example_1 | {"desc": "this is the description for the item...", "id": "100000", "images": ["http://the-image-url", "http://the-image-url"], "name": "Iphone 12", "price": 92000, "soldOut": false, "url": "http://the-item-url"} | {"properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "images": {"items": {"type": "string"}, "type": "array"}, "name": {"type": "string"}, "price": {"type": "integer"}, "soldOut": {"type": "boolean"}, "url": {"type": "string"}}, "type": "object"} |
e58fa06b-f79a-4e68-b3ba-8c39003c6c6f/f7dc24ce-b05b-4b8f-b212-a037737830ca/0/0 | bf-spray | Find relevant color for montana spray. | null | All Colors | Get all a montana sprays | 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"]} |
4915c675-6726-4a57-8ea5-f5f55077bc18/59e0d73f-74ea-45a6-8aba-e95af17f1467/0/0 | Google Trends | An API used to access data about search trends on Google based on specific keywords, time range, and location. | 9.2 | regions | The endpoint to retrieve a list of supported regions | 200 | Response | {"status": "success", "regions": [{"code": "AR", "name": "Argentina"}, {"code": "AU", "name": "Australia"}, {"code": "AT", "name": "Austria"}, {"code": "BE", "name": "Belgium"}, {"code": "BR", "name": "Brazil"}, {"code": "CA", "name": "Canada"}, {"code": "CL", "name": "Chile"}, {"code": "CO", "name": "Colombia"}, {"cod... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "regions": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}}}, "required": ["regions", "status"]} |
e305178c-a310-414e-be9e-7b75eb2d5f41/6ccfe8cc-fc96-44c6-8a01-6c4026ec5631/0/0 | CIS Vin Decoder | This API provides VIN Decodes and vehicle recall information. | 9.3 | VinDecode | Decodes the provided North American vin and provides recall information if available. We require at least the first 12 out of 17 characters in the vin to attempt a decode. The vin is not case sensitive. If passEmpty (default False) is True we will also include the empty fields in the response json. | 200 | Response | {"brandName": "HONDA", "cacheTimeLimit": 120, "condition": null, "data": {"AirBagLocCurtain": "1st & 2nd Rows", "AirBagLocFront": "1st Row (Driver & Passenger)", "AirBagLocSide": "1st Row (Driver & Passenger)", "BodyClass": "Sport Utility Vehicle (SUV)/Multi-Purpose Vehicle (MPV)", "DisplacementCC": "2359.737216", "Dis... | {"properties": {"brandName": {"type": "string"}, "cacheTimeLimit": {"type": "integer"}, "condition": {"type": "null"}, "data": {"properties": {"AirBagLocCurtain": {"type": "string"}, "AirBagLocFront": {"type": "string"}, "AirBagLocSide": {"type": "string"}, "BodyClass": {"type": "string"}, "DisplacementCC": {"type": "s... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/45db01a5-93f8-4333-9783-7b2d586a32c0/1/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | dialog_stream_bing_dialog_chat_stream_get | Эндпоинт для запроса к api Bing, передавать токен и промт | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/81ec0493-5cc4-4edf-a68f-ec6ba54037c5/0/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | dialog_stream_bing_dialog_chat_stream_get | Эндпоинт для запроса к api Bing, передавать токен и промт | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/2edbaeb3-1cc3-45ab-9677-78fa93c78ffb/0/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | dialog_bing_dialog_chat_get | Эндпоинт для запроса к api Bing, передавать токен и промт | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/8b2498ec-f05d-4ead-ace5-d20faf175c9a/0/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | dialog_bing_dialog_chat_get | Эндпоинт для запроса к api Bing, передавать токен и промт | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/101ad6b4-b7f3-47f5-a18f-628b4680aefd/1/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | create_con_bing_dialog_post | Создание диалога (сохранение переписки), это довольно требовательный метод для сервера, прошу не юзать. Воздержаться и использовать /bing/chat | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/22bbf1b4-f730-46f1-b035-dec474d81300/1/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | stream_chat_bing_stream_chat_get | Эндпоинт для запроса к api Bing, передавать токен и промт.
Возвращает сообщение по мере его написания самим Bing.
Костыльное решение | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/5697ace3-a10f-4b33-abc5-af9fc715b419/1/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | save_cookies_bing_upload_cookies_post | Загрузка cookies для последующего использования bing, максимальный размер кукисов 30 килобайт брать с https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/d922b66b-8d42-4c31-ad28-ddef9e0d4473/0/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | stream_chat_bing_stream_chat_get | Эндпоинт для запроса к api Bing, передавать токен и промт.
Возвращает сообщение по мере его написания самим Bing.
Костыльное решение | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/43b5ef87-b466-40e9-937a-1861ac6d22b7/0/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | delete_token_token_delete | Удаление токена | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/1d2efed3-900f-440f-947a-2c69180a393d/1/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | chat_bing_chat_get | Эндпоинт для запроса к api Bing, передавать токен и промт | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/6e560523-1852-4523-9cf1-08916805bb7b/1/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | delete_cookies_all_delcookies_delete | Удаление всех кукисов (технический метод), доступен только с техническим ключом | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
4ef22146-2679-492e-9ff3-0dfcb6be30a5/0953386d-0668-4ddf-9245-5596b05b532d/1/0 | Bing AI API | The bing artificial intelligence api works on tokens and on the fact that you upload cookies to the server (no more than 30 kilobytes). There are methods for streaming responses. Remembers questions and answers with dialog_chat and dialog_chat_stream methods | null | chat_bing_chat_get | Эндпоинт для запроса к api Bing, передавать токен и промт | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
f7466232-5521-4b19-8fdb-39722da953a9/0ea8532d-fa95-4e76-bb44-dbf56a67bf72/0/0 | Fiverr Pro services | API to provide a list of vetted professional sellers for any category. | 8 | Categories | List of category names you can search for | 200 | Categories | ["Graphics & Design: Logo Design", "Graphics & Design: Brand Style Guides", "Graphics & Design: Game Art - Character Design", "Graphics & Design: Game Art - Props & Objects", "Graphics & Design: Game Art - Backgrounds & Environments", "Graphics & Design: Game Art - UI & UX", "Graphics & Design: Graphics for Streame... | {"type": "array", "items": {"type": "string"}} |
f7466232-5521-4b19-8fdb-39722da953a9/f37c8a7c-8a8e-477e-9a18-8eb898e3d395/0/0 | Fiverr Pro services | API to provide a list of vetted professional sellers for any category. | 8 | Services | List of pro sellers for a service category | 200 | Sellers | [{"seller": {"name": "anatomyoflogos", "url": "https://www.fiverr.com/anatomyoflogos?source=gig_cards&referrer_gig_slug=design-you-a-geometric-modernist-logo&ref_ctx_id=08ee6259fffacfb1bb236ea33414ce96"}, "service": {"info": "I will design a logo for your brand identity", "rating": "5.0", "rating_count": "9", "starting... | {"type": "array", "items": {"type": "object", "properties": {"seller": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}}, "service": {"type": "object"}}}} |
9822ef6b-8592-4c2b-b3bf-bed97b7d8b58/ed083185-9e22-45c6-93f8-76762bd3d0f8/0/0 | Web Search | The Web Search API enables developers to integrate G-search functionality into their applications, providing access to a vast index of web pages and advanced search features. | 8.4 | Web Search | Web Search | 200 | Response | {"search_term": "harry potter", "knowledge_panel": {"name": "Harry Potter", "label": "Novel series", "description": {"text": "Harry Potter is a series of seven fantasy novels written by British author J. K. Rowling. The novels chronicle the lives of a young wizard, Harry Potter, and his friends Hermione Granger and Ron... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"search_term": {"type": "string"}, "knowledge_panel": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "st... |
c22e034f-8a3e-4cd6-9191-fc74618444b8/9e5d50ab-a43d-4c3f-afe2-13f76abff863/0/0 | Tourist Attraction | Discover the world's wonders with ease using the Tourist Attraction API. Unleash a wealth of information about popular attractions worldwide, including historical sites, natural landmarks, museums, and more. Seamlessly integrate this API to provide users with detailed insights, captivating images, and essential details... | 9.2 | Photos | Get photos of tourist attraction | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"images": {"small": {"width": "150", "url": "https://media-cdn.tripadvisor.com/media/photo-l/29/e0/e3/57/caption.jpg", "height": "150"}, "thumbnail": {"width": "50", "url": "https://media-cdn.tripadvisor.com/media/photo-t/29/e0/e3/57/caption.jpg", "height": "50"}, "ori... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"images": {"type": "object", "properties": {"small": {"type": "object",... |
c22e034f-8a3e-4cd6-9191-fc74618444b8/139c9516-55ab-4ea6-b530-3215f4a0637b/0/0 | Tourist Attraction | Discover the world's wonders with ease using the Tourist Attraction API. Unleash a wealth of information about popular attractions worldwide, including historical sites, natural landmarks, museums, and more. Seamlessly integrate this API to provide users with detailed insights, captivating images, and essential details... | 9.2 | Detail | Get detail of tourist attraction | 200 | New Example | {"status": 200, "msg": null, "results": {"location_id": "8797440", "name": "Padar Island", "latitude": "-8.680104", "longitude": "119.55662", "num_reviews": "1254", "timezone": "Asia/Makassar", "location_string": "Labuan Bajo, Flores, East Nusa Tenggara", "photo": {"images": {"small": {"width": "150", "url": "https://m... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"location_id": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "num_reviews... |
c22e034f-8a3e-4cd6-9191-fc74618444b8/64dbbdbf-78ac-4993-be4f-9fd3a2aa2a55/0/0 | Tourist Attraction | Discover the world's wonders with ease using the Tourist Attraction API. Unleash a wealth of information about popular attractions worldwide, including historical sites, natural landmarks, museums, and more. Seamlessly integrate this API to provide users with detailed insights, captivating images, and essential details... | 9.2 | Typeahead | Autocomplete search functionality provides real-time suggestions and predictions as you type, streamlining your search process and making it more efficient. | 200 | New Example | {"status": 200, "msg": null, "results": {"data": [{"result_type": "geos", "result_object": {"location_id": "45963", "name": "Las Vegas", "latitude": "36.114304", "longitude": "-115.17208", "timezone": "America/Los_Angeles", "location_string": "Las Vegas, Nevada", "photo": {"images": {"small": {"width": "150", "url": "h... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"result_type": {"type": "string"}, "result_object": {"type": "object", ... |
c22e034f-8a3e-4cd6-9191-fc74618444b8/efd4b94b-cf69-41b5-a92e-5a428cd8b0af/0/0 | Tourist Attraction | Discover the world's wonders with ease using the Tourist Attraction API. Unleash a wealth of information about popular attractions worldwide, including historical sites, natural landmarks, museums, and more. Seamlessly integrate this API to provide users with detailed insights, captivating images, and essential details... | 9.2 | Languages | Get list of language | 200 | New Example | {"status": 200, "msg": null, "results": [{"locale": "en_US", "hostname": "www.tripadvisor.com", "hreflang": "en", "pointOfSaleName": "United States", "pointOfSaleNameInCurrentLocale": "United States"}, {"locale": "en_CA", "hostname": "www.tripadvisor.ca", "hreflang": "en-CA", "pointOfSaleName": "Canada (English)", "poi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"type": "object", "properties": {"locale": {"type": "string"}, "hostname": {"type": "string"}, "hreflang": {"type": "string"}, "pointOfSaleName": ... |
c22e034f-8a3e-4cd6-9191-fc74618444b8/260ed9c9-28de-4bb5-b603-a924f93ce208/0/0 | Tourist Attraction | Discover the world's wonders with ease using the Tourist Attraction API. Unleash a wealth of information about popular attractions worldwide, including historical sites, natural landmarks, museums, and more. Seamlessly integrate this API to provide users with detailed insights, captivating images, and essential details... | 9.2 | Currencies | Get list of Currency | 200 | New Example | {"status": 200, "msg": null, "results": [{"code": "USD", "name": "U.S. Dollars", "symbol": "$"}, {"code": "GBP", "name": "British Pounds", "symbol": "\u00a3"}, {"code": "EUR", "name": "Euros", "symbol": "\u20ac"}, {"code": "CAD", "name": "Canadian Dollars", "symbol": "CA$"}, {"code": "CHF", "name": "Swiss Francs", "sym... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "msg": {"type": "null"}, "results": {"type": "array", "items": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}... |
bad82055-1fed-4fc7-82ff-acf2e239ebd3/da64050f-b5b1-4321-a2df-a6b1150190eb/0/0 | SERP | Search Engine data at scale. Uses city-level geo-targeting via residential proxies for targeted queries. Extract data such as organic results, paid results, related questions, top stories, people also ask, pagination, etc. in JSON format | 0 | Search | This endpoint allows you to search Google based on some certain parameters | 200 | Response | {"success": true, "data": {"search_query": {"query": "q=latest+news", "device": "desktop", "domain": "google.com", "location": "California, United States", "engine": "google"}, "organic_results": [{"position": 1, "title": "CNN - Breaking News, Latest News and Videos", "link": "https://www.cnn.com/", "domain": "www.cnn.... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"search_query": {"type": "object", "properties": {"query": {"type": "string"}, "device": {"type": "string"}, "domain": {"type": "string"}, "location": {"type": "string... |
bad82055-1fed-4fc7-82ff-acf2e239ebd3/cbbb46a4-7a9e-49fb-9ba8-3d3fbe280955/0/0 | SERP | Search Engine data at scale. Uses city-level geo-targeting via residential proxies for targeted queries. Extract data such as organic results, paid results, related questions, top stories, people also ask, pagination, etc. in JSON format | 0 | Status | Check service availability. We offer 99.999% SLA. | 200 | Response | {"success": true, "message": "Service is up \ud83d\udfe2"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["message", "success"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.