diff --git a/toolbench/test_instruction/G1_instruction.json b/toolbench/test_instruction/G1_instruction.json new file mode 100644 index 0000000000000000000000000000000000000000..8e6ae22421efc871297f2ef443e79b5a9c455f3c --- /dev/null +++ b/toolbench/test_instruction/G1_instruction.json @@ -0,0 +1,33901 @@ +[ + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "ASIN Data", + "api_name": "Category", + "api_description": "The Category Parameters are applicable when making a request with `type=category` to retrieve category results for an Amazon category. Categories can be specified either via passing an Amazon category URL in to the url parameter, or by passing a Category ID in the `category_id` and an Amazon domain in the `amazon_domain` parameter. The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.\n\nCategory results are retrieved from the category listing page on Amazon.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "category" + } + ], + "optional_parameters": [ + { + "name": "refinements", + "type": "STRING", + "description": "\nA comma-seperated list of refinement values to filter the category results by. These allow you to refine your category results by values such as \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Reviews rating 4 and over\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"price range\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"brand\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\n\nRefinement values are returned in the refinements array of each type=category result. Refinement values are dynamic and change by category area or search term used. If you wish to use refinements you should first issue a type=category request without specifying any refinements to retrieve a master list of the available refinements for the given category area/search term. You can then cache these refinement values for use on subsequent requests.\n\nFor example, to run a type=search request specifying two refinements with values `p_85/2470955011` and `p_36/2421886011` the value of the refinements parameter would be `refinements=p_85/2470955011,p_36/2421886011`\n\nNote that sometimes Amazon do not present a explicit refinement value and instead a link is returned. In this instance you should pass the link into the url request parameter of your type=category request to retrieve data from that refinement-filtered page.", + "default": "" + }, + { + "name": "amazon_domain", + "type": "STRING", + "description": "The Amazon domain to retrieve category results from. For a full list of supported Amazon domains see [Supported Amazon Domains](https://www.asindataapi.com/docs/product-data-api/reference/amazon-domains).", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The current page of category results to retrieve. Inspect the pagination.total_pages property in the Category results to see how many pages of category results are available.\n\nupdate value of num to get additional pages", + "default": "" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Determines the sort order of category results to return. Valid values are:\n\n- most_recent\n- price_low_to_high\n- price_high_to_low\n- featured\n- average_review\n", + "default": "" + }, + { + "name": "category_id", + "type": "STRING", + "description": "A category ID to retrieve results from. You may supply any arbitary value in the category_id parameter.\n\nASIN Data API will use the category_id in the following form: `https://amazon_domain/s?node=category_id.`\n\nNote that pagination for top-level categories is not supported by the Amazon sites. If you wish to iterate the contents of a category the recommended approach is to pick the lowest level categories to perform your iteration / pagination on.", + "default": "" + }, + { + "name": "url", + "type": "STRING", + "description": "The Amazon category results page URL to retrieve category results from. Be sure to URL-encode the url parameter.\n\n**Note the url parameter is supplied, the category_id parameter cannot be used (as the url itself defines the category ID used).**", + "default": "https://www.amazon.com/s?bbn=16225009011&rh=n%3A%2116225009011%2Cn%3A502394%2Cn%3A281052" + } + ], + "method": "GET", + "template_response": { + "message": "str", + "info": "str" + } + }, + { + "category_name": "Data", + "tool_name": "ASIN Data", + "api_name": "Offers", + "api_description": "The Offers Parameters are applicable when making a request with `type=offers` to retrieve seller Offers for a single product on Amazon - the product is specified using either the asin and `amazon_domain` parameters or the url parameter (where the url parameter contains a link to an Amazon product offers page). The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.\n\nOffers are retrieved from the offers listing popup window for a single product on Amazon.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "offers" + } + ], + "optional_parameters": [ + { + "name": "offers_condition_used_acceptable", + "type": "BOOLEAN", + "description": "\nLimit the offers returned to just those that are of Used-Acceptable Condition. Valid values are:\ntrue\nOnly include offers that are Used-Acceptable Condition.\nfalse\nInclude all offers, regardless of their Condition.", + "default": "" + }, + { + "name": "offers_condition_used_good", + "type": "BOOLEAN", + "description": "\nLimit the offers returned to just those that are of Used-Good Condition. Valid values are:\ntrue\nOnly include offers that are Used-Good Condition.\nfalse\nInclude all offers, regardless of their Condition.", + "default": "" + }, + { + "name": "show_different_asins", + "type": "BOOLEAN", + "description": "\nSometimes Amazon will return Offers from ASINs other than the ASIN supplied in the asin request parameter (for example, when the original ASIN is out of stock). show_different_asins controls whether you want these other-ASIN offer results returned, or not. Can be set to true to include offers from other ASINs, or false (the default) to hide offers from ASINs other than the ASIN supplied in the asin parameter. Note that if you supply a url instead of asin in your request this parameter is ignored.", + "default": "" + }, + { + "name": "amazon_domain", + "type": "STRING", + "description": "The Amazon domain to retrieve Offers for the product specified in the asin parameter from. For a full list of supported Amazon domains see Supported Amazon Domains.\n\n**Note: If the amazon_domain and asin parameters are supplied then the url parameter is ignored.**", + "default": "amazon.com" + }, + { + "name": "offers_condition_used_like_new", + "type": "BOOLEAN", + "description": "\nLimit the offers returned to just those that are of Used-Like-New Condition. Valid values are:\ntrue\nOnly include offers that are Used-Like-New Condition.\nfalse\nInclude all offers, regardless of their Condition.", + "default": "" + }, + { + "name": "offers_free_shipping", + "type": "BOOLEAN", + "description": "\nLimit the offers returned to just those that have Free Shipping. Valid values are:\ntrue\nOnly include offers that have Free Shipping.\nfalse\nInclude all offers, regardless of whether they have Free Shipping or not.", + "default": "" + }, + { + "name": "offers_condition_new", + "type": "BOOLEAN", + "description": "l\nLimit the offers returned to just those that are of New Condition. Valid values are:\ntrue\nOnly include offers that are New Condition.\nfalse\nInclude all offers, regardless of their Condition.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The current page of reviews to retrieve. Inspect the pagination.total_pages property in the Reviews results to see how many pages of reviews are available.\n**Note that the maximum number of reviews pages served by Amazon is 500**\n\nupdate value of num to get additional pages", + "default": "" + }, + { + "name": "asin", + "type": "STRING", + "description": "The Amazon ASIN (product ID) to retrieve Offers for. Used in combination with the amazon_domain parameter.\n\n**Note: If the asin and amazon_domain parameters are supplied then the url parameter is ignored.**", + "default": "B073JYC4XM" + }, + { + "name": "url", + "type": "STRING", + "description": "The Amazon product-page URL to retrieve Offers from.\n\n**Note: If the url parameter is supplied then the amazon_domain and asin parameters are ignored.**", + "default": "" + }, + { + "name": "offers_prime", + "type": "BOOLEAN", + "description": "\nLimit the offers returned to just those that are Prime-eligible. Valid values are:\ntrue\nOnly include offers that are Prime-eligible.\nfalse\nInclude all offers, regardless of whether they are Prime-eligible or not.", + "default": "" + }, + { + "name": "offers_condition_used_very_good", + "type": "BOOLEAN", + "description": "\nLimit the offers returned to just those that are of Used-Very-Good Condition. Valid values are:\ntrue\nOnly include offers that are Used-Very-Good Condition.\nfalse\nInclude all offers, regardless of their Condition.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "ASIN Data", + "api_name": "Reviews", + "api_description": "The Reviews Parameters are applicable when making a request with `type=reviews` to retrieve customer Reviews for a single product on Amazon - the product is specified using either the asin and `amazon_domain` parameters or the url parameter (where the url parameter contains a link to an Amazon reviews page). The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.\n\nReviews are retrieved from the customer reviews page for a single product on Amazon.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "reviews" + } + ], + "optional_parameters": [ + { + "name": "review_stars", + "type": "STRING", + "description": "The star rating of reviews to retrieve. Valid values are:\n\n- all_stars \n- five_star\n- four_star\n- three_star\n- two_star\n- one_star\n- all_positive\n- all_critical", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The current page of reviews to retrieve. Inspect the pagination.total_pages property in the Reviews results to see how many pages of reviews are available.\n\n**Note that the maximum number of reviews pages served by Amazon is 500.**\n\nupdate value of num to get additional pages", + "default": "" + }, + { + "name": "search_term", + "type": "STRING", + "description": "A search term to use to search reviews.", + "default": "" + }, + { + "name": "show_different_asins", + "type": "BOOLEAN", + "description": "Sometimes Amazon will return Reviews from ASINs other than the ASIN supplied in the asin request parameter (for example, when the original ASIN is out of stock). `show_different_asins `controls whether you want these other-ASIN review results returned, or not. Can be set to true (the default) to include reviews from other ASINs, or false to hide reviews from ASINs other than the ASIN supplied in the asin parameter. \n\nNote that if you supply a url instead of asin in your request this parameter is ignored.\n\nNote in the event of` show_different_asins=false` and the ASIN shown by Amazon being different from the requested ASIN, then all fields apart from product will be removed from the response.", + "default": "" + }, + { + "name": "review_media_type", + "type": "STRING", + "description": "Filter the reviews to those containing a specific media type. Valid values are:\n\n`all_reviews`\n- Include reviews with text, images or video.\n\n`media_reviews_only`\n- Include only reviews containing images or video.", + "default": "" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Determines the sort order of reviews to return. \n\nValid values are: `most_helpful` and `most_recent`\n", + "default": "" + }, + { + "name": "global_reviews", + "type": "BOOLEAN", + "description": "Determines whether Global Reviews are included, or not Global Reviews are reviews from other Amazon domains outside of the Amazon domain specified in the request. Valid values are:\n\n`true`\n- The default, Global Reviews are included in the results.\n\n`false`\n- Global reviews are excluded from the results.", + "default": "" + }, + { + "name": "review_id", + "type": "STRING", + "description": "\nA single Review ID, as returned by a prior `type=reviews` request, to retrieve. Useful if you wish to check for the presence of a single review. Use in combination with the amazon_domain parameter.", + "default": "" + }, + { + "name": "reviewer_type", + "type": "STRING", + "description": "The type of reviewer to retrieve reviews from. Valid values are:\n\n`verified_purchase`\n- include reviews by Amazon Verified Purchasers only\n\n`all`\n- include all reviews, regardless of whether they are from Amazon Verified Purchasers or not)", + "default": "" + }, + { + "name": "amazon_domain", + "type": "STRING", + "description": "The Amazon domain to retrieve Reviews for the product specified in the asin parameter from. For a full list of supported Amazon domains see Supported Amazon Domains.\n\n**Note: If the amazon_domain and asin parameters are supplied then the url parameter is ignored.**", + "default": "amazon.com" + }, + { + "name": "url", + "type": "STRING", + "description": "The Amazon product-page URL to retrieve Reviews from.\n\n**Note: If the url parameter is supplied then the amazon_domain and asin parameters are ignored.**", + "default": "" + }, + { + "name": "review_formats", + "type": "STRING", + "description": "The type of reviewer to retrieve reviews from. Valid values are:\n\n`all_formats`\n- Include reviews of any product format/variant.\n\n`current_format`\n- Include reviews relating specifically to the current format/variant.", + "default": "" + }, + { + "name": "asin", + "type": "STRING", + "description": "The Amazon ASIN (product ID) to retrieve Reviews for. Used in combination with the amazon_domain parameter.\n\n**Note: If the asin and amazon_domain parameters are supplied then the url parameter is ignored.**", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "ASIN Data", + "api_name": "Search", + "api_description": "The Search Parameters are applicable when making a request with `type=search` to retrieve search results for an Amazon domain - the Amazon domain is specified using the `amazon_domain` parameter and the search term is specified in the `search_term` parameter. The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.\n\nSearch results are retrieved from the search results page on Amazon.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "search" + } + ], + "optional_parameters": [ + { + "name": "search_term", + "type": "STRING", + "description": "A search term to use to search products.", + "default": "memory cards" + }, + { + "name": "url", + "type": "STRING", + "description": "The Amazon search results page URL to retrieve search results from. Be sure to URL-encode the url parameter.\n\n**Note the url parameter is supplied, the search_term parameter cannot be used (as the url itself defines the search term used).**", + "default": "" + }, + { + "name": "direct_search", + "type": "STRING", + "description": "By default Amazon will, if a spelling mistake is suspected in the search_term, show search results for the corrected search term.\n\nTo disable this behaviour and search for the value in `search_term` directly, without auto-correcting it, set `direct_search=true`.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The current page of search results to retrieve. Inspect the pagination.total_pages property in the Search results to see how many pages of search results are available.\n\nupdate value of num to get additional pages", + "default": "" + }, + { + "name": "exclude_sponsored", + "type": "BOOLEAN", + "description": "Whether to exclude sponsored search results (when set to exclude_sponsored=true) from the search results returned, or not. Defaults to false.", + "default": "" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Determines the sort order of search results to return. Valid values are:\n\n- most_recent\n- price_low_to_high\n- price_high_to_low\n- featured\n- average_review", + "default": "" + }, + { + "name": "refinements", + "type": "STRING", + "description": "\nA comma-seperated list of refinement values to filter the search results by. These allow you to refine your search by values such as \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Reviews rating 4 and over\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"price range\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"brand\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".\n\nRefinement values are returned in the refinements array of each type=search result. Refinement values are dynamic and change by category area or search term used. If you wish to use refinements you should first issue a type=search request without specifying any refinements to retrieve a master list of the avaialble refinements for the given category area/search term. You can then cache these refinement values for use on subsequent requests.\n\nFor example, to run a type=search request specifying two refinements with values `p_85/2470955011 `and` p_36/2421886011 `the value of the refinements parameter would be `refinements=p_85/2470955011,p_36/2421886011`", + "default": "" + }, + { + "name": "category_id", + "type": "STRING", + "description": "\nA category ID to limit search results to. ASIN Data API will use the category_id in the following form: https://amazon_domain/s?node=category_id.\n\nNote that pagination for top-level categories is not supported by the Amazon sites. If you wish to iterate the contents of a category the recommended approach is to pick the lowest level categories to perform your iteration / pagination on.", + "default": "" + }, + { + "name": "amazon_domain", + "type": "STRING", + "description": "The Amazon domain to retrieve search results from. For a full list of supported Amazon domains see Supported Amazon Domains.\n\n**Note: If the amazon_domain and asin parameters are supplied then the url parameter is ignored.**", + "default": "amazon.com" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "ASIN Data", + "api_name": "Product", + "api_description": "The Product Parameters are applicable when making a request with `type=product` to retrieve details of a single product on Amazon - the product is specified using either the asin and `amazon_domain` parameters or the url parameter (where the url parameter contains a link to an Amazon product page). The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.\n\nProduct details are retrieved from the product page for a single product on Amazon.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "product" + } + ], + "optional_parameters": [ + { + "name": "gtin", + "type": "STRING", + "description": "A GTIN, ISBN, UPC or EAN code to retrieve results for. Internally ASIN Data API will first convert the GTIN/ISBN/UPC/EAN to an Amazon ASIN, then retrieve the results for that ASIN from Amazon. Used in combination with the amazon_domain parameter.\n\n**Note: If the gtin and amazon_domain parameters are supplied then the url parameter is ignored.**", + "default": "" + }, + { + "name": "url", + "type": "STRING", + "description": "The Amazon product-page URL to retrieve product details from.\n\n**Ensure that the url parameter is URL-encoded.**\n\nNote: If the url parameter is supplied then the amazon_domain and asin parameters are ignored.", + "default": "" + }, + { + "name": "amazon_domain", + "type": "STRING", + "description": "The Amazon domain to retrieve product details from for the product specified in the asin parameter. For a full list of supported Amazon domains see Supported Amazon Domains.\n\n**Note: If the amazon_domain and asin parameters are supplied then the url parameter is ignored.**", + "default": "amazon.com" + }, + { + "name": "asin", + "type": "STRING", + "description": "The Amazon ASIN (product ID) to retrieve product details for. Used in combination with the `amazon_domain` parameter.\n\n**Note: If the asin and `amazon_domain `parameters are supplied then the url parameter is ignored.**", + "default": "B073JYC4XM" + } + ], + "method": "GET" + } + ], + "query": "I am a fitness enthusiast and I want to buy a fitness tracker. Can you suggest some top-rated fitness trackers available on Amazon along with their features and prices?", + "relevant APIs": [ + [ + "ASIN Data", + "Search" + ], + [ + "ASIN Data", + "Product" + ] + ], + "query_id": 577 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "Songkick concert", + "api_description": "Concert info", + "required_parameters": [ + { + "name": "id_conc", + "type": "string", + "description": "", + "default": "40698227-lumineers-at-aware-super-theatre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "date": "str", + "image": "str", + "line_up": [ + { + "link": "str", + "name": "str", + "_list_length": 2 + } + ], + "location": "str", + "name": "str", + "venue_name": "str", + "venue_url": "str", + "website": "str" + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "Songkick artist", + "api_description": "Artist info", + "required_parameters": [ + { + "name": "artist_id", + "type": "string", + "description": "", + "default": "520117-arctic-monkeys" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "appears_most_with": [ + { + "count": "int", + "link": "str", + "name": "str", + "_list_length": 5 + } + ], + "bio": "str", + "distance_travelled": "str", + "fans_num": "int", + "image_url": "str", + "most_played": [ + { + "count": "int", + "name": "str", + "_list_length": 5 + } + ], + "name": "str", + "on_tour": "str", + "posters": [ + "list of str with length 8" + ], + "upcoming_events": [ + { + "date_finish": "str", + "date_start": "str", + "line_up": [ + { + "id": "str", + "name": "str", + "_list_length": 3 + } + ], + "location": { + "city": "str", + "country": "str", + "region": "str" + }, + "street": "str", + "venue": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "Songkick festivals", + "api_description": "festivals info", + "required_parameters": [ + { + "name": "id_fest", + "type": "string", + "description": "", + "default": "1627549-dreamstate-socal/id/40521898-dreamstate-socal-2022" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "Transfermarkt search", + "api_description": "Search by name", + "required_parameters": [ + { + "name": "name", + "type": "string", + "description": "", + "default": "messi" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Clubs": [ + { + "link": "str", + "name": "str", + "slug": "str", + "_list_length": 10 + } + ], + "Managers & officials": [ + { + "link": "str", + "name": "str", + "slug": "str", + "_list_length": 5 + } + ], + "Players": [ + { + "link": "str", + "name": "str", + "slug": "str", + "_list_length": 10 + } + ], + "Referees": [ + { + "link": "str", + "name": "str", + "slug": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "List Artist Concerts", + "api_description": "Enter Artist ID", + "required_parameters": [ + { + "name": "id_artist", + "type": "string", + "description": "", + "default": "6eUKZXaKkcviH0Ku9w2n3V" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": [ + { + "artists": [ + { + "id": "str", + "imageUri": "str", + "name": "str", + "topTrackUri": "str", + "uri": "str", + "_list_length": 3 + } + ], + "date": "str", + "festival": "bool", + "id": "str", + "lat": "float", + "location": "str", + "lon": "float", + "ticketers": [ + { + "imageURL": "str", + "partnerDisplayName": "str", + "type": "str", + "url": "str", + "_list_length": 1 + } + ], + "ticketing": [ + { + "maxPrice": "str", + "minPrice": "str", + "_list_length": 1 + } + ], + "title": "str", + "type": "str", + "venue": "str", + "_list_length": 27 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "Get Artist Overview", + "api_description": "Enter Artist ID", + "required_parameters": [ + { + "name": "id_artist", + "type": "string", + "description": "", + "default": "6eUKZXaKkcviH0Ku9w2n3V" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"biography\": \"str\", \"discography\": {\"albums\": {\"items\": [{\"releases\": {\"items\": [{\"copyright\": {\"items\": [{\"text\": \"str\", \"type\": \"str\", \"_list_length\": 2}]}, \"coverArt\": {\"sources\": [{\"height\": \"int\", \"url\": \"str\", \"width\": \"int\", \"_list_length\": 3}]}, \"date\": {\"day\": \"int\", \"month\": \"int\", \"precision\": \"str\", \"year\": \"int\"}, \"id\": \"str\", \"label\": \"str\", \"name\": \"str\", \"playability\": {\"playable\": \"bool\", \"reason\": \"str\"}, \"sharingInfo\": {\"shareId\": \"str\", \"shareUrl\": \"str\"}, \"tracks\": {\"totalCount\": \"int\"}, \"type\": \"str\", \"uri\": \"str\", \"_list_length\": 1}]}, \"_list_length\": 10}], \"totalCount\": \"int\"}, \"compilations\": {\"items\": \"empty list\", \"totalCount\": \"int\"}, \"latest\": {\"copyright\": {\"items\": [{\"text\": \"str\", \"type\": \"str\", \"_list_length\": 2}]}, \"coverArt\": {\"sources\": [{\"height\": \"int\", \"url\": \"str\", \"width\": \"int\", \"_list_length\": 3}]}, \"date\": {\"day\": \"int\", \"month\": \"int\", \"precision\": \"str\", \"year\": \"int\"}, \"id\": \"str\", \"label\": \"str\", \"name\": \"str\", \"playability\": {\"playable\"" + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "Transfermarkt details", + "api_description": "Enter **SLUG ** from Transfermarkt search API.\n\nIt os working for all types (players, clubs, managers, referees, etc)", + "required_parameters": [ + { + "name": "type_s", + "type": "string", + "description": "", + "default": "verein" + }, + { + "name": "other", + "type": "string", + "description": "", + "default": "startseite" + }, + { + "name": "id_talent", + "type": "string", + "description": "", + "default": "583" + }, + { + "name": "part_slug", + "type": "string", + "description": "", + "default": "fc-paris-saint-germain" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "": "str", + "average_age": "str", + "current_transfer_record": "str", + "foreigners": "str", + "in_league_since": "str", + "name": "str", + "national_team_players": "str", + "organization_name": "str", + "players": [ + { + "name": "str", + "position": "str", + "slug": "str", + "_list_length": 27 + } + ], + "squad_size": "str", + "stadium": "str", + "table_position": "str" + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "SongKick search Artist", + "api_description": "Enter the name of the artist.\nFor example, ed sheran", + "required_parameters": [ + { + "name": "artist_name", + "type": "string", + "description": "", + "default": "arctic monkeys" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": [ + { + "id": "str", + "name": "str", + "url": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "TuneFind for Details", + "api_description": "Please, enter the slug of artist. For example, taylor-swift or acdc.\nYou can get a slug by using the TuneFind Search API", + "required_parameters": [ + { + "name": "artist_slug", + "type": "string", + "description": "", + "default": "rihanna" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": "str" + } + }, + { + "category_name": "Data", + "tool_name": "TheClique", + "api_name": "Get info about artist", + "api_description": "Give info about artist on allmusic.com\n\nResponse -> json", + "required_parameters": [ + { + "name": "parameter", + "type": "string", + "description": "", + "default": "bessie-smith-mn0000054707" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "active": "str", + "also_known_as": "str", + "biography": "str", + "born_in": "str", + "born_location": "str", + "died_in": "str", + "died_location": "str", + "genre": "str", + "id": "str", + "image": "str", + "name": "str", + "similar_artist": [ + { + "id": "str", + "link": "str", + "name": "str", + "_list_length": 19 + } + ], + "styles": [ + { + "link": "str", + "name": "str", + "_list_length": 3 + } + ], + "tagline": "str" + } + } + ], + "query": "I'm a football enthusiast and I want to know more about Lionel Messi's career. Can you provide me with information about Messi's clubs, managers, teammates, and referees? I'm also curious about any notable transfers he has made.", + "relevant APIs": [ + [ + "TheClique", + "Transfermarkt search" + ], + [ + "TheClique", + "Transfermarkt details" + ] + ], + "query_id": 588 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Channel Clips", + "api_description": "Get Channel Clips", + "required_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "0" + }, + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Chat User (like user from chat)", + "api_description": "Get Chat User (like user from chat)", + "required_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + }, + { + "name": "username", + "type": "STRING", + "description": "", + "default": "KMLT96" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Chatroom Rules", + "api_description": "Get Chatroom Rules", + "required_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Channel Links", + "api_description": "Get Channel Links", + "required_parameters": [], + "optional_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Channel Polls", + "api_description": "Get Channel Polls", + "required_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Channel Chatroom", + "api_description": "Get Channel Chatroom", + "required_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Channel Emotes", + "api_description": "Get Channel Emotes", + "required_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Channel Livestream Info", + "api_description": "Get Channel Livestream Info", + "required_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Channel Details", + "api_description": "Get Channel Details", + "required_parameters": [ + { + "name": "channel_name", + "type": "STRING", + "description": "", + "default": "gmhikaru" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Kick.com API | Kick API", + "api_name": "Get Chat Messages", + "api_description": "Returns chat messages from livestream ID.", + "required_parameters": [ + { + "name": "livestream_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a fan of the streamer 'gmhikaru' on Kick.com and I want to explore their channel. Can you provide me with the channel clips and the channel details? I'm eager to learn more about their content.", + "relevant APIs": [ + [ + "Kick.com API | Kick API", + "Get Channel Clips" + ], + [ + "Kick.com API | Kick API", + "Get Channel Details" + ] + ], + "query_id": 608 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Keyword Analysis", + "api_name": "PopularSitesForQuery", + "api_description": "Get the **popular sites** for a given search query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search query string.", + "default": "taylor swift" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "score": "float" + } + }, + { + "category_name": "Data", + "tool_name": "Keyword Analysis", + "api_name": "QueryKeywords", + "api_description": "Get the **main keywords** for a given search query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search query string.", + "default": "cyberia game review" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Keyword Analysis", + "api_name": "SimilarQueries", + "api_description": "Get **similar queries** for a given search query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search query string.", + "default": "john wick 3" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "score": "float" + } + } + ], + "query": "I want to plan a surprise birthday party for my friend. Can you suggest popular sites and main keywords for the search query 'birthday party ideas'? I want to gather inspiration and plan a memorable event.", + "relevant APIs": [ + [ + "Keyword Analysis", + "PopularSitesForQuery" + ], + [ + "Keyword Analysis", + "QueryKeywords" + ] + ], + "query_id": 1073 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "public-url-share", + "api_name": "Media sources statistics", + "api_description": "Search and find details or statistics on media sources", + "required_parameters": [], + "optional_parameters": [ + { + "name": "apiKey", + "type": "STRING", + "description": "", + "default": "b7ed776c-7f0f-4dd2-ba9d-9c6a6e1f44cb" + } + ], + "method": "GET", + "template_response": { + "status": "int", + "message": "str", + "timestamp": "int" + } + }, + { + "category_name": "Media", + "tool_name": "public-url-share", + "api_name": "Top 50 startups news from the last month", + "api_description": "Top 50 startups news from the last month", + "required_parameters": [], + "optional_parameters": [ + { + "name": "from", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2022-12-19" + }, + { + "name": "sourceGroup", + "type": "STRING", + "description": "", + "default": "top100" + }, + { + "name": "apiKey", + "type": "STRING", + "description": "", + "default": "b7ed776c-7f0f-4dd2-ba9d-9c6a6e1f44cb" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "en" + }, + { + "name": "topic", + "type": "STRING", + "description": "", + "default": "Startups" + } + ], + "method": "GET", + "template_response": { + "status": "int", + "message": "str", + "timestamp": "int" + } + } + ], + "query": "I'm curious about the credibility and popularity of different media sources. Can you fetch me the statistics on media sources? Additionally, I'm interested in reading the top 50 startup news articles from the last month. Thank you for your help!", + "relevant APIs": [ + [ + "public-url-share", + "Media sources statistics" + ], + [ + "public-url-share", + "Top 50 startups news from the last month" + ] + ], + "query_id": 1572 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Morpheus Predictions ", + "api_name": "Best BestGoal", + "api_description": "Today's best BestGoal", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "countryName": "str", + "countryLogo": "str", + "leagueName": "str", + "data": "NoneType", + "localTeamName": "str", + "localTeamLogo": "str", + "visitorTeamName": "str", + "visitorTeamLogo": "str", + "bet": "str", + "betQuote": "float", + "probability": "float", + "matchDate": "str", + "betState": "int", + "hits": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Morpheus Predictions ", + "api_name": "Best Sign 2", + "api_description": "Today's best 2 sign", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "countryName": "str", + "countryLogo": "str", + "leagueName": "str", + "data": "NoneType", + "localTeamName": "str", + "localTeamLogo": "str", + "visitorTeamName": "str", + "visitorTeamLogo": "str", + "bet": "str", + "betQuote": "float", + "probability": "float", + "matchDate": "str", + "betState": "int", + "hits": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Morpheus Predictions ", + "api_name": "Best Sign 1", + "api_description": "Today's best 1 sign", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "countryName": "str", + "countryLogo": "str", + "leagueName": "str", + "data": "NoneType", + "localTeamName": "str", + "localTeamLogo": "str", + "visitorTeamName": "str", + "visitorTeamLogo": "str", + "bet": "str", + "betQuote": "float", + "probability": "float", + "matchDate": "str", + "betState": "int", + "hits": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Morpheus Predictions ", + "api_name": "Best Quote", + "api_description": "The best predictions with good odds", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Morpheus Predictions ", + "api_name": "TopOver25", + "api_description": "Today top Over 2,5 prediction.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Sports", + "tool_name": "Morpheus Predictions ", + "api_name": "Best of the day", + "api_description": "Bet prediction for day", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "countryName": "str", + "countryLogo": "str", + "leagueName": "str", + "data": "str", + "localTeamName": "str", + "localTeamLogo": "str", + "visitorTeamName": "str", + "visitorTeamLogo": "str", + "bet": "str", + "betQuote": "float", + "probability": "float", + "matchDate": "str", + "betState": "int", + "hits": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Morpheus Predictions ", + "api_name": "Best Over 1.5", + "api_description": "Today's best over 1.5", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "countryName": "str", + "countryLogo": "str", + "leagueName": "str", + "data": "NoneType", + "localTeamName": "str", + "localTeamLogo": "str", + "visitorTeamName": "str", + "visitorTeamLogo": "str", + "bet": "str", + "betQuote": "float", + "probability": "float", + "matchDate": "str", + "betState": "int", + "hits": "int" + } + } + ], + "query": "I'm planning to place some bets on today's soccer matches. Can you provide me with the best goal prediction, the best 2 sign prediction, and the best 1 sign prediction? Additionally, I would like to know if there are any good odds available for betting. Please include the country name, league name, team names, bet, bet quote, and match date in the response.", + "relevant APIs": [ + [ + "Morpheus Predictions ", + "Best BestGoal" + ], + [ + "Morpheus Predictions ", + "Best Sign 2" + ], + [ + "Morpheus Predictions ", + "Best Sign 1" + ], + [ + "Morpheus Predictions ", + "Best Quote" + ] + ], + "query_id": 1856 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "World Ranking", + "api_description": "Fetch the world rankings for a given year", + "required_parameters": [ + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + }, + { + "name": "statId", + "type": "STRING", + "description": "", + "default": "186" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_id": { + "$oid": "str" + }, + "name": "str", + "year": "str", + "weekNum": { + "$numberInt": "str" + }, + "rankings": [ + { + "lastName": "str", + "firstName": "str", + "rank": { + "$numberInt": "str" + }, + "previousRank": { + "$numberInt": "str" + }, + "events": { + "$numberInt": "str" + }, + "totalPoints": { + "$numberDouble": "str" + }, + "avgPoints": { + "$numberDouble": "str" + }, + "pointsLost": { + "$numberDouble": "str" + }, + "pointsGained": { + "$numberDouble": "str" + }, + "playerId": "str", + "_list_length": 300 + } + ], + "timestamp": { + "$date": { + "$numberLong": "str" + } + } + } + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "earnings", + "api_description": "Fetch the player earnings for a given `tournId` and `year`.", + "required_parameters": [ + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + }, + { + "name": "tournId", + "type": "STRING", + "description": "", + "default": "475" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_id": { + "$oid": "str" + }, + "year": "str", + "tournId": "str", + "leaderboard": [ + { + "playerId": "str", + "firstName": "str", + "lastName": "str", + "earnings": { + "$numberInt": "str" + }, + "_list_length": 72 + } + ], + "timestamp": { + "$date": { + "$numberLong": "str" + } + } + } + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "points", + "api_description": "Fetch official FedExCup points earned per player for a given `tournId` and `year`. Note that PGA Tour non-members will not be officially ranked.", + "required_parameters": [ + { + "name": "tournId", + "type": "STRING", + "description": "", + "default": "475" + }, + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_id": { + "$oid": "str" + }, + "year": "str", + "tournId": "str", + "leaderboard": [ + { + "playerId": "str", + "firstName": "str", + "lastName": "str", + "points": { + "$numberDouble": "str" + }, + "_list_length": 70 + } + ], + "timestamp": { + "$date": { + "$numberLong": "str" + } + } + } + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "tournaments", + "api_description": "Fetch tournament information, such as metadata, players, courses, and earnings. Query the `schedule` endpoint to retrieve the necessary `tournId` and `year` parameters. This info will be updated with a players entry list the Friday before the tournament.", + "required_parameters": [ + { + "name": "orgId", + "type": "ENUM", + "description": "Choose 1 for PGA Tour or 2 for LIV Tour.", + "default": "" + }, + { + "name": "tournId", + "type": "STRING", + "description": "", + "default": "475" + }, + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "players", + "api_description": "Fetch a PGA Tour player by his last name, first name, playerId, or a combination of these parameters.\n\nYou must provide at least one search parameter to the API.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "lastName", + "type": "STRING", + "description": "", + "default": "Morikawa" + }, + { + "name": "playerId", + "type": "STRING", + "description": "", + "default": "50525" + }, + { + "name": "firstName", + "type": "STRING", + "description": "", + "default": "Collin" + } + ], + "method": "GET", + "template_response": { + "_id": { + "$oid": "str" + }, + "playerId": "str", + "firstName": "str", + "lastName": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "schedules", + "api_description": "Fetch the schedule for the desired year and organization.", + "required_parameters": [ + { + "name": "orgId", + "type": "ENUM", + "description": "Choose 1 for PGA Tour or 2 for LIV Tour.", + "default": "" + }, + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "organizations", + "api_description": "Fetch the organizations that are supported by this golf data API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_id": { + "$oid": "str" + }, + "orgName": "str", + "orgId": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "FedExCup Ranking", + "api_description": "Fetch the FedExCup ranking leaderboard for a given year. These rankings are updated live during a tournament to show the player's projected ranking.", + "required_parameters": [ + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + }, + { + "name": "statId", + "type": "STRING", + "description": "", + "default": "02671" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_id": { + "$oid": "str" + }, + "year": "str", + "name": "str", + "tourAvg": "str", + "previousTourn": { + "name": "str", + "tournId": "str", + "endDate": "str" + }, + "rankings": [ + { + "playerId": "str", + "lastName": "str", + "firstName": "str", + "rank": "str", + "previousRank": "str", + "totalPointsProjected": "str", + "totalPoints": "str", + "events": "str", + "numWins": "str", + "numTop10s": "str", + "pointsBehind": "str", + "_list_length": 150 + } + ], + "timestamp": { + "$date": { + "$numberLong": "str" + } + } + } + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "scorecards", + "api_description": "Fetch a scorecard for a given `tournId`, `year`, `playerId`, and `roundId`. Scorecards include shot-by-shot granularity.", + "required_parameters": [ + { + "name": "orgId", + "type": "ENUM", + "description": "Choose 1 for PGA Tour or 2 for LIV Tour.", + "default": "" + }, + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + }, + { + "name": "playerId", + "type": "STRING", + "description": "", + "default": "47504" + }, + { + "name": "tournId", + "type": "STRING", + "description": "", + "default": "475" + } + ], + "optional_parameters": [ + { + "name": "roundId", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Live Golf Data", + "api_name": "leaderboards", + "api_description": "Fetch the most recent leaderboard for a given `tournId`, `year`, and `roundId`. Query the `schedule` endpoint for the desired `tournId` and `year`.\n\nLeaderboards are available 1-2 days before the event begins.", + "required_parameters": [ + { + "name": "orgId", + "type": "ENUM", + "description": "Choose 1 for PGA Tour or 2 for LIV Tour.", + "default": "" + }, + { + "name": "tournId", + "type": "STRING", + "description": "", + "default": "475" + }, + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [ + { + "name": "roundId", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a golf tournament and I need information about the players. Can you provide me with the world rankings of the top players for the year 2022? Additionally, include the FedExCup points earned by these players and their recent scorecards.", + "relevant APIs": [ + [ + "Live Golf Data", + "World Ranking" + ], + [ + "Live Golf Data", + "points" + ], + [ + "Live Golf Data", + "scorecards" + ] + ], + "query_id": 2121 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "F1 drivers quotes", + "api_name": "Author with his photo", + "api_description": "Shows the author who have quotes saved in this API with his photo and ID.", + "required_parameters": [ + { + "name": "driverId", + "type": "string", + "description": "", + "default": "raikkonen" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "img": "str", + "id": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "F1 drivers quotes", + "api_name": "Driver's quotes with pagination of 10 quotes each page", + "api_description": "Gets 10 quotes of the driver depending on which page you input.", + "required_parameters": [ + { + "name": "driverId", + "type": "string", + "description": "", + "default": "ricciardo" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "6" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "quote": "str", + "author": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "F1 drivers quotes", + "api_name": "Driver's quotes by ID", + "api_description": "Gets a quote by its ID.", + "required_parameters": [ + { + "name": "driverId", + "type": "string", + "description": "", + "default": "ricciardo" + }, + { + "name": "quoteId", + "type": "NUMBER", + "description": "", + "default": "59" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "quote": "str", + "author": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "F1 drivers quotes", + "api_name": "List of authors with photos", + "api_description": "Shows the list of F1 drivers and personalities who have quotes saved in this API with they photos and IDs", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "img": "str", + "id": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "F1 drivers quotes", + "api_name": "List of drivers and personalities", + "api_description": "Shows the list of F1 drivers and personalities who have quotes saved in this API, and their code to access them.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"Alexander_Albon\": \"str\", \"Jean_Alesi\": \"str\", \"Fernando_Alonso\": \"str\", \"Mario_Andretti\": \"str\", \"Alberto_Ascari\": \"str\", \"Rubens_Barrichello\": \"str\", \"Mattia_Binotto\": \"str\", \"Valtteri_Bottas\": \"str\", \"Jack_Brabham\": \"str\", \"Ross_Brawn\": \"str\", \"Flavio_Briatore\": \"str\", \"Jenson_Button\": \"str\", \"David_Coulthard\": \"str\", \"Ron_Dennis\": \"str\", \"Bernie_Ecclestone\": \"str\", \"Marcus_Ericsson\": \"str\", \"Juan_Manuel_Fangio\": \"str\", \"Giancarlo_Fisichella\": \"str\", \"Emerson_Fittipaldi\": \"str\", \"Pierre_Gasly\": \"str\", \"Romain_Grosjean\": \"str\", \"Mika_H\\u00e4kkinen\": \"str\", \"Lewis_Hamilton\": \"str\", \"Damon_Hill\": \"str\", \"Graham_Hill\": \"str\", \"Phil_Hill\": \"str\", \"Christian_Horner\": \"str\", \"Nico_H\\u00fclkenberg\": \"str\", \"Jacky_Ickx\": \"str\", \"Eddie_Irvine\": \"str\", \"Kamui_Kobayashi\": \"str\", \"Heikki_Kovalainen\": \"str\", \"Robert_Kubica\": \"str\", \"Daniil_Kvyat\": \"str\", \"Nicholas_Latifi\": \"str\", \"Niki_Lauda\": \"str\", \"Charles_Leclerc\": \"str\", \"Kevin_Magnussen\": \"str\", \"Pastor_Maldonado\": \"str\", \"Nigel_Mansell\": " + }, + { + "category_name": "Sports", + "tool_name": "F1 drivers quotes", + "api_name": "10 interesting quotes", + "api_description": "Gets 10 interesting quotes said by famous F1 people.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "F1 drivers quotes", + "api_name": "Driver's quotes", + "api_description": "Gets the quotes of a specific driver.", + "required_parameters": [ + { + "name": "driverId", + "type": "string", + "description": "", + "default": "verstappen" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "quote": "str", + "author": "str" + } + } + ], + "query": "I am organizing a Formula 1 themed party and I need some quotes by Daniel Ricciardo to put up as decorations. Can you fetch a specific quote by its ID? The driver ID is 'ricciardo' and the quote ID is '59'. Additionally, I would like to display a photo of Daniel Ricciardo along with his ID. Can you provide that information as well?", + "relevant APIs": [ + [ + "F1 drivers quotes", + "Driver's quotes by ID" + ], + [ + "F1 drivers quotes", + "Author with his photo" + ] + ], + "query_id": 2144 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "LeagueNextMatches", + "api_description": "Get the upcoming matches for a specific Rugby league and season.", + "required_parameters": [ + { + "name": "seasonId", + "type": "NUMBER", + "description": "The season ID for which to retrieve the league's next matches.", + "default": 46701 + }, + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The unique tournament ID for which to retrieve the league's next matches.", + "default": 421 + }, + { + "name": "page", + "type": "NUMBER", + "description": "Zero-based page.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "LeagueMedia", + "api_description": "Get media for a specific Rugby league.", + "required_parameters": [ + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The unique tournament ID for which to retrieve the league media.", + "default": 294 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "media": [ + { + "createdAtTimestamp": "int", + "doFollow": "bool", + "id": "int", + "keyHighlight": "bool", + "mediaType": "int", + "sourceUrl": "str", + "subtitle": "str", + "thumbnailUrl": "str", + "title": "str", + "url": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "Categories", + "api_description": "Get the list of available rugby categories, including their names and IDs.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "flag": "str", + "id": "int", + "name": "str", + "priority": "int", + "slug": "str", + "sport": { + "id": "int", + "name": "str", + "slug": "str" + }, + "_list_length": 3 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "CategoryTournaments", + "api_description": "Get the list of all rugby leagues from the specified category, including their names and IDs.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The category ID for which you want to retrieve all leagues.", + "default": 83 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "groups": [ + { + "uniqueTournaments": [ + { + "category": { + "flag": "str", + "id": "int", + "name": "str", + "slug": "str", + "sport": { + "id": "int", + "name": "str", + "slug": "str" + } + }, + "displayInverseHomeAwayTeams": "bool", + "id": "int", + "name": "str", + "primaryColorHex": "str", + "secondaryColorHex": "str", + "slug": "str", + "userCount": "int", + "_list_length": 19 + } + ], + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "LeagueLogoImage", + "api_description": "Get the logo image for a specific Rugby league. The image is in PNG format.", + "required_parameters": [ + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The unique tournament ID for which to retrieve the league logo image.", + "default": 294 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "TeamMedia", + "api_description": "Get media for a specific Rugby team.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the team for which to retrieve the media.", + "default": 4264 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "media": [ + { + "createdAtTimestamp": "int", + "doFollow": "bool", + "id": "int", + "keyHighlight": "bool", + "mediaType": "int", + "sourceUrl": "str", + "subtitle": "str", + "thumbnailUrl": "str", + "title": "str", + "url": "str", + "_list_length": 3 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "MatchIncidents", + "api_description": "Get incidents for a specific Rugby match.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the match for which to get incidents.", + "default": 9945302 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "incidents": [ + { + "addedTime": "int", + "awayScore": "int", + "homeScore": "int", + "incidentType": "str", + "isLive": "bool", + "text": "str", + "time": "int", + "_list_length": 13 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "Match", + "api_description": "Get information of a Rugby match by its ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the match for which to get information.", + "default": 9945302 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"event\": {\"awayScore\": {\"current\": \"int\", \"display\": \"int\", \"normaltime\": \"int\", \"period1\": \"int\", \"period2\": \"int\"}, \"awayTeam\": {\"country\": {}, \"fullName\": \"str\", \"gender\": \"str\", \"id\": \"int\", \"manager\": {\"country\": {}, \"id\": \"int\", \"name\": \"str\", \"shortName\": \"str\", \"slug\": \"str\"}, \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"changes\": {\"changeTimestamp\": \"int\", \"changes\": [\"list of str with length 6\"]}, \"crowdsourcingDataDisplayEnabled\": \"bool\", \"currentPeriodStartTimestamp\": \"int\", \"customId\": \"str\", \"defaultPeriodCount\": \"int\", \"defaultPeriodLength\": \"int\", \"fanRatingEvent\": \"bool\", \"finalResultOnly\": \"bool\", \"hasGlobalHighlights\": \"bool\", \"homeScore\": {\"current\": \"int\", \"display\": \"int\", \"normaltime\": \"int\", \"period1\": \"int\", \"period2\": \"int\"}, \"homeTe" + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "PreMatchForm", + "api_description": "Get the pre-match form information for a specific Rugby match.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The id of the match you want to get pre-match form.", + "default": 9945302 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "awayTeam": { + "form": [ + "list of str with length 5" + ], + "position": "int", + "value": "str" + }, + "homeTeam": { + "form": [ + "list of str with length 5" + ], + "position": "int", + "value": "str" + }, + "label": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "RugbyAPI2", + "api_name": "CategorySchedules", + "api_description": "Get the schedules of rugby matches for the given date and category, including match timings, teams, and other relevant information.", + "required_parameters": [ + { + "name": "month", + "type": "NUMBER", + "description": "The month for which you want to retrieve the schedules (1-12).", + "default": 11 + }, + { + "name": "year", + "type": "NUMBER", + "description": "The year for which you want to retrieve the schedules (e.g., 2022).", + "default": 2022 + }, + { + "name": "id", + "type": "NUMBER", + "description": "The category ID for which you want to retrieve the schedules.", + "default": 83 + }, + { + "name": "day", + "type": "NUMBER", + "description": "The day of the month for which you want to retrieve the schedules (1-31).", + "default": 17 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"events\": [{\"awayScore\": {\"current\": \"int\", \"display\": \"int\", \"period1\": \"int\", \"period2\": \"int\"}, \"awayTeam\": {\"country\": {}, \"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"changes\": {\"changeTimestamp\": \"int\", \"changes\": [\"list of str with length 5\"]}, \"crowdsourcingDataDisplayEnabled\": \"bool\", \"customId\": \"str\", \"finalResultOnly\": \"bool\", \"hasGlobalHighlights\": \"bool\", \"homeScore\": {\"current\": \"int\", \"display\": \"int\", \"period1\": \"int\", \"period2\": \"int\"}, \"homeTeam\": {\"country\": {}, \"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", " + } + ], + "query": "My company is hosting a rugby event and we need to provide pre-match form information to the participants. Can you fetch the pre-match form for a specific rugby match? We would also like to see the incidents that occurred during the match.", + "relevant APIs": [ + [ + "RugbyAPI2", + "PreMatchForm" + ], + [ + "RugbyAPI2", + "MatchIncidents" + ] + ], + "query_id": 2213 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Football (soccer) team names", + "api_name": "All teams", + "api_description": "You'll get more than 7000 football (soccer) team names, with their short names from almost every league and country.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Football (soccer) team names", + "api_name": "First 25 teams", + "api_description": "You'll get only the first 25 team names and their short names if you have basic plan.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a football fan and I'm curious about the different team names used in different leagues and countries. Can you provide me with an extensive list of football team names and their short names? It would be great if I could access more than 7000 team names. Additionally, I would like to see the first 25 team names and their short names using the basic plan.", + "relevant APIs": [ + [ + "Football (soccer) team names", + "All teams" + ], + [ + "Football (soccer) team names", + "First 25 teams" + ] + ], + "query_id": 2354 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Free NBA", + "api_name": "Get a Specific Team", + "api_description": "This endpoint retrieves a specific team", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The ID of the team", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Free NBA", + "api_name": "Get All Games", + "api_description": "This endpoint retrieves all games. Seasons are represented by the year they began. For example, 2018 represents season 2018-2019.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "The page number, used for pagination.", + "default": "0" + }, + { + "name": "per_page", + "type": "STRING", + "description": "The number of results returned per call, used for pagination.", + "default": "25" + }, + { + "name": "team_ids", + "type": "STRING", + "description": "An array of team_ids", + "default": "" + }, + { + "name": "date", + "type": "STRING", + "description": "An array of dates formatted in 'YYYY-MM-DD'", + "default": "" + }, + { + "name": "Seasons", + "type": "STRING", + "description": "An array of seasons", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": [ + { + "id": "int", + "date": "str", + "home_team": { + "id": "int", + "abbreviation": "str", + "city": "str", + "conference": "str", + "division": "str", + "full_name": "str", + "name": "str" + }, + "home_team_score": "int", + "period": "int", + "postseason": "bool", + "season": "int", + "status": "str", + "time": "str", + "visitor_team": { + "id": "int", + "abbreviation": "str", + "city": "str", + "conference": "str", + "division": "str", + "full_name": "str", + "name": "str" + }, + "visitor_team_score": "int", + "_list_length": 25 + } + ], + "meta": { + "total_pages": "int", + "current_page": "int", + "next_page": "int", + "per_page": "int", + "total_count": "int" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Free NBA", + "api_name": "Get a Specific Game", + "api_description": "This endpoint retrieves a specific game", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "ID of the game", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Free NBA", + "api_name": "Get All Stats", + "api_description": "Retrieves all stats", + "required_parameters": [], + "optional_parameters": [ + { + "name": "seasons", + "type": "STRING", + "description": "An array of seasons", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "The page number, used for pagination.", + "default": "0" + }, + { + "name": "per_page", + "type": "STRING", + "description": "The number of results returned per call, used for pagination.", + "default": "25" + }, + { + "name": "player_ids", + "type": "STRING", + "description": "An array of player_ids", + "default": "" + }, + { + "name": "dates", + "type": "STRING", + "description": "An array of dates formatted in 'YYYY-MM-DD'", + "default": "" + }, + { + "name": "game_ids", + "type": "STRING", + "description": "An array of game_ids", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"data\": [{\"id\": \"int\", \"ast\": \"int\", \"blk\": \"int\", \"dreb\": \"int\", \"fg3_pct\": \"float\", \"fg3a\": \"int\", \"fg3m\": \"int\", \"fg_pct\": \"float\", \"fga\": \"int\", \"fgm\": \"int\", \"ft_pct\": \"float\", \"fta\": \"int\", \"ftm\": \"int\", \"game\": {\"id\": \"int\", \"date\": \"str\", \"home_team_id\": \"int\", \"home_team_score\": \"int\", \"period\": \"int\", \"postseason\": \"bool\", \"season\": \"int\", \"status\": \"str\", \"time\": \"str\", \"visitor_team_id\": \"int\", \"visitor_team_score\": \"int\"}, \"min\": \"str\", \"oreb\": \"int\", \"pf\": \"int\", \"player\": {\"id\": \"int\", \"first_name\": \"str\", \"height_feet\": \"NoneType\", \"height_inches\": \"NoneType\", \"last_name\": \"str\", \"position\": \"str\", \"team_id\": \"int\", \"weight_pounds\": \"NoneType\"}, \"pts\": \"int\", \"reb\": \"int\", \"stl\": \"int\", \"team\": {\"id\": \"int\", \"abbreviation\": \"str\", \"city\": \"str\", \"conference\": \"str\", \"division\": \"str\", \"full_name\": \"str\", \"name\": \"str\"}, \"turnover\": \"int\", \"_list_length\": 25}], \"meta\": {\"total_pages\": \"int\", \"current_page\": \"int\", \"next_page\": \"int\", \"per_page\": \"int\", \"total_count\": \"i" + }, + { + "category_name": "Sports", + "tool_name": "Free NBA", + "api_name": "Get All Players", + "api_description": "This endpoint retrieves all players from all seasons.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "The page number, used for pagination.", + "default": "0" + }, + { + "name": "per_page", + "type": "STRING", + "description": "The number of results returned per call, used for pagination.", + "default": "25" + }, + { + "name": "search", + "type": "STRING", + "description": "Used to filter players based on their name. For example, ?search=davis will return players that have 'davis' in their first or last name.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": [ + { + "id": "int", + "first_name": "str", + "height_feet": "NoneType", + "height_inches": "NoneType", + "last_name": "str", + "position": "str", + "team": { + "id": "int", + "abbreviation": "str", + "city": "str", + "conference": "str", + "division": "str", + "full_name": "str", + "name": "str" + }, + "weight_pounds": "NoneType", + "_list_length": 25 + } + ], + "meta": { + "total_pages": "int", + "current_page": "int", + "next_page": "int", + "per_page": "int", + "total_count": "int" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Free NBA", + "api_name": "Get Specific Player", + "api_description": "This endpoint retrieves a specific player.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the player to retrieve", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Free NBA", + "api_name": "Get All Teams", + "api_description": "This endpoint retrieves all teams for the current season.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "The page number, used for pagination.", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "data": [ + { + "id": "int", + "abbreviation": "str", + "city": "str", + "conference": "str", + "division": "str", + "full_name": "str", + "name": "str", + "_list_length": 30 + } + ], + "meta": { + "total_pages": "int", + "current_page": "int", + "next_page": "int", + "per_page": "int", + "total_count": "int" + } + } + } + ], + "query": "I want to know the details of the game with ID 12345. Give me the date, home team, home team score, visitor team, and visitor team score. Additionally, provide the player statistics for this game.", + "relevant APIs": [ + [ + "Free NBA", + "Get a Specific Game" + ], + [ + "Free NBA", + "Get All Stats" + ] + ], + "query_id": 2399 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "fast Email verifier", + "api_name": "Role Account", + "api_description": "Check the rols account of your domain", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "domain.org" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "RoleAccount": "str" + } + }, + { + "category_name": "Email", + "tool_name": "fast Email verifier", + "api_name": "FreeDomain", + "api_description": "Check whether or not you have a free domain.", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "domain.org" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "FreeDomain": "str" + } + }, + { + "category_name": "Email", + "tool_name": "fast Email verifier", + "api_name": "disposable Domain and Suggest Domain", + "api_description": "Find out if the domain is disposable and get a suggested domain.", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "domain.org" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "IsDisposable": "str", + "suggestion": "str" + } + }, + { + "category_name": "Email", + "tool_name": "fast Email verifier", + "api_name": "email Check SMTP", + "api_description": "An easy way of checking your domain's SMTP.", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "username" + }, + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "domain.org" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "details": "str" + } + }, + { + "category_name": "Email", + "tool_name": "fast Email verifier", + "api_name": "EmailVerifications", + "api_description": "He is a simple way to verify a list of email addresses with different dimensions.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "emailsimple", + "type": "STRING", + "description": "", + "default": "mbavazijoshua@gmail.com,apisolution@gmail.com" + } + ], + "method": "GET", + "template_response": { + "email": "str", + "reachable": "str", + "syntax": { + "username": "str", + "domain": "str", + "valid": "bool" + }, + "smtp": "NoneType", + "gravatar": "NoneType", + "suggestion": "str", + "disposable": "bool", + "role_account": "bool", + "free": "bool", + "has_mx_records": "bool" + } + }, + { + "category_name": "Email", + "tool_name": "fast Email verifier", + "api_name": "EmailVerification", + "api_description": "Basic usage\nIt is a simple way to verify an email address with different dimensions.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "emailsimple", + "type": "STRING", + "description": "", + "default": "mbavazijoshua@gmail.com" + } + ], + "method": "GET" + } + ], + "query": "I'm looking for suggestions for a new domain for my personal blog. Can you check if the domain 'myblog.com' is disposable and suggest an alternative domain if it is? Additionally, I would like to verify the SMTP of the domain 'myblog.com'. Please provide the results.", + "relevant APIs": [ + [ + "fast Email verifier", + "disposable Domain and Suggest Domain" + ], + [ + "fast Email verifier", + "email Check SMTP" + ] + ], + "query_id": 2433 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "Scoring Tables API", + "api_name": "/marks/women/{points}", + "api_description": "This retrieves the women's marks for the point value given as a parameter (0-1400).", + "required_parameters": [ + { + "name": "points", + "type": "NUMBER", + "description": "Please enter a number between 1 and 1400.", + "default": "1400" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Scoring Tables API", + "api_name": "/marks/women/", + "api_description": "This retrieves all women's marks from the World Athletics Scoring Tables.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Scoring Tables API", + "api_name": "/marks/men/", + "api_description": "This retrieves all men's marks from the World Athletics Scoring Tables.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Scoring Tables API", + "api_name": "/marks/men/{points}", + "api_description": "This retrieves the men's marks for the point value given as a parameter (0-1400).", + "required_parameters": [ + { + "name": "points", + "type": "NUMBER", + "description": "Please enter a number between 1 and 1400.", + "default": "1400" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a track and field event and I need to calculate the points for the women's high jump. Can you provide me with the marks required for different point values, such as 1000, 1100, and 1200? Additionally, I would like to retrieve the men's marks for the same point values.", + "relevant APIs": [ + [ + "Scoring Tables API", + "/marks/women/{points}" + ], + [ + "Scoring Tables API", + "/marks/men/{points}" + ] + ], + "query_id": 3308 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "stations", + "api_description": "Get a list of stations", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "search-trips", + "api_description": "Search trips from-to. Specify for which parameters (from_id, to_id) you are looking for, city or station", + "required_parameters": [ + { + "name": "to_id", + "type": "NUMBER", + "description": "To id", + "default": 1374 + }, + { + "name": "from_id", + "type": "NUMBER", + "description": "From id", + "default": 88 + }, + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "EUR" + }, + { + "name": "departure_date", + "type": "STRING", + "description": "Departure date", + "default": "2021-12-26" + }, + { + "name": "number_adult", + "type": "NUMBER", + "description": "Number of adults", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "number_bike_slot", + "type": "NUMBER", + "description": "Number of bike slot", + "default": 0 + }, + { + "name": "search_by", + "type": "OBJECT", + "description": "Search by", + "default": "cities" + }, + { + "name": "number_children", + "type": "NUMBER", + "description": "Number of children", + "default": 0 + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "cities", + "api_description": "Get a list of cities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "schedule", + "api_description": "Get a list of schedule", + "required_parameters": [ + { + "name": "station_id", + "type": "NUMBER", + "description": "Station id", + "default": "66" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "trip-details", + "api_description": "Get a trip details by trip uid", + "required_parameters": [ + { + "name": "trip_uid", + "type": "STRING", + "description": "Trip uid", + "default": "direct:110725991:2015:4188" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a family vacation in Italy. Please give me a list of Flixbus stations and search for available trips from Rome to Venice on 2022-04-30 for 6 people.", + "relevant APIs": [ + [ + "Flixbus", + "stations" + ], + [ + "Flixbus", + "search-trips" + ] + ], + "query_id": 3510 + }, + { + "api_list": [ + { + "category_name": "Database", + "tool_name": "House Plants", + "api_name": "Get By Climate", + "api_description": "Get plants by climate of their natural habitat.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "climate", + "type": "string", + "description": "", + "default": "Tropical" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "latin": "str", + "family": "str", + "common": [ + "list of str with length 1" + ], + "category": "str", + "origin": "str", + "climate": "str", + "tempmax": { + "celsius": "int", + "fahrenheit": "float" + }, + "tempmin": { + "celsius": "int", + "fahrenheit": "float" + }, + "ideallight": "str", + "toleratedlight": "str", + "watering": "str", + "insects": [ + "list of str with length 3" + ], + "diseases": "str", + "use": [ + "list of str with length 3" + ] + } + }, + { + "category_name": "Database", + "tool_name": "House Plants", + "api_name": "Get By Origin", + "api_description": "Get plants by their origin.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "origin", + "type": "string", + "description": "", + "default": "Asia" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "latin": "str", + "family": "str", + "common": [ + "list of str with length 1" + ], + "category": "str", + "origin": "str", + "climate": "str", + "tempmax": { + "celsius": "int", + "fahrenheit": "float" + }, + "tempmin": { + "celsius": "int", + "fahrenheit": "int" + }, + "ideallight": "str", + "toleratedlight": "str", + "watering": "str", + "insects": "str", + "diseases": "str", + "use": [ + "list of str with length 2" + ] + } + }, + { + "category_name": "Database", + "tool_name": "House Plants", + "api_name": "Get By Category", + "api_description": "Get plants by their category.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "category", + "type": "string", + "description": "", + "default": "flower" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "latin": "str", + "family": "str", + "common": [ + "list of str with length 1" + ], + "category": "str", + "origin": "str", + "climate": "str", + "tempmax": { + "celsius": "int", + "fahrenheit": "int" + }, + "tempmin": { + "celsius": "int", + "fahrenheit": "int" + }, + "ideallight": "str", + "toleratedlight": "str", + "watering": "str", + "insects": [ + "list of str with length 3" + ], + "diseases": "str", + "use": "str" + } + }, + { + "category_name": "Database", + "tool_name": "House Plants", + "api_name": "Get By Latin Name", + "api_description": "Retrieves all plants that match the provided Latin plant name.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "latin-name", + "type": "string", + "description": "The parameter accepts only [a-zA-Z] characters.", + "default": "philodendron" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "latin": "str", + "family": "str", + "common": [ + "list of str with length 2" + ], + "category": "str", + "origin": "str", + "climate": "str", + "tempmax": { + "celsius": "int", + "fahrenheit": "float" + }, + "tempmin": { + "celsius": "int", + "fahrenheit": "float" + }, + "ideallight": "str", + "toleratedlight": "str", + "watering": "str", + "insects": "str", + "diseases": "str", + "use": [ + "list of str with length 2" + ] + } + }, + { + "category_name": "Database", + "tool_name": "House Plants", + "api_name": "Get All Plants", + "api_description": "This endpoint retrieves all the plants.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "latin": "str", + "family": "str", + "common": [ + "list of str with length 1" + ], + "category": "str", + "origin": "str", + "climate": "str", + "tempmax": { + "celsius": "int", + "fahrenheit": "float" + }, + "tempmin": { + "celsius": "int", + "fahrenheit": "float" + }, + "ideallight": "str", + "toleratedlight": "str", + "watering": "str", + "insects": [ + "list of str with length 3" + ], + "diseases": "str", + "use": [ + "list of str with length 3" + ] + } + }, + { + "category_name": "Database", + "tool_name": "House Plants", + "api_name": "Get By Common Name", + "api_description": "Retrieves all plants that match a given common plant name.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "common-name", + "type": "string", + "description": "", + "default": "coralberry" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "latin": "str", + "family": "str", + "common": [ + "list of str with length 1" + ], + "category": "str", + "origin": "str", + "climate": "str", + "tempmax": { + "celsius": "int", + "fahrenheit": "int" + }, + "tempmin": { + "celsius": "int", + "fahrenheit": "float" + }, + "ideallight": "str", + "toleratedlight": "str", + "watering": "str", + "insects": "str", + "diseases": "str", + "use": [ + "list of str with length 3" + ] + } + } + ], + "query": "I'm planning to surprise my mom with a house plant for her birthday. Can you suggest a flowering plant that can add a pop of color to her living room? It would be helpful if you could provide information about its ideal light conditions and any common diseases it might be prone to.", + "relevant APIs": [ + [ + "House Plants", + "Get By Category" + ], + [ + "House Plants", + "Get All Plants" + ] + ], + "query_id": 3723 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "Learning Engine", + "api_name": "/memre_api/v1/readiness", + "api_description": "Get the readiness of the user for the specified item.\n", + "required_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID of the user", + "default": "" + }, + { + "name": "item_id", + "type": "STRING", + "description": "The ID of the item", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Learning Engine", + "api_name": "/memre_api/v1/study", + "api_description": "Get items a specific user should study.\n", + "required_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID of the user you want to get learning items for", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Learning Engine", + "api_name": "/memre_api/v1/concepts", + "api_description": "Retrieve a list of concepts for the current customer.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Learning Engine", + "api_name": "/memre_api/v1/concepts/{id}", + "api_description": "Retrieve the details of a specific concept by ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "Concept ID", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Learning Engine", + "api_name": "/memre_api/v1/users/{user_id}/learning_stats", + "api_description": "Get the most effective times of day for a user to study.\n", + "required_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID of the user you want to get learning stats for", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + } + ], + "query": "I'm working on a research project and require the learning statistics for a user. Could you please provide me with the user's most effective study times? The user ID is 'user123'. Additionally, I would like to study the recommended items for this user.", + "relevant APIs": [ + [ + "Learning Engine", + "/memre_api/v1/users/{user_id}/learning_stats" + ], + [ + "Learning Engine", + "/memre_api/v1/study" + ] + ], + "query_id": 3922 + }, + { + "api_list": [ + { + "category_name": "Text_Analysis", + "tool_name": "Spellout", + "api_name": "Languages", + "api_description": "List ISO 639 languages", + "required_parameters": [], + "optional_parameters": [ + { + "name": "nameFilter", + "type": "STRING", + "description": "Filter as \"contains\" by language name", + "default": "" + } + ], + "method": "GET", + "template_response": { + "code": "str", + "name": "str", + "nativeName": "str" + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "Spellout", + "api_name": "RuleSets", + "api_description": "List of availible rule sets for given language", + "required_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "2 letter ICO 639 language code. Specifies language for which all availible rule sets will be provided. Use /v1/languages endpoint to list all supported languages.", + "default": "en" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "Spellout", + "api_name": "SpellOut", + "api_description": "Spell out number in given language using provided rule set", + "required_parameters": [ + { + "name": "data", + "type": "NUMBER", + "description": "Number to spell out", + "default": 123 + }, + { + "name": "lang", + "type": "STRING", + "description": "2 letter ICO 639 language code. Specifies language in which number will be spelled out. Use /v1/languages endpoint to list all supported languages.", + "default": "en" + }, + { + "name": "ruleset", + "type": "STRING", + "description": "Rule Set name. Specifiles rule set accoring to which number will be spelled out. Use /v1/rulesets to list all supported rule sets for any given language.", + "default": "spellout-cardinal" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "spellout": "str" + } + } + ], + "query": "I'm helping my friend with their language studies, and we need assistance with spelling out numbers in different languages. Can you provide a list of languages supported by the Spellout API? Additionally, we would like to know the available rule sets for each language. Finally, it would be great if you could spell out the number 123 in multiple languages using the appropriate rule sets.", + "relevant APIs": [ + [ + "Spellout", + "Languages" + ], + [ + "Spellout", + "RuleSets" + ], + [ + "Spellout", + "SpellOut" + ] + ], + "query_id": 4505 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "Articles by Single Source", + "api_description": "Narrow down to a single news outlet", + "required_parameters": [ + { + "name": "sourceId", + "type": "string", + "description": "", + "default": "skynews" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "Sources by Region", + "api_description": "See a group of sources from a single region.", + "required_parameters": [ + { + "name": "regionId", + "type": "string", + "description": "", + "default": "europe" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "List of Sources", + "api_description": "See which regions we have news sources from.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "List of Regions", + "api_description": "See which regions we have news sources from.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "All articles", + "api_description": "Get all available articles from multiple sources", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My friend is writing a research paper on energy prices in Europe. Can you suggest some news sources that focus on this region? Additionally, it would be helpful to have access to all the articles related to energy prices from these sources.", + "relevant APIs": [ + [ + "Energy Price News", + "Sources by Region" + ], + [ + "Energy Price News", + "List of Sources" + ], + [ + "Energy Price News", + "All articles" + ] + ], + "query_id": 5116 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the places by latitude and longitude", + "api_description": "Get the places by latitude and longitude.", + "required_parameters": [ + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "group", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "message": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the timezones", + "api_description": "Get the timezones.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "timezone": "str", + "countries": [ + { + "id": "str", + "name": "str", + "_list_length": 11 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the continents", + "api_description": "Get the continents.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the countries", + "api_description": "Get the countries.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "alpha3", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "alpha2", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str", + "number": "int", + "countryCode": "str", + "location": { + "latitude": "float", + "longitude": "float" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the states", + "api_description": "Get the states.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "abbreviation", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "abbreviation": "str", + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str", + "number": "int", + "countryCode": "str" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the cities", + "api_description": "Get the cities.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateName", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateAbbreviation", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "stateId", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "state": { + "id": "str", + "name": "str", + "abbreviation": "str" + }, + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str", + "number": "int", + "countryCode": "str" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the addresses by IP", + "api_description": "Get the addresses by IP.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "54.72.54.234" + } + ], + "method": "GET", + "template_response": { + "ip": "str", + "postalCode": "str", + "street": "str", + "neighborhood": "str", + "city": { + "name": "str" + }, + "state": {}, + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str" + }, + "coordinates": { + "latitude": "float", + "longitude": "float" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the addresses by latitude and longitude", + "api_description": "Get the addresses by latitude and longitude.", + "required_parameters": [ + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "51.5007292" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "-0.1268141" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "postalCode": "str", + "street": "str", + "neighborhood": "str", + "city": { + "name": "str" + }, + "state": { + "id": "str", + "name": "str", + "abbreviation": "str" + }, + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str" + }, + "coordinates": { + "latitude": "float", + "longitude": "float" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the addresses by postal code", + "api_description": "Get the addresses by postal code.", + "required_parameters": [ + { + "name": "postalCode", + "type": "STRING", + "description": "", + "default": "SW1A 2JR" + } + ], + "optional_parameters": [ + { + "name": "countryAlpha2", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryAlpha3", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryName", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateName", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "cityId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateAbbreviation", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "cityName", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "city": {}, + "state": { + "name": "str" + }, + "country": { + "name": "str", + "alpha3": "str" + }, + "coordinates": { + "latitude": "float", + "longitude": "float" + } + } + } + ], + "query": "As a travel blogger, I want to write an article about the continents and their unique features. Can you provide me with a list of continents and some interesting facts about each? Additionally, suggest some popular cities in each continent.", + "relevant APIs": [ + [ + "Location", + "Get the continents" + ], + [ + "Location", + "Get the countries" + ], + [ + "Location", + "Get the cities" + ] + ], + "query_id": 5810 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the places by latitude and longitude", + "api_description": "Get the places by latitude and longitude.", + "required_parameters": [ + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "group", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "message": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the timezones", + "api_description": "Get the timezones.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "timezone": "str", + "countries": [ + { + "id": "str", + "name": "str", + "_list_length": 11 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the continents", + "api_description": "Get the continents.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the countries", + "api_description": "Get the countries.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "alpha3", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "alpha2", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str", + "number": "int", + "countryCode": "str", + "location": { + "latitude": "float", + "longitude": "float" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the states", + "api_description": "Get the states.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "abbreviation", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "abbreviation": "str", + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str", + "number": "int", + "countryCode": "str" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the cities", + "api_description": "Get the cities.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateName", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateAbbreviation", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "stateId", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "state": { + "id": "str", + "name": "str", + "abbreviation": "str" + }, + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str", + "number": "int", + "countryCode": "str" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the addresses by IP", + "api_description": "Get the addresses by IP.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "54.72.54.234" + } + ], + "method": "GET", + "template_response": { + "ip": "str", + "postalCode": "str", + "street": "str", + "neighborhood": "str", + "city": { + "name": "str" + }, + "state": {}, + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str" + }, + "coordinates": { + "latitude": "float", + "longitude": "float" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the addresses by latitude and longitude", + "api_description": "Get the addresses by latitude and longitude.", + "required_parameters": [ + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "51.5007292" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "-0.1268141" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "postalCode": "str", + "street": "str", + "neighborhood": "str", + "city": { + "name": "str" + }, + "state": { + "id": "str", + "name": "str", + "abbreviation": "str" + }, + "country": { + "id": "str", + "name": "str", + "alpha2": "str", + "alpha3": "str" + }, + "coordinates": { + "latitude": "float", + "longitude": "float" + } + } + }, + { + "category_name": "Location", + "tool_name": "Location", + "api_name": "Get the addresses by postal code", + "api_description": "Get the addresses by postal code.", + "required_parameters": [ + { + "name": "postalCode", + "type": "STRING", + "description": "", + "default": "SW1A 2JR" + } + ], + "optional_parameters": [ + { + "name": "countryAlpha2", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryAlpha3", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryName", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateName", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "cityId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateAbbreviation", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "cityName", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "city": {}, + "state": { + "name": "str" + }, + "country": { + "name": "str", + "alpha3": "str" + }, + "coordinates": { + "latitude": "float", + "longitude": "float" + } + } + } + ], + "query": "I'm a journalist writing an article about different states in the US. Can you provide me with a list of states and their abbreviations? Also, suggest some famous landmarks in each state.", + "relevant APIs": [ + [ + "Location", + "Get the states" + ], + [ + "Location", + "Get the cities" + ], + [ + "Location", + "Get the countries" + ] + ], + "query_id": 5815 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "User feed (Video posts)", + "api_description": "Get current user feed. \n\n- Before testing don't forget to fill out the username **OR** sec_uid inputs\n- Endpoint will return an array of objects with very useful metadata. \n- Direct urls to the video , statistics and more.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The influencer username. For example: **charlidamelio**\n\n- **NOTE:** By using **sec_uid** instead of the **username** request will be executed faster\n- To use **sec_uid** use input field **BELOW**", + "default": "amazon" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Limit the output number of records. \n\n- Default is 100\n- Max number is 500\n", + "default": "" + }, + { + "name": "max_cursor", + "type": "NUMBER", + "description": "Pagination cursor. \nTo get more videos, paste here **max_cursor** value that you have received in previous request response.", + "default": "" + }, + { + "name": "sec_uid", + "type": "STRING", + "description": "**NOTE:** By using **sec_uid**, request will be executed faster then if you will use username\n\n**NOTE:** **sec_uid** can be obtained from the **User Information** endpoint\n\n**NOTE:** **sec_uid** example: MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM", + "default": "" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"has_more\": \"bool\", \"max_cursor\": \"str\", \"media\": [{\"video_id\": \"str\", \"create_time\": \"int\", \"description\": \"str\", \"desc_language\": \"str\", \"author\": {\"unique_id\": \"str\", \"nickname\": \"str\", \"is_private\": \"bool\", \"language\": \"str\", \"signature\": \"str\", \"custom_verify\": \"str\", \"uid\": \"str\", \"sec_uid\": \"str\", \"avatar_large\": \"str\", \"avatar_thumb\": \"str\", \"region\": \"str\", \"ins_id\": \"str\", \"youtube_channel_title\": \"str\", \"youtube_channel_id\": \"str\", \"twitter_id\": \"str\", \"total_favorited\": \"int\", \"following_count\": \"int\", \"follower_count\": \"int\", \"aweme_count\": \"int\"}, \"video\": {\"video_no_watermark\": \"str\", \"video_with_watermark\": \"str\", \"cover\": \"str\", \"dynamic_cover\": \"str\", \"duration\": \"float\"}, \"statistics\": {\"play_count\": \"int\", \"whatsapp_share_count\": \"int\", \"comment_count\": \"int\", \"forward_count\": \"int\", \"like_count\": \"int\", \"share_count\": \"int\", \"download_count\": \"int\"}, \"music\": {\"id\": \"str\", \"title\": \"str\", \"playUrl\": \"str\", \"coverThumb\": \"str\", \"coverMedium\": \"str\", \"coverLarge\": \"" + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "User feed (Video posts) V2", + "api_description": "Get user feed V2\n\nV2 - returns more data then older version of the endpoint", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "Limit the output number of records. \n\n- Default is 30\n- Max number is 30\n", + "default": "" + }, + { + "name": "max_cursor", + "type": "NUMBER", + "description": "Pagination cursor. \nTo get more videos, paste here **max_cursor** value that you have received in previous request response.", + "default": "" + }, + { + "name": "username", + "type": "STRING", + "description": "The influencer username. For example: **charlidamelio**\n", + "default": "tiktok" + }, + { + "name": "sec_uid", + "type": "STRING", + "description": "**NOTE:** By using **sec_uid**, request will be executed faster then if you will use username\n\n**NOTE:** **sec_uid** can be obtained from the **User Information** endpoint\n\n**NOTE:** **sec_uid** example: MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Real-time hashtag search", + "api_description": "Search for hashtags by keyword", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "blah" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": [ + { + "cha_name": "str", + "view_count": "int", + "cid": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Direct post url", + "api_description": "Get direct post url", + "required_parameters": [ + { + "name": "video", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Hashtag feed (Video posts)", + "api_description": "Get current hashtag feed. \n\n- Before testing don't forget to fill out the name **OR** hashtag_id inputs\n- Endpoint will return an array of objects with very useful metadata. \n- Direct urls to the video , statistics and more.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "Limit the output number of records. \n\n- Default is 100\n- Max number is 500\n", + "default": "" + }, + { + "name": "hashtag_id", + "type": "STRING", + "description": "**NOTE:** By using **hashtag_id**, request will be executed faster then if you will use hashtag name\n\n**NOTE:** **hashtag_id** can be obtained from the **/live/hashtag** endpoint\n\n**NOTE:** **hashtag_id** example: 4232322", + "default": "" + }, + { + "name": "max_cursor", + "type": "STRING", + "description": "Pagination cursor. \nTo get more videos, paste here **max_cursor** value that you have received in previous request response.", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "Hashtag name. For example: **duett**\n\n- **NOTE:** By using **hashtag_id** instead of the hashtag **name** request will be executed faster\n- To use **hashtag_id** use input field **BELOW**", + "default": "summer" + } + ], + "method": "GET", + "template_response": "{\"has_more\": \"bool\", \"max_cursor\": \"str\", \"media\": [{\"video_id\": \"str\", \"create_time\": \"int\", \"description\": \"str\", \"desc_language\": \"str\", \"author\": {\"unique_id\": \"str\", \"nickname\": \"str\", \"is_private\": \"bool\", \"language\": \"str\", \"signature\": \"str\", \"custom_verify\": \"str\", \"uid\": \"str\", \"sec_uid\": \"str\", \"avatar_large\": \"str\", \"avatar_thumb\": \"str\", \"region\": \"str\", \"ins_id\": \"str\", \"youtube_channel_title\": \"str\", \"youtube_channel_id\": \"str\", \"twitter_id\": \"str\", \"total_favorited\": \"int\", \"following_count\": \"int\", \"follower_count\": \"int\", \"aweme_count\": \"int\"}, \"video\": {\"video_no_watermark\": \"str\", \"video_with_watermark\": \"str\", \"cover\": \"str\", \"dynamic_cover\": \"str\", \"duration\": \"float\"}, \"statistics\": {\"play_count\": \"int\", \"whatsapp_share_count\": \"int\", \"comment_count\": \"int\", \"forward_count\": \"int\", \"like_count\": \"int\", \"share_count\": \"int\", \"download_count\": \"int\"}, \"music\": {\"id\": \"str\", \"title\": \"str\", \"playUrl\": \"str\", \"coverThumb\": \"str\", \"coverMedium\": \"str\", \"coverLarge\": \"" + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Hashtag metadata (information)", + "api_description": "Get hashtag metadata\n\nBasic informations as number of posts and etc", + "required_parameters": [ + { + "name": "hashtag", + "type": "STRING", + "description": "Hashtag name. For example: **summer**", + "default": "summer" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "challenge": { + "id": "str", + "title": "str", + "desc": "str", + "profileThumb": "str", + "profileMedium": "str", + "profileLarger": "str", + "isCommerce": "bool" + }, + "stats": { + "videoCount": "int", + "viewCount": "int" + } + } + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Hashtag metadata (information) V2", + "api_description": "Get hashtag metadata V2\n\nV2 - returns more data then older version of the endpoint", + "required_parameters": [ + { + "name": "hashtag", + "type": "STRING", + "description": "Hashtag name. For example: **summer**", + "default": "summer" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Trending feed (Video posts)", + "api_description": "Get current trending feed. \n\n- Due to nature of this endpoint the **max_cursor** is not required. Each request can return different data by default\n- Endpoint will return an array of objects with very useful metadata. \n- Direct urls to the video , statistics and more.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "Limit the output number of records. \n\n- Default is 20\n- Max number is 20\n", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Hashtag feed (Video posts) V2", + "api_description": "Get hashtag feed V2. \n\nV2 - returns more data then older version of the endpoint, video without watermark and etc\n\n- Before testing don't forget to fill out the **name** query\n- Endpoint will return an array of objects with very useful metadata. \n- Direct urls to the video , statistics and more.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Hashtag name. For example: **duett**", + "default": "summer" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Limit the output number of records. \n\n- Default is 20\n- Max number is 20\n", + "default": "" + }, + { + "name": "max_cursor", + "type": "STRING", + "description": "Pagination cursor. \nTo get more videos, paste here **max_cursor** value that you have received in previous request response.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Social Media Data TT", + "api_name": "Video post metadata", + "api_description": "Get single post metadata", + "required_parameters": [ + { + "name": "video", + "type": "STRING", + "description": "Post url", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I want to explore trending content on social media. Can you provide me with the current trending feed of videos? I would like to limit the output to 20 records. Please include the direct URLs to the videos and their statistics. Additionally, if possible, I would like to filter the feed based on a specific hashtag, such as #summer.", + "relevant APIs": [ + [ + "Social Media Data TT", + "Trending feed (Video posts)" + ], + [ + "Social Media Data TT", + "Hashtag feed (Video posts) V2" + ] + ], + "query_id": 5965 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "instagram_v3", + "api_name": "hls", + "api_description": "hls => mp4 converter", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "instagram_v3", + "api_name": "get", + "api_description": "Getting data bypassing CORS", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a social media influencer and I need to fetch data from Instagram to analyze my engagement. Please assist me in bypassing CORS restrictions to access the data. Additionally, I would like to convert the HLS video links to MP4 format for my upcoming YouTube video.", + "relevant APIs": [ + [ + "instagram_v3", + "get" + ], + [ + "instagram_v3", + "hls" + ] + ], + "query_id": 6148 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Total Live tracked Aircraft", + "api_description": "Get total live tracked aircraft", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "liveAircraft": "int", + "updatedAt": "int" + } + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Live NATO Air Policing Aircraft", + "api_description": "Get live military aircraft squaking NATO Air Policing / QRA (Squawk 1301-1327)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Live Emergency Aircraft", + "api_description": "Get live emergency aircraft (Squawk 7500/7600/7700)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "general": "empty list", + "radioFailure": "empty list", + "hijack": "empty list" + } + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Live Aircraft by Squawk", + "api_description": "Get live positioning for all aircraft with a specific Squawk", + "required_parameters": [ + { + "name": "squawk", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Live Aircraft by REG", + "api_description": "Get live positioning for an aircraft with a specific REG", + "required_parameters": [ + { + "name": "reg", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Live Aircraft by ICAO", + "api_description": "Get live positioning for an aircraft with a specific ICAO HEX Code", + "required_parameters": [ + { + "name": "icao", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Aircraft Database Stats", + "api_description": "Get the total number of known aircraft", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "knownAircraft": "int" + } + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Aircraft Details by REG", + "api_description": "Get Aircraft details for a specific Registration / Tail Number", + "required_parameters": [ + { + "name": "reg", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Aircraft Details by ICAO", + "api_description": "Get Aircraft details for a specific ICAO HEX Code", + "required_parameters": [ + { + "name": "icao", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Temporary Email Stats", + "api_description": "Get the number of temporary emails in the database and its last update", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am a flight enthusiast and I want to know the live positioning of an aircraft with the ICAO HEX code 'ABCD'. Can you fetch this information for me? Additionally, provide the total number of known aircraft in the database.", + "relevant APIs": [ + [ + "FachaAPI", + "Live Aircraft by ICAO" + ], + [ + "FachaAPI", + "Aircraft Database Stats" + ] + ], + "query_id": 6618 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Search Contacts", + "api_description": "Get a contact by name", + "required_parameters": [], + "optional_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Search by Name, Address, Job, Email, Telephone or Mobile", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "Search by name (first, last, or both with \"+\" separating them, i.e. \"first+last\")", + "default": "" + }, + { + "name": "p", + "type": "NUMBER", + "description": "If using pagination, define which page of contacts to return", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Define how many contacts should be returned per page", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get Contact", + "api_description": "Search for a contact by their unique ID", + "required_parameters": [ + { + "name": "contact_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "tags", + "type": "BOOLEAN", + "description": "If \"true\", this will return data for a specific contact, including any tags for the contact", + "default": "" + }, + { + "name": "keydates", + "type": "BOOLEAN", + "description": "will return data for a specific contact, including any key dates for the contact", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get Contacts by Tag", + "api_description": "This will return data for all contacts with the tag", + "required_parameters": [ + { + "name": "tag_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get Key Dates by Contact", + "api_description": "", + "required_parameters": [ + { + "name": "contact_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get Tag", + "api_description": "This will return data for a specific tag with the defined ID", + "required_parameters": [ + { + "name": "tag_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get Tag by Name", + "api_description": "This will return data for a specific tag", + "required_parameters": [ + { + "name": "tag_name", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get Tags by Contact", + "api_description": "", + "required_parameters": [ + { + "name": "contact_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get all Contacts", + "api_description": "Get all contacts, listed alphabetically", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + }, + { + "category_name": "Other", + "tool_name": "ChurchApp", + "api_name": "Get all Tags", + "api_description": "This will return tags ordered alphabetically", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "extras": "empty list", + "message": "str" + } + } + } + ], + "query": "I want to create a mailing list for all contacts in the address book. Can you provide me with the complete list of contacts along with their email addresses? Additionally, I would like to know the tags associated with each contact.", + "relevant APIs": [ + [ + "ChurchApp", + "Get all Contacts" + ], + [ + "ChurchApp", + "Get Tags by Contact" + ] + ], + "query_id": 6736 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Dad Jokes_v2", + "api_name": "/dad-jokes/joke-of-the-day", + "api_description": "Return joke of the day. Each new UTC day API will return a new joke. During the UTC day, API returns the same joke.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Dad Jokes_v2", + "api_name": "/dad-jokes/search", + "api_description": "Search for a joke by a keyword. Keyword will be used as is in the search. E.g. if you need to search for a joke with the keyword \"dad\" in it, you will need to pass \"dad\" as the keyword. If you need to search for a joke with specific word, you will need to pass keyword with surrounding spaces or punctuation, e.g. \" dad\". Search is not case-sensitive.\n\nAPI return is limited to 3 records per one search request.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "'text' query parameter is required and should be more than 3 characters long.", + "default": "dad" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Dad Jokes_v2", + "api_name": "/dad-jokes/random", + "api_description": "Return random joke.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Dad Jokes_v2", + "api_name": "/dad-jokes/health", + "api_description": "Return the health status of the API. Returns current UTC time.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a joke-themed party for my friends and I need some fresh material. Can you provide me with the joke of the day? Also, it would be great if you could give me a random joke to add some variety to the party. Finally, I'd like to check the health status of the Dad Jokes API. Please include the current UTC time in the response.", + "relevant APIs": [ + [ + "Dad Jokes_v2", + "/dad-jokes/joke-of-the-day" + ], + [ + "Dad Jokes_v2", + "/dad-jokes/random" + ], + [ + "Dad Jokes_v2", + "/dad-jokes/health" + ] + ], + "query_id": 6959 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "ImmersiveRouletteAPI", + "api_name": "Statistics", + "api_description": "Stats of wheelResults:\n\"count\"\n\"percentage\"\n\"lastOccurredAt\"\n\"lastSeenBefore\"\n\"hotFrequencyPercentage\": 1.11\nNote that Duration is Hourly basis 1,2,3,.......72 ect", + "required_parameters": [], + "optional_parameters": [ + { + "name": "duration", + "type": "NUMBER", + "description": "", + "default": "3" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "ImmersiveRouletteAPI", + "api_name": "latest-outcome", + "api_description": "Last Spin data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "ImmersiveRouletteAPI", + "api_name": "history", + "api_description": "the last 20 spins histories includes all details about the game", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Could you please provide me with the statistics of the wheel results for the past 3 hours? I'm interested in the count, percentage, last occurrence, and hot frequency percentage. It would be great if you could also give me the latest spin data and the history of the last 20 spins.", + "relevant APIs": [ + [ + "ImmersiveRouletteAPI", + "Statistics" + ], + [ + "ImmersiveRouletteAPI", + "latest-outcome" + ], + [ + "ImmersiveRouletteAPI", + "history" + ] + ], + "query_id": 7043 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "Viva City Documentation", + "api_name": "MenuDetails", + "api_description": "Get menu details using KV (need resync to get latest data) and filter dynamic multi language data based on query params.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "You can get the list of the menu ids from ```/vebue-i8n/menus/{id}/details``` with the key of **\"menu_item\"**", + "default": "5a76c927bb5d660001e09731" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "zh-hans" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"menu_category\": \"str\", \"price\": \"int\", \"availability\": {\"summary\": {\"days\": {\"Monday\": {\"open\": \"str\", \"close\": \"str\"}, \"Tuesday\": {\"open\": \"str\", \"close\": \"str\"}, \"Wednesday\": {\"open\": \"str\", \"close\": \"str\"}, \"Thursday\": {\"open\": \"str\", \"close\": \"str\"}, \"Saturday\": {\"open\": \"str\", \"close\": \"str\"}, \"Sunday\": {\"open\": \"str\", \"close\": \"str\"}, \"Friday\": {\"open\": \"str\", \"close\": \"str\"}}, \"other\": [\"list of list with length 2\"]}, \"rules\": [{\"days\": [\"list of str with length 5\"], \"time\": {\"notAvailable\": \"bool\", \"available24\": \"bool\", \"availableTime\": {\"open\": \"str\", \"close\": \"str\"}}, \"other\": \"empty list\", \"_list_length\": 2}]}, \"itemsInSet\": \"int\", \"deleted\": \"bool\", \"order\": \"int\", \"orderable\": \"bool\", \"isActive\": \"bool\", \"publish\": \"bool\", \"_id\": \"str\", \"menuType\": \"str\", \"name\": {\"lang\": {\"en\": \"int\", \"zh-hans\": \"int\"}, \"texts\": [\"list of str with length 2\"]}, \"description\": {\"lang\": {\"en\": \"int\", \"zh-hans\": \"int\"}, \"texts\": [\"list of str with length 2\"]}, \"createdAt\": \"str\", \"updatedA" + }, + { + "category_name": "Food", + "tool_name": "Viva City Documentation", + "api_name": "VenueDetails", + "api_description": "Get venue details using KV (need resync to get latest data) and filter dynamic multi language data based on query params.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "56c467cb7b0d464811a42017" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "zh-hans" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"totalFavourites\": \"int\", \"videos\": [{\"url\": \"str\", \"_list_length\": 1}], \"languages\": [{\"_id\": \"str\", \"name\": \"str\", \"value\": \"str\", \"extra_info\": {\"display_name\": \"str\"}, \"id\": \"str\", \"_list_length\": 2}], \"mainLanguage\": {\"_id\": \"str\", \"name\": \"str\", \"value\": \"str\", \"extra_info\": {\"display_name\": \"str\"}, \"id\": \"str\"}, \"address\": {\"neighbourhood\": \"str\", \"street\": \"str\", \"city\": \"str\", \"country\": \"str\", \"postcode\": \"str\"}, \"isActive\": \"bool\", \"payment_types\": [{\"_id\": \"str\", \"name\": {\"lang\": {\"en\": \"int\", \"zh-hans\": \"int\", \"zh-hant\": \"int\"}, \"texts\": [\"list of str with length 3\"]}, \"createdAt\": \"str\", \"updatedAt\": \"str\", \"organization\": \"str\", \"id\": \"str\", \"_list_length\": 5}], \"parent\": \"NoneType\", \"multipleVenue\": \"bool\", \"venue_intro\": {\"lang\": {\"en\": \"int\", \"zh-hans\": \"int\"}, \"texts\": [\"list of str with length 2\"]}, \"email\": \"str\", \"phone\": \"str\", \"openingHours\": {\"0\": [{\"open\": \"str\", \"close\": \"str\", \"_list_length\": 1}], \"1\": [{\"open\": \"str\", \"close\": \"str\", \"_list_length\": 1}], \"" + } + ], + "query": "I recently visited Viva City and I was impressed by the menu. I would like to know more about the menu items at venue 5a76c927bb5d660001e09731. Can you provide me with the menu category, price, availability, rules, items in set, and other relevant details? Please use the language 'zh-hans' for the menu details.", + "relevant APIs": [ + [ + "Viva City Documentation", + "MenuDetails" + ], + [ + "Viva City Documentation", + "VenueDetails" + ] + ], + "query_id": 7497 + }, + { + "api_list": [ + { + "category_name": "Medical", + "tool_name": "GetGuidelines", + "api_name": "all", + "api_description": "All guidelines", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "GetGuidelines", + "api_name": "vac", + "api_description": "Vaccinations only", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My friend is planning to start a family and wants to ensure a healthy pregnancy. Can you provide her with the latest medical guidelines for prenatal care and vaccinations? It would be great to have recommendations for each trimester and information about potential risks.", + "relevant APIs": [ + [ + "GetGuidelines", + "all" + ], + [ + "GetGuidelines", + "vac" + ] + ], + "query_id": 7658 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "List topics", + "api_description": "Returns a collection of all available topics.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "per_page", + "type": "NUMBER", + "description": "An integer value defining how many entries should be returned. Only values between 1 and 100 (both inclusive) are allowed. If not given, this defaults to 100.", + "default": "100" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Return search results starting at a given page. Used for paging through more than one page of results.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "per_page": "int", + "total": "int", + "items": [ + { + "id": "str", + "name": "str", + "localization_language": "str", + "links": [ + { + "rel": "str", + "href": "str", + "_list_length": 1 + } + ], + "_list_length": 13 + } + ], + "links": [ + { + "rel": "str", + "href": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "List projects", + "api_description": "Returns a collection of projects of the authorized customer.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "per_page", + "type": "NUMBER", + "description": "An integer value defining how many entries should be returned. Only values between 1 and 100 (both inclusive) are allowed. If not given, this defaults to 100.", + "default": "100" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Return search results starting at a given page. Used for paging through more than one page of results.", + "default": "1" + }, + { + "name": "state", + "type": "STRING", + "description": "Filter projects by status: prepared, running, finished, canceled", + "default": "running" + } + ], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Download source document", + "api_description": "Downloads the source document for a job.", + "required_parameters": [ + { + "name": "projectid", + "type": "STRING", + "description": "The project UUID.", + "default": "bc141454-5949-401b-9c05-7591ee2f562" + }, + { + "name": "jobid", + "type": "STRING", + "description": "The job UUID.", + "default": "d0c30471-7c70-45d4-bcc1-a7773cb352b" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "List target languages", + "api_description": "", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Return search results starting at a given page. Used for paging through more than one page of results.", + "default": "1" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "An integer value defining how many entries should be returned. Only values between 1 and 100 (both inclusive) are allowed. If not given, this defaults to 100.", + "default": "100" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "per_page": "int", + "total": "int", + "items": [ + { + "code": "str", + "name": "str", + "localization_language": "str", + "links": [ + { + "rel": "str", + "href": "str", + "_list_length": 1 + } + ], + "_list_length": 44 + } + ], + "links": [ + { + "rel": "str", + "href": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Get price info for word count", + "api_description": "Returns price information for a specific number of words for all available quality levels.", + "required_parameters": [ + { + "name": "words", + "type": "NUMBER", + "description": "An integer value defining the number of words to translate.", + "default": "3141" + }, + { + "name": "source_language", + "type": "STRING", + "description": "ISO 639 language code of the source language.", + "default": "de" + }, + { + "name": "target_language", + "type": "STRING", + "description": "ISO 639 language code of the target language.", + "default": "en" + }, + { + "name": "topic", + "type": "STRING", + "description": "A topic UUID.", + "default": "8576549a-097f-45b3-8c59-fb3d6a03147d" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_language": "str", + "target_language": "str", + "topic": "str", + "words": "int", + "prices": [ + { + "quality": "str", + "price_per_word": "float", + "total_price": "float", + "currency": "str", + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Get project", + "api_description": "Returns a single project with the given ID.", + "required_parameters": [ + { + "name": "projectid", + "type": "STRING", + "description": "The project UUID.", + "default": "29163f4f-7c8f-4baf-adf3-753c1df429c2" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Get topic", + "api_description": "Returns a single topic area with the given ID.", + "required_parameters": [ + { + "name": "topicid", + "type": "STRING", + "description": "The topic UUID.", + "default": "8576549a-097f-45b3-8c59-fb3d6a03147d" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "localization_language": "str", + "links": [ + { + "rel": "str", + "href": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Get job", + "api_description": "Returns a single job with the given ID.", + "required_parameters": [ + { + "name": "projectid", + "type": "STRING", + "description": "The project UUID.", + "default": "bc141454-5949-401b-9c05-7591ee2f562" + }, + { + "name": "jobid", + "type": "STRING", + "description": "The job UUID.", + "default": "d0c30471-7c70-45d4-bcc1-a7773cb352b" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Download translated document", + "api_description": "Downloads the translated document for a job.", + "required_parameters": [ + { + "name": "projectid", + "type": "STRING", + "description": "The project UUID.", + "default": "bc141454-5949-401b-9c05-7591ee2f562" + }, + { + "name": "jobid", + "type": "STRING", + "description": "The job UUID.", + "default": "d0c30471-7c70-45d4-bcc1-a7773cb352b" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "List a project's jobs", + "api_description": "Returns a collection of jobs for a project.", + "required_parameters": [ + { + "name": "per_page", + "type": "NUMBER", + "description": "An integer value defining how many entries should be returned. Only values between 1 and 100 (both inclusive) are allowed. If not given, this defaults to 100.", + "default": "100" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Return search results starting at a given page. Used for paging through more than one page of results.", + "default": "1" + }, + { + "name": "projectid", + "type": "STRING", + "description": "The project UUID.", + "default": "bc141454-5949-401b-9c05-7591ee2f562" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str" + } + } + ], + "query": "I need to download the translated document for the job with ID 'd0c30471-7c70-45d4-bcc1-a7773cb352b' in the project with ID 'bc141454-5949-401b-9c05-7591ee2f562'. Can you help me with that?", + "relevant APIs": [ + [ + "TEXTKING Translation", + "Download translated document" + ], + [ + "TEXTKING Translation", + "Get job" + ] + ], + "query_id": 7989 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "Remove Item", + "api_description": "Removes items from the cart.", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso801", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "external_user_id", + "type": "STRING", + "description": "This is an id from your system that identifies the user that the cart is for. It can contain alphanumeric characters, dashes and underscores.", + "default": "" + }, + { + "name": "catalog_item_id", + "type": "STRING", + "description": "The catalog_item_id of the item. This item must already exist in the cart.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest of restx", + "default": "rest" + } + ], + "optional_parameters": [ + { + "name": "option_id", + "type": "STRING", + "description": "The option_id of the item, if the item has options. This option_id must match the option_id the item already in the cart.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "Empty", + "api_description": "Removes all items in the cart.", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "external_user_id", + "type": "STRING", + "description": "This is an id from your system that identifies the user that the cart is for. It can contain alphanumeric characters, dashes and underscores.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "List Available Catalogs", + "api_description": "Lists the Available Catalogs", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [ + { + "name": "token", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601 datetime", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + } + ], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "Order List", + "api_description": "This method returns a list of order numbers (the Catalog API order numbers, not external_order_number) that match a given external_user_id.", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "external_user_id", + "type": "STRING", + "description": "This is the external_user_id you passed when you placed the order. This method does not work with orders that do not have an external_user_id set.", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "The number of orders to return. Defaults to 10. Can be increased to a maximum of 50.", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "The page number of results to return when there are more than per_page results.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "View Item", + "api_description": "Returns an image and description of the item", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "catalog_item_id", + "type": "STRING", + "description": "The catalog_item_id from the search_catalog method.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "Unlock", + "api_description": "Unlocks a cart that has been locked via the cart_validate method.", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "external_user_id", + "type": "STRING", + "description": "This is an id from your system that identifies the user that the cart is for. It can contain alphanumeric characters, dashes and underscores.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "View", + "api_description": "Returns the current address and items in the cart.", + "required_parameters": [ + { + "name": "external_user_id", + "type": "STRING", + "description": "This is an id from your system that identifies the user that the cart is for. It can contain alphanumeric characters, dashes and underscores.", + "default": "" + }, + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "Validate", + "api_description": "Validates the address and items in the cart. You should call this method just before placing an order to make sure that the order will not be rejected.", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "external_user_id", + "type": "STRING", + "description": "This is an id from your system that identifies the user that the cart is for. It can contain alphanumeric characters, dashes and underscores.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [ + { + "name": "locked", + "type": "STRING", + "description": "Set this to \"1\" to lock the cart. (Defaults to \"0\") A locked cart cannot be modified, meaning that items cannot be added or removed, and the address cannot be changed. One use for this would be to lock the cart before processing a credit card transaction in your system. You would then be ensured that the item in the cart could not be changed while the transaction is processing. You can only call cart_view, cart_unlock, or cart_order_place on a locked cart.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "Set Address", + "api_description": "Adds a shipping address to the cart", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "external_user_id", + "type": "STRING", + "description": "This is an id from your system that identifies the user that the cart is for. It can contain alphanumeric characters, dashes and underscores.", + "default": "" + }, + { + "name": "first_name", + "type": "STRING", + "description": "Max length is 40 characters.", + "default": "" + }, + { + "name": "last_name", + "type": "STRING", + "description": "Max length is 40 characters.", + "default": "" + }, + { + "name": "address_1", + "type": "STRING", + "description": "Max length is 75 characters.", + "default": "" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "state_province", + "type": "STRING", + "description": "For US states, this must be the two character abbreviation.", + "default": "" + }, + { + "name": "postal_code", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "country", + "type": "STRING", + "description": "The ISO 3166-1 alpha-2 country code of the country the order will be shipped to.", + "default": "" + }, + { + "name": "phone_number", + "type": "STRING", + "description": "If set, this must be a valid phone number. This will only be used for order support or to contact the addressee to arrange a delivery time for any items that require a signature.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [ + { + "name": "address_2", + "type": "STRING", + "description": "Max length is 60 characters.", + "default": "" + }, + { + "name": "address_3", + "type": "STRING", + "description": "Max length is 60 characters.", + "default": "" + }, + { + "name": "email", + "type": "STRING", + "description": "If set, this must be a valid email address. We highly recommend that you provide an email address so that we can contact the addressee if there is a problem with the order.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + }, + { + "category_name": "Business", + "tool_name": "CatalogAPI", + "api_name": "Set Item Quantity", + "api_description": "Adds items to the cart. The quantity passed to this call overrides the quantity of a duplicate item.", + "required_parameters": [ + { + "name": "creds_datetime", + "type": "STRING", + "description": "UTC iso8601", + "default": "" + }, + { + "name": "creds_uuid", + "type": "STRING", + "description": "GUID", + "default": "" + }, + { + "name": "creds_checksum", + "type": "STRING", + "description": "checksum", + "default": "" + }, + { + "name": "socket_id", + "type": "STRING", + "description": "This is the socket that the item is in. You can find your available sockets by using the list_available_catalogs method.", + "default": "" + }, + { + "name": "external_user_id", + "type": "STRING", + "description": "This is an id from your system that identifies the user that the cart is for. It can contain alphanumeric characters, dashes and underscores.", + "default": "" + }, + { + "name": "catalog_item_id", + "type": "STRING", + "description": "The catalog_item_id from the search_catalog method.", + "default": "" + }, + { + "name": "quantity", + "type": "STRING", + "description": "The number of items to add. If this item is already in the cart, this quantity will replace the current quantity.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "rest or restx", + "default": "rest" + } + ], + "optional_parameters": [ + { + "name": "option_id", + "type": "STRING", + "description": "The option_id from the search_catalog method. (This is required for items that have options.)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "Fault": { + "faultcode": "str", + "faultstring": "str", + "detail": "NoneType" + } + } + } + ], + "query": "I want to view the details of a specific item in the cart. The catalog_item_id of the item is '56789' and it is in the socket with the socket_id 'def456'. Can you please show me the image and description of this item?", + "relevant APIs": [ + [ + "CatalogAPI", + "View Item" + ], + [ + "CatalogAPI", + "View" + ] + ], + "query_id": 8025 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Artist Top Tracks", + "api_description": "This endpoint will return the top tracks of the artist", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "artist_id", + "type": "NUMBER", + "description": "", + "default": "40543550" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"next\": \"str\", \"properties\": {}, \"tracks\": [{\"artists\": [{\"adamid\": \"str\", \"alias\": \"str\", \"follow\": {\"followkey\": \"str\"}, \"id\": \"str\", \"_list_length\": 1}], \"highlightsurls\": {\"artisthighlightsurl\": \"str\", \"relatedhighlightsurl\": \"str\"}, \"hub\": {\"actions\": [{\"id\": \"str\", \"name\": \"str\", \"type\": \"str\", \"_list_length\": 2}], \"displayname\": \"str\", \"explicit\": \"bool\", \"image\": \"str\", \"options\": [{\"actions\": [{\"name\": \"str\", \"type\": \"str\", \"uri\": \"str\", \"_list_length\": 2}], \"beacondata\": {\"providername\": \"str\", \"type\": \"str\"}, \"caption\": \"str\", \"colouroverflowimage\": \"bool\", \"image\": \"str\", \"listcaption\": \"str\", \"overflowimage\": \"str\", \"providername\": \"str\", \"type\": \"str\", \"_list_length\": 1}], \"type\": \"str\"}, \"images\": {\"background\": \"str\", \"coverart\": \"str\", \"coverarthq\": \"str\", \"joecolor\": \"str\"}, \"key\": \"str\", \"layout\": \"str\", \"properties\": {}, \"share\": {\"avatar\": \"str\", \"href\": \"str\", \"html\": \"str\", \"image\": \"str\", \"snapchat\": \"str\", \"subject\": \"str\", \"text\": \"str\", \"twitter\": \"str\"}, \"s" + }, + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Top Track by City", + "api_description": "This endpoint will give the top song in specific city", + "required_parameters": [ + { + "name": "city_name", + "type": "STRING", + "description": "", + "default": "Moscow" + }, + { + "name": "country_code", + "type": "STRING", + "description": "", + "default": "RU" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": "{\"next\": \"str\", \"properties\": {}, \"tracks\": [{\"artists\": [{\"adamid\": \"str\", \"alias\": \"str\", \"follow\": {\"followkey\": \"str\"}, \"id\": \"str\", \"_list_length\": 1}], \"highlightsurls\": {\"artisthighlightsurl\": \"str\", \"relatedhighlightsurl\": \"str\"}, \"hub\": {\"actions\": [{\"id\": \"str\", \"name\": \"str\", \"type\": \"str\", \"_list_length\": 2}], \"displayname\": \"str\", \"explicit\": \"bool\", \"image\": \"str\", \"options\": [{\"actions\": [{\"name\": \"str\", \"type\": \"str\", \"uri\": \"str\", \"_list_length\": 2}], \"beacondata\": {\"providername\": \"str\", \"type\": \"str\"}, \"caption\": \"str\", \"colouroverflowimage\": \"bool\", \"image\": \"str\", \"listcaption\": \"str\", \"overflowimage\": \"str\", \"providername\": \"str\", \"type\": \"str\", \"_list_length\": 1}], \"type\": \"str\"}, \"images\": {\"background\": \"str\", \"coverart\": \"str\", \"coverarthq\": \"str\", \"joecolor\": \"str\"}, \"key\": \"str\", \"layout\": \"str\", \"properties\": {}, \"share\": {\"href\": \"str\", \"html\": \"str\", \"image\": \"str\", \"snapchat\": \"str\", \"subject\": \"str\", \"text\": \"str\", \"twitter\": \"str\"}, \"subtitle\": \"str\", " + }, + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Top Track by Country", + "api_description": "This endpoint will return the top tracks from a specific country", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "2" + }, + { + "name": "country_code", + "type": "STRING", + "description": "", + "default": "RU" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"next\": \"str\", \"properties\": {}, \"tracks\": [{\"artists\": [{\"adamid\": \"str\", \"alias\": \"str\", \"follow\": {\"followkey\": \"str\"}, \"id\": \"str\", \"_list_length\": 1}], \"highlightsurls\": {\"artisthighlightsurl\": \"str\", \"relatedhighlightsurl\": \"str\"}, \"hub\": {\"actions\": [{\"id\": \"str\", \"name\": \"str\", \"type\": \"str\", \"_list_length\": 2}], \"displayname\": \"str\", \"explicit\": \"bool\", \"image\": \"str\", \"options\": [{\"actions\": [{\"name\": \"str\", \"type\": \"str\", \"uri\": \"str\", \"_list_length\": 2}], \"beacondata\": {\"providername\": \"str\", \"type\": \"str\"}, \"caption\": \"str\", \"colouroverflowimage\": \"bool\", \"image\": \"str\", \"listcaption\": \"str\", \"overflowimage\": \"str\", \"providername\": \"str\", \"type\": \"str\", \"_list_length\": 1}], \"type\": \"str\"}, \"images\": {\"background\": \"str\", \"coverart\": \"str\", \"coverarthq\": \"str\", \"joecolor\": \"str\"}, \"key\": \"str\", \"layout\": \"str\", \"properties\": {}, \"share\": {\"href\": \"str\", \"html\": \"str\", \"image\": \"str\", \"snapchat\": \"str\", \"subject\": \"str\", \"text\": \"str\", \"twitter\": \"str\"}, \"subtitle\": \"str\", " + }, + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Track Recommendations", + "api_description": "This endpoint will return the recommendation or similar songs of the given track.", + "required_parameters": [ + { + "name": "track_id", + "type": "NUMBER", + "description": "", + "default": "296831279" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "4" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "next": "str", + "properties": {}, + "tracks": [ + { + "artists": [ + { + "adamid": "str", + "alias": "str", + "follow": { + "followkey": "str" + }, + "id": "str", + "_list_length": 1 + } + ], + "highlightsurls": {}, + "hub": {}, + "images": { + "background": "str", + "coverart": "str", + "coverarthq": "str", + "joecolor": "str" + }, + "key": "str", + "layout": "str", + "properties": {}, + "share": { + "avatar": "str", + "href": "str", + "html": "str", + "image": "str", + "snapchat": "str", + "subject": "str", + "text": "str", + "twitter": "str" + }, + "subtitle": "str", + "title": "str", + "type": "str", + "url": "str", + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Search Track", + "api_description": "This endpoint will search for the name of any song and return similar songs with the name.", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "track", + "type": "STRING", + "description": "", + "default": "Love Yourself" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tracks": { + "hits": [ + { + "actions": [ + { + "id": "str", + "name": "str", + "type": "str", + "_list_length": 1 + } + ], + "alias": "str", + "artists": [ + { + "adamid": "str", + "alias": "str", + "follow": { + "followkey": "str" + }, + "id": "str", + "_list_length": 1 + } + ], + "heading": { + "subtitle": "str", + "title": "str" + }, + "images": { + "blurred": "str", + "default": "str", + "play": "str" + }, + "key": "str", + "share": { + "avatar": "str", + "href": "str", + "html": "str", + "image": "str", + "snapchat": "str", + "subject": "str", + "text": "str", + "twitter": "str" + }, + "stores": { + "apple": { + "actions": [ + { + "type": "str", + "uri": "str", + "_list_length": 1 + } + ], + "coverarturl": "str", + "explicit": "bool", + "previewurl": "str", + "productid": "str", + "trackid": "str" + } + }, + "streams": {}, + "type": "str", + "url": "str", + "urlparams": {}, + "_list_length": 1 + } + ], + "next": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Track Info", + "api_description": "This endpoint will return info of any track from shazam.com", + "required_parameters": [ + { + "name": "track_id", + "type": "NUMBER", + "description": "", + "default": "296831279" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"albumadamid\": \"str\", \"alias\": \"str\", \"artists\": [{\"adamid\": \"str\", \"alias\": \"str\", \"follow\": {\"followkey\": \"str\"}, \"id\": \"str\", \"_list_length\": 1}], \"genres\": {\"primary\": \"str\"}, \"highlightsurls\": {}, \"hub\": {\"actions\": [{\"id\": \"str\", \"name\": \"str\", \"type\": \"str\", \"_list_length\": 2}], \"displayname\": \"str\", \"explicit\": \"bool\", \"image\": \"str\", \"options\": \"empty list\", \"type\": \"str\"}, \"images\": {\"background\": \"str\", \"coverart\": \"str\", \"coverarthq\": \"str\", \"joecolor\": \"str\"}, \"isrc\": \"str\", \"key\": \"str\", \"layout\": \"str\", \"relatedtracksurl\": \"str\", \"releasedate\": \"str\", \"sections\": [{\"metadata\": [{\"text\": \"str\", \"title\": \"str\", \"_list_length\": 3}], \"metapages\": [{\"caption\": \"str\", \"image\": \"str\", \"_list_length\": 2}], \"tabname\": \"str\", \"type\": \"str\", \"_list_length\": 5}], \"share\": {\"avatar\": \"str\", \"href\": \"str\", \"html\": \"str\", \"image\": \"str\", \"snapchat\": \"str\", \"subject\": \"str\", \"text\": \"str\", \"twitter\": \"str\"}, \"subtitle\": \"str\", \"title\": \"str\", \"trackadamid\": \"str\", \"type\": \"str\", \"url\":" + }, + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Artist Search", + "api_description": "This endpoint let you search for an artist by their name. You can get a list of artists from its name.", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "artist", + "type": "STRING", + "description": "", + "default": "Justin Bieber" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "artists": { + "hits": [ + { + "actions": [ + { + "id": "str", + "name": "str", + "type": "str", + "_list_length": 1 + } + ], + "alias": "str", + "avatar": { + "blurred": "str", + "default": "str", + "play": "str" + }, + "follow": { + "followkey": "str" + }, + "id": "str", + "name": "str", + "url": "str", + "verified": "bool", + "_list_length": 1 + } + ] + } + } + }, + { + "category_name": "Media", + "tool_name": "Shazam", + "api_name": "Artist Info", + "api_description": "This endpoint will extract information of any artist from https://www.shazam.com.", + "required_parameters": [ + { + "name": "artist_id", + "type": "NUMBER", + "description": "", + "default": "40543550" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "actions": [ + { + "id": "str", + "type": "str", + "_list_length": 2 + } + ], + "adamid": "str", + "alias": "str", + "avatar": "str", + "genres": { + "primary": "str", + "secondaries": [ + "list of str with length 10" + ] + }, + "id": "str", + "layout": "str", + "name": "str", + "share": { + "href": "str", + "image": "str", + "subject": "str", + "text": "str", + "twitter": "str" + }, + "toptracks": { + "url": "str" + }, + "url": "str", + "verified": "bool", + "weburl": "str" + } + } + ], + "query": "I'm a music blogger and I want to write about the top tracks of a specific artist. Can you fetch the top tracks of the artist and provide me with their information? Also, recommend some similar tracks by other artists.", + "relevant APIs": [ + [ + "Shazam", + "Artist Top Tracks" + ], + [ + "Shazam", + "Track Recommendations" + ], + [ + "Shazam", + "Track Info" + ] + ], + "query_id": 9921 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Magisto", + "api_name": "Get Movie", + "api_description": "Downloading of the completed movie", + "required_parameters": [ + { + "name": "vsid", + "type": "STRING", + "description": "From Start Movie Session API call response", + "default": "" + }, + { + "name": "hash", + "type": "STRING", + "description": "Returned from Check Status API when \"movie_status\" = \"DONE\"", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "error": "str", + "errcode": "int" + } + }, + { + "category_name": "Media", + "tool_name": "Magisto", + "api_name": "Check Movie Status", + "api_description": "Check the state of the movie session", + "required_parameters": [ + { + "name": "vsid", + "type": "STRING", + "description": "From Start Movie Session API call response", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str" + } + } + ], + "query": "I just completed editing a video on Magisto and I'm excited to download the final movie. Could you please check the status of my movie session with the vsid 'jkl789'? Once the movie is done, I need to download it using the hash 'wxy123'.", + "relevant APIs": [ + [ + "Magisto", + "Check Movie Status" + ], + [ + "Magisto", + "Get Movie" + ] + ], + "query_id": 9984 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/product/{productID}/feedbacks", + "api_description": "This ressource displays the feedbacks for one product", + "required_parameters": [ + { + "name": "productID", + "type": "NUMBER", + "description": "The Aliexpress product ID", + "default": "32845755054" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/shipping/{productID}", + "api_description": "This ressource displays the shipping information for one product", + "required_parameters": [ + { + "name": "productID", + "type": "NUMBER", + "description": "The Aliexpress product ID", + "default": "4000961087745" + } + ], + "optional_parameters": [ + { + "name": "toCountry", + "type": "STRING", + "description": "The country to calcul the freight ", + "default": "FR" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/category/{categoryId}/products", + "api_description": "This resource represents the product list; you can filter by\n - attributes\n - minimum price\n - brand \n - ship to country\n - ship from country\n - max sale price \n
**For information, One first request, you must not indicate the attr & brands, you retrieve this informations in the Product Object.**", + "required_parameters": [ + { + "name": "categoryId", + "type": "NUMBER", + "description": "The Aliexpress product ID", + "default": "100003819" + } + ], + "optional_parameters": [ + { + "name": "brand", + "type": "STRING", + "description": "filter the products by brand.
In order todo this :
1. Filter the products with all filters that you want, without **brand**
2. Search the `brands` element at the same level that pagination level (limit, page hasPrevPage ... )
3. Indicate the content id
content:[
{
brandName:MEGE KNIGHT
**brandId:201549252**
brandLogo://ae01.alicdn.com/kf/HTB1XyEwE1OSBuNjy0Fdq6zDnVXaw.jpg
}
If you want filter by the MEGE KNIGHT you must indicate 201549252.
**Warning, when you indicate brand element, the attr parameter must be empty.**", + "default": "" + }, + { + "name": "shipToCountry", + "type": "STRING", + "description": "Filter the products that can be to ship to the country wished. you can use the service countriesAvailable to set the good information", + "default": "FR" + }, + { + "name": "attr", + "type": "STRING", + "description": "filter the products by an attribute.
In order todo this :
1. Filter the products with all filters that you want, without **attr**
2. Search the `attributes` element at the same level that pagination level (limit, page hasPrevPage ... )
3. concatenate the content parent with children element
content:[
{
**attributeId:14**
displayType:colour_atla
attributeValues:[
{
**attributeValueId:10**
attributeValueName:Red
selected:true
}
If you want filter the products by the color red, you must indicate 14-10.
**Warning, when you indicate attribute element, the brand parameter must be empty.**", + "default": "" + }, + { + "name": "maxSalePrice", + "type": "NUMBER", + "description": "Filter products by the max Sale price", + "default": 50 + }, + { + "name": "getShopInformation", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "targetCurrency", + "type": "STRING", + "description": "Represents the currency whished when the product is retrieved", + "default": "" + }, + { + "name": "lg", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "shipFromCountry", + "type": "STRING", + "description": "Filter the products that can be to ship from country wished. you can use the service countriesAvailable to set the good information", + "default": "CN" + }, + { + "name": "minSalePrice", + "type": "NUMBER", + "description": "Filter products by the min Sale price", + "default": 10 + }, + { + "name": "sort", + "type": "STRING", + "description": "filter the products", + "default": "NEWEST_DESC" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/bestSales/SortedByNewest", + "api_description": "Retrieves the last best product added in the system", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/product/{productId}/historic/prices", + "api_description": "This endpoint returns the prices historic of product loaded by a client", + "required_parameters": [ + { + "name": "productId", + "type": "string", + "description": "", + "default": "1005002011652590" + } + ], + "optional_parameters": [ + { + "name": "maxDate", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "minDate", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/product/{productId}/historic/sales", + "api_description": "This endpoint returns the sales historic of product loaded by a client", + "required_parameters": [ + { + "name": "productId", + "type": "string", + "description": "", + "default": "1005002011652590" + } + ], + "optional_parameters": [ + { + "name": "minDate", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "maxDate", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/v2/categories", + "api_description": "This resource represents a category in the system. We have 3 provider type
- API\n -WEBSITE\n -HYBRID\n
1.API
This category is manager by the API, the ID indicated is the Alibaba ID and not Aliexpress ID.
2. WESITE
This category is scraping of Aliexpress website
3. HYBRID
This category has correspondence between Aliexpress and API; you have in the same object twice ID `alie_category_id` for Website and `api_category_id` for API
In the API to request by example product, in the category ID, you can indicate the both. ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/currenciesAvailable", + "api_description": "This resource represents a currency in the system. Each currency is composed of Code and Name Attributes. This service can be used to communicate with product service with the target currency attribute.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/countriesAvailableToShipping", + "api_description": "This resource represents the countries. Each country is composed of Code and Name Attributes. This service can be used to communicate with product service for the countryFrom and countryTo query parameters.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Magic AliExpress", + "api_name": "/api/bestSales/product/{productID}/salesHistory", + "api_description": "This resource returns the historic of sales", + "required_parameters": [ + { + "name": "productID", + "type": "NUMBER", + "description": "The Aliexpress product ID", + "default": "4001017422834" + } + ], + "optional_parameters": [ + { + "name": "minDate", + "type": "STRING", + "description": "filter the historic by min date", + "default": "2020-09-28" + }, + { + "name": "maxDate", + "type": "STRING", + "description": "filter the historic by max date", + "default": "2021-08-05" + } + ], + "method": "GET" + } + ], + "query": "As an online retailer, I want to offer a wide range of products to my customers. Can you provide me with a list of products in the '100003819' category? I would like to filter the products by brand, attributes, and price range. Additionally, I need the feedback from customers who have purchased these products, including their feedback content, ratings, and photos. Thank you!", + "relevant APIs": [ + [ + "Magic AliExpress", + "/api/category/{categoryId}/products" + ], + [ + "Magic AliExpress", + "/api/product/{productID}/feedbacks" + ] + ], + "query_id": 10160 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "SheScoresAPI", + "api_name": "Get players by country", + "api_description": "Gets all the players from a team", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "Argentina" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "SheScoresAPI", + "api_name": "Get player by ID", + "api_description": "Get a player's information by ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "SheScoresAPI", + "api_name": "Get all countries", + "api_description": "Gets all countries participating", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "SheScoresAPI", + "api_name": "Get all players", + "api_description": "Gets all the players from all the teams", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am organizing a women's football tournament and I need to gather information about all the participating countries. Can you provide me with a list of all the countries that will be taking part in the Women's World Cup 2023? I would like to know the team names, players, and their respective positions.", + "relevant APIs": [ + [ + "SheScoresAPI", + "Get all countries" + ], + [ + "SheScoresAPI", + "Get players by country" + ] + ], + "query_id": 10770 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Metals Futures Prices", + "api_description": "page source : https://www.investing.com/commodities/metals", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "EUREX Futures Market Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Prev.": "float", + "Time": "str", + "_list_length": 1 + } + ], + "MCX Futures Market Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Prev.": "float", + "Time": "str", + "_list_length": 18 + } + ], + "Real Time Streaming Futures Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "NoneType", + "Prev.": "float", + "Time": "str", + "_list_length": 11 + } + ], + "US Futures Market Quotes (10-minute Delayed)": [ + { + "Chg.": "float", + "High": "float", + "Last": "str", + "Low": "float", + "Month": "str", + "Name": "str", + "Open": "float", + "Time": "str", + "_list_length": 12 + } + ] + }, + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Softs Futures Prices", + "api_description": "page source : https://www.investing.com/commodities/softs", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "MCX Futures Market Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Prev.": "float", + "Time": "str", + "_list_length": 6 + } + ], + "Real Time Streaming Futures Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Prev.": "float", + "Time": "str", + "_list_length": 9 + } + ], + "US Futures Market Quotes (10-minute Delayed)": [ + { + "Chg.": "float", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Name": "str", + "Open": "float", + "Time": "str", + "_list_length": 6 + } + ] + }, + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Energy Futures Prices", + "api_description": "page source: https://www.investing.com/commodities/energy", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "MCX Futures Market Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Prev.": "float", + "Time": "str", + "_list_length": 3 + } + ], + "Real Time Streaming Futures Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Prev.": "float", + "Time": "str", + "_list_length": 7 + } + ], + "US Futures Market Quotes (10-minute Delayed)": [ + { + "Chg.": "float", + "High": "float", + "Last": "str", + "Low": "float", + "Month": "str", + "Name": "str", + "Open": "float", + "Time": "str", + "_list_length": 13 + } + ] + }, + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Get Commodities", + "api_description": "Get Commodities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "country": "str", + "currency": "str", + "full_name": "str", + "group": "str", + "name": "str", + "title": "str", + "_list_length": 66 + } + ], + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Commodity Groups", + "api_description": "Get data for commodity groups", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + "list of str with length 5" + ], + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Grains Futures Prices", + "api_description": "page source : https://www.investing.com/commodities/grains", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Commodity Indices", + "api_description": "page source : https://www.investing.com/indices/commodities-indices", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "Chg. %": "str", + "High": "float", + "Index": "str", + "Last": "float", + "Low": "float", + "Time": "str", + "_list_length": 41 + } + ], + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Meats Futures Prices", + "api_description": "page source: https://www.investing.com/commodities/meats", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "Real Time Streaming Futures Quotes": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "Commodity": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Prev.": "float", + "Time": "str", + "_list_length": 3 + } + ], + "US Futures Market Quotes (10-minute Delayed)": [ + { + "Chg.": "float", + "High": "float", + "Last": "str", + "Low": "float", + "Month": "str", + "Name": "str", + "Open": "float", + "Time": "str", + "_list_length": 7 + } + ] + }, + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "Real Time Commodity Futures Prices", + "api_description": "page source : https://www.investing.com/commodities/real-time-futures", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "Area": "str", + "Chg.": "float", + "Chg. %": "str", + "High": "float", + "Last": "float", + "Low": "float", + "Month": "str", + "Name": "str", + "Time": "str", + "_list_length": 34 + } + ], + "message": "str", + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Investing", + "api_name": "List of Countries for Stocks", + "api_description": "This is a list of available countries, it is used as a request on another endpoint.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + "list of str with length 94" + ], + "message": "str", + "status": "int" + } + } + ], + "query": "I am a financial consultant and I need real-time data on commodities futures prices. Can you provide me with the latest quotes for metals, softs, energy, grains, and meats? Additionally, I would like to know the commodity groups these futures belong to.", + "relevant APIs": [ + [ + "Investing", + "Metals Futures Prices" + ], + [ + "Investing", + "Softs Futures Prices" + ], + [ + "Investing", + "Energy Futures Prices" + ], + [ + "Investing", + "Grains Futures Prices" + ], + [ + "Investing", + "Meats Futures Prices" + ], + [ + "Investing", + "Commodity Groups" + ] + ], + "query_id": 11653 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Binance Smart Chain", + "api_name": "Current Block Number", + "api_description": "Get the current block number of the Binance Smart Chain!", + "required_parameters": [], + "optional_parameters": [ + { + "name": "network", + "type": "STRING", + "description": "Specify wich network you wanna use! (mainnet/testnet)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "Binance Smart Chain", + "api_name": "Account Balance", + "api_description": "Get the BNB balance for an address on the Binance Smart Chain.", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "Address you want to scan!", + "default": "0x0000000000000000000000000000000000000123" + } + ], + "optional_parameters": [ + { + "name": "network", + "type": "STRING", + "description": "Specify wich network you wanna use! (mainnet/testnet)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "Binance Smart Chain", + "api_name": "Block", + "api_description": "Get full data from a specific block on the Binance Smart Chain!", + "required_parameters": [ + { + "name": "block", + "type": "STRING", + "description": "Block you want to scan!", + "default": "123" + } + ], + "optional_parameters": [ + { + "name": "network", + "type": "STRING", + "description": "Specify wich network you wanna use! (mainnet/testnet)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "_type": "str", + "baseFeePerGas": "NoneType", + "difficulty": "str", + "extraData": "str", + "gasLimit": "str", + "gasUsed": "str", + "hash": "str", + "miner": "str", + "nonce": "str", + "number": "int", + "parentHash": "str", + "timestamp": "int", + "transactions": "empty list" + } + }, + { + "category_name": "Finance", + "tool_name": "Binance Smart Chain", + "api_name": "Transaction", + "api_description": "Get full data from a specific transaction on the Binance Smart Chain!", + "required_parameters": [ + { + "name": "hash", + "type": "STRING", + "description": "Transaction you want to scan!", + "default": "0x675e20f06597d976c23cef8fd6ff8f9c56b75af711a22d8c2d936b49cc3ac2d9" + } + ], + "optional_parameters": [ + { + "name": "network", + "type": "STRING", + "description": "Specify wich network you wanna use! (mainnet/testnet)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "_type": "str", + "accessList": "NoneType", + "blockNumber": "int", + "blockHash": "str", + "chainId": "str", + "data": "str", + "from": "str", + "gasLimit": "str", + "gasPrice": "str", + "hash": "str", + "maxFeePerGas": "NoneType", + "maxPriorityFeePerGas": "NoneType", + "nonce": "int", + "signature": { + "_type": "str", + "networkV": "str", + "r": "str", + "s": "str", + "v": "int" + }, + "to": "str", + "type": "int", + "value": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Binance Smart Chain", + "api_name": "Account Transaction History", + "api_description": "Get an array of all transactions of an address on the Binance Smart Chain.", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "Address you want to scan!", + "default": "0x0000000000000000000000000000000000000123" + } + ], + "optional_parameters": [ + { + "name": "network", + "type": "STRING", + "description": "Specify wich network you wanna use! (mainnet/testnet)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "message": "str", + "result": [ + { + "blockNumber": "str", + "timeStamp": "str", + "hash": "str", + "nonce": "str", + "blockHash": "str", + "transactionIndex": "str", + "from": "str", + "to": "str", + "value": "str", + "gas": "str", + "gasPrice": "str", + "isError": "str", + "txreceipt_status": "str", + "input": "str", + "contractAddress": "str", + "cumulativeGasUsed": "str", + "gasUsed": "str", + "confirmations": "str", + "methodId": "str", + "functionName": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Finance", + "tool_name": "Binance Smart Chain", + "api_name": "Account Transaction Count", + "api_description": "Get the number of transactions done by an address on the Binance Smart Chain.", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "Address you want to scan!", + "default": "0x0000000000000000000000000000000000000123" + } + ], + "optional_parameters": [ + { + "name": "network", + "type": "STRING", + "description": "Specify wich network you wanna use! (mainnet/testnet)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "Hey there! I'm curious about a specific transaction on the Binance Smart Chain. Can you provide me with the full data for the transaction with the hash 0x675e20f06597d976c23cef8fd6ff8f9c56b75af711a22d8c2d936b49cc3ac2d9? Additionally, I would like to know the number of transactions done by the address 0x0000000000000000000000000000000000000123 on the testnet. Thank you!", + "relevant APIs": [ + [ + "Binance Smart Chain", + "Transaction" + ], + [ + "Binance Smart Chain", + "Account Transaction Count" + ] + ], + "query_id": 11686 + }, + { + "api_list": [ + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Airplanes ordered by descending", + "api_description": "Get all airplanes ordered by name in descending order.", + "required_parameters": [ + { + "name": "ordering", + "type": "STRING", + "description": "", + "default": "-plane" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Airplanes ordered by ascending", + "api_description": "Get all airplanes ordered by name in ascending order.", + "required_parameters": [ + { + "name": "ordering", + "type": "STRING", + "description": "", + "default": "plane" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Search by Engine", + "api_description": "Get all airplanes by engine keyword.", + "required_parameters": [ + { + "name": "engine__icontains", + "type": "STRING", + "description": "", + "default": "rolls" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Airplanes by Brand", + "api_description": "Get all airplanes by brands such as Boeing, Airbus, etc.", + "required_parameters": [ + { + "name": "brand", + "type": "STRING", + "description": "", + "default": "Airbus" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Search", + "api_description": "Search airplane by name.", + "required_parameters": [ + { + "name": "search", + "type": "STRING", + "description": "", + "default": "a380" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Single Airplane", + "api_description": "Get details of a single airplane by its ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "76" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "All Airplanes", + "api_description": "Get complete data of all airplanes.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + } + ], + "query": "I am a travel blogger and I want to provide my readers with information on different types of airplanes. Can you provide me with a list of all the airplanes ordered by their names in descending order, along with their passenger capacity and range?", + "relevant APIs": [ + [ + "AirplanesDB", + "Airplanes ordered by descending" + ], + [ + "AirplanesDB", + "Airplanes ordered by ascending" + ], + [ + "AirplanesDB", + "Search by Engine" + ], + [ + "AirplanesDB", + "Airplanes by Brand" + ] + ], + "query_id": 12204 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "asdfadsf", + "api_name": "Get Products in Category", + "api_description": " ", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": "empty list", + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Advertising", + "tool_name": "asdfadsf", + "api_name": "Get Order", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "asdfadsf", + "api_name": "Get Products", + "api_description": " ", + "required_parameters": [ + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": [ + { + "id": "int", + "name": "str", + "category": "NoneType", + "_list_length": 10 + } + ], + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Advertising", + "tool_name": "asdfadsf", + "api_name": "Get Categories", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "category": "NoneType", + "_list_length": 872 + } + ] + } + }, + { + "category_name": "Advertising", + "tool_name": "asdfadsf", + "api_name": "Get Product", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + } + ], + "query": "I want to know the list of categories available in the advertising tool. Also, get the product details for the products in the 'Electronics' category.", + "relevant APIs": [ + [ + "asdfadsf", + "Get Categories" + ], + [ + "asdfadsf", + "Get Products in Category" + ] + ], + "query_id": 13095 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Twitter Hashtags", + "api_name": "Get country's hashtags", + "api_description": "Get hashtags based on country", + "required_parameters": [ + { + "name": "country", + "type": "string", + "description": "", + "default": "argentina" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tweets": "empty list" + } + }, + { + "category_name": "Social", + "tool_name": "Twitter Hashtags", + "api_name": "Get worldwide hashtags", + "api_description": "Returns a list of all recent hashtags worldwide", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tweets": [ + { + "title": "str", + "volume": "str", + "link": "str", + "_list_length": 50 + } + ] + } + } + ], + "query": "I'm planning a trip to Europe and I want to stay updated with the latest hashtags worldwide. Can you provide me with a list of recent trending hashtags globally? Additionally, could you suggest popular hashtags specific to Argentina? It would be great if you could include the volume of tweets and links related to each hashtag.", + "relevant APIs": [ + [ + "Twitter Hashtags", + "Get worldwide hashtags" + ], + [ + "Twitter Hashtags", + "Get country's hashtags" + ] + ], + "query_id": 14714 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "HcPassThrough", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "HcLocal", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "GetRecognizeDocument", + "api_description": " ", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Name of the file to recognize.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storage", + "type": "STRING", + "description": "The image storage.", + "default": "" + }, + { + "name": "language", + "type": "NUMBER", + "description": "Language for OCR Core Aspose.OCR.Core.Transport \n BaseStructures.Language.LanguageGroup\n \n ", + "default": 1 + }, + { + "name": "dsrMode", + "type": "NUMBER", + "description": "An option to switch DSR algorithm", + "default": 2 + }, + { + "name": "folder", + "type": "STRING", + "description": "The image folder.", + "default": "" + }, + { + "name": "skewCorrect", + "type": "BOOLEAN", + "description": "An option to switch skew correction algorithm", + "default": true + }, + { + "name": "resultType", + "type": "NUMBER", + "description": "The type of result: Text, HOCR, PDF or their combinations", + "default": 1 + } + ], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "DownloadFile", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "File path e.g. '/folder/file.ext'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "versionId", + "type": "STRING", + "description": "File version ID to download", + "default": "" + }, + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "GetFilesList", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "Folder path e.g. '/folder'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "ObjectExists", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "File or folder path e.g. '/file.ext' or '/folder'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "versionId", + "type": "STRING", + "description": "File version ID", + "default": "" + }, + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "GetDiscUsage", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "GetFileVersions", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "File path e.g. '/file.ext'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Aspose.Cells Cloud", + "api_name": "StorageExists", + "api_description": " ", + "required_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to download the latest version of a file named 'report.docx'. Can you provide me with the download link for the latest version of the file?", + "relevant APIs": [ + [ + "Aspose.Cells Cloud", + "GetFileVersions" + ], + [ + "Aspose.Cells Cloud", + "DownloadFile" + ] + ], + "query_id": 15511 + }, + { + "api_list": [ + { + "category_name": "Energy", + "tool_name": "Regionalkonzept Strom Herkunft", + "api_name": "erzeugung", + "api_description": "Endpunkt erlaubt eine Liste der Postleitzahlenbereiche zu erhalten, in denen Verbraucher sein d\u00fcrfen, die von einer Erzeugungsanlage von angegebener Postleitzahl ihren Strom beziehen sollen.\n\n**Regionaler Herkunftsnachweis**\nBei Verwendung von Regionalnachweisen d\u00fcrfen Stromversorger nun in ihrer Stromkennzeichnung ausweisen, dass der von ihnen gelieferte EEG-Strom aus Anlagen in der Region der Verbraucherin oder des Verbrauchers kommt. [weitere Informationen](https://www.umweltbundesamt.de/dokument/rnr-regionenkonzept-2021/)\n\n**Verwendung**\n`/erzeugung?postleitzahl=10117 `\n\nLiefert eine Liste der Postleitzahlen, an der eine Verbraucher sein darf, damit der Strom als regionaler \u00d6kostrom bezeichnet werden darf, wenn dessen Netzeinspeisung (Erzeuger) in der Postleitzahl `10117` stattfindet.\n\nDatenstand: 2021", + "required_parameters": [ + { + "name": "postleitzahl", + "type": "STRING", + "description": "Postleitzahl der Erzeugungsanlage, f\u00fcr die eine Liste der Postleitzahlen von Verbrauchergebiete einers regionalen \u00d6kostrombezugs erstellt werden soll.", + "default": "01609" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Energy", + "tool_name": "Regionalkonzept Strom Herkunft", + "api_name": "Strommix", + "api_description": "Resultierender Strommix nach Anwendung der regionalen \u00d6kostromerzeugung im Gebiet einer Postleitzahl.", + "required_parameters": [ + { + "name": "postleitzahl", + "type": "STRING", + "description": "", + "default": "69168" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Energy", + "tool_name": "Regionalkonzept Strom Herkunft", + "api_name": "entnahme", + "api_description": "Endpunkt erlaubt eine Liste der Postleitzahlenbereiche zu erhalten, in denen Erzeugungsanlagen sein d\u00fcrfen, die f\u00fcr einen Verbraucher (Entnahme) an gegebener Postleitzahl ist.\n\n**Regionaler Herkunftsnachweis**\nBei Verwendung von Regionalnachweisen d\u00fcrfen Stromversorger nun in ihrer Stromkennzeichnung ausweisen, dass der von ihnen gelieferte EEG-Strom aus Anlagen in der Region der Verbraucherin oder des Verbrauchers kommt. [weitere Informationen](https://www.umweltbundesamt.de/dokument/rnr-regionenkonzept-2021/)\n\n**Verwendung**\n`/entnahme?postleitzahl=10117 `\n\nLiefert eine Liste der Postleitzahlen, an der eine Erzeugungsanlage sein darf, damit der Strom als regionaler \u00d6kostrom bezeichnet werden darf, wenn die Netzentnahme (Verbrauch) in der Postleitzahl `10117` stattfindet.\n\nDatenstand: 2021", + "required_parameters": [ + { + "name": "postleitzahl", + "type": "STRING", + "description": "Postleitzahl des Verbrauchers (Entnahmestelle)", + "default": "09669" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My friends and I are interested in understanding the relationship between power generation and consumption in different zip codes. Can you provide us with a list of zip codes where a generation facility can supply power to consumers located in a specific zip code? For example, if we provide the zip code 88888, we would like to receive a list of zip codes where a generation facility can supply power to consumers in the zip code 88888.", + "relevant APIs": [ + [ + "Regionalkonzept Strom Herkunft", + "erzeugung" + ], + [ + "Regionalkonzept Strom Herkunft", + "entnahme" + ] + ], + "query_id": 16196 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "Veriphone", + "api_name": "verify", + "api_description": "Global phone number verification", + "required_parameters": [ + { + "name": "phone", + "type": "STRING", + "description": "The phone number to verify", + "default": "+4915123577723" + } + ], + "optional_parameters": [ + { + "name": "default_country", + "type": "STRING", + "description": "The default country in a 2 letters ISO format. Example: US, RU. Optional: the country will be infered from the prefix, from this parameter or from the IP address (in that order).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "phone": "str", + "phone_valid": "bool", + "phone_type": "str", + "phone_region": "str", + "country": "str", + "country_code": "str", + "country_prefix": "str", + "international_number": "str", + "local_number": "str", + "e164": "str", + "carrier": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Veriphone", + "api_name": "example", + "api_description": "Get an example phone number for any country", + "required_parameters": [], + "optional_parameters": [ + { + "name": "country_code", + "type": "STRING", + "description": "The example number's country in a 2 letters ISO format. Example: US, RU. Optional: the country will be infered from the IP address if this parameter is absent or invalid.", + "default": "GB" + }, + { + "name": "type", + "type": "STRING", + "description": "The type of example number to return. Values: fixed_line, mobile , premium_rate, shared_cost, toll_free, voip", + "default": "mobile" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "phone_type": "str", + "country_code": "str", + "country_prefix": "str", + "international_number": "str", + "local_number": "str", + "e164": "str" + } + } + ], + "query": "I want to check if the phone number +4915123577723 is valid and get the phone type, region, and carrier details. It would also be helpful to provide an example phone number for a VoIP type in the United Kingdom.", + "relevant APIs": [ + [ + "Veriphone", + "verify" + ], + [ + "Veriphone", + "example" + ] + ], + "query_id": 16970 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "Retrieve text", + "api_description": "Retrieve text from previously converted speech-to-text.", + "required_parameters": [ + { + "name": "transactionid", + "type": "STRING", + "description": "ID of speech-to-text transaction", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "List available numbers for a country", + "api_description": "Get list of available telephone numbers for a country", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Country for which querying for available numbers", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "List available numbers for a country/prefix", + "api_description": "Get list of available telephone numbers for a country and given prefix", + "required_parameters": [ + { + "name": "prefix", + "type": "STRING", + "description": "Prefix within country for which query for available numbers", + "default": "string" + }, + { + "name": "country", + "type": "STRING", + "description": "Country for which querying for available numbers", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "List allocated numbers", + "api_description": "Get list of allocated numbers", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "Retrieve audio file", + "api_description": "Retrieve audio file from previously converted text-to-speech. File is in MP3 format.", + "required_parameters": [ + { + "name": "transactionid", + "type": "STRING", + "description": "Transaction ID for previously submitted text-to-speech conversion.", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "Get endpoint", + "api_description": "Get endpoint for a number", + "required_parameters": [ + { + "name": "telno", + "type": "STRING", + "description": "Get current endpoint for telephone number", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "Can you please provide a list of available telephone numbers for the country 'Canada' using the List available numbers for a country API? I also need to retrieve the audio file from a text-to-speech conversion with the transaction ID '13579' using the Retrieve audio file API.", + "relevant APIs": [ + [ + "Melrose Labs Voice API", + "List available numbers for a country" + ], + [ + "Melrose Labs Voice API", + "Retrieve audio file" + ] + ], + "query_id": 17038 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Diffbot", + "api_name": "Article API", + "api_description": "The Article API is used to extract clean article text from news articles, blog posts, and other text-heavy web pages.", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "URL to extract article from (URLEncoded)", + "default": "http://blog.diffbot.com/diffbot-api-batch-requests/" + } + ], + "optional_parameters": [ + { + "name": "timeout", + "type": "NUMBER", + "description": "Specify a value in milliseconds (e.g., &timeout=15000) to override the default API timeout of 5000ms.", + "default": "15000" + }, + { + "name": "paging", + "type": "BOOLEAN", + "description": "Send paging=false to disable automatic concatenation of multi-page articles.", + "default": "" + }, + { + "name": "fields", + "type": "STRING", + "description": "Send in a list of comma-separated fieldnames to override default field output in the response.", + "default": "text,html,images(pixelHeight,pixelWidth)" + } + ], + "method": "GET", + "template_response": { + "errorCode": "int", + "error": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Diffbot", + "api_name": "Frontpage", + "api_description": "The Frontpage API takes in a multifaceted \u201chomepage\u201d and returns individual page elements.", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "Frontpage URL from which to extract items", + "default": "http://blog.diffbot.com" + } + ], + "optional_parameters": [ + { + "name": "timeout", + "type": "STRING", + "description": "Specify a value in milliseconds (e.g., &timeout=15000) to override the default API timeout of 5000ms.", + "default": "15000" + }, + { + "name": "format", + "type": "STRING", + "description": "Format the response output in xml (default) or json", + "default": "json" + }, + { + "name": "all", + "type": "STRING", + "description": "Returns all content from page, including navigation and similar links that the Diffbot visual processing engine considers less important / non-core.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "errorCode": "int", + "error": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Diffbot", + "api_name": "Product API", + "api_description": "The Product API retrieves full product data from any e-commerce shopping page.", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "URL of the page to process.", + "default": "http://www.amazon.com/Kindle-Ereader-ebook-reader/dp/B007HCCNJU/" + } + ], + "optional_parameters": [ + { + "name": "timeout", + "type": "NUMBER", + "description": "Specify a value in milliseconds (e.g., &timeout=15000) to override the default API timeout of 5000ms.", + "default": "15000" + }, + { + "name": "fields", + "type": "STRING", + "description": "Send in a list of comma-separated fieldnames to override default field output in the response.", + "default": "products(offerPrice,regularPrice)" + } + ], + "method": "GET", + "template_response": { + "errorCode": "int", + "error": "str" + } + } + ], + "query": "I'm a developer working on a news aggregator app. Can you provide me with the full-text articles, images, and author information for the top news articles from various news sources? It would be helpful to sort the articles by category and include the publication date.", + "relevant APIs": [ + [ + "Diffbot", + "Article API" + ], + [ + "Diffbot", + "Frontpage" + ] + ], + "query_id": 17087 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Zestimate history", + "api_description": "Zestimate history by zpid", + "required_parameters": [ + { + "name": "zpid", + "type": "STRING", + "description": "", + "default": "20476226" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Photos", + "api_description": "Returns a property's photos with different sizes and types.", + "required_parameters": [ + { + "name": "zpid", + "type": "STRING", + "description": "", + "default": "2110846380" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Property details", + "api_description": "Get a property's details by its zpid", + "required_parameters": [ + { + "name": "zpid", + "type": "STRING", + "description": "", + "default": "7594920" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Walk, Transit and Bike Score", + "api_description": "Get Walk, Transit and Bike Score of a property by zpid", + "required_parameters": [], + "optional_parameters": [ + { + "name": "zpid", + "type": "NUMBER", + "description": "", + "default": "20485700" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Rent Zestimate and Comparable properties", + "api_description": "Returns a property's rent zestimate and it's comparable properties in the same area.", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "", + "default": "1545 Yale St, Santa Monica, CA 90404" + } + ], + "optional_parameters": [ + { + "name": "bedrooms", + "type": "STRING", + "description": "[SIMILARFLOORPLANS] \nFilter for number of bedrooms: (To choose multiple values separate with comma eg : 0,1,2)\nPossible values:\n**0\n1\n2\n3\n4plus**\n", + "default": "" + }, + { + "name": "pets", + "type": "STRING", + "description": "[SIMILARFLOORPLANS] \nFilter for Pets: (To choose multiple values separate with comma eg : dogs,cats)\nPossible values:\n**any (Default)\ndogs\ncats**\n", + "default": "" + }, + { + "name": "amenities", + "type": "STRING", + "description": "[SIMILARFLOORPLANS] \nFilter for amenities: (To choose multiple values separate with comma eg : cooling,parking)\nPossible values:\n**any (Default)\ncooling\nheating\nparking**\n", + "default": "" + }, + { + "name": "laundry", + "type": "STRING", + "description": "[SIMILARFLOORPLANS] \nFilter for Laundry: (To choose multiple values separate with comma eg : inUnit,shared)\nPossible values:\n**any (Default)\ninUnit\nshared**\n", + "default": "" + }, + { + "name": "propertyTypes", + "type": "STRING", + "description": "[SIMILARFLOORPLANS] \nFilter for Property Types: (To choose multiple values separate with comma eg : house,condo)\nPossible values:\n**any (Default)\napartment\nhouse\ntownhouse\ncondo**\n", + "default": "" + }, + { + "name": "activeTypes", + "type": "STRING", + "description": "SimilarFloorPlans filter:\nPossible values:\nany (Default)\nactive (Active Rentals)\ninactive (Inactive Rentals)\n", + "default": "" + }, + { + "name": "deactivatedDays", + "type": "STRING", + "description": "[SIMILARFLOORPLANS]\nFilter for inactive rentals within X days:\nPossible values:\n30 (Within 30 days (max))\n15 (Within 15 days)\n7 (Within 7 days)\n", + "default": "" + }, + { + "name": "activatedDays", + "type": "STRING", + "description": "[SIMILARFLOORPLANS]\nFilter for Active Rentals within X days:\nPossible values:\nany (Default)\n30 (Within 30 days)\n15 (Within 15 days)\n7 (Within 7 days)\n", + "default": "" + }, + { + "name": "distanceInMiles", + "type": "STRING", + "description": "[SIMILARFLOORPLANS] \nFilter for distance in Miles: \nPossible values:\n**any\n1\n2\n3\n4\n5**\n", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Agent's active listings", + "api_description": "Get agent's active listings by zuid", + "required_parameters": [ + { + "name": "zuid", + "type": "STRING", + "description": "", + "default": "X1-ZUz0nmomozy2o9_9bpwk" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Agent Reviews", + "api_description": "Get agent reviews by the agent's zuid", + "required_parameters": [ + { + "name": "zuid", + "type": "STRING", + "description": "", + "default": "X1-ZUz0nmomozy2o9_9bpwk" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Agent's rental listings", + "api_description": "Get agent's rental listings by zuid", + "required_parameters": [ + { + "name": "zuid", + "type": "STRING", + "description": "", + "default": "X1-ZUz0nmomozy2o9_9bpwk" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Agent details by username", + "api_description": "Get agent's details by username(contact infos, active listings and reviews etc).\nPS : username is the profile link \nExample : \nusername : Pardee-Properties\nfor https://www.zillow.com/profile/Pardee-Properties/", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "Pardee-Properties" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Zillow_v2", + "api_name": "Search for agents", + "api_description": "Search for agents by location and name", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "houston, tx" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "specialties", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a company event in Santa Monica, CA and I need to find rental properties for our employees. Can you assist me in finding rental properties with good walk, transit, and bike scores in the area? It would be helpful if you could provide the rent zestimate and comparable properties as well.", + "relevant APIs": [ + [ + "Zillow_v2", + "Rent Zestimate and Comparable properties" + ], + [ + "Zillow_v2", + "Walk, Transit and Bike Score" + ] + ], + "query_id": 17204 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Realtor API for Real Estate Data", + "api_name": "RealtorSchoolList", + "api_description": "This endpoint will give you the Realtor School List with the data as given below, if you provide the city, state_code and page.\nParameters:\ncity: San Jose or New York etc\nstate_code: CA or NY etc\nschool_level: It can be either one of them (elementary, middle, high, private & charter)\npage: min = 1 and max can be depends on the total number of results. \n\n`{\n \"coordinates\": {\n \"lat\": 37.247605,\n \"lon\": -121.946069\n },\n \"funding_type\": \"public\",\n \"grades\": [\n \"K\",\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\"\n ],\n \"id\": \"078653021\",\n \"location\": {\n \"city\": \"San Jose\",\n \"city_slug_id\": \"San-Jose_CA\",\n \"state\": \"CA\"\n },\n \"name\": \"Carlton Elementary School\",\n \"parent_rating\": 4,\n \"rating\": 9,\n \"review_count\": 27,\n \"school url\": \"https://www.realtor.com/local/schools/Carlton-Elementary-School-078653021\"\n }`", + "required_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "San Jose" + }, + { + "name": "school_level", + "type": "STRING", + "description": "", + "default": "elementary" + }, + { + "name": "state_code", + "type": "STRING", + "description": "", + "default": "CA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "coordinates": { + "lat": "float", + "lon": "float" + }, + "funding_type": "str", + "grades": [ + "list of str with length 6" + ], + "id": "str", + "location": { + "city": "str", + "city_slug_id": "str", + "state": "str" + }, + "name": "str", + "parent_rating": "int", + "rating": "int", + "review_count": "int", + "school url": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Realtor API for Real Estate Data", + "api_name": "RealtorAgentList", + "api_description": "This endpoint will give you the Realtor Agent List with the data as given below, if you provide the city, state_code and page.\nParameters:\ncity: San Jose or New York\nstate_code: CA or NY\npage: min = 1 and max can be depends on the total number of results. \n\n`{\n \"agent_address\": {\n \"city\": \"PLEASANTON\",\n \"country\": \"US\",\n \"line\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"94588\",\n \"state\": \"\",\n \"state_code\": \"CA\"\n },\n \"agent_bio\": \"Mark Lafferty Office: 925-216-6203 nEmail Me Keller Williams Tri-Valley Realtyn2300 First St. #316nLivermore, CA 94550nnExperiencenAs an agent who's an expert in this local area, I bring a wealth of knowledge and expertise about buying and selling real estate here. It's not the same everywhere, so you need someone you can trust for up-to-date information. I am eager to serve you. Here are some of the things I can do for you:nnFind Your Next HomenYou need someone who knows this area inside and out! I can work with you to find the right home at the right price for you, including all the neighborhood amenities that matter - not to mention the essential criteria you have for your ideal homennSell a HomenWhen it's time to move, you need someone who will advertise your home, show to prospective buyers, negotiate the purchase contract, arrange financing, oversee the inspections, handle all necessary paperwork and supervise the closing. I can take care of everything you need, from start to close.nnConsult on Home Selling TacticsnOftentimes buyers don't visualize living in your home the way you do. I can make your home attractive to its ideal audience - which can help you get top dollar. Things like staging the home, making repairs or minor improvements, or even simply painting the walls can be the difference between a home resting on the market and one that's sold fast.n..\",\n \"agent_languages\": [],\n \"agent_mls\": [\n {\n \"abbreviation\": \"FAR_19911A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_1399152E133D152E0030\"\n },\n \"primary\": false,\n \"type\": \"A\"\n },\n {\n \"abbreviation\": \"FAR_19ED1A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_1399152E133D152E0030\"\n },\n \"primary\": false,\n \"type\": \"A\"\n },\n {\n \"abbreviation\": \"FAR_1A021A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_1399152E133D152E0030\"\n },\n \"primary\": true,\n \"type\": \"A\"\n },\n {\n \"abbreviation\": \"FAR_20971A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_12D2140114631531\"\n },\n \"primary\": false,\n \"type\": \"A\"\n }\n ],\n \"agent_photo\": \"http://p.rdcpix.com/v01/aaa120200-c0o.jpg\",\n \"agent_rating\": 0,\n \"agent_recommendations_count\": 0,\n \"agent_reviews_count\": 0,\n \"agent_served_areas\": [\n {\n \"name\": \"Fremont\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Livermore\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Pleasanton\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Sunol\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Milpitas\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"San Jose\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Mount Hamilton\",\n \"state_code\": \"CA\"\n }\n ],\n \"agent_slogan\": \"\",\n \"agent_specializations\": [\n {\n \"name\": \"Buyer\"\n },\n {\n \"name\": \"Commercial\"\n },\n {\n \"name\": \"First Time\"\n },\n {\n \"name\": \"Golf\"\n },\n {\n \"name\": \"Investment Properties\"\n },\n {\n \"name\": \"Land\"\n },\n {\n \"name\": \"Ranch\"\n },\n {\n \"name\": \"Seller\"\n },\n {\n \"name\": \"Vinyard\"\n },\n {\n \"name\": \"Winery\"\n }\n ],\n \"agent_team_details\": {\n \"is_team_member\": false\n },\n \"agent_type\": [\n \"buyer\",\n \"seller\"\n ],\n \"agent_website\": \"http://www.marklafferty.com\",\n \"for_sale\": {\n \"count\": 4,\n \"last_listing_date\": \"2023-01-31T01:52:43Z\",\n \"max\": 1970000,\n \"min\": 849950\n },\n \"is_realtor\": true,\n \"joined\": [\n 0,\n 0\n ],\n \"license\": [\n {\n \"country\": \"US\",\n \"license_number\": \"01344268\",\n \"state_code\": \"CA\"\n }\n ],\n \"marketing_areas\": [\n {\n \"city_state\": \"Fremont_CA\",\n \"name\": \"Fremont\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Sunol_CA\",\n \"name\": \"Sunol\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Livermore_CA\",\n \"name\": \"Livermore\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Pleasanton_CA\",\n \"name\": \"Pleasanton\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Milpitas_CA\",\n \"name\": \"Milpitas\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"San Jose_CA\",\n \"name\": \"San Jose\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"East Foothills_CA\",\n \"name\": \"East Foothills\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Alum Rock_CA\",\n \"name\": \"Alum Rock\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Mount Hamilton_CA\",\n \"name\": \"Mount Hamilton\",\n \"state_code\": \"CA\"\n }\n ],\n \"office_address\": {\n \"city\": \"PLEASANTON\",\n \"country\": \"US\",\n \"line\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"94588\",\n \"state\": \"\",\n \"state_code\": \"CA\"\n },\n \"office_fulfillment_id\": 1424399,\n \"office_mls\": [\n {\n \"abbreviation\": \"FAR_19911A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_2098221F12D3\"\n },\n \"primary\": false,\n \"type\": \"O\"\n },\n {\n \"abbreviation\": \"FAR_19ED1A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_2098221F12D3\"\n },\n \"primary\": false,\n \"type\": \"O\"\n },\n {\n \"abbreviation\": \"FAR_1A021A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_2098221F12D3\"\n },\n \"primary\": true,\n \"type\": \"O\"\n },\n {\n \"abbreviation\": \"FAR_20971A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_153013A10033\"\n },\n \"primary\": false,\n \"type\": \"O\"\n }\n ],\n \"office_name\": \"KELLER WILLIAMS TRI-VALLEY\",\n \"office_party_id\": \"3145631\",\n \"office_phone\": [\n {\n \"ext\": \"\",\n \"number\": \"(925) 397-4200\",\n \"type\": \"Office\"\n }\n ],\n \"office_website\": \"WWW.PIERCETHEMARKET.COM\",\n \"party_id\": 4232697,\n \"person_name\": \"MARK M. LAFFERTY\",\n \"phones\": [\n {\n \"ext\": \"\",\n \"number\": \"(925) 216-6203\",\n \"type\": \"Mobile\"\n }\n ],\n \"position\": \"Agent\",\n \"profile_url\": \"https://www.realtor.com/realestateagents/MARK-M.-LAFFERTY_PLEASANTON_CA_135850_943184397\",\n \"profile_url_id\": \"https://www.realtor.com/realestateagents/56b01aefbb954c01006a3382\",\n \"recently_sold\": {\n \"count\": 30,\n \"last_sold_date\": \"2023-01-13\",\n \"max\": 2850000,\n \"min\": 630000\n },\n \"served_zip_codes\": [\n \"94539\",\n \"94550\",\n \"94551\",\n \"94566\",\n \"94586\",\n \"95035\",\n \"95036\",\n \"95101\",\n \"95103\",\n \"95106\",\n \"95108\",\n \"95109\",\n \"95110\",\n \"95111\",\n \"95112\",\n \"95113\",\n \"95115\",\n \"95116\",\n \"95121\",\n \"95122\",\n \"95127\",\n \"95131\",\n \"95132\",\n \"95133\",\n \"95134\",\n \"95135\",\n \"95138\",\n \"95140\",\n \"95148\",\n \"95150\",\n \"95151\",\n \"95152\",\n \"95153\",\n \"95154\",\n \"95155\",\n \"95156\",\n \"95157\",\n \"95158\",\n \"95159\"\n ],\n \"types\": \"agent\",\n \"video_url\": null\n }`", + "required_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "state_code", + "type": "STRING", + "description": "", + "default": "CA" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "San Jose" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Error": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Realtor API for Real Estate Data", + "api_name": "RealtorPropertyList", + "api_description": "This endpoint will give you the Realtor Property List with the data as given below, if you provide the city, state_code and offset.\nParameters:\ncity: San Jose or New York\nstate_code: CA or NY\noffset: min = 0 and max can be depends on the total number of results. but the maximum number of results you can see at a time is 42. So you need to keep increasing the offset value by 42 to achieve a pagination. To achieve pagination you have to start the offset from 0 and increase the offset by 42.\n\n`{\n \"agent\": [\n {\n \"office_name\": \"CENTURY21 REAL ESTATE ALLIANCE\"\n },\n {\n \"office_name\": null\n }\n ],\n \"branding\": [\n {\n \"name\": \"CENTURY 21 Real Estate Alliance\",\n \"photo\": null,\n \"type\": \"Office\"\n }\n ],\n \"last_update_date\": \"2022-12-06T01:24:16Z\",\n \"list_date\": \"2022-08-23T23:24:23Z\",\n \"list_price\": 875000,\n \"listing_id\": \"2946989531\",\n \"location\": {\n \"address\": {\n \"city\": \"San Francisco\",\n \"coordinate\": {\n \"lat\": 37.71979,\n \"lon\": -122.462898\n },\n \"line\": \"9 Garfield St\",\n \"postal_code\": \"94132\",\n \"state\": \"California\",\n \"state_code\": \"CA\"\n },\n \"county\": {\n \"fips_code\": \"06075\",\n \"name\": \"San Francisco\"\n },\n \"street_view_url\": \"https://maps.googleapis.com/maps/api/streetview?channel=rdc-streetview&client=gme-movesalesinc&location=9%20Garfield%20St%2C%20San%20Francisco%2C%20CA%2094132&size=640x480&source=outdoor&signature=NniMw06UKhWMjlwyIN-dwOajrxo=\"\n },\n \"open_house_description\": \"No Open House Available\",\n \"other_listings\": {\n \"rdc\": [\n {\n \"listing_id\": \"2946989531\",\n \"listing_key\": null,\n \"primary\": true,\n \"status\": \"for_sale\"\n }\n ]\n },\n \"permalink\": \"https://www.realtor.com/realestateandhomes-detail/9-Garfield-St_San-Francisco_CA_94132_M23343-72866\",\n \"photos\": [\n {\n \"href\": \"https://ap.rdcpix.com/690f73cb78c5a22ccb272def0e3435fel-b1134851845s.jpg\"\n },\n {\n \"href\": \"https://ap.rdcpix.com/690f73cb78c5a22ccb272def0e3435fel-b145756411s.jpg\"\n }\n ],\n \"price_reduced_amount\": null,\n \"primary_photo\": \"https://ap.rdcpix.com/690f73cb78c5a22ccb272def0e3435fel-b1134851845s.jpg\",\n \"property_description\": {\n \"baths\": 1,\n \"baths_1qtr\": null,\n \"baths_3qtr\": null,\n \"baths_full\": 1,\n \"baths_half\": null,\n \"beds\": 0,\n \"garage\": 2,\n \"lot_sqft\": 2539,\n \"name\": null,\n \"sold_date\": \"2017-08-17\",\n \"sold_price\": 45373,\n \"sqft\": 1094,\n \"stories\": null,\n \"sub_type\": null,\n \"type\": \"single_family\",\n \"year_built\": 1947\n },\n \"property_id\": \"2334372866\",\n \"source\": \"BDCA\",\n \"status\": \"for_sale\",\n \"tax_record\": \"6A966F0C987E7C5A1DB0D29A6B22116A\",\n \"type\": \"mls\",\n \"virtual_tour_link\": \"No Virtual Tour Available\"\n }`", + "required_parameters": [ + { + "name": "offset", + "type": "STRING", + "description": "", + "default": "0" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "San Jose" + }, + { + "name": "state_code", + "type": "STRING", + "description": "", + "default": "CA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"agent\": [{\"office_name\": \"NoneType\", \"_list_length\": 1}], \"branding\": [{\"name\": \"str\", \"photo\": \"NoneType\", \"type\": \"str\", \"_list_length\": 1}], \"last_update_date\": \"str\", \"list_date\": \"str\", \"list_price\": \"int\", \"listing_id\": \"str\", \"location\": {\"address\": {\"city\": \"str\", \"coordinate\": {\"lat\": \"float\", \"lon\": \"float\"}, \"line\": \"str\", \"postal_code\": \"str\", \"state\": \"str\", \"state_code\": \"str\"}, \"county\": {\"fips_code\": \"str\", \"name\": \"str\"}, \"street_view_url\": \"str\"}, \"open_house_description\": \"str\", \"other_listings\": {\"rdc\": [{\"listing_id\": \"str\", \"listing_key\": \"NoneType\", \"primary\": \"bool\", \"status\": \"str\", \"_list_length\": 1}]}, \"permalink\": \"str\", \"photos\": [{\"href\": \"str\", \"_list_length\": 2}], \"price_reduced_amount\": \"NoneType\", \"primary_photo\": \"str\", \"property_description\": {\"baths\": \"int\", \"baths_1qtr\": \"NoneType\", \"baths_3qtr\": \"NoneType\", \"baths_full\": \"int\", \"baths_half\": \"int\", \"beds\": \"int\", \"garage\": \"int\", \"lot_sqft\": \"int\", \"name\": \"NoneType\", \"sold_date\": \"str\", \"sold_p" + } + ], + "query": "I would like to know the available properties for sale in Pleasanton, CA. Can you provide me with the Realtor Property List for the city? Moreover, I am interested in finding a reliable real estate agent in Pleasanton, CA. Please fetch the Realtor Agent List for the city.", + "relevant APIs": [ + [ + "Realtor API for Real Estate Data", + "RealtorPropertyList" + ], + [ + "Realtor API for Real Estate Data", + "RealtorAgentList" + ] + ], + "query_id": 17223 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "COVID-19 INDIA", + "api_name": "Get Info", + "api_description": "Get Covid Latest Information", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"21/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"20/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"19/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"18/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"17/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"16/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"15/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"14/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"13/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"12/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"11/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"10/05/2023\": [{\"info\": \"str\", \"text\": \"str\", \"link\": \"str\", \"_list_length\": 1}], \"09/05/2023\": [" + }, + { + "category_name": "Data", + "tool_name": "COVID-19 INDIA", + "api_name": "Get Details", + "api_description": "Coronavirus India Live Updates (State)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"Andaman and Nicobar Islands\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Andhra Pradesh\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Arunachal Pradesh\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Assam\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Bihar\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Chandigarh\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Chhattisgarh\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Dadra and Nagar Haveli and Daman and Diu\": {\"slno\": \"int\", \"state\": \"str\", \"confirm\": \"str\", \"cured\": \"str\", \"death\": \"int\", \"total\": \"int\"}, \"Delhi\": {\"slno\": \"int\", \"state\": \"str\", \"con" + }, + { + "category_name": "Data", + "tool_name": "COVID-19 INDIA", + "api_name": "Get Latest Updates", + "api_description": "Coronavirus India Live Guidelines, Bills, etc", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"Developed and hosted by\": \"str\", \"21/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"20/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"19/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"18/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"17/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"16/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"15/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"14/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"13/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"12/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"11/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"10/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"09/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"08/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"07/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"06/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"05/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"04/05/2023\": [{\"info\": \"str\", \"_list_length\": 1}], \"03/05/2023\": [{\"info\": \"str\"" + } + ], + "query": "I'm interested in the COVID-19 situation in India. Can you provide me with the latest updates on active, recovered, and deaths cases in the country? Additionally, I would like to know the guidelines and bills related to the coronavirus. Please organize this information into a comprehensive report.", + "relevant APIs": [ + [ + "COVID-19 INDIA", + "Get Info" + ], + [ + "COVID-19 INDIA", + "Get Latest Updates" + ] + ], + "query_id": 17952 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Zumata", + "api_name": "/hotels", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Zumata", + "api_name": "/healthcheck", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Zumata", + "api_name": "/hotels_minimal", + "api_description": "", + "required_parameters": [], + "optional_parameters": [ + { + "name": "destinationId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "checkInDateTime", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "checkOutDateTime", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "roomCount", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "adultCount", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "sessionId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateOrProvinceCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "gzip", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "production", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "hotelId", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Zumata", + "api_name": "/hotels_dynamic", + "api_description": "", + "required_parameters": [], + "optional_parameters": [ + { + "name": "destination_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "checkInDateTime", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "checkOutDateTime", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "roomCount", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "adultCount", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "sessionId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countryCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "stateOrProvinceCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "gzip", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "production", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "hotelId[]", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "max_wait", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "requested_currency", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I am planning a trip to Tokyo and I want to explore the dynamic hotel options available there. Can you provide me with a list of hotels in Tokyo that offer unique experiences, such as capsule hotels, traditional ryokans, and themed hotels? It would be helpful to know the availability and prices of these hotels.", + "relevant APIs": [ + [ + "Zumata", + "/hotels" + ], + [ + "Zumata", + "/hotels_dynamic" + ] + ], + "query_id": 20628 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "BART", + "api_name": "Schedule information", + "api_description": "", + "required_parameters": [ + { + "name": "cmd", + "type": "STRING", + "description": "See more examples at http://api.bart.gov/docs/overview/examples.aspx", + "default": "arrive" + } + ], + "optional_parameters": [ + { + "name": "orig", + "type": "STRING", + "description": "", + "default": "24th" + }, + { + "name": "dest", + "type": "STRING", + "description": "", + "default": "rock" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "BART", + "api_name": "Advisory information", + "api_description": "", + "required_parameters": [ + { + "name": "cmd", + "type": "STRING", + "description": "See more examples http://api.bart.gov/docs/overview/examples.aspx", + "default": "bsa" + } + ], + "optional_parameters": [ + { + "name": "orig", + "type": "STRING", + "description": "Optional station filter. Uses 4 character BART station abbreviations (http://api.bart.gov/docs/overview/abbrev.aspx)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "BART", + "api_name": "Route information", + "api_description": "", + "required_parameters": [ + { + "name": "cmd", + "type": "STRING", + "description": "See more examples http://api.bart.gov/docs/overview/examples.aspx", + "default": "routes" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "BART", + "api_name": "Station information", + "api_description": "", + "required_parameters": [ + { + "name": "cmd", + "type": "STRING", + "description": "See more examples at http://api.bart.gov/docs/overview/examples.aspx", + "default": "stns" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "BART", + "api_name": "Real-time information", + "api_description": "", + "required_parameters": [ + { + "name": "cmd", + "type": "STRING", + "description": "See more examples http://api.bart.gov/docs/overview/examples.aspx", + "default": "etd" + }, + { + "name": "orig", + "type": "STRING", + "description": "Specifies the station. Stations are referenced by their abbreviations (http://api.bart.gov/docs/overview/abbrev.aspx). You can also use 'ALL' to get all of the current ETD's.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Can you give me details about the stations in the BART network? I also need information about the routes available from the 24th Street station.", + "relevant APIs": [ + [ + "BART", + "Station information" + ], + [ + "BART", + "Route information" + ] + ], + "query_id": 20704 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "Reqres - dont change!", + "api_name": "Users", + "api_description": "Users", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "page": "int", + "per_page": "int", + "total": "int", + "total_pages": "int", + "data": [ + { + "id": "int", + "email": "str", + "first_name": "str", + "last_name": "str", + "avatar": "str", + "_list_length": 6 + } + ], + "support": { + "url": "str", + "text": "str" + } + } + }, + { + "category_name": "Advertising", + "tool_name": "Reqres - dont change!", + "api_name": "User by id", + "api_description": "User by id", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [ + { + "name": "array[]", + "type": "ARRAY", + "description": "", + "default": "[\"asd\", \"dsa\"]" + }, + { + "name": "array[]", + "type": "ARRAY", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": { + "data": { + "id": "int", + "email": "str", + "first_name": "str", + "last_name": "str", + "avatar": "str" + }, + "support": { + "url": "str", + "text": "str" + } + } + } + ], + "query": "For my advertising project, I need to fetch user data from the Reqres API. Retrieve the list of users and their details, such as email, first name, last name, and avatar. Additionally, retrieve the user with ID 1 and display their email, first name, last name, and avatar. Ensure you include the support URL and text in the response.", + "relevant APIs": [ + [ + "Reqres - dont change!", + "Users" + ], + [ + "Reqres - dont change!", + "User by id" + ] + ], + "query_id": 21596 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Nowcast", + "api_description": "3-hour forecast in 15-minute time steps.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "dataset", + "type": "STRING", + "description": "Variable set", + "default": "full" + }, + { + "name": "windunit", + "type": "STRING", + "description": "Wind speed unit in response.", + "default": "MS" + }, + { + "name": "tz", + "type": "STRING", + "description": "Time zone in response (IANA time zone database names)", + "default": "Europe/London" + }, + { + "name": "tempunit", + "type": "STRING", + "description": "Temperature unit in response", + "default": "C" + }, + { + "name": "alt", + "type": "NUMBER", + "description": "Altitude (meters)", + "default": "0" + }, + { + "name": "periods", + "type": "NUMBER", + "description": "Number of time steps (default 8, maximum 12)", + "default": "8" + } + ], + "method": "GET", + "template_response": { + "forecast": [ + { + "time": "str", + "symbol": "str", + "symbolPhrase": "str", + "temperature": "int", + "feelsLikeTemp": "int", + "relHumidity": "int", + "dewPoint": "int", + "windDir": "int", + "windSpeed": "int", + "windGust": "int", + "windDirString": "str", + "precipProb": "int", + "snowRate": "int", + "precipRate": "int", + "cloudiness": "int", + "thunderProb": "int", + "uvIndex": "int", + "pressure": "float", + "precipType": "str", + "_list_length": 8 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Three-hourly", + "api_description": "A longer three-hourly forecast up to 14 days.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "history", + "type": "BOOLEAN", + "description": "Whether to include 24 hours of past data.", + "default": "0" + }, + { + "name": "tz", + "type": "STRING", + "description": "Time zone in response (IANA time zone database names)", + "default": "Europe/London" + }, + { + "name": "dataset", + "type": "STRING", + "description": "Variable set", + "default": "full" + }, + { + "name": "tempunit", + "type": "STRING", + "description": "Temperature unit in response", + "default": "C" + }, + { + "name": "alt", + "type": "NUMBER", + "description": "Altitude (meters)", + "default": "0" + }, + { + "name": "periods", + "type": "NUMBER", + "description": "Number of time steps (default 8, maximum 12)", + "default": "8" + }, + { + "name": "windunit", + "type": "STRING", + "description": "Wind speed unit in response.", + "default": "MS" + } + ], + "method": "GET", + "template_response": { + "forecast": [ + { + "time": "str", + "symbol": "str", + "symbolPhrase": "str", + "temperature": "int", + "feelsLikeTemp": "int", + "windSpeed": "int", + "windGust": "int", + "relHumidity": "int", + "dewPoint": "int", + "windDir": "int", + "windDirString": "str", + "precipProb": "int", + "precipAccum": "int", + "snowAccum": "int", + "cloudiness": "int", + "thunderProb": "int", + "uvIndex": "int", + "pressure": "float", + "visibility": "int", + "solarRadiation": "int", + "precipType": "str", + "_list_length": 8 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Daily", + "api_description": "Daily forecast.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "alt", + "type": "NUMBER", + "description": "Altitude (meters)", + "default": "0" + }, + { + "name": "dataset", + "type": "STRING", + "description": "Variable set", + "default": "full" + }, + { + "name": "tempunit", + "type": "STRING", + "description": "Temperature unit in response", + "default": "C" + }, + { + "name": "windunit", + "type": "STRING", + "description": "Wind speed unit in response.", + "default": "MS" + }, + { + "name": "periods", + "type": "NUMBER", + "description": "Number of time steps (default 8, maximum 12)", + "default": "8" + } + ], + "method": "GET", + "template_response": { + "forecast": [ + { + "date": "str", + "symbol": "str", + "symbolPhrase": "str", + "maxTemp": "int", + "minTemp": "int", + "maxFeelsLikeTemp": "int", + "minFeelsLikeTemp": "int", + "maxRelHumidity": "int", + "minRelHumidity": "int", + "maxDewPoint": "int", + "minDewPoint": "int", + "precipAccum": "int", + "snowAccum": "int", + "maxWindSpeed": "int", + "windDir": "int", + "maxWindGust": "int", + "precipProb": "int", + "cloudiness": "int", + "sunrise": "str", + "sunset": "str", + "sunriseEpoch": "int", + "sunsetEpoch": "int", + "moonrise": "str", + "moonset": "str", + "moonPhase": "int", + "uvIndex": "int", + "minVisibility": "int", + "pressure": "float", + "confidence": "str", + "solarRadiationSum": "int", + "_list_length": 8 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Location info", + "api_description": "Metadata for location.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "101275339" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "country": "str", + "timezone": "str", + "language": "str", + "adminArea": "str", + "adminArea2": "NoneType", + "adminArea3": "NoneType", + "lon": "float", + "lat": "float" + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Current", + "api_description": "Current weather estimate for location.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "windunit", + "type": "STRING", + "description": "Wind speed unit in response.", + "default": "MS" + }, + { + "name": "alt", + "type": "NUMBER", + "description": "Altitude (meters)", + "default": "0" + }, + { + "name": "lang", + "type": "STRING", + "description": "Language (ISO 639-1 codes). Options: de, en, es, fr, it, pl, ru, fi, sv, nl, ko, pt, th, tr, zh, zh_TW (Chinese in Taiwan), zh_CN (Chinese in China). (default en)", + "default": "en" + }, + { + "name": "tz", + "type": "STRING", + "description": "Time zone in response (IANA time zone database names)", + "default": "Europe/London" + }, + { + "name": "tempunit", + "type": "STRING", + "description": "Temperature unit in response", + "default": "C" + } + ], + "method": "GET", + "template_response": { + "current": { + "time": "str", + "symbol": "str", + "symbolPhrase": "str", + "temperature": "int", + "feelsLikeTemp": "int", + "relHumidity": "int", + "dewPoint": "int", + "windSpeed": "int", + "windDir": "int", + "windDirString": "str", + "windGust": "int", + "precipProb": "int", + "precipRate": "int", + "cloudiness": "int", + "thunderProb": "int", + "uvIndex": "int", + "pressure": "float", + "visibility": "int" + } + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Latest observations", + "api_description": "Observations from nearby representative weather stations.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "en" + } + ], + "method": "GET", + "template_response": { + "observations": [ + { + "station": "str", + "distance": "str", + "time": "str", + "temperature": "int", + "feelsLikeTemp": "int", + "symbol": "str", + "windDirString": "str", + "windDir": "int", + "windSpeed": "int", + "windGust": "int", + "pressure": "int", + "relHumidity": "int", + "visibility": "int", + "_list_length": 3 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Location search", + "api_description": "Search for locations by name.", + "required_parameters": [ + { + "name": "query", + "type": "string", + "description": "", + "default": "mumbai" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "en" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "in" + } + ], + "method": "GET", + "template_response": { + "locations": [ + { + "id": "int", + "name": "str", + "country": "str", + "timezone": "str", + "language": "str", + "adminArea": "str", + "adminArea2": "NoneType", + "adminArea3": "NoneType", + "lon": "float", + "lat": "float", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Hourly", + "api_description": "Hourly forecast.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "alt", + "type": "NUMBER", + "description": "Altitude (meters)", + "default": "0" + }, + { + "name": "history", + "type": "BOOLEAN", + "description": "Whether to include 24 hours of past data.", + "default": "0" + }, + { + "name": "dataset", + "type": "STRING", + "description": "Variable set", + "default": "full" + }, + { + "name": "tz", + "type": "STRING", + "description": "Time zone in response (IANA time zone database names)", + "default": "Europe/London" + }, + { + "name": "periods", + "type": "NUMBER", + "description": "Number of time steps (default 8, maximum 12)", + "default": "8" + }, + { + "name": "windunit", + "type": "STRING", + "description": "Wind speed unit in response.", + "default": "MS" + }, + { + "name": "tempunit", + "type": "STRING", + "description": "Temperature unit in response", + "default": "C" + } + ], + "method": "GET", + "template_response": { + "forecast": [ + { + "time": "str", + "symbol": "str", + "symbolPhrase": "str", + "temperature": "int", + "feelsLikeTemp": "int", + "windSpeed": "int", + "windGust": "int", + "relHumidity": "int", + "dewPoint": "int", + "windDir": "int", + "windDirString": "str", + "precipProb": "int", + "precipAccum": "int", + "snowAccum": "int", + "cloudiness": "int", + "thunderProb": "int", + "uvIndex": "int", + "pressure": "float", + "visibility": "int", + "solarRadiation": "int", + "precipType": "str", + "_list_length": 8 + } + ] + } + } + ], + "query": "I'm a photographer looking for the perfect sunset location. Can you suggest some places with stunning sunsets and provide me with the daily weather forecast for those locations? I also need information on the best camera settings for capturing sunsets.", + "relevant APIs": [ + [ + "Foreca Weather", + "Daily" + ], + [ + "Foreca Weather", + "Location search" + ] + ], + "query_id": 21776 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Directions Between 2 Locations", + "api_description": "This endpoint returns information about the route between two locations in terms of distance, duration, and steps.\n\nBelow Example: **Directions from a location in Nansana to Kampala**", + "required_parameters": [ + { + "name": "end_lat", + "type": "NUMBER", + "description": "Latitude of the ending point (required)", + "default": "0.32493795000000003" + }, + { + "name": "start_lat", + "type": "NUMBER", + "description": "Latitude of the starting point (required)", + "default": "0.365816" + }, + { + "name": "end_lon", + "type": "NUMBER", + "description": "Longitude of the ending point (required)", + "default": "32.57523607707668" + }, + { + "name": "start_lon", + "type": "NUMBER", + "description": "Longitude of the starting point (required)", + "default": "32.529226" + } + ], + "optional_parameters": [ + { + "name": "distance_unit", + "type": "STRING", + "description": "Unit of distance measurement, valid options are **km** (default), and **mi**.", + "default": "km" + } + ], + "method": "GET", + "template_response": { + "distance": "str", + "duration": "str", + "steps": [ + { + "direction": "str", + "distance": "str", + "duration": "str", + "instruction": "str", + "location": [ + "list of float with length 2" + ], + "_list_length": 18 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Reverse Geocode", + "api_description": "This endpoint allows you to perform reverse geocoding in Uganda by providing query parameters for latitude and longitude. It returns the name of the city where the location is located.", + "required_parameters": [ + { + "name": "lon", + "type": "STRING", + "description": "The longitude of the location.", + "default": "32.57523607707668" + }, + { + "name": "lat", + "type": "STRING", + "description": "The latitude of the location.", + "default": "0.32493795000000003" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "amenity": "str", + "boundingbox": [ + "list of str with length 4" + ], + "category": "str", + "city": "str", + "country": "str", + "display_name": "str", + "region": "str", + "suburb": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Facilities Lookup", + "api_description": "This endpoint allows you to get facilities in Uganda like hospital, bank, college, etc. by providing optional query parameters for facility type, region and city. It returns a list of facilities that match the query parameters.", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "The region where the facility is located", + "default": "Central" + }, + { + "name": "type", + "type": "STRING", + "description": "The type of amenity facility to search for (default: **hospital**)\nOptions:\n**aerodrome, bar, cafe, fast_food, pub, restaurant, college, driving_school, school, university, bank, atm, pharmacy,** etc.. \n\n[More options->](https://wiki.openstreetmap.org/wiki/Map_features#Amenity)", + "default": "hospital" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "The number of facilities to query.", + "default": "10" + }, + { + "name": "city", + "type": "STRING", + "description": "The city where the facility is located", + "default": "Kampala" + } + ], + "method": "GET", + "template_response": { + "hospital": [ + { + "ISO3166-2-lvl4": "str", + "address": "str", + "amenity": "str", + "country_code": "str", + "county": "str", + "display_name": "str", + "latitude": "str", + "longitude": "str", + "postcode": "str", + "region": "str", + "road": "str", + "suburb": "str", + "village": "str", + "website": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Geocode", + "api_description": "This endpoint allows you to lookup locations in Uganda by providing an address query parameter. It returns the latitude, longitude and city name of the location.", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "Name of address", + "default": "Nansana" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "display_name": "str", + "latitude": "str", + "longitude": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Measure Distance", + "api_description": "This endpoint calculates the distance between two locations based on their latitude and longitude coordinates, while allowing the user to specify the unit of measurement.\n\nBelow Example: **Distance from Nansana to Kampala**", + "required_parameters": [ + { + "name": "lat1", + "type": "NUMBER", + "description": "Latitude of the first location (required)", + "default": "0.365816" + }, + { + "name": "lat2", + "type": "NUMBER", + "description": "Latitude of the second location (required)", + "default": "0.32493795000000003" + }, + { + "name": "lon2", + "type": "NUMBER", + "description": "Longitude of the second location (required)", + "default": "32.57523607707668" + }, + { + "name": "lon1", + "type": "NUMBER", + "description": "Longitude of the first location (required)", + "default": "32.529226" + } + ], + "optional_parameters": [ + { + "name": "unit", + "type": "STRING", + "description": "Unit of distance measurement, valid options are **km** (default), **mi**, **ft**, and **yd**.\n", + "default": "km" + } + ], + "method": "GET", + "template_response": { + "distance": "str", + "duration": "str", + "unit": "str" + } + } + ], + "query": "I'm a researcher studying the wildlife in Uganda and I need to find a research center in Kampala. Can you provide me with a list of research centers in Kampala? I would also like to know the distance and directions from my accommodation in Nansana to the research center.", + "relevant APIs": [ + [ + "Uganda API", + "Facilities Lookup" + ], + [ + "Uganda API", + "Directions Between 2 Locations" + ] + ], + "query_id": 22781 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": " Quotes API", + "api_name": "get_quotes_by_max_char_count", + "api_description": " ", + "required_parameters": [ + { + "name": "max_char_count", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": " Quotes API", + "api_name": "get_quotes_by_keyword", + "api_description": " ", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Social", + "tool_name": " Quotes API", + "api_name": "get_quotes_by_source", + "api_description": " ", + "required_parameters": [ + { + "name": "source", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Social", + "tool_name": " Quotes API", + "api_name": "get_random_quote", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "source": "str", + "quote": "str", + "char_count": "int" + } + } + ], + "query": "I'm a content creator working on a project about happiness. Can you provide me with quotes about happiness with a maximum character count of 100? Additionally, could you give me quotes from different sources like Aristotle, Dalai Lama, and Albert Einstein?", + "relevant APIs": [ + [ + " Quotes API", + "get_quotes_by_max_char_count" + ], + [ + " Quotes API", + "get_quotes_by_source" + ] + ], + "query_id": 22937 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get User Replies", + "api_description": "Get User Replies By ID\n\nYou can get the user(rest_id) query from \"Get User By Username\" endpoint", + "required_parameters": [ + { + "name": "user", + "type": "STRING", + "description": "", + "default": "2455740283" + }, + { + "name": "count", + "type": "STRING", + "description": "", + "default": "20" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get User Tweets", + "api_description": "Get User Tweets By ID\n\nYou can get the user(rest_id) query from \"Get User By Username\" endpoint", + "required_parameters": [ + { + "name": "count", + "type": "STRING", + "description": "", + "default": "20" + }, + { + "name": "user", + "type": "STRING", + "description": "", + "default": "2455740283" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Autocomplete", + "api_description": "Twitter Seach Query Autocomplete", + "required_parameters": [ + { + "name": "value", + "type": "STRING", + "description": "", + "default": "MrB" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Search Twitter", + "api_description": "Search Twitter (Top, Latest, Videos, Photos and People)", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "Top" + }, + { + "name": "count", + "type": "STRING", + "description": "", + "default": "20" + }, + { + "name": "query", + "type": "STRING", + "description": "", + "default": "Mr Beast" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get Post Retweets", + "api_description": "Get Post Retweets By Post ID", + "required_parameters": [ + { + "name": "count", + "type": "STRING", + "description": "", + "default": "40" + }, + { + "name": "pid", + "type": "STRING", + "description": "", + "default": "1552735248026411010" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get Post Quotes", + "api_description": "Get Post Quotes By Post ID", + "required_parameters": [ + { + "name": "count", + "type": "STRING", + "description": "", + "default": "40" + }, + { + "name": "pid", + "type": "STRING", + "description": "", + "default": "1552735248026411010" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get Post Comments", + "api_description": "Get Post Comments By Post ID", + "required_parameters": [ + { + "name": "pid", + "type": "STRING", + "description": "", + "default": "1552735248026411010" + }, + { + "name": "count", + "type": "STRING", + "description": "", + "default": "40" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get Post Likes", + "api_description": "Get Post Likes By Post ID", + "required_parameters": [ + { + "name": "count", + "type": "STRING", + "description": "", + "default": "40" + }, + { + "name": "pid", + "type": "STRING", + "description": "", + "default": "1552735248026411010" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get User Followings", + "api_description": "Get User Followings By ID. \n\nYou can get the user(rest_id) query from \"Get User By Username\" endpoint", + "required_parameters": [ + { + "name": "count", + "type": "STRING", + "description": "", + "default": "20" + }, + { + "name": "user", + "type": "STRING", + "description": "", + "default": "2455740283" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Twitter_v5", + "api_name": "Get User Followers", + "api_description": "Get User Followers By ID. \n\nYou can get the user(rest_id) query from \"Get User By Username\" endpoint", + "required_parameters": [ + { + "name": "user", + "type": "STRING", + "description": "", + "default": "2455740283" + }, + { + "name": "count", + "type": "STRING", + "description": "", + "default": "20" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I want to compile a list of the most popular tweets about a recent event on Twitter. Can you help me search for the top tweets related to the event and also retrieve the retweets, likes, and comments for each of these tweets? It would be great if you could provide the usernames of the users who retweeted and commented on the tweets.", + "relevant APIs": [ + [ + "Twitter_v5", + "Search Twitter" + ], + [ + "Twitter_v5", + "Get Post Retweets" + ], + [ + "Twitter_v5", + "Get Post Likes" + ], + [ + "Twitter_v5", + "Get Post Comments" + ] + ], + "query_id": 23163 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "General Trending", + "api_description": "**Trending videos** General", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "Music Data by ID", + "api_description": "Get** Music Data **by **ID**", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "Video Data by URL", + "api_description": "Get Video Data by U", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.tiktok.com/@mrbeast/video/7104724622674758954" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"data\": {\"aweme_detail\": {\"is_ads\": \"bool\", \"is_hash_tag\": \"int\", \"is_pgcshow\": \"bool\", \"prevent_download\": \"bool\", \"distribute_type\": \"int\", \"share_url\": \"str\", \"status\": {\"aweme_id\": \"str\", \"is_delete\": \"bool\", \"allow_share\": \"bool\", \"allow_comment\": \"bool\", \"private_status\": \"int\", \"in_reviewing\": \"bool\", \"reviewed\": \"int\", \"self_see\": \"bool\", \"is_prohibited\": \"bool\", \"download_status\": \"int\", \"review_result\": {\"review_status\": \"int\"}, \"video_mute\": {\"is_mute\": \"bool\", \"mute_desc\": \"str\"}}, \"rate\": \"int\", \"has_vs_entry\": \"bool\", \"need_vs_entry\": \"bool\", \"desc\": \"str\", \"music\": {\"id\": \"int\", \"id_str\": \"str\", \"title\": \"str\", \"author\": \"str\", \"album\": \"str\", \"cover_large\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"int\"}, \"cover_medium\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"int\"}, \"cover_thumb\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"" + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "Hashtag Feed by ID", + "api_description": "Get **Hashtag Feed **by **ID**", + "required_parameters": [ + { + "name": "challenge_id", + "type": "NUMBER", + "description": "", + "default": "5718" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "User Data by SecUID", + "api_description": "Get User Data by SecUID", + "required_parameters": [ + { + "name": "sec_user_id", + "type": "string", + "description": "", + "default": "MS4wLjABAAAABKjQkOz_IIzXXzEAl_9LGsWhvK-gBnlczwRPXK8EmxAp6K3X0qiaP5_OEqmm0XwG" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"status\": \"str\", \"data\": {\"status_code\": \"int\", \"user\": {\"account_type\": \"int\", \"avatar_168x168\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_300x300\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_larger\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_medium\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_thumb\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"aweme_count\": \"int\", \"commerce_user_info\": {\"ad_experience_entry\": \"bool\", \"ad_experience_text\": \"str\", \"ad_revenue_rits\": \"empty list\"}, \"custom_verify\": \"str\", \"follower_count\": \"int\", \"following_count\": \"int\", \"ins_id\": \"str\", \"nickname\": \"str\", \"original_musician\": {\"digg_count\": \"int\", \"music_count\": \"int\", \"music_used_count\": \"int\"}, \"privacy_setting\": {\"following_visibility\": \"int\"}, \"sec_uid\": \"str\", \"share_info\": {\"share_url\": \"str\", \"share_desc\": \"str\", \"share_title\": \"str\", \"bool_persist\": \"int\", \"share_desc_info\": \"str\"" + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "Hashtag Feed by Name", + "api_description": "Get **Hashtag Feed **by **Name**", + "required_parameters": [ + { + "name": "challenge_name", + "type": "string", + "description": "", + "default": "Food" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "User Feed by Name", + "api_description": "Get **User Feed** by **Name**", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mrbeast" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "User Feed by ID", + "api_description": "Get **User Feed** by** ID**", + "required_parameters": [ + { + "name": "user_id", + "type": "string", + "description": "", + "default": "6614519312189947909" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "User Data by Name", + "api_description": "Get** User Data** by** Name**", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mrbeast" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"status\": \"str\", \"data\": {\"status_code\": \"int\", \"user\": {\"account_type\": \"int\", \"avatar_168x168\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_300x300\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_larger\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_medium\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"avatar_thumb\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"]}, \"aweme_count\": \"int\", \"commerce_user_info\": {\"ad_experience_entry\": \"bool\", \"ad_experience_text\": \"str\", \"ad_revenue_rits\": \"empty list\"}, \"custom_verify\": \"str\", \"follower_count\": \"int\", \"following_count\": \"int\", \"ins_id\": \"str\", \"nickname\": \"str\", \"original_musician\": {\"digg_count\": \"int\", \"music_count\": \"int\", \"music_used_count\": \"int\"}, \"privacy_setting\": {\"following_visibility\": \"int\"}, \"sec_uid\": \"str\", \"share_info\": {\"share_url\": \"str\", \"share_desc\": \"str\", \"share_title\": \"str\", \"bool_persist\": \"int\", \"share_desc_info\": \"str\"" + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "Hashtag Data by Name", + "api_description": "Get Hashtag Data by using Name of Hashtag", + "required_parameters": [ + { + "name": "challenge_name", + "type": "string", + "description": "", + "default": "food" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "ch_info": { + "view_count": "int", + "type": "int", + "user_count": "int", + "cid": "str", + "cha_name": "str" + }, + "status_code": "int" + } + } + } + ], + "query": "I'm curious about the popularity of a specific hashtag on TikTok. Can you provide me with the hashtag data for the challenge 'food'? Additionally, fetch me the music data for a specific music ID.", + "relevant APIs": [ + [ + "TikTok_Solutions", + "Hashtag Data by Name" + ], + [ + "TikTok_Solutions", + "Music Data by ID" + ] + ], + "query_id": 23248 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Search jokes by anime name", + "api_description": "Search jokes using anime name", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Get jokes using page", + "api_description": "Enter the page number to get the jokes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Get anime by ID", + "api_description": "Search anime using ID", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Get animes", + "api_description": "Get all the anime from Anime Jokes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Search jokes", + "api_description": "Search jokes using the keywords of joke", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Query joke using ID", + "api_description": "Search anime joke using joke ID", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "4" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Get all jokes", + "api_description": "Get all the jokes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My friends and I are hosting an anime-themed event and we would love to include some anime jokes. Can you help us find jokes related to the anime 'One Piece' and also jokes that include the keyword 'how'? Additionally, we would like to browse through all the available anime jokes.", + "relevant APIs": [ + [ + "Anime Jokes", + "Search jokes by anime name" + ], + [ + "Anime Jokes", + "Search jokes" + ], + [ + "Anime Jokes", + "Get all jokes" + ] + ], + "query_id": 23982 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Flag Riddle", + "api_description": "With this endpoint, you can flag a riddle. This helps the API developer to finetune the API for better service in the future. You can only use four flags sending the number corresponding to the flag type as below:\n\n0: for flagging the riddle as \"Duplicate\"\n1: for flagging the riddle as \"Inappropriate\"\n2: for flagging the riddle as \"Not a Riddle\"\n3: for flagging the riddle as \"Missing Information\"", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "63bdef027183b71946b64ee6" + } + ], + "optional_parameters": [ + { + "name": "flag", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Update Level", + "api_description": "This endpoint enables you to update the level of the Riddle. All the riddles are set to a medium level which is enumerated as \"1\". You can suggest the level of a riddle by simply calling this endpoint with query parameters \"0\", \"1\", or \"2\". \n\"0\" is Easy\n\"1\" is Medium \n\"2\" is Hard", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "63bdef027183b71946b64ee6" + } + ], + "optional_parameters": [ + { + "name": "level", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Riddle by Keyword", + "api_description": "Get one random riddle around a specific subject or keyword. For example, a riddle on a \"cat\".", + "required_parameters": [ + { + "name": "keyword", + "type": "string", + "description": "", + "default": "cat" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Riddle by Difficulty Level", + "api_description": "Get one random riddle based on the difficulty. For example, by Easy, Medium, Hard.", + "required_parameters": [ + { + "name": "level", + "type": "STRING", + "description": "", + "default": "easy" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Riddle by ID", + "api_description": "Get a riddle by ID.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "63bdef027183b71946b64ee6" + } + ], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "63bdef0283b194664ee6c121" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Upvote Riddle", + "api_description": "Simply calling this endpoint registers a \"like\" to better serve the riddles in the future. There is no response back other than a status message.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "63bdef027183b71946b64ee6" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Get Riddle of the Day", + "api_description": "With this endpoint, you can request a riddle of the day. Each day API will serve a different riddle with an answer and other details.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Riddlie ", + "api_name": "Get Random Riddle", + "api_description": "This endpoint responds with a new random riddle with an answer and other details.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to flag the riddle with ID 63bdef027183b71946b64ee6 as inappropriate. Please fetch a random riddle around the keyword 'food' and provide the difficulty level. Also, fetch the riddle of the day and upvote it.", + "relevant APIs": [ + [ + "Riddlie ", + "Flag Riddle" + ], + [ + "Riddlie ", + "Riddle by Keyword" + ], + [ + "Riddlie ", + "Get Riddle of the Day" + ], + [ + "Riddlie ", + "Upvote Riddle" + ] + ], + "query_id": 24146 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "Florida Realty API", + "api_name": "getListing", + "api_description": "Use this endpoint to get detailed information about a single condominium or townhouse.", + "required_parameters": [ + { + "name": "identifier", + "type": "STRING", + "description": "The unique identifier of a listing you'll got before from getListings. Each OfferForPurchase has got an attribute named Identifier that is used on this endpoint to get the details of the property.", + "default": "M5215311859" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"@context\": [\"list of str with length 10\"], \"@type\": \"str\", \"ActionStatus\": \"str\", \"Result\": {\"@type\": \"str\", \"DateModified\": \"str\", \"Creator\": {\"@type\": \"str\", \"Name\": \"str\", \"Address\": {\"@type\": \"str\", \"StreetAddress\": \"str\", \"PostalCode\": \"str\", \"AddressLocality\": \"str\", \"AddressCountry\": \"str\"}, \"ContactPoint\": {\"@type\": \"str\", \"Name\": \"str\", \"EMail\": \"str\"}, \"SameAs\": \"str\"}, \"Offers\": [{\"@context\": [\"list of str with length 15\"], \"@id\": \"str\", \"@type\": \"str\", \"Identifier\": \"str\", \"OfferedBy\": {\"@type\": \"str\", \"Name\": \"str\", \"JobTitle\": \"str\", \"Email\": \"str\", \"SameAs\": \"str\", \"Image\": {\"@type\": \"str\", \"ContentUrl\": \"str\"}, \"WorksFor\": {\"@type\": \"str\", \"Name\": \"str\", \"Telephone\": \"str\", \"Email\": \"str\", \"Logo\": {\"@type\": \"str\", \"ContentUrl\": \"str\"}}}, \"Price\": \"int\", \"PriceCurrency\": \"str\", \"PriceSpecification\": [{\"@type\": \"str\", \"Identifier\": \"str\", \"Name\": \"str\", \"Price\": \"int\", \"PriceCurrency\": \"str\", \"_list_length\": 1}], \"Availability\": \"str\", \"AvailabilityStarts\": \"str\", \"Busi" + }, + { + "category_name": "Business", + "tool_name": "Florida Realty API", + "api_name": "getImage", + "api_description": "Load images of cities you retrieve by calling getCities().", + "required_parameters": [ + { + "name": "filename", + "type": "string", + "description": "The name of the image to load.", + "default": "capecoral.jpg" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Florida Realty API", + "api_name": "getCities", + "api_description": "Get a list of supported cities with some data about those cities like the number of residents, the latitude, longitude, altitude and a description and image of the city.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "@context": [ + "list of str with length 12" + ], + "@type": "str", + "ActionStatus": "str", + "Result": [ + { + "@type": "str", + "Identifier": "str", + "Name": "str", + "Latitude": "float", + "Longitude": "float", + "Altitude": { + "@type": "str", + "UnitCode": "str", + "Value": "int" + }, + "Description": [ + { + "@value": "str", + "@language": "str", + "_list_length": 2 + } + ], + "NumberOfResidents": "int", + "SameAs": "str", + "Photo": { + "@type": "str", + "EncodingFormat": "str", + "ContentUrl": "str" + }, + "Address": { + "@type": "str", + "AddressRegion": "str" + }, + "_list_length": 13 + } + ] + } + }, + { + "category_name": "Business", + "tool_name": "Florida Realty API", + "api_name": "getListings", + "api_description": "Use this endpoint to retrieve a list of condominiums and townhouses in Southwest Florida and on the East Coast.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Supported values are RELEVANCE (best match), NEWEST (newest first), PRICE_LOW (cheapest first), PRICE_HIGH (cheapest last). By default RELEVANCE is used.", + "default": "RELEVANCE" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "If you want to implement a paging use offset. The maximum items are defined by the parameter limit starting at offset For example, to return for the frist 10 items set offset to 0 and limit to 10. To return the next 10 items set offset to 10 and limit to 10 and so on. By default offset ist 0.", + "default": "0" + }, + { + "name": "price_max", + "type": "NUMBER", + "description": "The maximum price of the condos and townhouses you search for in US Dollar. By default 250000 for $250,000 is used.", + "default": "250000" + }, + { + "name": "city", + "type": "STRING", + "description": "Name of the city to search for condos and townhouses. Supported cities are Cape Coral, Fort Myers, West Palm Beach, Lake Worth, Lantana, Boynton Beach, Delray Beach, Boca Raton, Pompano Beach, Fort Lauderdale. New supported cities are Naples, Tampa and Saint Petersburg. By default Cape Coral is used.", + "default": "Cape Coral" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "The maximum number of items to return in the result list. By default 50 is used.", + "default": "50" + } + ], + "method": "GET", + "template_response": "{\"@context\": [\"list of str with length 10\"], \"@type\": \"str\", \"ActionStatus\": \"str\", \"Result\": {\"@type\": \"str\", \"Creator\": {\"@type\": \"str\", \"Name\": \"str\", \"Address\": {\"@type\": \"str\", \"StreetAddress\": \"str\", \"PostalCode\": \"str\", \"AddressLocality\": \"str\", \"AddressCountry\": \"str\"}, \"ContactPoint\": {\"@type\": \"str\", \"Name\": \"str\", \"EMail\": \"str\"}, \"SameAs\": \"str\"}, \"Offers\": [{\"@context\": [\"list of str with length 15\"], \"@type\": \"str\", \"@id\": \"str\", \"Identifier\": \"str\", \"OfferedBy\": {\"@type\": \"str\", \"Name\": \"str\", \"JobTitle\": \"str\", \"WorksFor\": {\"@type\": \"str\", \"Name\": \"str\"}}, \"Price\": \"int\", \"PriceCurrency\": \"str\", \"Availability\": \"str\", \"BusinessFunction\": \"str\", \"ItemOffered\": {\"@type\": \"str\", \"@id\": \"str\", \"FloorLevel\": \"NoneType\", \"AmenityFeature\": \"empty list\", \"FloorSize\": {\"@type\": \"str\", \"Name\": \"str\", \"Value\": \"int\", \"UnitCode\": \"str\", \"UnitText\": \"str\"}, \"NumberOfBathroomsTotal\": \"int\", \"NumberOfBedrooms\": \"int\", \"NumberOfFullBathrooms\": \"int\", \"NumberOfPartialBathrooms\": \"int\", " + } + ], + "query": "My friend is interested in purchasing a townhouse in West Palm Beach. Could you retrieve a list of available listings in West Palm Beach and provide the image of the city? Also, please generate a brief report comparing the prices of the listings in West Palm Beach and Fort Lauderdale.", + "relevant APIs": [ + [ + "Florida Realty API", + "getListings" + ], + [ + "Florida Realty API", + "getCities" + ], + [ + "Florida Realty API", + "getImage" + ] + ], + "query_id": 24810 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "Realtor Data API for Real Estate", + "api_name": "RealtorPropertyList", + "api_description": "This endpoint will give you the Realtor Property List with the data as given below, if you provide the city, state_code and offset.\nParameters:\ncity: San Jose or New York\nstate_code: CA or NY\noffset: min = 0 and max can be depends on the total number of results. but the maximum number of results you can see at a time is 42. So you need to keep increasing the offset value by 42 to achieve a pagination. To achieve pagination you have to start the offset from 0 and increase the offset by 42.\n\n`{\n \"agent\": [\n {\n \"office_name\": \"CENTURY21 REAL ESTATE ALLIANCE\"\n },\n {\n \"office_name\": null\n }\n ],\n \"branding\": [\n {\n \"name\": \"CENTURY 21 Real Estate Alliance\",\n \"photo\": null,\n \"type\": \"Office\"\n }\n ],\n \"last_update_date\": \"2022-12-06T01:24:16Z\",\n \"list_date\": \"2022-08-23T23:24:23Z\",\n \"list_price\": 875000,\n \"listing_id\": \"2946989531\",\n \"location\": {\n \"address\": {\n \"city\": \"San Francisco\",\n \"coordinate\": {\n \"lat\": 37.71979,\n \"lon\": -122.462898\n },\n \"line\": \"9 Garfield St\",\n \"postal_code\": \"94132\",\n \"state\": \"California\",\n \"state_code\": \"CA\"\n },\n \"county\": {\n \"fips_code\": \"06075\",\n \"name\": \"San Francisco\"\n },\n \"street_view_url\": \"https://maps.googleapis.com/maps/api/streetview?channel=rdc-streetview&client=gme-movesalesinc&location=9%20Garfield%20St%2C%20San%20Francisco%2C%20CA%2094132&size=640x480&source=outdoor&signature=NniMw06UKhWMjlwyIN-dwOajrxo=\"\n },\n \"open_house_description\": \"No Open House Available\",\n \"other_listings\": {\n \"rdc\": [\n {\n \"listing_id\": \"2946989531\",\n \"listing_key\": null,\n \"primary\": true,\n \"status\": \"for_sale\"\n }\n ]\n },\n \"permalink\": \"https://www.realtor.com/realestateandhomes-detail/9-Garfield-St_San-Francisco_CA_94132_M23343-72866\",\n \"photos\": [\n {\n \"href\": \"https://ap.rdcpix.com/690f73cb78c5a22ccb272def0e3435fel-b1134851845s.jpg\"\n },\n {\n \"href\": \"https://ap.rdcpix.com/690f73cb78c5a22ccb272def0e3435fel-b145756411s.jpg\"\n }\n ],\n \"price_reduced_amount\": null,\n \"primary_photo\": \"https://ap.rdcpix.com/690f73cb78c5a22ccb272def0e3435fel-b1134851845s.jpg\",\n \"property_description\": {\n \"baths\": 1,\n \"baths_1qtr\": null,\n \"baths_3qtr\": null,\n \"baths_full\": 1,\n \"baths_half\": null,\n \"beds\": 0,\n \"garage\": 2,\n \"lot_sqft\": 2539,\n \"name\": null,\n \"sold_date\": \"2017-08-17\",\n \"sold_price\": 45373,\n \"sqft\": 1094,\n \"stories\": null,\n \"sub_type\": null,\n \"type\": \"single_family\",\n \"year_built\": 1947\n },\n \"property_id\": \"2334372866\",\n \"source\": \"BDCA\",\n \"status\": \"for_sale\",\n \"tax_record\": \"6A966F0C987E7C5A1DB0D29A6B22116A\",\n \"type\": \"mls\",\n \"virtual_tour_link\": \"No Virtual Tour Available\"\n }`", + "required_parameters": [ + { + "name": "state_code", + "type": "STRING", + "description": "", + "default": "CA" + }, + { + "name": "offset", + "type": "STRING", + "description": "", + "default": "0" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "San Jose" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"agent\": [{\"office_name\": \"NoneType\", \"_list_length\": 1}], \"branding\": [{\"name\": \"str\", \"photo\": \"NoneType\", \"type\": \"str\", \"_list_length\": 1}], \"last_update_date\": \"str\", \"list_date\": \"str\", \"list_price\": \"int\", \"listing_id\": \"str\", \"location\": {\"address\": {\"city\": \"str\", \"coordinate\": {\"lat\": \"float\", \"lon\": \"float\"}, \"line\": \"str\", \"postal_code\": \"str\", \"state\": \"str\", \"state_code\": \"str\"}, \"county\": {\"fips_code\": \"str\", \"name\": \"str\"}, \"street_view_url\": \"str\"}, \"open_house_description\": \"str\", \"other_listings\": {\"rdc\": [{\"listing_id\": \"str\", \"listing_key\": \"NoneType\", \"primary\": \"bool\", \"status\": \"str\", \"_list_length\": 1}]}, \"permalink\": \"str\", \"photos\": [{\"href\": \"str\", \"_list_length\": 2}], \"price_reduced_amount\": \"NoneType\", \"primary_photo\": \"str\", \"property_description\": {\"baths\": \"int\", \"baths_1qtr\": \"NoneType\", \"baths_3qtr\": \"NoneType\", \"baths_full\": \"int\", \"baths_half\": \"int\", \"beds\": \"int\", \"garage\": \"int\", \"lot_sqft\": \"int\", \"name\": \"NoneType\", \"sold_date\": \"str\", \"sold_p" + }, + { + "category_name": "Business", + "tool_name": "Realtor Data API for Real Estate", + "api_name": "RealtorSchoolList", + "api_description": "This endpoint will give you the Realtor School List with the data as given below, if you provide the city, state_code and page.\nParameters:\ncity: San Jose or New York etc\nstate_code: CA or NY etc\nschool_level: It can be either one of them (elementary, middle, high, private & charter)\npage: min = 1 and max can be depends on the total number of results. \n\n`{\n \"coordinates\": {\n \"lat\": 37.247605,\n \"lon\": -121.946069\n },\n \"funding_type\": \"public\",\n \"grades\": [\n \"K\",\n \"1\",\n \"2\",\n \"3\",\n \"4\",\n \"5\"\n ],\n \"id\": \"078653021\",\n \"location\": {\n \"city\": \"San Jose\",\n \"city_slug_id\": \"San-Jose_CA\",\n \"state\": \"CA\"\n },\n \"name\": \"Carlton Elementary School\",\n \"parent_rating\": 4,\n \"rating\": 9,\n \"review_count\": 27,\n \"school url\": \"https://www.realtor.com/local/schools/Carlton-Elementary-School-078653021\"\n }`", + "required_parameters": [ + { + "name": "school_level", + "type": "STRING", + "description": "", + "default": "elementary" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "San Jose" + }, + { + "name": "state_code", + "type": "STRING", + "description": "", + "default": "CA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Realtor Data API for Real Estate", + "api_name": "RealtorAgentList", + "api_description": "This endpoint will give you the Realtor Agent List with the data as given below, if you provide the city, state_code and page.\nParameters:\ncity: San Jose or New York\nstate_code: CA or NY\npage: min = 1 and max can be depends on the total number of results. \n\n`{\n \"agent_address\": {\n \"city\": \"PLEASANTON\",\n \"country\": \"US\",\n \"line\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"94588\",\n \"state\": \"\",\n \"state_code\": \"CA\"\n },\n \"agent_bio\": \"Mark Lafferty Office: 925-216-6203 nEmail Me Keller Williams Tri-Valley Realtyn2300 First St. #316nLivermore, CA 94550nnExperiencenAs an agent who's an expert in this local area, I bring a wealth of knowledge and expertise about buying and selling real estate here. It's not the same everywhere, so you need someone you can trust for up-to-date information. I am eager to serve you. Here are some of the things I can do for you:nnFind Your Next HomenYou need someone who knows this area inside and out! I can work with you to find the right home at the right price for you, including all the neighborhood amenities that matter - not to mention the essential criteria you have for your ideal homennSell a HomenWhen it's time to move, you need someone who will advertise your home, show to prospective buyers, negotiate the purchase contract, arrange financing, oversee the inspections, handle all necessary paperwork and supervise the closing. I can take care of everything you need, from start to close.nnConsult on Home Selling TacticsnOftentimes buyers don't visualize living in your home the way you do. I can make your home attractive to its ideal audience - which can help you get top dollar. Things like staging the home, making repairs or minor improvements, or even simply painting the walls can be the difference between a home resting on the market and one that's sold fast.n..\",\n \"agent_languages\": [],\n \"agent_mls\": [\n {\n \"abbreviation\": \"FAR_19911A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_1399152E133D152E0030\"\n },\n \"primary\": false,\n \"type\": \"A\"\n },\n {\n \"abbreviation\": \"FAR_19ED1A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_1399152E133D152E0030\"\n },\n \"primary\": false,\n \"type\": \"A\"\n },\n {\n \"abbreviation\": \"FAR_1A021A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_1399152E133D152E0030\"\n },\n \"primary\": true,\n \"type\": \"A\"\n },\n {\n \"abbreviation\": \"FAR_20971A4E\",\n \"license_number\": \"01344268\",\n \"member\": {\n \"id\": \"FAR_12D2140114631531\"\n },\n \"primary\": false,\n \"type\": \"A\"\n }\n ],\n \"agent_photo\": \"http://p.rdcpix.com/v01/aaa120200-c0o.jpg\",\n \"agent_rating\": 0,\n \"agent_recommendations_count\": 0,\n \"agent_reviews_count\": 0,\n \"agent_served_areas\": [\n {\n \"name\": \"Fremont\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Livermore\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Pleasanton\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Sunol\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Milpitas\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"San Jose\",\n \"state_code\": \"CA\"\n },\n {\n \"name\": \"Mount Hamilton\",\n \"state_code\": \"CA\"\n }\n ],\n \"agent_slogan\": \"\",\n \"agent_specializations\": [\n {\n \"name\": \"Buyer\"\n },\n {\n \"name\": \"Commercial\"\n },\n {\n \"name\": \"First Time\"\n },\n {\n \"name\": \"Golf\"\n },\n {\n \"name\": \"Investment Properties\"\n },\n {\n \"name\": \"Land\"\n },\n {\n \"name\": \"Ranch\"\n },\n {\n \"name\": \"Seller\"\n },\n {\n \"name\": \"Vinyard\"\n },\n {\n \"name\": \"Winery\"\n }\n ],\n \"agent_team_details\": {\n \"is_team_member\": false\n },\n \"agent_type\": [\n \"buyer\",\n \"seller\"\n ],\n \"agent_website\": \"http://www.marklafferty.com\",\n \"for_sale\": {\n \"count\": 4,\n \"last_listing_date\": \"2023-01-31T01:52:43Z\",\n \"max\": 1970000,\n \"min\": 849950\n },\n \"is_realtor\": true,\n \"joined\": [\n 0,\n 0\n ],\n \"license\": [\n {\n \"country\": \"US\",\n \"license_number\": \"01344268\",\n \"state_code\": \"CA\"\n }\n ],\n \"marketing_areas\": [\n {\n \"city_state\": \"Fremont_CA\",\n \"name\": \"Fremont\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Sunol_CA\",\n \"name\": \"Sunol\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Livermore_CA\",\n \"name\": \"Livermore\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Pleasanton_CA\",\n \"name\": \"Pleasanton\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Milpitas_CA\",\n \"name\": \"Milpitas\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"San Jose_CA\",\n \"name\": \"San Jose\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"East Foothills_CA\",\n \"name\": \"East Foothills\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Alum Rock_CA\",\n \"name\": \"Alum Rock\",\n \"state_code\": \"CA\"\n },\n {\n \"city_state\": \"Mount Hamilton_CA\",\n \"name\": \"Mount Hamilton\",\n \"state_code\": \"CA\"\n }\n ],\n \"office_address\": {\n \"city\": \"PLEASANTON\",\n \"country\": \"US\",\n \"line\": \"\",\n \"line2\": \"\",\n \"postal_code\": \"94588\",\n \"state\": \"\",\n \"state_code\": \"CA\"\n },\n \"office_fulfillment_id\": 1424399,\n \"office_mls\": [\n {\n \"abbreviation\": \"FAR_19911A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_2098221F12D3\"\n },\n \"primary\": false,\n \"type\": \"O\"\n },\n {\n \"abbreviation\": \"FAR_19ED1A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_2098221F12D3\"\n },\n \"primary\": false,\n \"type\": \"O\"\n },\n {\n \"abbreviation\": \"FAR_1A021A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_2098221F12D3\"\n },\n \"primary\": true,\n \"type\": \"O\"\n },\n {\n \"abbreviation\": \"FAR_20971A4E\",\n \"license_number\": \"\",\n \"member\": {\n \"id\": \"FAR_153013A10033\"\n },\n \"primary\": false,\n \"type\": \"O\"\n }\n ],\n \"office_name\": \"KELLER WILLIAMS TRI-VALLEY\",\n \"office_party_id\": \"3145631\",\n \"office_phone\": [\n {\n \"ext\": \"\",\n \"number\": \"(925) 397-4200\",\n \"type\": \"Office\"\n }\n ],\n \"office_website\": \"WWW.PIERCETHEMARKET.COM\",\n \"party_id\": 4232697,\n \"person_name\": \"MARK M. LAFFERTY\",\n \"phones\": [\n {\n \"ext\": \"\",\n \"number\": \"(925) 216-6203\",\n \"type\": \"Mobile\"\n }\n ],\n \"position\": \"Agent\",\n \"profile_url\": \"https://www.realtor.com/realestateagents/MARK-M.-LAFFERTY_PLEASANTON_CA_135850_943184397\",\n \"profile_url_id\": \"https://www.realtor.com/realestateagents/56b01aefbb954c01006a3382\",\n \"recently_sold\": {\n \"count\": 30,\n \"last_sold_date\": \"2023-01-13\",\n \"max\": 2850000,\n \"min\": 630000\n },\n \"served_zip_codes\": [\n \"94539\",\n \"94550\",\n \"94551\",\n \"94566\",\n \"94586\",\n \"95035\",\n \"95036\",\n \"95101\",\n \"95103\",\n \"95106\",\n \"95108\",\n \"95109\",\n \"95110\",\n \"95111\",\n \"95112\",\n \"95113\",\n \"95115\",\n \"95116\",\n \"95121\",\n \"95122\",\n \"95127\",\n \"95131\",\n \"95132\",\n \"95133\",\n \"95134\",\n \"95135\",\n \"95138\",\n \"95140\",\n \"95148\",\n \"95150\",\n \"95151\",\n \"95152\",\n \"95153\",\n \"95154\",\n \"95155\",\n \"95156\",\n \"95157\",\n \"95158\",\n \"95159\"\n ],\n \"types\": \"agent\",\n \"video_url\": null\n }`", + "required_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "state_code", + "type": "STRING", + "description": "", + "default": "CA" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "San Jose" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a real estate developer looking for investment opportunities in San Jose, California. Can you provide me with a list of properties for sale, including the listing ID, list price, address, and photos? Additionally, I would like to know the agent details and branding associated with each property.", + "relevant APIs": [ + [ + "Realtor Data API for Real Estate", + "RealtorPropertyList" + ], + [ + "Realtor Data API for Real Estate", + "RealtorAgentList" + ] + ], + "query_id": 25052 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Open Brewery DB", + "api_name": "Get a brewery", + "api_description": "Get Brewery by ID", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "ID of Brewery", + "default": "5494" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Open Brewery DB", + "api_name": "Breweries", + "api_description": "List of Breweries", + "required_parameters": [], + "optional_parameters": [ + { + "name": "by_state", + "type": "STRING", + "description": "Search by State", + "default": "NY" + }, + { + "name": "by_name", + "type": "STRING", + "description": "Search by Name", + "default": "cooper" + }, + { + "name": "by_type", + "type": "STRING", + "description": "Must be one of: micro, regional, brewpub, large, planning, bar, contract, proprietor", + "default": "micro" + }, + { + "name": "sort", + "type": "STRING", + "description": "+ for acending order (default order); - for decending order comma-separated. Example: sort=-name,+type,city", + "default": "" + }, + { + "name": "by_tag", + "type": "STRING", + "description": "Must be one of: dog-friendly, patio, food-service, food-truck, tours", + "default": "patio" + } + ], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Data", + "tool_name": "Open Brewery DB", + "api_name": "Autocomplete", + "api_description": "", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Autocomplete a query", + "default": "dog" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Open Brewery DB", + "api_name": "Search", + "api_description": "Search for a brewery", + "required_parameters": [], + "optional_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Search for a brewery", + "default": "dog" + } + ], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "brewery_type": "str", + "address_1": "str", + "address_2": "NoneType", + "address_3": "NoneType", + "city": "str", + "state_province": "str", + "postal_code": "str", + "country": "str", + "longitude": "str", + "latitude": "str", + "phone": "str", + "website_url": "str", + "state": "str", + "street": "str" + } + } + ], + "query": "I'm planning a weekend getaway with my friends in New York. Can you recommend some breweries in the area? We prefer microbreweries with dog-friendly facilities, a patio, and food service.", + "relevant APIs": [ + [ + "Open Brewery DB", + "Breweries" + ], + [ + "Open Brewery DB", + "Search" + ] + ], + "query_id": 25658 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Generate LinkedIn Leads", + "api_name": "Get Available Job Titles", + "api_description": "Get Available Job Titles which could be used in /leads/leads/ endpoint", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "fou" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "value": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Generate LinkedIn Leads", + "api_name": "Get Available Locations", + "api_description": "Get Available Locations which could be used in /leads/leads/ endpoint", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "United" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "value": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Generate LinkedIn Leads", + "api_name": "Get Available Companies", + "api_description": "Get Available Companies which could be used in /leads/leads/ endpoint", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "app" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "value": "str" + } + } + ], + "query": "I am an HR manager looking to expand my talent pool. Can you retrieve the available job titles for 'human resources' and the available locations in 'Chicago'? Additionally, fetch a list of companies related to 'manufacturing'.", + "relevant APIs": [ + [ + "Generate LinkedIn Leads", + "Get Available Job Titles" + ], + [ + "Generate LinkedIn Leads", + "Get Available Locations" + ], + [ + "Generate LinkedIn Leads", + "Get Available Companies" + ] + ], + "query_id": 26063 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Price Forecasts", + "api_description": "An AI-generated price forecast for the Stock over the next 3 months.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "data": [ + { + "cap": "float", + "date": "str", + "yhat": "NoneType", + "close": "float", + "trend": "float", + "adjClose": "float", + "yhat_lower": "NoneType", + "yhat_upper": "NoneType", + "_list_length": 285 + } + ] + } + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Peers", + "api_description": "Get List of Company Peers", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Price Probability", + "api_description": "Based on over 1000 forecasts, the probabilistic outcome is above or below the current price in a normal distribution.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "data": { + "one_day_probability_up": "float", + "one_week_probability_up": "float", + "probability_of_forecast": "float", + "one_day_probability_down": "float", + "one_month_probability_up": "float", + "one_week_probability_down": "float", + "one_month_probability_down": "float" + } + } + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Peer Metrics Average", + "api_description": "An Average of Company Peer Metrics for TTM Data", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"data\": {\"roeTTM\": \"float\", \"roicTTM\": \"float\", \"pbRatioTTM\": \"float\", \"peRatioTTM\": \"float\", \"ptbRatioTTM\": \"float\", \"evToSalesTTM\": \"float\", \"marketCapTTM\": \"int\", \"pfcfRatioTTM\": \"float\", \"pocfratioTTM\": \"float\", \"payoutRatioTTM\": \"float\", \"cashPerShareTTM\": \"float\", \"currentRatioTTM\": \"float\", \"debtToAssetsTTM\": \"float\", \"debtToEquityTTM\": \"float\", \"grahamNetNetTTM\": \"float\", \"grahamNumberTTM\": \"float\", \"capexPerShareTTM\": \"float\", \"dividendYieldTTM\": \"float\", \"earningsYieldTTM\": \"float\", \"incomeQualityTTM\": \"float\", \"capexToRevenueTTM\": \"float\", \"workingCapitalTTM\": \"int\", \"averagePayablesTTM\": \"int\", \"debtToMarketCapTTM\": \"float\", \"enterpriseValueTTM\": \"int\", \"investedCapitalTTM\": \"float\", \"netDebtToEBITDATTM\": \"float\", \"revenuePerShareTTM\": \"float\", \"averageInventoryTTM\": \"int\", \"dividendPerShareTTM\": \"float\", \"evToFreeCashFlowTTM\": \"float\", \"interestCoverageTTM\": \"float\", \"payablesTurnoverTTM\": \"float\", \"bookValuePerShareTTM\": \"float\", \"freeCashFlowYieldTTM\": " + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Peer Ratio Averages", + "api_description": "An Average of Company Peer Ratios for TTM Data", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"data\": {\"peRatioTTM\": \"float\", \"pegRatioTTM\": \"float\", \"cashRatioTTM\": \"float\", \"debtRatioTTM\": \"float\", \"ebtPerEbitTTM\": \"float\", \"quickRatioTTM\": \"float\", \"payoutRatioTTM\": \"float\", \"cashPerShareTTM\": \"float\", \"currentRatioTTM\": \"float\", \"dividendYielTTM\": \"float\", \"assetTurnoverTTM\": \"float\", \"dividendYieldTTM\": \"float\", \"ebitPerRevenueTTM\": \"float\", \"operatingCycleTTM\": \"float\", \"priceFairValueTTM\": \"float\", \"returnOnAssetsTTM\": \"float\", \"returnOnEquityTTM\": \"float\", \"debtEquityRatioTTM\": \"float\", \"netIncomePerEBTTTM\": \"float\", \"netProfitMarginTTM\": \"float\", \"priceSalesRatioTTM\": \"float\", \"dividendPerShareTTM\": \"float\", \"effectiveTaxRateTTM\": \"float\", \"interestCoverageTTM\": \"float\", \"payablesTurnoverTTM\": \"float\", \"priceToBookRatioTTM\": \"float\", \"grossProfitMarginTTM\": \"float\", \"inventoryTurnoverTTM\": \"float\", \"priceToSalesRatioTTM\": \"float\", \"fixedAssetTurnoverTTM\": \"float\", \"pretaxProfitMarginTTM\": \"float\", \"priceCashFlowRatioTTM\": \"float\", \"priceEarningsRatioT" + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Discounted Cash Flow Models (DCF's)", + "api_description": "Artificial Intelligence-powered DCF's for Cash Flow forecasts and assumptions.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"cost_of_equity\": \"str\", \"equity_percentage\": \"str\", \"cost_of_debt\": \"str\", \"debt_percentage\": \"str\", \"avg_tax_rate\": \"str\", \"wacc\": \"str\", \"dcf_value\": \"str\", \"cashflow_forecast_current_year_ebit\": \"str\", \"cashflow_forecast_current_year_inc_depreciation\": \"str\", \"cashflow_forecast_current_year_ebit_tax_shield\": \"str\", \"cashflow_forecast_current_year_capex\": \"str\", \"cashflow_forecast_current_year_nwc\": \"str\", \"cashflow_forecast_current_year_fcf\": \"str\", \"cashflow_forecast_next_year_ebit\": \"str\", \"cashflow_forecast_next_year_ebit_tax_shield\": \"str\", \"cashflow_forecast_next_year_inc_depreciation\": \"str\", \"cashflow_forecast_next_year_capex\": \"str\", \"cashflow_forecast_next_year_nwc\": \"str\", \"cashflow_forecast_next_year_fcf\": \"str\", \"cashflow_forecast_next_2_year_ebit\": \"str\", \"cashflow_forecast_next_2_year_ebit_tax_shield\": \"str\", \"cashflow_forecast_next_2_year_inc_depreciation\": \"str\", \"cashflow_forecast_next_2_year_capex\": \"str\", \"cashflow_forecast_next_2_year_nwc\": \"st" + } + ], + "query": "I'm a small business owner looking to invest in the stock market. I want to make informed decisions based on the probability of price movements and peer ratios. Can you give me the probability of the stock price going up or down in the next day, week, and month, as well as the average peer ratios for Apple Inc.?", + "relevant APIs": [ + [ + "MarketCI Analytics", + "Price Probability" + ], + [ + "MarketCI Analytics", + "Peer Ratio Averages" + ] + ], + "query_id": 26752 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Open Library", + "api_name": "Search Title", + "api_description": "Searches for books by title.", + "required_parameters": [ + { + "name": "title", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": "int", + "books": [ + { + "title": "str", + "author": "str", + "url": "str", + "image": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "Open Library", + "api_name": "Search Author", + "api_description": "Searches for authors.", + "required_parameters": [ + { + "name": "author", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": "int", + "authors": [ + { + "author": "str", + "image": "str", + "numberOfbooks": "str", + "date": "str", + "_list_length": 100 + } + ] + } + } + ], + "query": "I'm a teacher and I want to create a reading list for my students. Can you recommend books by the author 'Roald Dahl' suitable for children? Additionally, I would like to search for books with the title 'adventure' and provide their author and book details.", + "relevant APIs": [ + [ + "Open Library", + "Search Author" + ], + [ + "Open Library", + "Search Title" + ] + ], + "query_id": 26892 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Get Promo Codes", + "api_name": "Get Stores", + "api_description": "Get Stores", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Get Promo Codes", + "api_name": "Get Coupons", + "api_description": "Get Coupons", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "", + "default": "update_time_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "store_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "request": { + "page": "str", + "store_id": "str", + "sort": "str", + "type": "str" + }, + "time": "float", + "data": [ + { + "id": "str", + "title": "str", + "description": "str", + "terms": "str", + "code": "str", + "url": "str", + "store_id": "str", + "language": "str", + "status": "str", + "add_time": "str", + "start_time": "str", + "end_time": "str", + "update_time": "str", + "_list_length": 98 + } + ] + } + } + ], + "query": "My friend loves shopping online. Could you help me find promo codes for her favorite stores? She frequently shops at Sephora, Nike, and Target. It would be great if you could also provide the description and terms of the coupons.", + "relevant APIs": [ + [ + "Get Promo Codes", + "Get Coupons" + ], + [ + "Get Promo Codes", + "Get Stores" + ] + ], + "query_id": 27079 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Tomorrow Sure VIP BTTS/ Goal Goal", + "api_description": "This endpiont delivers tomorrow sure and precise BTTS/Goal Goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Yesterday Sure VIP BTTS/Goal Goal", + "api_description": "This endpiont delivers yesterday BTTS/Goal Goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Today Sure VIP BTTS/Goal Goal", + "api_description": "This endpiont delivers daily sure and precise BTTS/Goal Goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Yesterday Sure VIP Over 2.5 Goals", + "api_description": "This endpiont delivers yesterday over 2.5 goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Tomorrow Sure VIP Over 2.5 Goals", + "api_description": "This endpiont delivers tomorrow sure and precise over 2.5 goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Today Sure VIP Over 2.5 Goals", + "api_description": "This endpiont delivers daily sure and precise over 2.5 goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Tomorrow Sure VIP Over 1.5 Goals", + "api_description": "This endpiont delivers tomorrow sure and precise over 1.5 goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Yesterday Sure VIP Over 1.5 Goals", + "api_description": "This endpiont delivers yesterday over 1.5 goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Today Sure VIP Over 1.5 Goals", + "api_description": "This endpiont delivers daily sure and precise over 1.5 goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "168predict VIP Football Predictions", + "api_name": "Yesterday Sure VIP Under 3.5 Goals", + "api_description": "This endpiont delivers yesterday under 3.5 goal forecasts. All of the forecasts have been carefully selected. Visit www.168predict.site for more information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning to bet on tomorrow's football matches. Can you share tomorrow's over 2.5 goals predictions? I want to increase my chances of winning. Also, if possible, please provide me with yesterday's BTTS/Goal Goal predictions.", + "relevant APIs": [ + [ + "168predict VIP Football Predictions", + "Tomorrow Sure VIP Over 2.5 Goals" + ], + [ + "168predict VIP Football Predictions", + "Yesterday Sure VIP BTTS/Goal Goal" + ] + ], + "query_id": 27847 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "spacHero - SPAC Database", + "api_name": "SPAC Top-10 Rankings", + "api_description": "Returns Top-10 gainers, losers and volume leaders for a given period and equity type (i.e., common, unit, warrants). \n\nAccepts three query parameters:\n\n**period: **daily, weekly, monthly\n**type:** common, unit, warrant\n**sortby:** gainers, losers, volume", + "required_parameters": [ + { + "name": "sortby", + "type": "STRING", + "description": "", + "default": "gainers" + }, + { + "name": "period", + "type": "STRING", + "description": "", + "default": "daily" + }, + { + "name": "type", + "type": "STRING", + "description": "", + "default": "common" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Gainers": [ + { + "Commons_Symbol": "str", + "Commons_Daily_Change_Percent": "str", + "Commons_Price": "str", + "Commons_Volume": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Finance", + "tool_name": "spacHero - SPAC Database", + "api_name": "SPAC Summary", + "api_description": "Retrieve SPAC summary including important dates, status and target names.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "GGPI" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "spacHero - SPAC Database", + "api_name": "Latest SPAC Deals, IPOs, Closings", + "api_description": "Returns a list of latest SPAC events, such as deals, ipos, closings, rumors.\n\n**Available options are: ** ipo, closings, deals, rumor", + "required_parameters": [ + { + "name": "event", + "type": "STRING", + "description": "", + "default": "deals" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Name": "str", + "Ticker": "str", + "Underwriters": "str", + "Country": "str", + "Unit_Split": "str", + "Status": "str", + "IPO_Date": "str", + "Definitive_Agreement_Date": "str", + "Closing_Date": "NoneType", + "Target_Name": "str", + "Investor_Presentation": "NoneType", + "Trust_Size": "str", + "Target_Details": "str", + "Initial_S1_Date": "str", + "Registration_Date": "str", + "Merger_Meeting_Date": "NoneType" + } + }, + { + "category_name": "Finance", + "tool_name": "spacHero - SPAC Database", + "api_name": "SPAC Calendar", + "api_description": "Get important SPAC dates such as merger meetings dates, warrant redemption deadlines, definitive agreement dates, unit split (estimate), SPAC deadline (estimate).\n\nAvailable options: merger, split, deadline, redemption", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "redemption" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Finance", + "tool_name": "spacHero - SPAC Database", + "api_name": "SPAC SEC Filings", + "api_description": "Get latest SPAC SEC filings, filter by SPAC symbol.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "ITAC" + } + ], + "method": "GET", + "template_response": { + "ticker": "str", + "form_type": "str", + "form_description": "str", + "filing_date": "str", + "document_link": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "spacHero - SPAC Database", + "api_name": "SPAC Price Targets", + "api_description": "Get latest SPAC price targets from analysts, filter by SPAC symbol.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "SOFI" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a financial analyst working on a report about SPACs and I need the latest SEC filings for a specific SPAC. Can you provide me with the ticker symbol, form type, form description, filing date, and document link? Additionally, I'm interested in the latest price targets from analysts for another SPAC.", + "relevant APIs": [ + [ + "spacHero - SPAC Database", + "SPAC SEC Filings" + ], + [ + "spacHero - SPAC Database", + "SPAC Price Targets" + ] + ], + "query_id": 28751 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Flight Fare Search", + "api_name": "Airport Arrivals", + "api_description": "An Endpoint to fetch Arrivals on a given date", + "required_parameters": [ + { + "name": "airportCode", + "type": "STRING", + "description": "", + "default": "LHR" + } + ], + "optional_parameters": [ + { + "name": "carrierCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Flight Fare Search", + "api_name": "Flight Search V2", + "api_description": "A faster, more agile Endpoint that's used to search flights.", + "required_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "", + "default": "LHR" + }, + { + "name": "adult", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "to", + "type": "STRING", + "description": "", + "default": "DXB" + } + ], + "optional_parameters": [ + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "USD" + }, + { + "name": "type", + "type": "STRING", + "description": "", + "default": "economy" + }, + { + "name": "child", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "infant", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Fare Search", + "api_name": "Airport Departues", + "api_description": "An endpoint to get Departues in an airport", + "required_parameters": [ + { + "name": "airportCode", + "type": "STRING", + "description": "", + "default": "LHR" + } + ], + "optional_parameters": [ + { + "name": "carrierCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Fare Search", + "api_name": "Airport Search", + "api_description": "An endpoint to search airports", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "", + "default": "LHR" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I need to book a flight from London to Dubai for a business trip. Can you provide me with the flight options available on a specific date using the Flight Search V2 API? Additionally, I would like to search for airports using a specific query using the Airport Search API.", + "relevant APIs": [ + [ + "Flight Fare Search", + "Flight Search V2" + ], + [ + "Flight Fare Search", + "Airport Search" + ] + ], + "query_id": 29059 + }, + { + "api_list": [ + { + "category_name": "Database", + "tool_name": "Felina Multisig Wallet API", + "api_name": "Get NFTs", + "api_description": "Fetch the list of owned NFTs by the wallet", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "Database", + "tool_name": "Felina Multisig Wallet API", + "api_name": "Read transactions", + "api_description": "Fetch the list of transactions submitted to the database.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My friend wants to retrieve the list of NFTs owned by their wallet. Can you fetch the NFTs owned by wallet number 901234? Additionally, they want to review the transactions submitted to the database. Please provide them with the list of transactions.", + "relevant APIs": [ + [ + "Felina Multisig Wallet API", + "Get NFTs" + ], + [ + "Felina Multisig Wallet API", + "Read transactions" + ] + ], + "query_id": 29291 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "Real Estate Exam", + "api_name": "Flashcards", + "api_description": "Get a list of all flashcard terms and definitions", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "data": [ + { + "questionId": "int", + "questionDescription": "str", + "tags": "str", + "choiceDescription": "str", + "_list_length": 6 + } + ] + } + }, + { + "category_name": "Education", + "tool_name": "Real Estate Exam", + "api_name": "/QandA", + "api_description": "Returns all multiple choice and true or false questions with answers and feedback.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "data": [ + { + "questionId": "int", + "typeDescription": "str", + "questionDescription": "str", + "tags": "str", + "feedback": "str", + "choiceId": "int", + "choiceDescription": "str", + "_list_length": 57 + } + ] + } + } + ], + "query": "I want to excel in the real estate exam and need some assistance. Could you fetch a list of flashcards containing terms and definitions? It would be helpful if the flashcards cover a wide range of topics and are well-structured. Additionally, I would like to access multiple-choice and true or false questions with answers and feedback using the QandA API.", + "relevant APIs": [ + [ + "Real Estate Exam", + "Flashcards" + ], + [ + "Real Estate Exam", + "/QandA" + ] + ], + "query_id": 29322 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "Egypt API", + "api_name": "Directions Between 2 Locations", + "api_description": "This endpoint returns information about the route between two locations in terms of distance, duration, and steps.\n\nBelow Example: **Directions from Alexandria to Cairo**", + "required_parameters": [ + { + "name": "start_lat", + "type": "NUMBER", + "description": "Latitude of the starting point (required)", + "default": "31.1991806" + }, + { + "name": "end_lon", + "type": "NUMBER", + "description": "Longitude of the ending point (required)", + "default": "31.23788289124186" + }, + { + "name": "start_lon", + "type": "NUMBER", + "description": "Longitude of the starting point (required)", + "default": "29.8951716" + }, + { + "name": "end_lat", + "type": "NUMBER", + "description": "Latitude of the ending point (required)", + "default": "30.02313795" + } + ], + "optional_parameters": [ + { + "name": "distance_unit", + "type": "STRING", + "description": "Unit of distance measurement, valid options are **km** (default), and **mi**.", + "default": "km" + } + ], + "method": "GET", + "template_response": { + "distance": "str", + "duration": "str", + "steps": [ + { + "direction": "str", + "distance": "str", + "duration": "str", + "instruction": "str", + "location": [ + "list of float with length 2" + ], + "_list_length": 30 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Egypt API", + "api_name": "Reverse Geocode", + "api_description": "This endpoint allows you to perform reverse geocoding in Cameroon by providing query parameters for latitude and longitude. It returns the name of the city where the location is located.", + "required_parameters": [ + { + "name": "lon", + "type": "STRING", + "description": "The longitude of the location.", + "default": "31.230981" + }, + { + "name": "lat", + "type": "STRING", + "description": "The latitude of the location.", + "default": "30.0240626" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "amenity": "str", + "boundingbox": [ + "list of str with length 4" + ], + "category": "str", + "city": "str", + "country": "str", + "display_name": "str", + "governorate": "str", + "suburb": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Egypt API", + "api_name": "Measure Distance", + "api_description": "This endpoint calculates the distance between two locations based on their latitude and longitude coordinates, while allowing the user to specify the unit of measurement.\n\nBelow Example: **Distance between Alexandria and Cairo**", + "required_parameters": [ + { + "name": "lon2", + "type": "NUMBER", + "description": "Longitude of the second location (required)", + "default": "31.23788289124186" + }, + { + "name": "lat1", + "type": "NUMBER", + "description": "Latitude of the first location (required)", + "default": "31.1991806" + }, + { + "name": "lon1", + "type": "NUMBER", + "description": "Longitude of the first location (required)", + "default": "29.8951716" + }, + { + "name": "lat2", + "type": "NUMBER", + "description": "Latitude of the second location (required)", + "default": "30.02313795" + } + ], + "optional_parameters": [ + { + "name": "unit", + "type": "STRING", + "description": "Unit of distance measurement, valid options are **km** (default), **mi**, **ft**, and **yd**.\n", + "default": "km" + } + ], + "method": "GET", + "template_response": { + "distance": "str", + "duration": "str", + "unit": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Egypt API", + "api_name": "Facilities Lookup", + "api_description": "This endpoint allows you to get facilities in Egypt like hospital, bank, college, etc. by providing optional query parameters for facility type, gov (governorate) and city. It returns a list of facilities that match the query parameters.", + "required_parameters": [ + { + "name": "gov", + "type": "STRING", + "description": "The governorate where the facility is located", + "default": "Cairo" + }, + { + "name": "type", + "type": "STRING", + "description": "The type of amenity facility to search for (default: **hospital**)\nOptions:\n**aerodrome, bar, cafe, fast_food, pub, restaurant, college, driving_school, school, university, bank, atm, pharmacy,** etc.. \n\n[More options->](https://wiki.openstreetmap.org/wiki/Map_features#Amenity)", + "default": "hospital" + } + ], + "optional_parameters": [ + { + "name": "city", + "type": "STRING", + "description": "The city where the facility is located", + "default": "Cairo" + }, + { + "name": "limit", + "type": "STRING", + "description": "The number of facilities to query.", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "hospital": [ + { + "ISO3166-2-lvl4": "str", + "address": "str", + "amenity": "str", + "country_code": "str", + "county": "str", + "display_name": "str", + "governorate": "str", + "latitude": "str", + "longitude": "str", + "postcode": "str", + "road": "str", + "suburb": "str", + "village": "str", + "website": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Egypt API", + "api_name": "Geocode", + "api_description": "This endpoint allows you to lookup locations in Egypt by providing an address query parameter. It returns the latitude, longitude and city name of the location.", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "The name of the location to look up.", + "default": "Giza" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "display_name": "str", + "latitude": "str", + "longitude": "str" + } + } + ], + "query": "Can you help me find a college in Cairo? I am looking for the address, latitude, and longitude of the college. Please limit the results to 5.", + "relevant APIs": [ + [ + "Egypt API", + "Facilities Lookup" + ], + [ + "Egypt API", + "Geocode" + ] + ], + "query_id": 31117 + }, + { + "api_list": [ + { + "category_name": "SMS", + "tool_name": "Virtual Number", + "api_name": "Get All Countries", + "api_description": "Get the list of currently available countries", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "countryCode": "str", + "countryName": "str" + } + }, + { + "category_name": "SMS", + "tool_name": "Virtual Number", + "api_name": "View SMS history", + "api_description": "View All received SMS for the given number and country id", + "required_parameters": [ + { + "name": "number", + "type": "STRING", + "description": "", + "default": "79034134722" + }, + { + "name": "countryId", + "type": "STRING", + "description": "", + "default": "7" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "text": "str", + "serviceName": "str", + "myNumber": "str", + "createdAt": "str" + } + }, + { + "category_name": "SMS", + "tool_name": "Virtual Number", + "api_name": "Get Number By Country Id", + "api_description": "Get currently available numbers list by given country id", + "required_parameters": [ + { + "name": "countryId", + "type": "STRING", + "description": "", + "default": "7" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm organizing a surprise birthday party for my friend and I need to keep the phone number a secret. Can you provide me with a virtual number and also show me the received SMS messages for that number? It would be helpful to see the service name and creation date of each message. Thanks!", + "relevant APIs": [ + [ + "Virtual Number", + "Get Number By Country Id" + ], + [ + "Virtual Number", + "View SMS history" + ] + ], + "query_id": 31267 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "Fetch business info (get free token)", + "api_description": "Free token needed, click [here](https://wa.me/34631428039?text=get-token) to get it. The endpoint will provide: `description`, `website`, `email`, `business hours`, `address` and `category`; if the number is a whatsapp for business account.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34655719560" + }, + { + "name": "token", + "type": "STRING", + "description": "To get a free token, click [here](https://wa.me/34631428039?text=get-token) to send a whatsapp with the command `get-token`.", + "default": "ENTER_HERE_A_VALID_TOKEN" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "Is registered on whatsapp? (get free token)", + "api_description": "Free token needed, click [here](https://wa.me/34631428039?text=get-token) to get it. This endpoint returns `true` if the phone is registered on whatsapp.\nLearn how to use this endpoint on this [video](https://youtu.be/txPQ4ROpfuc).", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34605797764" + }, + { + "name": "token", + "type": "STRING", + "description": "To get a free token, click [here](https://wa.me/34631428039?text=get-token) to send a whatsapp with the command `get-token`.", + "default": "ENTER_HERE_A_VALID_TOKEN" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "About", + "api_description": "This endpoint will return the `About` info of the Whatsapp for business number, and when the value was set.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34655719560" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "Fetch profile picture (get free token)", + "api_description": "Free token needed, click [here](https://wa.me/34631428039?text=get-token) to get it. Gets the whatsapp number profile picture, you can select its resolution (`high` or `low`) and the response format: `png` file, `url` or `base64` encoded file.\nLearn how to use this endpoint on this [video](https://youtu.be/65eJN7S8sBw).", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34605797764" + }, + { + "name": "token", + "type": "STRING", + "description": "To get a free token, click [here](https://wa.me/34631428039?text=get-token) to send a whatsapp with the command `get-token`.", + "default": "ENTER_HERE_A_VALID_TOKEN" + } + ], + "optional_parameters": [ + { + "name": "quality", + "type": "ENUM", + "description": "Quality of the Picture: High or Low.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "Fetch profile picture", + "api_description": "Gets the whatsapp number profile picture, you can select its resolution (`high` or `low`) and the response format: `png` file, `url` or `base64` encoded file.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34605797764" + } + ], + "optional_parameters": [ + { + "name": "pictype", + "type": "ENUM", + "description": "The type of response: url, jpg or base64", + "default": "" + }, + { + "name": "quality", + "type": "ENUM", + "description": "Quality of the Picture: High or Low.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "Is whatsapp for business?", + "api_description": "Requests to this endpoint will return `true` if the number is a **Whatsapp for Business** account, or `false` if it's not.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34655719560" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "Fetch business info", + "api_description": "The endpoint will provide: `description`, `website`, `email`, `business hours`, `address` and `category`; if the number is a whatsapp for business account.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34655719560" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Whatsapp Scraper", + "api_name": "Is registered on whatsapp?", + "api_description": "This endpoint returns `true` if the phone is registered on whatsapp.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "The phone number must be written as a number (including countrycode); \ndo **NOT** include: any non-number character, spaces, or anything which is not a number; do **NOT** add zeros (0) at the beginning.", + "default": "34605797764" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "My company is interested in partnering with a business on WhatsApp. Can you help us determine if the phone number +1 555-555-5555 is registered on WhatsApp? Additionally, we would like to fetch the profile picture of this number in low resolution as a base64 encoded file. Furthermore, could you provide us with the business information for this number, including the description, website, email, business hours, address, and category if it is a WhatsApp for Business account?", + "relevant APIs": [ + [ + "Whatsapp Scraper", + "Is registered on whatsapp?" + ], + [ + "Whatsapp Scraper", + "Fetch business info" + ], + [ + "Whatsapp Scraper", + "Fetch profile picture" + ] + ], + "query_id": 31402 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "cat-facts", + "api_name": "Get all facts about cat", + "api_description": "This endpoint returns all available fact about cats in our database.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "AllFacts": [ + "list of str with length 279" + ] + } + }, + { + "category_name": "Other", + "tool_name": "cat-facts", + "api_name": "Get a random fact about cats", + "api_description": "This endpoint returns a random fact about cats", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Fact": "str" + } + } + ], + "query": "My friend is a cat lover and I want to surprise her with an interesting cat fact every day for a month. Can you provide me with a random cat fact and a list of all cat facts? This will make her days even more delightful.", + "relevant APIs": [ + [ + "cat-facts", + "Get all facts about cat" + ], + [ + "cat-facts", + "Get a random fact about cats" + ] + ], + "query_id": 32001 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Joke of the Day By Category", + "api_description": "Get the joke of the day of specific category from a collection of most rated and most popular jokes.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category of joke based on the jokes categories API", + "default": "Money" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Random Joke By Category", + "api_description": "Get the random joke by category from a collection of most rated and most popular jokes.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category of joke based on the jokes categories API", + "default": "Political" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Random Joke", + "api_description": "Get the random joke from a collection of most rated and most popular jokes.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Jokes", + "api_description": "Access our huge collection of jokes and paginate through them based on your desired limit and sorting criteria.", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 100 + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `score:desc` for highest score first sorting\n\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "score:desc" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Categories of Jokes", + "api_description": "Get all available categories of our Jokes collection which can be used to filter jokes based on specific category.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Jokes By Specific Category", + "api_description": "Access our huge collection of jokes of specific category and paginate through them based on your desired limit and sorting criteria.", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 100 + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + }, + { + "name": "category", + "type": "STRING", + "description": "Category of joke based on the jokes categories API", + "default": "Women" + } + ], + "optional_parameters": [ + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `score:desc` for highest score first sorting\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "score:desc" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Joke of the Day", + "api_description": "Get the joke of the day from a collection of most rated and most popular jokes.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm writing a comedy script and I need a large collection of jokes. Can you give me a list of jokes with a limit of 200 and sorted by score in descending order? Also, provide me with the joke of the day and the available categories of jokes.", + "relevant APIs": [ + [ + "World of Jokes", + "Get Jokes" + ], + [ + "World of Jokes", + "Get Joke of the Day" + ], + [ + "World of Jokes", + "Get Categories of Jokes" + ] + ], + "query_id": 32285 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Anime Quotes_v4", + "api_name": "Get a random quote", + "api_description": "Get a random quote", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Quotes_v4", + "api_name": "Get 10 random quotes", + "api_description": "Get 10 random quotes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Quotes_v4", + "api_name": "Get quotes by anime title", + "api_description": "Get quotes by anime title", + "required_parameters": [], + "optional_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Fairy Tail" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Quotes_v4", + "api_name": "Get quotes by character name", + "api_description": "Get quotes by character name", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "Naruto" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Quotes_v4", + "api_name": "Get all the available anime", + "api_description": "Get all the available anime", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am researching anime quotes for a project. Can you give me a random quote and a list of all the available anime?", + "relevant APIs": [ + [ + "Anime Quotes_v4", + "Get a random quote" + ], + [ + "Anime Quotes_v4", + "Get all the available anime" + ] + ], + "query_id": 32309 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get Products", + "api_description": " ", + "required_parameters": [ + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": [ + { + "id": "int", + "name": "str", + "category": "NoneType", + "_list_length": 10 + } + ], + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get Categories", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "category": "NoneType", + "_list_length": 872 + } + ] + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get Product", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Me", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get Products in Category", + "api_description": " ", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": "empty list", + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get Order", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get User Orders", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + } + ], + "query": "I am interested in a specific category of products. Please provide me with the list of products available in the 'Clothing' category. Also, let me know the total count of products in this category.", + "relevant APIs": [ + [ + "\ud83d\udc4b Onboarding Project", + "Get Products in Category" + ], + [ + "\ud83d\udc4b Onboarding Project", + "Get Categories" + ] + ], + "query_id": 32617 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "pizzaallapala", + "api_name": "Get Productos", + "api_description": "asd", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "mensaje": "str", + "ok": "bool", + "productos": [ + { + "id": "int", + "nombre": "str", + "descripcion": "str", + "linkImagen": "str", + "precio": "str", + "tasaIva": "str", + "vendible": "int", + "borrado": "NoneType", + "stockRequerido": "NoneType", + "created_at": "str", + "_list_length": 21 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "pizzaallapala", + "api_name": "Get Producto Promo", + "api_description": "Adsa", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ok": "bool", + "mensaje": "str", + "promo": [ + { + "id": "int", + "nombrePromo": "str", + "descripcion": "str", + "precioFinal": "str", + "porcentajeDescuento": "NoneType", + "cantidadDescuento": "NoneType", + "sucursal": "int", + "linkImagen": "str", + "fechaInicio": "str", + "fechaCaducidad": "str", + "borrado": "int", + "tags": [ + "list of str with length 1" + ], + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "pizzaallapala", + "api_name": "Usuarios", + "api_description": "Hsjssj", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "data": [ + { + "alias": "str", + "dni": "str", + "nombre": "str", + "apellido": "str", + "categoriaIva": "str", + "domicilio": "empty list", + "email": "str", + "id": "str", + "_list_length": 35 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "pizzaallapala", + "api_name": "Get Tags", + "api_description": "Adss", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ok": "bool", + "mensaje": "str", + "data": [ + { + "id": "int", + "entidad": "NoneType", + "idEntidad": "NoneType", + "nombre": "str", + "sucursal": "int", + "cantidad": "NoneType", + "_list_length": 10 + } + ] + } + } + ], + "query": "I am planning a family gathering and I need some pizza recommendations. Please suggest some pizza options from the 'Get Productos' API. Additionally, find any available promo pizzas using the 'Get Producto Promo' API. Lastly, check if there are any special tags associated with the pizzas using the 'Get Tags' API.", + "relevant APIs": [ + [ + "pizzaallapala", + "Get Productos" + ], + [ + "pizzaallapala", + "Get Producto Promo" + ], + [ + "pizzaallapala", + "Get Tags" + ] + ], + "query_id": 32652 + }, + { + "api_list": [ + { + "category_name": "Energy", + "tool_name": "ecoweather", + "api_name": "Schneetage", + "api_description": "Beantwortet die Frage, wie viel Schnee und an wie viel Tagen innerhalb eines Zeitraums vorhanden gewesen ist. Wird verwendet zum Beispiel bei der Einsatzplanung im Winterdienst und Hausmeisterservice sowie im Tourismus.", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "", + "default": "2021-01-01" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "", + "default": "8.79" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "49.34" + } + ], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "2021-09-21" + } + ], + "method": "GET", + "template_response": { + "input": { + "geo": { + "lat": "str", + "lon": "str" + }, + "timeframe": { + "from": "str", + "to": "str" + } + }, + "aggregations": { + "snowdays": "int", + "snow": "float" + }, + "result": [ + { + "timestamp": "int", + "date": "str", + "snow": "float", + "_list_length": 264 + } + ] + } + }, + { + "category_name": "Energy", + "tool_name": "ecoweather", + "api_name": "Heizgradtage", + "api_description": "Beantwortet die Frage, wie viele Heizgradtage innerhalb eines Zeitraums vorhanden gewesen sind. Wird verwendet zum Beispiel bei der unterj\u00e4hrigen Abgrenzung von Heizkosten bei der Nebenkostenabrechnung.", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "", + "default": "2021-01-01" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "", + "default": "8.79" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "49.34" + } + ], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "2021-09-21" + } + ], + "method": "GET", + "template_response": { + "input": { + "geo": { + "lat": "str", + "lon": "str" + }, + "timeframe": { + "from": "str", + "to": "str" + } + }, + "aggregations": { + "hdd12": "float", + "hdd15": "float" + }, + "result": [ + { + "timestamp": "int", + "date": "str", + "hdd12": "float", + "hdd15": "float", + "_list_length": 264 + } + ] + } + }, + { + "category_name": "Energy", + "tool_name": "ecoweather", + "api_name": "Niederschlag", + "api_description": "Beantwortet die Frage, wie viel Niederschlag innerhalb eines Zeitraums vorhanden gewesen ist. Wird verwendet zum Beispiel bei der Dimensionierung von Regenwassernutzung (Zisterne) oder bei der Planung von G\u00e4rten .", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "", + "default": "2021-01-01" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "", + "default": "8.79" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "49.34" + } + ], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "2021-09-21" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "ecoweather", + "api_name": "ecoweather", + "api_description": "Retrieve historical weather data for a location. Dataset lasts back until year 2016. Results are limited to 366 days (1 year) per request.", + "required_parameters": [ + { + "name": "lon", + "type": "NUMBER", + "description": "Longitude of a geo-location in degrees. ", + "default": "8.80282" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "Latitude of a geo-location in degrees. ", + "default": "49.3427818" + }, + { + "name": "from", + "type": "STRING", + "description": "Start date in YYYY-MM-DD format.", + "default": "2021-12-31" + } + ], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "End date in YYYY-MM-DD format. \n\nNote: if time period relative to `from` is more than 366 days it will automatically be replaced with this date.", + "default": "2022-09-31" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "My friends and I are planning a hiking trip and need to know the average temperature and precipitation in the mountains for the past month. Can you provide us with this information? Additionally, we would like to know the number of days with precipitation.", + "relevant APIs": [ + [ + "ecoweather", + "Niederschlag" + ], + [ + "ecoweather", + "ecoweather" + ] + ], + "query_id": 32807 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/topcomments", + "api_description": "Top Youtube commented videos of all time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "video": "str", + "link": "str", + "comments": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/toplikes", + "api_description": "Top Youtube liked videos of all time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "video": "str", + "link": "str", + "likes": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/topviews/{year}", + "api_description": "Top Youtube viewed videos all time / on a specific year (2007 - now). Leave {year} blank for all time results", + "required_parameters": [ + { + "name": "year", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/global/{countryID}/{timeframe}", + "api_description": "Weekly/Daily country Youtube chart for a specific country. Read external docs for more information", + "required_parameters": [ + { + "name": "countryID", + "type": "string", + "description": "", + "default": "kr" + }, + { + "name": "timeframe", + "type": "string", + "description": "", + "default": "daily" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "track": "str", + "streams": "str", + "streams_delta": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/artist/{artistName}", + "api_description": "Get details about an artist", + "required_parameters": [ + { + "name": "artistName", + "type": "string", + "description": "", + "default": "badbunny" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": [ + { + "artistName": "str", + "total_views": "str", + "daily_average": "str", + "_list_length": 1 + } + ], + "statistics": [ + { + "video": "str", + "link": "str", + "views": "str", + "yesterday_views": "str", + "published_date": "str", + "_list_length": 208 + } + ] + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/trending/overall", + "api_description": "Treding Youtube (including non-music) videos worldwide", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "video": "str", + "link": "str", + "highlights": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/24h", + "api_description": "Youtube most viewed music video past 24 hours", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "video": "str", + "link": "str", + "views": "str", + "likes": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/topviews/artist/{nationality}", + "api_description": "Youtube top viewed music video by X artist. (X: nationality of the artist). For example: \"/youtube/topviews/vietnamese\"", + "required_parameters": [ + { + "name": "nationality", + "type": "string", + "description": "", + "default": "vietnamese" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "video": "str", + "link": "str", + "views": "str", + "yesterday_views": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/weekly", + "api_description": "Most viewed Youtube music videos weekly", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "video": "str", + "link": "str", + "weeks": "str", + "peak": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/24h/{type}", + "api_description": "Youtube most viewed music video by content language type: (English, Spanish, Asian or Other)", + "required_parameters": [ + { + "name": "type", + "type": "string", + "description": "", + "default": "english" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "video": "str", + "link": "str", + "views": "str", + "likes": "str" + } + } + ], + "query": "I'm a music researcher and I'm looking for data on the most viewed YouTube music videos of all time. Can you give me the top viewed videos for each year from 2007 to the present? Additionally, I would like to know the number of views, likes, and comments for each video.", + "relevant APIs": [ + [ + "MusicData API", + "/youtube/topviews/{year}" + ], + [ + "MusicData API", + "/youtube/topcomments" + ], + [ + "MusicData API", + "/youtube/toplikes" + ] + ], + "query_id": 32970 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "Passbook", + "api_name": "Download Pass", + "api_description": "", + "required_parameters": [ + { + "name": "passtypeidentifier", + "type": "STRING", + "description": "", + "default": "pass.example.id1" + }, + { + "name": "serialnumber", + "type": "STRING", + "description": "", + "default": "27f145d2-5713-4a8d-af64-b269f95ade3b" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Passbook", + "api_name": "List Passes", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm attending a conference and I need to have my pass ready on my phone. Can you help me download a pass with the passTypeIdentifier 'pass.example.id1' and the serialNumber '27f145d2-5713-4a8d-af64-b269f95ade3b'? It would be great if you could also provide me with a list of all available passes.", + "relevant APIs": [ + [ + "Passbook", + "List Passes" + ], + [ + "Passbook", + "Download Pass" + ] + ], + "query_id": 33112 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "Fake Brightcove", + "api_name": "Ingest Status", + "api_description": "Ingest Job Status", + "required_parameters": [ + { + "name": "account_id", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "video_id", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "job_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "account_id": "int", + "error_code": "str", + "error_message": "str", + "id": "str", + "priority": "str", + "started_at": "str", + "state": "str", + "submitted_at": "str", + "updated_at": "str", + "video_id": "int" + } + }, + { + "category_name": "Business", + "tool_name": "Fake Brightcove", + "api_name": "Temp Upload URLs", + "api_description": "Generate Temp Upload URLs", + "required_parameters": [ + { + "name": "source_name", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "video_id", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "account_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "bucket": "str", + "object_key": "str", + "access_key_id": "str", + "secret_access_key": "str", + "session_token": "str", + "signed_url": "str", + "api_request_url": "str" + } + } + ], + "query": "As a video editor, I want to check the progress of my video upload. Can you fetch the ingest job status for the video with the ID '99999' in my account? Also, generate temporary upload URLs for the video from the source 'original' in my account.", + "relevant APIs": [ + [ + "Fake Brightcove", + "Ingest Status" + ], + [ + "Fake Brightcove", + "Temp Upload URLs" + ] + ], + "query_id": 33330 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Token Forwarding", + "api_name": "Get token forwarding transaction webhook", + "api_description": "Get token forwarding transaction webhook", + "required_parameters": [ + { + "name": "transactionId", + "type": "string", + "description": "", + "default": "dfe02338-43ae-453f-bd51-6f0ea98e4df9" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str", + "error": "str", + "requestId": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Token Forwarding", + "api_name": "Get token forwarding transactions", + "api_description": "Get token forwarding transactions", + "required_parameters": [], + "optional_parameters": [ + { + "name": "updatedLt", + "type": "STRING", + "description": "", + "default": "2022-01-11 06:08:17" + }, + { + "name": "updatedGte", + "type": "STRING", + "description": "", + "default": "2023-01-10 06:08:17" + }, + { + "name": "id", + "type": "STRING", + "description": "", + "default": "dfe02338-43ae-453f-bd51-6f0ea98e4df9" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "100" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str", + "data": { + "offset": "int", + "limit": "int", + "total": "int", + "count": "int", + "tokenForwardingTransactions": "empty list" + }, + "requestId": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Token Forwarding", + "api_name": "Get usage quota for the current month", + "api_description": "Get usage quota for the current month", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str", + "data": { + "walletQuota": "str", + "walletQuotaUsed": "str" + }, + "requestId": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Token Forwarding", + "api_name": "Get gas fee funding wallets", + "api_description": "Get gas fee funding wallets", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "dfe02338-43ae-453f-bd51-6f0ea98e4df9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "100" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str", + "data": { + "offset": "int", + "limit": "int", + "total": "int", + "count": "int", + "gasFeeFundingWallets": "empty list" + }, + "requestId": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Token Forwarding", + "api_name": "Get token forwarding wallets", + "api_description": "Get token forwarding wallets", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "dfe02338-43ae-453f-bd51-6f0ea98e4df9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "100" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str", + "data": { + "offset": "int", + "limit": "int", + "total": "int", + "count": "int", + "tokenForwardingWallets": "empty list" + }, + "requestId": "str" + } + } + ], + "query": "I need to keep track of the token forwarding transactions for my company. Please retrieve the token forwarding transactions, including the offset, limit, total count, and the list of token forwarding transactions. Additionally, I want to obtain the usage quota for the current month and how much of the quota has been used so far.", + "relevant APIs": [ + [ + "Token Forwarding", + "Get token forwarding transactions" + ], + [ + "Token Forwarding", + "Get usage quota for the current month" + ] + ], + "query_id": 33889 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Search by URL", + "api_description": "Search by URL", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.redfin.com/zipcode/01026/filter/property-type=house,min-price=175k,max-price=4.5M,min-beds=1,max-beds=4" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"data\": {\"version\": \"float\", \"errorMessage\": \"str\", \"resultCode\": \"float\", \"payload\": {\"homes\": [{\"mlsId\": {\"label\": \"str\", \"value\": \"str\"}, \"showMlsId\": \"bool\", \"mlsStatus\": \"str\", \"showDatasourceLogo\": \"bool\", \"price\": {\"value\": \"float\", \"level\": \"float\"}, \"hideSalePrice\": \"bool\", \"hoa\": {\"level\": \"float\"}, \"isHoaFrequencyKnown\": \"bool\", \"sqFt\": {\"value\": \"float\", \"level\": \"float\"}, \"pricePerSqFt\": {\"value\": \"float\", \"level\": \"float\"}, \"lotSize\": {\"value\": \"float\", \"level\": \"float\"}, \"beds\": \"float\", \"baths\": \"float\", \"fullBaths\": \"float\", \"partialBaths\": \"float\", \"location\": {\"value\": \"str\", \"level\": \"float\"}, \"latLong\": {\"value\": {\"latitude\": \"float\", \"longitude\": \"float\"}, \"level\": \"float\"}, \"streetLine\": {\"value\": \"str\", \"level\": \"float\"}, \"unitNumber\": {\"level\": \"float\"}, \"city\": \"str\", \"state\": \"str\", \"zip\": \"str\", \"postalCode\": {\"value\": \"str\", \"level\": \"float\"}, \"countryCode\": \"str\", \"showAddressOnMap\": \"bool\", \"soldDate\": \"float\", \"searchStatus\": \"float\", \"propertyType\": \"f" + }, + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Get location infomation by zipcode", + "api_description": "Get location infomation by zipcode", + "required_parameters": [ + { + "name": "zipcode", + "type": "STRING", + "description": "", + "default": "01003" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "zipCode": "str", + "regionId": "NoneType", + "city": "str", + "county": "str", + "state": "str", + "usps": "str", + "stateCapital": "str", + "countryName": "str", + "countryCode": "str", + "lat": "NoneType", + "lng": "NoneType", + "northLat": "NoneType", + "southLat": "NoneType", + "westLng": "NoneType", + "eastLng": "NoneType", + "fieldType": "NoneType", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Get zipcode by county", + "api_description": "Get zipcode by county", + "required_parameters": [ + { + "name": "county", + "type": "STRING", + "description": "", + "default": "Hampshire" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "zipCode": "str", + "regionId": "NoneType", + "city": "str", + "county": "str", + "state": "str", + "usps": "str", + "stateCapital": "str", + "countryName": "str", + "countryCode": "str", + "lat": "NoneType", + "lng": "NoneType", + "northLat": "NoneType", + "southLat": "NoneType", + "westLng": "NoneType", + "eastLng": "NoneType", + "fieldType": "NoneType", + "_list_length": 45 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Get ZipCode by City", + "api_description": "Get ZipCode by City", + "required_parameters": [ + { + "name": "city", + "type": "STRING", + "description": "", + "default": "Holtsville" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "zipCode": "str", + "regionId": "NoneType", + "city": "str", + "county": "str", + "state": "str", + "usps": "str", + "stateCapital": "str", + "countryName": "str", + "countryCode": "str", + "lat": "NoneType", + "lng": "NoneType", + "northLat": "NoneType", + "southLat": "NoneType", + "westLng": "NoneType", + "eastLng": "NoneType", + "fieldType": "NoneType", + "_list_length": 3 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Search by Sub URL", + "api_description": "Search by Sub URL", + "required_parameters": [ + { + "name": "sub_url", + "type": "STRING", + "description": "The input value can be full URL or sub URL\n- **Full URL**: `https://www.redfin.com/zipcode/01026`\n- **Sub URL**: `/zipcode/01026` (use the Auto-complete API to get the value, it is a property URL)", + "default": "/zipcode/01026" + } + ], + "optional_parameters": [ + { + "name": "excl_ll", + "type": "BOOLEAN", + "description": "Exclude land leases", + "default": "" + }, + { + "name": "price_reduced", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "financing_type", + "type": "ENUM", + "description": "Accepted financing", + "default": "" + }, + { + "name": "property_tax", + "type": "NUMBER", + "description": "COMMENT:\nSuggested Values:\n`0`: No property taxes \u275a`250`: $250/year\n`500`: $500/year\u275a`750`: $750/year\n`1000`: $1,000/year\u275a`1250`: $1,250/year\n`1500`: $1,500/year\u275a`1750`: $1,750/year\n`2000`: $2,000/year\u275a`2500`: $2,500/year\n`3000`: $3,000/year\u275a`3500`: $3,500/year\n`4000`: $4,000/year\u275a`4500`: $4,500/year\n`5000`: $5,000/year\u275a`5500`: $5,500/year\n`6000`: $6,000/year\u275a`6500`: $6,500/year\n`7000`: $7,000/year\u275a`8000`: $8,000/year\n`10000`: $10,000/year\u275a`12000`: $12,000/year\n`14000`: $14,000/year\u275a`16000`: $16,000/year\n`20000`: $20,000/year\u275a`24000`: $24,000/year\n", + "default": "" + }, + { + "name": "hoa_feets", + "type": "NUMBER", + "description": "Suggested Values:\n`0`: No HOA Fee \u275a `25`: $25/month\n`50`: $50/month \u275a `75`: $75/month\n`100`: $100/month\u275a `150`: $150/month\n`200`: $200/month \u275a `250`: $250/month\n `300`: $300/month \u275a `400`: $400/month\n `500`: $500/month \u275a `600`: $600/month\n `700`: $700/month \u275a `800`: $800/month\n `900`: $900/month \u275a`1000`: $1000/month\n `1250`: $1250/month \u275a `1500`: $1500/month\n `1750`: $1750/month \u275a`2000`: $2000/month\n `2500`: $2500/month \u275a `3000`: $3000/month\n `3500`: $3500/month \u275a `4000`: $4000/month\n `4500`: $4500/month \u275a `5000`: $5000/month", + "default": "" + }, + { + "name": "green_home", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "elevator", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "pets_allowed", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "washer_dryer_hookup", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "fireplace", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "pool_types", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "basement_types", + "type": "STRING", + "description": "Enter the parameters below:\n \u25cf Finished\n \u25cf Unfinished\n\u203b Separated by a comma for multiple options\nEX: Finished, Unfinished", + "default": "" + }, + { + "name": "min_sqft", + "type": "NUMBER", + "description": "Suggested Values: `750`, `1000`, `1100`, `1200`, `1300`, `1400`, `1500`, `1600`, `1700`, `1800`, `1900`, `2000`, `2250`, `2500`, `2750`, `3000`, `4000`, `5000`, `7500`, `10000`", + "default": "" + }, + { + "name": "garage_spots", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "max_stories", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 20", + "default": "" + }, + { + "name": "max_num_beds", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 5", + "default": "" + }, + { + "name": "max_sqft", + "type": "NUMBER", + "description": "Suggested Values: `750`, `1000`, `1100`, `1200`, `1300`, `1400`, `1500`, `1600`, `1700`, `1800`, `1900`, `2000`, `2250`, `2500`, `2750`, `3000`, `4000`, `5000`, `7500`, `10000`", + "default": "" + }, + { + "name": "max_lot_size", + "type": "NUMBER", + "description": "Suggested Values:\n`2000`\uff1d2,000 sqft\u275a`4500`\uff1d4,500 sqft\n`6500`\uff1d6,500 sqft\u275a`8000`\uff1d8,000 sqft\n`9500`\uff1d9,500 sqft\u275a`10890`\uff1d25 acres\n`21780`\uff1d5 acres\u275a`43560`\uff1d1 acre\n`87120`\uff1d2 acres\u275a`130680`\uff1d3 acres\n `174240`\uff1d4 acres\u275a`217800`\uff1d5 acres\n `435600`\uff1d10 acres\u275a `871200`\uff1d20 acres\n`1742400`\uff1d40 acres\u275a `4356000`\uff1d100 acres", + "default": "" + }, + { + "name": "home_type", + "type": "STRING", + "description": "Enter the parameters below:\nFor `search_type `\uff1d **ForSale** OR **Sold**\n \u25cf House\n \u25cf Townhouse\n \u25cf Condo\n \u25cf Land\n \u25cf MultiFamily\n \u25cf Mobile\n \u25cf Coop\n \u25cf Other\nFor `search_type `\uff1d **ForRent**\n \u25cf Apartment\n\u203b Separated by a comma for multiple options\nEX: House, Townhouse", + "default": "" + }, + { + "name": "search_type", + "type": "ENUM", + "description": "Default\uff1d**ForSale**", + "default": "" + }, + { + "name": "sold_within_days", + "type": "ENUM", + "description": "Default \uff1d Last_3_months\nFor `search_type `\uff1d**Sold**\n", + "default": "" + }, + { + "name": "min_num_beds", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 5", + "default": "" + }, + { + "name": "min_price", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "min_price_per_sqft", + "type": "NUMBER", + "description": "Price/Sq. ft.\nSuggested Values: `50`, `100`, `150`, `200`, `250`, `300`, `400`, `500`, `600`, `800`, `1000`, `1400`, `1800`, `2200`, `2600`, `3000`", + "default": "" + }, + { + "name": "min-lot-size", + "type": "NUMBER", + "description": "Suggested Values:\n`2000`\uff1d2,000 sqft\u275a`4500`\uff1d4,500 sqft\n`6500`\uff1d6,500 sqft\u275a`8000`\uff1d8,000 sqft\n`9500`\uff1d9,500 sqft\u275a`10890`\uff1d25 acres\n`21780`\uff1d5 acres\u275a`43560`\uff1d1 acre\n`87120`\uff1d2 acres\u275a`130680`\uff1d3 acres\n `174240`\uff1d4 acres\u275a`217800`\uff1d5 acres\n `435600`\uff1d10 acres\u275a `871200`\uff1d20 acres\n`1742400`\uff1d40 acres\u275a `4356000`\uff1d100 acres", + "default": "" + }, + { + "name": "num_baths", + "type": "NUMBER", + "description": "Suggested Values: `1`, `1.5`, `2`, `2.5`, `3.4`", + "default": "" + }, + { + "name": "time_on_redfin", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "min_stories", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 20", + "default": "" + }, + { + "name": "dogs_allowed", + "type": "BOOLEAN", + "description": "For `search_type `\uff1d**ForRent**", + "default": "" + }, + { + "name": "has_view", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "accessible_home", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "max_price_per_sqft", + "type": "NUMBER", + "description": "Price/Sq. ft.\nSuggested Values: `50`, `100`, `150`, `200`, `250`, `300`, `400`, `500`, `600`, `800`, `1000`, `1400`, `1800`, `2200`, `2600`, `3000`", + "default": "" + }, + { + "name": "waterfront", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "include_outdoor_parking", + "type": "BOOLEAN", + "description": "\u3010Include outdoor parking\u3011 value is reflected when at \u3010Garage spots\u3011 is selected", + "default": "" + }, + { + "name": "max_year_built", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "status", + "type": "STRING", + "description": "For search_type \uff1d**ForSale**\n\nEnter the parameters below: \n\u25cf active\n\u25cf comingsoon\n\u25cf undercontract_pending\n\u203b Separated by a comma for multiple options\nEX: active, comingsoon", + "default": "active,comingsoon" + }, + { + "name": "cats_allowed", + "type": "BOOLEAN", + "description": "For `search_type `\uff1d**ForRent**", + "default": "" + }, + { + "name": "guest_house", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "fixer_upper", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "keyword_search", + "type": "STRING", + "description": "E.g. office, balcony, modern,place", + "default": "" + }, + { + "name": "primary_bed_on_main", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "air_conditioning", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_exclude_55_communities", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "min_year_built", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "max_price", + "type": "NUMBER", + "description": "Filter by price", + "default": "" + }, + { + "name": "sort", + "type": "ENUM", + "description": "Default \uff1d Recommended", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": "NoneType", + "message": "str", + "status": "bool" + } + }, + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Auto-complete", + "api_description": "You send a request and receive the following information:\n- `id`: The unique identifier for the city.\n- `type`: The type of the city.\n- `name`: The name of the city.\n- `subName`: The additional description of the city.\n- `url`: The direct URL to access the city's information page on Redfin.com.\n- `active`: The active status of the city.\n- `claimedHome`: The status of claimed home ownership.\n- `invalidMRS`: The invalid MRS (Market Revenue Share) status.\n- `businessMarketIds`: The list of relevant business market IDs.\n- `countryCode`: The country code.\n- `internalSearchVolume`: The internal search volume statistic.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "**Input**: City, Address, School, Agent, ZIP", + "default": "01026" + } + ], + "method": "GET", + "template_response": { + "data": { + "version": "int", + "errorMessage": "str", + "resultCode": "int", + "payload": { + "sections": [ + { + "rows": [ + { + "id": "str", + "type": "str", + "name": "str", + "subName": "str", + "url": "str", + "active": "bool", + "claimedHome": "bool", + "invalidMRS": "bool", + "businessMarketIds": [ + "list of int with length 2" + ], + "countryCode": "str", + "internalSearchVolume": "int", + "_list_length": 1 + } + ], + "name": "str", + "_list_length": 3 + } + ], + "exactMatch": { + "id": "str", + "type": "str", + "name": "str", + "subName": "str", + "url": "str", + "active": "bool", + "claimedHome": "bool", + "invalidMRS": "bool", + "businessMarketIds": [ + "list of int with length 2" + ], + "countryCode": "str", + "internalSearchVolume": "int" + }, + "extraResults": {}, + "responseTime": "int", + "hasFakeResults": "bool", + "isGeocoded": "bool", + "isRedfinServiced": "bool" + } + } + } + }, + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Get region info", + "api_description": "This API will return `region_type_id`, `region_id`\n\u279e Will use for API \u3010Search by region\u3011", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "The input value can be full URL or sub URL\n- **Full URL**: `https://www.redfin.com/zipcode/01026`\n- **Sub URL**: `/zipcode/01026` (use the Auto-complete API to get the value, it is a property URL)", + "default": "https://www.redfin.com/zipcode/01026" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "region_type_id": "str", + "region_id": "str" + } + } + }, + { + "category_name": "Data", + "tool_name": "Redfin Base", + "api_name": "Search by region", + "api_description": "Search by region", + "required_parameters": [ + { + "name": "region_type", + "type": "NUMBER", + "description": "One of the following : \n` -1`: Unknowns | `1`: Neighborhood\n`2`: Zip Code | `4`: State\n`5`: County | `6`: City\n`7`: School| `8`: School District\n`9`: Service Region| `10`: Minor Civil Division\n`11`: Country| `30`: CA Postal Code\n`31`: CA Province| `32`: CA Provincial Division\n`33`: CA Municipality| `34`: CA Forward Sortation Area\nOr Use API \u3010**Get region info**\u3011to get `region_type_id`", + "default": "2" + }, + { + "name": "region_id", + "type": "NUMBER", + "description": "Use the\u3010Get region info\u3011API to get the `region_id ` value.", + "default": "211" + } + ], + "optional_parameters": [ + { + "name": "financing_type", + "type": "ENUM", + "description": "Accepted financing", + "default": "" + }, + { + "name": "hoa_feets", + "type": "NUMBER", + "description": "Suggested Values:\n`0`: No HOA Fee \u275a `25`: $25/month\n`50`: $50/month \u275a `75`: $75/month\n`100`: $100/month\u275a `150`: $150/month\n`200`: $200/month \u275a `250`: $250/month\n `300`: $300/month \u275a `400`: $400/month\n `500`: $500/month \u275a `600`: $600/month\n `700`: $700/month \u275a `800`: $800/month\n `900`: $900/month \u275a`1000`: $1000/month\n `1250`: $1250/month \u275a `1500`: $1500/month\n `1750`: $1750/month \u275a`2000`: $2000/month\n `2500`: $2500/month \u275a `3000`: $3000/month\n `3500`: $3500/month \u275a `4000`: $4000/month\n `4500`: $4500/month \u275a `5000`: $5000/month", + "default": "" + }, + { + "name": "min_price_per_sqft", + "type": "NUMBER", + "description": "Price/Sq. ft.\nSuggested Values: `50`, `100`, `150`, `200`, `250`, `300`, `400`, `500`, `600`, `800`, `1000`, `1400`, `1800`, `2200`, `2600`, `3000`", + "default": "" + }, + { + "name": "property_tax", + "type": "NUMBER", + "description": "COMMENT:\nSuggested Values:\n`0`: No property taxes \u275a`250`: $250/year\n`500`: $500/year\u275a`750`: $750/year\n`1000`: $1,000/year\u275a`1250`: $1,250/year\n`1500`: $1,500/year\u275a`1750`: $1,750/year\n`2000`: $2,000/year\u275a`2500`: $2,500/year\n`3000`: $3,000/year\u275a`3500`: $3,500/year\n`4000`: $4,000/year\u275a`4500`: $4,500/year\n`5000`: $5,000/year\u275a`5500`: $5,500/year\n`6000`: $6,000/year\u275a`6500`: $6,500/year\n`7000`: $7,000/year\u275a`8000`: $8,000/year\n`10000`: $10,000/year\u275a`12000`: $12,000/year\n`14000`: $14,000/year\u275a`16000`: $16,000/year\n`20000`: $20,000/year\u275a`24000`: $24,000/year\n", + "default": "" + }, + { + "name": "max_price_per_sqft", + "type": "NUMBER", + "description": "Price/Sq. ft.\nSuggested Values: `50`, `100`, `150`, `200`, `250`, `300`, `400`, `500`, `600`, `800`, `1000`, `1400`, `1800`, `2200`, `2600`, `3000`", + "default": "" + }, + { + "name": "has_exclude_55_communities", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "min_sqft", + "type": "NUMBER", + "description": "Suggested Values: `750`, `1000`, `1100`, `1200`, `1300`, `1400`, `1500`, `1600`, `1700`, `1800`, `1900`, `2000`, `2250`, `2500`, `2750`, `3000`, `4000`, `5000`, `7500`, `10000`", + "default": "" + }, + { + "name": "price_reduced", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "excl_ll", + "type": "BOOLEAN", + "description": "Exclude land leases", + "default": "" + }, + { + "name": "max_year_built", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "elevator", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "max_sqft", + "type": "NUMBER", + "description": "Suggested Values: `750`, `1000`, `1100`, `1200`, `1300`, `1400`, `1500`, `1600`, `1700`, `1800`, `1900`, `2000`, `2250`, `2500`, `2750`, `3000`, `4000`, `5000`, `7500`, `10000`", + "default": "" + }, + { + "name": "dogs_allowed", + "type": "BOOLEAN", + "description": "For `search_type `\uff1d**ForRent**", + "default": "" + }, + { + "name": "garage_spots", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "min_year_built", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "fireplace", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "home_type", + "type": "STRING", + "description": "Enter the parameters below:\nFor `search_type `\uff1d **ForSale** OR **Sold**\n \u25cf House\n \u25cf Townhouse\n \u25cf Condo\n \u25cf Land\n \u25cf MultiFamily\n \u25cf Mobile\n \u25cf Coop\n \u25cf Other\nFor `search_type `\uff1d **ForRent**\n \u25cf Apartment\n\u203b Separated by a comma for multiple options\nEX: House, Townhouse", + "default": "" + }, + { + "name": "primary_bed_on_main", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "accessible_home", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "keyword_search", + "type": "STRING", + "description": "E.g. office, balcony, modern,place", + "default": "" + }, + { + "name": "guest_house", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "green_home", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "fixer_upper", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "pets_allowed", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_view", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "washer_dryer_hookup", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "waterfront", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "air_conditioning", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "pool_types", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "include_outdoor_parking", + "type": "BOOLEAN", + "description": "\u3010Include outdoor parking\u3011 value is reflected when at \u3010Garage spots\u3011 is selected", + "default": "" + }, + { + "name": "basement_types", + "type": "STRING", + "description": "Enter the parameters below:\n \u25cf Finished\n \u25cf Unfinished\n\u203b Separated by a comma for multiple options\nEX: Finished, Unfinished", + "default": "" + }, + { + "name": "max_lot_size", + "type": "NUMBER", + "description": "Suggested Values:\n`2000`\uff1d2,000 sqft\u275a`4500`\uff1d4,500 sqft\n`6500`\uff1d6,500 sqft\u275a`8000`\uff1d8,000 sqft\n`9500`\uff1d9,500 sqft\u275a`10890`\uff1d25 acres\n`21780`\uff1d5 acres\u275a`43560`\uff1d1 acre\n`87120`\uff1d2 acres\u275a`130680`\uff1d3 acres\n `174240`\uff1d4 acres\u275a`217800`\uff1d5 acres\n `435600`\uff1d10 acres\u275a `871200`\uff1d20 acres\n`1742400`\uff1d40 acres\u275a `4356000`\uff1d100 acres", + "default": "" + }, + { + "name": "min_stories", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 20", + "default": "" + }, + { + "name": "max_stories", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 20", + "default": "" + }, + { + "name": "min-lot-size", + "type": "NUMBER", + "description": "Suggested Values:\n`2000`\uff1d2,000 sqft\u275a`4500`\uff1d4,500 sqft\n`6500`\uff1d6,500 sqft\u275a`8000`\uff1d8,000 sqft\n`9500`\uff1d9,500 sqft\u275a`10890`\uff1d25 acres\n`21780`\uff1d5 acres\u275a`43560`\uff1d1 acre\n`87120`\uff1d2 acres\u275a`130680`\uff1d3 acres\n `174240`\uff1d4 acres\u275a`217800`\uff1d5 acres\n `435600`\uff1d10 acres\u275a `871200`\uff1d20 acres\n`1742400`\uff1d40 acres\u275a `4356000`\uff1d100 acres", + "default": "" + }, + { + "name": "time_on_redfin", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "cats_allowed", + "type": "BOOLEAN", + "description": "For `search_type `\uff1d**ForRent**", + "default": "" + }, + { + "name": "max_num_beds", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 5", + "default": "" + }, + { + "name": "num_baths", + "type": "NUMBER", + "description": "Suggested Values: `1`, `1.5`, `2`, `2.5`, `3.4`", + "default": "" + }, + { + "name": "min_num_beds", + "type": "NUMBER", + "description": "Enter a value in the range 1 \uff5e 5", + "default": "" + }, + { + "name": "min_price", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "max_price", + "type": "NUMBER", + "description": "Filter by price", + "default": "" + }, + { + "name": "sort", + "type": "ENUM", + "description": "Default \uff1d Recommended", + "default": "" + }, + { + "name": "sold_within_days", + "type": "ENUM", + "description": "Default \uff1d Last_3_months\nFor `search_type `\uff1d**Sold**\n", + "default": "" + }, + { + "name": "status", + "type": "STRING", + "description": "For search_type \uff1d**ForSale**\n\nEnter the parameters below: \n\u25cf active\n\u25cf comingsoon\n\u25cf undercontract_pending\n\u203b Separated by a comma for multiple options\nEX: active, comingsoon", + "default": "active,comingsoon" + }, + { + "name": "search_type", + "type": "ENUM", + "description": "Default\uff1d**ForSale**", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": "NoneType", + "message": "str", + "status": "bool" + } + } + ], + "query": "I'm looking to buy a house in the Hampshire county area. Can you provide me with a list of zip codes in the county? Also, I'd like to know the location information for zip code 01003.", + "relevant APIs": [ + [ + "Redfin Base", + "Get zipcode by county" + ], + [ + "Redfin Base", + "Get location infomation by zipcode" + ] + ], + "query_id": 34266 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "user-tweet-detail", + "api_description": "Get user tweet and reply", + "required_parameters": [ + { + "name": "tweet_id", + "type": "STRING", + "description": "", + "default": "1368693859203436548" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "UgAAAPAwHBmGgsC74dOJy_4lioC0vfDsyv4lhICs3bus5P4lnMC44eTDzv4lgsC7saT1yv4lgICz4dCAy_4lhsC7ldmCEgDwAMCitY7Zyv4lJQISFQQAAA" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "user-timeline", + "api_description": "Get tweet timeline by user ID", + "required_parameters": [ + { + "name": "user_id", + "type": "NUMBER", + "description": "", + "default": "44196397" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "HBaEgNKVxpvYtS0AAA==" + }, + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "search-user", + "api_description": " ", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "elon" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "autocomplete", + "api_description": " ", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "elon musk" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "search-tweet", + "api_description": "search tweet by query", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "elon musk" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "scroll:thGAVUV0VFVBaegLaxgNKXty0WloC2kd7Tl7ctEnEVzId6FYCJehgEVVNFUjUBFQAVAAA=" + }, + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "search-screen-name", + "api_description": " ", + "required_parameters": [ + { + "name": "screen_name", + "type": "STRING", + "description": "", + "default": "elonmusk" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "trend-id", + "api_description": " ", + "required_parameters": [ + { + "name": "woeid", + "type": "NUMBER", + "description": "", + "default": 2514815 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Twitter Pack_v2", + "api_name": "trend-list", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a road trip with my friends next month. Can you provide me with the current weather conditions and trending topics for our destination city? Also, I would like to search for users who have recently tweeted about road trips in that area.", + "relevant APIs": [ + [ + "Twitter Pack_v2", + "user-timeline" + ], + [ + "Twitter Pack_v2", + "trend-id" + ], + [ + "Twitter Pack_v2", + "search-tweet" + ] + ], + "query_id": 34282 + }, + { + "api_list": [ + { + "category_name": "Video_Images", + "tool_name": "\ud83d\udc4b Demo Project_v2", + "api_name": "Get Product", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Video_Images", + "tool_name": "\ud83d\udc4b Demo Project_v2", + "api_name": "Get Products in Category", + "api_description": " ", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Video_Images", + "tool_name": "\ud83d\udc4b Demo Project_v2", + "api_name": "Get Categories", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Video_Images", + "tool_name": "\ud83d\udc4b Demo Project_v2", + "api_name": "Get Products", + "api_description": " ", + "required_parameters": [ + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Video_Images", + "tool_name": "\ud83d\udc4b Demo Project_v2", + "api_name": "Get User Orders", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Video_Images", + "tool_name": "\ud83d\udc4b Demo Project_v2", + "api_name": "Get Order", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Video_Images", + "tool_name": "\ud83d\udc4b Demo Project_v2", + "api_name": "Me", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "As a customer, I want to explore the catalog and find products in a specific category. Can you provide me with the list of products in the 'Video_Images' category? Additionally, give me the details of a specific product with the ID '1234'.", + "relevant APIs": [ + [ + "\ud83d\udc4b Demo Project_v2", + "Get Products in Category" + ], + [ + "\ud83d\udc4b Demo Project_v2", + "Get Product" + ] + ], + "query_id": 34823 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get User Orders", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Me", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Categories", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "category": "NoneType", + "_list_length": 872 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Product", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Order", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Products", + "api_description": " ", + "required_parameters": [ + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": [ + { + "id": "int", + "name": "str", + "category": "NoneType", + "_list_length": 10 + } + ], + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Products in Category", + "api_description": " ", + "required_parameters": [ + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": "empty list", + "summary": { + "count": "int" + } + } + } + ], + "query": "I'm looking for specific products in the catalog. Can you help me search for products based on their names? Once you find the products, please provide me with their details.", + "relevant APIs": [ + [ + "\ud83d\udc4b Demo Project", + "Get Products" + ], + [ + "\ud83d\udc4b Demo Project", + "Get Product" + ] + ], + "query_id": 35112 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Order", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Product", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get User Orders", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str" + } + } + ], + "query": "My company recently placed an order with your company. We need to retrieve the details of the order for our records. The order ID is 12345. Please provide us with the information about the order, including the products, quantities, and total amount.", + "relevant APIs": [ + [ + "\ud83d\udc4b Demo Project", + "Get Order" + ], + [ + "\ud83d\udc4b Demo Project", + "Get Product" + ] + ], + "query_id": 36068 + }, + { + "api_list": [ + { + "category_name": "Mapping", + "tool_name": "SpatialScale Route Engine", + "api_name": "Get Route", + "api_description": "Given a list of locations, the route service provides details about the trip,\nincluding locations, a summary with basic information about the entire trip, and a list of legs.\n\n**Locations**\n\nYou specify locations as an ordered list of two or more locations within a JSON array. Locations are visited in the order specified.\n\nA location must include a latitude and longitude in decimal degrees. The coordinates can come from many input sources, such as a GPS location, a point or a click on a map, a geocoding service, and so on.\n\nTo build a route, you need to specify two `break` locations. In addition, you can include `through`, `via` or `break_through` locations to influence the route path.\n\n
\n\n\n\n \n \n\n\n\n\n \n \n\n\n \n \n\n\n \n \n\n\n
Location parametersDescription
lat\nLatitude of the location in degrees. This is assumed to be both the routing location and the display location if no display_lat and display_lon are provided.\n
lon\nLongitude of the location in degrees. This is assumed to be both the routing location and the display location if no display_lat and display_lon are provided.\n
type\n\tType of location, either break, through, via or break_through. Each type controls two characteristics: whether or not to allow a u-turn at the location and whether or not to generate guidance/legs at the location. A break is a location at which we allows u-turns and generate legs and arrival/departure maneuvers. A through location is a location at which we neither allow u-turns nor generate legs or arrival/departure maneuvers. A via location is a location at which we allow u-turns but do not generate legs or arrival/departure maneuvers. A break_through location is a location at which we do not allow u-turns but do generate legs and arrival/departure maneuvers. If no type is provided, the type is assumed to be a break. The types of the first and last locations are ignored and are treated as breaks.\n
\n
\n\n**Costing models**\n\nThe routing service uses dynamic, run-time costing to generate the route path. The route request must include the name of the costing model and can include optional parameters available for the chosen costing model.\n\n
\n\n\n\n \n \n\n\n\n\n \n \n\n\n \n \n\n\n \n \n\n\n
Costing modelDescription
auto\n\tStandard costing for driving routes by car, motorcycle, truck, and so on that obeys automobile driving rules, such as access and turn restrictions. Auto provides a short time path (though not guaranteed to be shortest time) and uses intersection costing to minimize turns and maneuvers or road name changes. Routes also tend to favor highways and higher classification roads, such as motorways and trunks.\n
bicycle\n\tStandard costing for travel by bicycle, with a slight preference for using cycleways or roads with bicycle lanes. Bicycle routes follow regular roads when needed, but avoid roads without bicycle access.\n
bus\n\tStandard costing for bus routes. Bus costing inherits the auto costing behaviors, but checks for bus access on the roads.\n
\n
\n", + "required_parameters": [ + { + "name": "payload", + "type": "STRING", + "description": "Location information", + "default": "{\n \"locations\": [\n {\"lat\": 42.358528, \"lon\": -83.271400},\n {\"lat\": 42.996613, \"lon\": -78.749855}\n ],\n \"costing\": \"auto\",\n \"units\": \"miles\",\n \"id\": \"my_work_route\"\n}\n" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "SpatialScale Route Engine", + "api_name": "Get Isochrone", + "api_description": "The isochrone service computes areas that are reachable within specified time intervals from a location,\nand returns the reachable regions as contours of polygons or lines that you can display on a map.\n\n**Costing parameters**\n\nThe isochrone service uses the auto, bicycle, pedestrian, and multimodal costing models available in the Turn-by-Turn service.\nRefer to the route costing models and costing options documentation for more on how to specify this input.\n\n**Other request parameters**\n\n
\n\n\n\n \n \n\n\n\n\n \n \n\n\n \n \n\n\n \n \n\n\n \n \n\n\n \n \n\n\n
ParameterDescription
date_time\n The local date and time at the location. These parameters apply only for multimodal requests and are not used with other costing methods.\n
    \n
  • type
  • \n
      \n
    • 0 - Current departure time for multimodal requests.
    • \n
    • 1 - Specified departure time for multimodal requests.
    • \n
    • 2 - Specified arrival time. Note: This is not yet implemented.
    • \n
    \n
  • value - the date and time specified in ISO 8601 format (YYYY-MM-DDThh:mm) in the local time zone of departure or arrival. For example, \"2016-07-03T08:06\".\n
  • \n
\n
id\n Name of the isochrone request. If id is specified, the name is returned with the response.\n
contours\n A JSON array of contour objects with the time in minutes or distance in kilometers and color to use for each isochrone contour. You can specify up to four contours (by default).\n
    \n
  • time - A floating point value specifying the time in minutes for the contour.\n
  • \n
  • distance - A floating point value specifying the distance in kilometers for the contour.\n
  • \n
  • color -The color for the output of the contour. Specify it as a Hex value, but without the #, such as \"color\":\"ff0000\" for red. If no color is specified, the isochrone service will assign a default color to the output.\n
  • \n
\n You can only specify one metric per contour, i.e. time or distance.\n
polygons\n A Boolean value to determine whether to return geojson polygons or linestrings as the contours. The default is false, which returns lines; when true, polygons are returned. Note: When polygons is true, any contour that forms a ring is returned as a polygon.\n
generalize\n A floating point value in meters used as the tolerance for Douglas-Peucker generalization. Note: Generalization of contours can lead to self-intersections, as well as intersections of adjacent contours.\n
\n
\n", + "required_parameters": [ + { + "name": "payload", + "type": "STRING", + "description": "Location information", + "default": "{\"locations\":[{\"lat\":40.744014,\"lon\":-73.990508}],\"costing\":\"pedestrian\",\"contours\":[{\"time\":15.0,\"color\":\"ff0000\"}]}" + } + ], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Result identifier", + "default": "Walk_From_Office" + } + ], + "method": "GET" + } + ], + "query": "My family is planning a vacation to several national parks. Can you provide a route that covers Yellowstone, Yosemite, and Grand Canyon? Include the travel time, distance, and a summary of the trip. Also, provide the isochrone contours for each park.", + "relevant APIs": [ + [ + "SpatialScale Route Engine", + "Get Route" + ], + [ + "SpatialScale Route Engine", + "Get Isochrone" + ] + ], + "query_id": 36197 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Finshorts", + "api_name": "Historical Prices", + "api_description": "Finshorts provide companies historical prices in realtime", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "aapl" + } + ], + "optional_parameters": [ + { + "name": "month", + "type": "STRING", + "description": "", + "default": "6" + } + ], + "method": "GET", + "template_response": { + "status": "int", + "data": "str", + "code": "int", + "etype": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Finshorts", + "api_name": "Stock Quote", + "api_description": "Finshorts provide companies stock quote data in realtime", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "aapl" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "int", + "data": "str", + "code": "int", + "etype": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Finshorts", + "api_name": "Cash flow statement", + "api_description": "Finshorts provide companies cash flow statement in realtime", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "aapl" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "int", + "data": "str", + "code": "int", + "etype": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Finshorts", + "api_name": "Historical Dividends", + "api_description": "Finshorts provide companies historical dividends data in realtime", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [ + { + "name": "range_type", + "type": "STRING", + "description": "", + "default": "y" + }, + { + "name": "range", + "type": "STRING", + "description": "", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "status": "int", + "data": "str", + "code": "int", + "etype": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Finshorts", + "api_name": "Company Info", + "api_description": "Finshorts provide company Info in realtime", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "aapl" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "int", + "data": "str", + "code": "int", + "etype": "str" + } + } + ], + "query": "I am a financial analyst and I need the historical prices and cash flow statement for Apple Inc. Can you provide me with the historical prices chart for the past 6 months and the cash flow statement for Apple Inc.?", + "relevant APIs": [ + [ + "Finshorts", + "Historical Prices" + ], + [ + "Finshorts", + "Cash flow statement" + ] + ], + "query_id": 36717 + }, + { + "api_list": [ + { + "category_name": "Database", + "tool_name": "Roman Gods By Pizza API", + "api_name": "Search Roman God By Name", + "api_description": "Search for a Roman God By name to get a description about them", + "required_parameters": [ + { + "name": "god", + "type": "STRING", + "description": "", + "default": "jupiter" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Description": "str" + } + }, + { + "category_name": "Database", + "tool_name": "Roman Gods By Pizza API", + "api_name": "Random Roman God", + "api_description": "Returns information about a random Roman God", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Description": "str", + "God": "str" + } + } + ], + "query": "I'm planning a family game night and I want to include a Roman mythology trivia game. Can you give me a random Roman god along with a description and then provide me with detailed information about the god Mars?", + "relevant APIs": [ + [ + "Roman Gods By Pizza API", + "Random Roman God" + ], + [ + "Roman Gods By Pizza API", + "Search Roman God By Name" + ] + ], + "query_id": 37421 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Extreme Data", + "api_description": "**Stormglass Tide Extreme Data**\n\nRetrieve information about high and low tide for a single coordinate. If nothing is specified, the returned values will be in relative to Mean Sea Level - MSL.", + "required_parameters": [ + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "datum", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Sea-level Data", + "api_description": "**Stormglass Tide Sea-level Data**\n\nRetrieve the sea level given in meters hour by hour for a single coordinate. If nothing is specified the returned values will be in relative to Mean Sea Level - MSL.", + "required_parameters": [ + { + "name": "params", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "datum", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "GET Astronomy Data", + "api_description": "Stormglass Astronomy Data\n\nRetrieve sunrise, sunset, moonrise, moonset and moon phase for a single coordinate.", + "required_parameters": [ + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Station Area Data", + "api_description": "**Stormglass Tide Station Area Data**\n\nThe Tide Stations Area Request will list all available tide stations within a defined geographic area.\n\nTop right and bottom left coordinate draws a box with the selected coordinates. \nAll stations with in the area of this box are queried.", + "required_parameters": [ + { + "name": "botLng", + "type": "string", + "description": "", + "default": "Bottom right Lng" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "Stormglass API Key" + }, + { + "name": "topLng", + "type": "string", + "description": "", + "default": "Top left Lng" + }, + { + "name": "topLat", + "type": "string", + "description": "", + "default": "Top left Lat" + }, + { + "name": "botLat", + "type": "string", + "description": "", + "default": "Bottom right Lat" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a photographer and want to capture the beauty of the beach during sunrise and sunset. Can you provide me with the astronomy data for a specific location? It would be great to know the sunrise and sunset times. Additionally, I would like to retrieve the high and low tide information for that location.", + "relevant APIs": [ + [ + "Stormglass Complete", + "GET Astronomy Data" + ], + [ + "Stormglass Complete", + "Get Tide Extreme Data" + ] + ], + "query_id": 38494 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "UK Postcode", + "api_name": "/search", + "api_description": "Find an street or post code using one of more key words", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The query string", + "default": "Downing Street London" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "The maximum number of results of the query (May be artificially limited)", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "results": [ + { + "postCode": "str", + "postCodeTrimmed": "str", + "streetName": "str", + "longitude": "float", + "latitude": "float", + "plusCode": "str", + "region": "str", + "locality": "str", + "area": "str", + "numUPRNs": "int", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "UK Postcode", + "api_name": "/getpostcode", + "api_description": "Find an exact match for a given post code.", + "required_parameters": [ + { + "name": "postcode", + "type": "STRING", + "description": "An exact match for the post code to be queried", + "default": "SW1A2AA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "result": { + "postCode": "str", + "postCodeTrimmed": "str", + "streetName": "str", + "longitude": "float", + "latitude": "float", + "plusCode": "str", + "region": "str", + "locality": "str", + "area": "str", + "numUPRNs": "int" + } + } + } + ], + "query": "I'm a real estate agent and I need to find properties for sale in Manchester. Can you help me search for properties using keywords like 'house', 'apartment', and 'garden'? It would be great to see the postcodes, street names, and coordinates of each property.", + "relevant APIs": [ + [ + "UK Postcode", + "/search" + ], + [ + "UK Postcode", + "/getpostcode" + ] + ], + "query_id": 39545 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Google Reviews Scraper", + "api_name": "GetFullReviews", + "api_description": "this endpoint get all the reviews in one request", + "required_parameters": [ + { + "name": "fullsort", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "fullid", + "type": "STRING", + "description": "", + "default": "U2FsdGVkX1%2FXiucfNDlh6l2kpjZmwjB6IPFuI513k5syjaxFndBOqnIhtPOcaGOPCBy9oHxOEdDR665pTS%2Bhcg%3D%3D" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Google Reviews Scraper", + "api_name": "SearchBusiness", + "api_description": "with this endpoint you can search the business you want to get their reviews and ratings", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "ibm morocco" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Google Reviews Scraper", + "api_name": "GetReviews", + "api_description": "with this endpoint you can all reviews for any business searched with pagination", + "required_parameters": [ + { + "name": "sort", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "nextpage", + "type": "STRING", + "description": "", + "default": "false" + }, + { + "name": "id", + "type": "STRING", + "description": "", + "default": "U2FsdGVkX1%2BPHiDLLJLXhJo8XIkNcp0vS1Mlop21Mnw0DnpVhJnqV951fgdWL1GUhqRBB8WwAnZ3RynQ2COplQ%3D%3D" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "averageRating": "str", + "totalReviews": "str", + "reviews": [ + { + "author": "str", + "rating": "str", + "comment": "str", + "date": "str", + "_list_length": 10 + } + ], + "nextPage": "str" + } + } + ], + "query": "My friend is interested in a particular business and wants to know its reviews and ratings. Can you search for the business 'IBM Morocco' and provide the average rating and total number of reviews? Additionally, fetch the first 10 reviews, including the author, rating, comment, and date.", + "relevant APIs": [ + [ + "Google Reviews Scraper", + "SearchBusiness" + ], + [ + "Google Reviews Scraper", + "GetReviews" + ] + ], + "query_id": 40019 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Web Search API", + "api_description": "Search data and suggested keywords from Bing search engine.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "size", + "type": "STRING", + "description": "", + "default": "30" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "how-to-use-excel-for-free" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "request": { + "keyword": "str", + "page": "int", + "size": "int" + }, + "data": { + "items": [ + { + "title": "str", + "link": "str", + "description": "str", + "_list_length": 5 + } + ], + "keyword_related": [ + "list of str with length 8" + ], + "question": "empty list" + }, + "in_seconds": "float" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Images Search", + "api_description": "Search images from the search engine for the most relevant keywords and images related to keywords and images.", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "wallpapers" + } + ], + "optional_parameters": [ + { + "name": "size", + "type": "STRING", + "description": "", + "default": "30" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Emails Search", + "api_description": "Search emails from search engines for related keywords.", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "sun" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "request": { + "keyword": "str" + }, + "data": [ + "list of str with length 9" + ], + "in_seconds": "float" + } + } + ], + "query": "I'm writing an article about the benefits of exercise for mental health. Retrieve web search results for scientific studies on this topic using the Bing Search API. Additionally, find relevant images to accompany the article using the Image Search API.", + "relevant APIs": [ + [ + "Bing Search APIs", + "Web Search API" + ], + [ + "Bing Search APIs", + "Images Search" + ] + ], + "query_id": 40054 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "platformbil", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "platformbil", + "api_name": "getInventory", + "api_description": "Returns a map of status codes to quantities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Sale": "int", + "totvs": "int", + "sold": "int", + "string": "int", + "pending": "int", + "dgdfgdf": "int", + "available": "int", + "peric": "int", + "cat": "int", + "not available": "int", + "new-2": "int", + "Available": "int", + "disponible": "int" + } + }, + { + "category_name": "Other", + "tool_name": "platformbil", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "platformbil", + "api_name": "loginUser", + "api_description": "", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "platformbil", + "api_name": "getUserByName", + "api_description": "", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "platformbil", + "api_name": "logoutUser", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + } + ], + "query": "I need to check the availability of the item in the order with the ID 7 using the getInventory API. After that, I want to retrieve the details of the user with the username 'janedoe' using the getUserByName API.", + "relevant APIs": [ + [ + "platformbil", + "getInventory" + ], + [ + "platformbil", + "getUserByName" + ] + ], + "query_id": 40436 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Guinness-World-Records-Api", + "api_name": "Get Record Details", + "api_description": "Get the record details for a given href which will be returned from the \"Get Records\" request\n\n\nReturns details like who/what/where/when and an array of strings indicating the different paragraphs as displayed in guinnessworldrecords.com", + "required_parameters": [ + { + "name": "href", + "type": "STRING", + "description": "", + "default": "/world-records/82145-most-consecutive-vertical-push-ups" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Guinness-World-Records-Api", + "api_name": "Get Records", + "api_description": "Get Guinness World Records for a given term", + "required_parameters": [ + { + "name": "term", + "type": "string", + "description": "", + "default": "push ups" + } + ], + "optional_parameters": [ + { + "name": "pageNum", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "maxResults", + "type": "NUMBER", + "description": "", + "default": "20" + } + ], + "method": "GET" + } + ], + "query": "I'm a fitness trainer and I want to create a workout routine based on impressive Guinness World Records related to push-ups. Can you fetch the record details for the most challenging push-up records, including who achieved them, where and when they took place, and any tips or techniques used to accomplish these records?", + "relevant APIs": [ + [ + "Guinness-World-Records-Api", + "Get Records" + ], + [ + "Guinness-World-Records-Api", + "Get Record Details" + ] + ], + "query_id": 40699 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "Fast Food Restaurants USA - TOP 50 Chains", + "api_name": "GET all {City} names", + "api_description": "GET all City names", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "cityName": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Fast Food Restaurants USA - TOP 50 Chains", + "api_name": "GET all {State} names", + "api_description": "GET all {State} names", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "stateName": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Fast Food Restaurants USA - TOP 50 Chains", + "api_name": "Get all {Chain} names", + "api_description": "Get all {Chain} names", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "restaurantChainName": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Fast Food Restaurants USA - TOP 50 Chains", + "api_name": "GET all Restaurants by {Chain} & {City} & {State}", + "api_description": "**10 results per request. Use page number for Pagination.**", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "city", + "type": "string", + "description": "", + "default": "West Bloomfield" + }, + { + "name": "state", + "type": "string", + "description": "", + "default": "MI" + }, + { + "name": "restaurantChainName", + "type": "string", + "description": "", + "default": "Subway" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "matching_results": "int", + "restaurants": [ + { + "id": "int", + "restaurantName": "str", + "address": "str", + "zipCode": "str", + "phone": "str", + "website": "str", + "latitude": "str", + "longitude": "str", + "stateName": "str", + "cityName": "str", + "hoursInterval": "str", + "cuisineType": "str", + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "Fast Food Restaurants USA - TOP 50 Chains", + "api_name": "GET all Restaurants by {Chain}", + "api_description": "**10 results per request. Use page number for Pagination.**", + "required_parameters": [ + { + "name": "restaurantChainName", + "type": "string", + "description": "", + "default": "kfc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "matching_results": "int", + "restaurants": [ + { + "id": "int", + "restaurantName": "str", + "address": "str", + "zipCode": "str", + "phone": "str", + "website": "str", + "latitude": "str", + "longitude": "str", + "stateName": "str", + "cityName": "str", + "hoursInterval": "str", + "cuisineType": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "Fast Food Restaurants USA - TOP 50 Chains", + "api_name": "GET all Restaurants by {Chain} & {State}", + "api_description": "**10 results per request. Use page number for Pagination.**", + "required_parameters": [ + { + "name": "state", + "type": "string", + "description": "", + "default": "AZ" + }, + { + "name": "restaurantChainName", + "type": "string", + "description": "", + "default": "Subway" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "matching_results": "int", + "restaurants": [ + { + "id": "int", + "restaurantName": "str", + "address": "str", + "zipCode": "str", + "phone": "str", + "website": "str", + "latitude": "str", + "longitude": "str", + "stateName": "str", + "cityName": "str", + "hoursInterval": "str", + "cuisineType": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "Fast Food Restaurants USA - TOP 50 Chains", + "api_name": "Get Restaurant {Logo} by {Chain} Name", + "api_description": "Get Restaurant {Logo} by {Chain} Name", + "required_parameters": [ + { + "name": "restaurantChainName", + "type": "string", + "description": "", + "default": "Pizza Hut" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am organizing a company event and we want to provide a variety of food options. Can you find all the fast food restaurants in a specific city? It would be great to have their addresses, phone numbers, and hours of operation.", + "relevant APIs": [ + [ + "Fast Food Restaurants USA - TOP 50 Chains", + "GET all {City} names" + ], + [ + "Fast Food Restaurants USA - TOP 50 Chains", + "Get all {Chain} names" + ], + [ + "Fast Food Restaurants USA - TOP 50 Chains", + "GET all Restaurants by {Chain} & {City} & {State}" + ] + ], + "query_id": 41142 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "kotak7", + "api_name": "Tangga lagu", + "api_description": "Daftar tangga lagu", + "required_parameters": [ + { + "name": "index", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "num", + "type": "NUMBER", + "description": "", + "default": "50" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "33" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "kotak7", + "api_name": "Artis info", + "api_description": "Artis info", + "required_parameters": [ + { + "name": "num", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "index", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "id", + "type": "string", + "description": "", + "default": "K0wfT9L1dhOcY3%2BWa%2BQY%2BA%3D%3D" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "kotak7", + "api_name": "Artis", + "api_description": "Daftar artis", + "required_parameters": [ + { + "name": "index", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "num", + "type": "NUMBER", + "description": "", + "default": "30" + }, + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "175" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to explore the top tracks of the artist with the ID 'K0wfT9L1dhOcY3%2BWa%2BQY%2BA%3D%3D'. Can you provide me with the details of the albums by this artist? Also, I would like to know the names of the artists associated with the tag '175'.", + "relevant APIs": [ + [ + "kotak7", + "Tangga lagu" + ], + [ + "kotak7", + "Artis info" + ], + [ + "kotak7", + "Artis" + ] + ], + "query_id": 41389 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "Indie Songs : DistroKid & Unsigned", + "api_name": "Get songs with ALL metadata and stats (play counts)", + "api_description": "Get all tracks with full metadata including recent Spotify play counts.\n\nAlso Apple song URL, Spotify song URL, Composer name, ISRC, Label, Release date, Genres, Apple IDs, Spotify IDs are included.", + "required_parameters": [ + { + "name": "offset", + "type": "STRING", + "description": "", + "default": "0" + }, + { + "name": "limit", + "type": "STRING", + "description": "", + "default": "20" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Indie Songs : DistroKid & Unsigned", + "api_name": "Get Top 50 indie songs", + "api_description": "Get TOP 50 indie songs based on their daily stream increase ratio", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Indie Songs : DistroKid & Unsigned", + "api_name": "Search indie songs by filters", + "api_description": "Search song by track name, artist name, label, release date, ISRC, composer name, genre", + "required_parameters": [ + { + "name": "by", + "type": "STRING", + "description": "'trackname', 'artistname', 'isrc', 'label', 'genre', 'composer_name', or 'release_date'", + "default": "trackname" + }, + { + "name": "q", + "type": "STRING", + "description": "", + "default": "love" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Indie Songs : DistroKid & Unsigned", + "api_name": "Get CSV of Top 50 Indie Songs", + "api_description": "Get TOP 50 indie songs by their daily stream increase in a CSV format using URL", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a music enthusiast and I want to discover new indie songs. Can you give me a list of the top 50 indie songs based on their daily stream increase ratio? Additionally, I would like to know the full metadata, including recent Spotify play counts, for these songs.", + "relevant APIs": [ + [ + "Indie Songs : DistroKid & Unsigned", + "Get Top 50 indie songs" + ], + [ + "Indie Songs : DistroKid & Unsigned", + "Get songs with ALL metadata and stats (play counts)" + ] + ], + "query_id": 41444 + }, + { + "api_list": [ + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI-writer", + "api_name": "Revise", + "api_description": "Revise and correct any text", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "I has two eye" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "response": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI-writer", + "api_name": "Hashtags", + "api_description": "Generate hashtags from a given text.", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "My holidays in Summer" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "response": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI-writer", + "api_name": "Keywords", + "api_description": "Quickly define keywords from a given text", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Italy is in Europe" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "response": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI-writer", + "api_name": "Newsletter", + "api_description": "Write a compelling newsletter from a given text", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "See you at Sigep in Bologna" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI-writer", + "api_name": "Text", + "api_description": "Generate content", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Describe an apple" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "response": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI-writer", + "api_name": "QR Code", + "api_description": "Generate a QR Code from a link or a text.", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "https://rapidapi.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI-writer", + "api_name": "Translation", + "api_description": "Translate content into any language just enter the language name.", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Tomorrow is another day" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "french" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I have written an article, but I need to revise and correct it. Can you please review the text and make necessary changes to ensure it is error-free and well-written? Additionally, I would like to generate relevant hashtags based on the content to increase its visibility on social media platforms.", + "relevant APIs": [ + [ + "AI-writer", + "Revise" + ], + [ + "AI-writer", + "Hashtags" + ] + ], + "query_id": 41806 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Get all employees' payment cards.", + "api_description": "This endpoint gets all the available records in the bank cards table, up to 900 cards with their information.\nFor example: card number , holder name, and etc...", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str" + }, + "data": [ + { + "cardTypeCode": "str", + "cardTypeFullName": "str", + "issuingBank": "str", + "cardNumber": "int", + "cardHolderName": "str", + "ccv_ccv2": "int", + "issueDate": "str", + "expiryDate": "str", + "billingDate": "int", + "cardPIN": "int", + "creditLimit": "int", + "cardHolderID": "int", + "_list_length": 952 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Get a specific employee by employee ID.", + "api_description": "This endpoint gets one record by a specific employee ID that is unique for each employee in the employees table, up to 900 employees with their information.\nFor example: employee ID , first name, email, and etc...", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "715505" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str" + }, + "data": { + "empID": "int", + "namePrefix": "str", + "firstName": "str", + "middleInitial": "str", + "lastName": "str", + "gender": "str", + "email": "str", + "fatherName": "str", + "motherName": "str", + "dateOfBirth": "str", + "timeOfBirth": "str", + "ageInYears": "float", + "weightInKgs": "int", + "dateOfJoining": "str", + "yearOfJoining": "int", + "monthOfJoining": "int", + "monthNameOfJoining": "str", + "shortMonth": "str", + "dayOfJoining": "int", + "DOWofJoining": "str", + "shortDOW": "str", + "ageInCompany_Years": "float", + "salary": "int", + "lastPercentHike": "str", + "ssn": "str", + "phoneNumber": "str", + "placeName": "str", + "county": "str", + "city": "str", + "state": "str", + "zip": "int", + "region": "str", + "username": "str", + "password": "str", + "bankCardNumber": "int" + } + } + }, + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Get a specific payment card by card number.", + "api_description": "This endpoint gets one record by a specific card number that is unique for each card in the bank cards table, up to 900 cards with their information.\nFor example: card number , holder name, and etc...", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "30965048563652" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str" + }, + "data": { + "cardTypeCode": "str", + "cardTypeFullName": "str", + "issuingBank": "str", + "cardNumber": "int", + "cardHolderName": "str", + "ccv_ccv2": "int", + "issueDate": "str", + "expiryDate": "str", + "billingDate": "int", + "cardPIN": "int", + "creditLimit": "int", + "cardHolderID": "int" + } + } + }, + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Paginate through campany employees information.", + "api_description": "This endpoint lets you paginate through all the available records in the employees' table in case you only need a limited number of records for your application, the response includes some metadata information to help you with pagination in the frontend, up to 900 employees with their information.\nFor example: employee ID, first name, email, and etc...", + "required_parameters": [ + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "end", + "type": "NUMBER", + "description": "", + "default": "25" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str", + "start": "int", + "end": "int", + "previousPage": "NoneType", + "currentPage": "int", + "nextPage": "int", + "totalPages": "int" + }, + "data": [ + { + "empID": "int", + "namePrefix": "str", + "firstName": "str", + "middleInitial": "str", + "lastName": "str", + "gender": "str", + "email": "str", + "fatherName": "str", + "motherName": "str", + "dateOfBirth": "str", + "timeOfBirth": "str", + "ageInYears": "float", + "weightInKgs": "int", + "dateOfJoining": "str", + "yearOfJoining": "int", + "monthOfJoining": "int", + "monthNameOfJoining": "str", + "shortMonth": "str", + "dayOfJoining": "int", + "DOWofJoining": "str", + "shortDOW": "str", + "ageInCompany_Years": "float", + "salary": "int", + "lastPercentHike": "str", + "ssn": "str", + "phoneNumber": "str", + "placeName": "str", + "county": "str", + "city": "str", + "state": "str", + "zip": "int", + "region": "str", + "username": "str", + "password": "str", + "bankCardNumber": "int", + "_list_length": 25 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Paginate through employees payment cards infomation.", + "api_description": "This endpoint lets you paginate through all the available records in the bank cards' table in case you only need a limited number of records for your application, the response includes some metadata information to help you with pagination in the frontend, up to 900 bank cards with their information.\nFor example: card number, holder name, card type, and etc...", + "required_parameters": [ + { + "name": "end", + "type": "NUMBER", + "description": "", + "default": "25" + }, + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str", + "start": "int", + "end": "int", + "previousPage": "NoneType", + "currentPage": "int", + "nextPage": "int", + "totalPages": "int" + }, + "data": [ + { + "cardTypeCode": "str", + "cardTypeFullName": "str", + "issuingBank": "str", + "cardNumber": "int", + "cardHolderName": "str", + "ccv_ccv2": "int", + "issueDate": "str", + "expiryDate": "str", + "billingDate": "int", + "cardPIN": "int", + "creditLimit": "int", + "cardHolderID": "int", + "_list_length": 25 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Get employee information associated with a specific payment card.", + "api_description": "This endpoint gets employee record associated with a specific card number that is unique for each card, and displays the employee information in the response.\nFor example: employee ID , first name, and etc...", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "30965048563652" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str" + }, + "data": { + "empID": "int", + "namePrefix": "str", + "firstName": "str", + "middleInitial": "str", + "lastName": "str", + "gender": "str", + "email": "str", + "fatherName": "str", + "motherName": "str", + "dateOfBirth": "str", + "timeOfBirth": "str", + "ageInYears": "float", + "weightInKgs": "int", + "dateOfJoining": "str", + "yearOfJoining": "int", + "monthOfJoining": "int", + "monthNameOfJoining": "str", + "shortMonth": "str", + "dayOfJoining": "int", + "DOWofJoining": "str", + "shortDOW": "str", + "ageInCompany_Years": "float", + "salary": "int", + "lastPercentHike": "str", + "ssn": "str", + "phoneNumber": "str", + "placeName": "str", + "county": "str", + "city": "str", + "state": "str", + "zip": "int", + "region": "str", + "username": "str", + "password": "str", + "bankCardNumber": "int" + } + } + }, + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Get payment cards information associated with a specific employee.", + "api_description": "This endpoint gets all bank payment cards records associated with a specific employee ID that is unique for each employee and displays all cards information in the response.\nFor example: card number, expiry date, and etc...", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "715505" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str" + }, + "data": { + "cardTypeCode": "str", + "cardTypeFullName": "str", + "issuingBank": "str", + "cardNumber": "int", + "cardHolderName": "str", + "ccv_ccv2": "int", + "issueDate": "str", + "expiryDate": "str", + "billingDate": "int", + "cardPIN": "int", + "creditLimit": "int", + "cardHolderID": "int" + } + } + }, + { + "category_name": "Data", + "tool_name": "Human Resources API", + "api_name": "Get all campany employees information.", + "api_description": "This endpoint gets all the available records in the employees table, up to 900 employees with their information.\nFor example: employee ID, first name, email, and etc...", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "message": "str" + }, + "data": [ + { + "empID": "int", + "namePrefix": "str", + "firstName": "str", + "middleInitial": "str", + "lastName": "str", + "gender": "str", + "email": "str", + "fatherName": "str", + "motherName": "str", + "dateOfBirth": "str", + "timeOfBirth": "str", + "ageInYears": "float", + "weightInKgs": "int", + "dateOfJoining": "str", + "yearOfJoining": "int", + "monthOfJoining": "int", + "monthNameOfJoining": "str", + "shortMonth": "str", + "dayOfJoining": "int", + "DOWofJoining": "str", + "shortDOW": "str", + "ageInCompany_Years": "float", + "salary": "int", + "lastPercentHike": "str", + "ssn": "str", + "phoneNumber": "str", + "placeName": "str", + "county": "str", + "city": "str", + "state": "str", + "zip": "int", + "region": "str", + "username": "str", + "password": "str", + "bankCardNumber": "int", + "_list_length": 953 + } + ] + } + } + ], + "query": "I need to retrieve the bank card details for a specific employee with ID 715505. Additionally, I want to know the employee's email, date of joining, and salary. Can you provide me with this information?", + "relevant APIs": [ + [ + "Human Resources API", + "Get a specific employee by employee ID." + ], + [ + "Human Resources API", + "Get payment cards information associated with a specific employee." + ] + ], + "query_id": 42351 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Property Details", + "api_description": "Get property details by property ID or by Address", + "required_parameters": [], + "optional_parameters": [ + { + "name": "property_id", + "type": "STRING", + "description": "", + "default": "1497548641" + }, + { + "name": "address", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"home\": {\"advertisers\": [{\"builder\": \"NoneType\", \"office\": {\"phones\": [{\"ext\": \"str\", \"number\": \"str\", \"primary\": \"bool\", \"trackable\": \"NoneType\", \"type\": \"str\", \"_list_length\": 2}]}, \"state_license\": \"str\", \"team\": \"NoneType\", \"team_name\": \"NoneType\", \"type\": \"str\", \"_list_length\": 1}], \"branding\": [{\"accent_color\": \"NoneType\", \"name\": \"str\", \"phone\": \"NoneType\", \"photo\": \"NoneType\", \"slogan\": \"NoneType\", \"type\": \"str\", \"_list_length\": 2}], \"builder\": \"NoneType\", \"coming_soon_date\": \"NoneType\", \"community\": \"NoneType\", \"consumer_advertisers\": [{\"address\": \"NoneType\", \"advertiser_id\": \"str\", \"agent_id\": \"str\", \"broker_id\": \"NoneType\", \"contact_name\": \"NoneType\", \"hours\": \"NoneType\", \"href\": \"str\", \"name\": \"str\", \"phone\": \"NoneType\", \"photo\": {\"description\": \"NoneType\", \"href\": \"NoneType\", \"type\": \"NoneType\"}, \"show_realtor_logo\": \"bool\", \"slogan\": \"NoneType\", \"type\": \"str\", \"_list_length\": 2}], \"description\": {\"baths\": \"int\", \"baths_1qtr\": \"NoneType\", \"baths_3qtr\": \"NoneType\", \"baths_" + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Search for region", + "api_description": "Get location suggestions by keyword", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "santa monica" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_id": "str", + "_score": "float", + "area_type": "str", + "centroid": { + "lat": "float", + "lon": "float" + }, + "city": "str", + "counties": [ + { + "fips": "str", + "name": "str", + "state_code": "str", + "_list_length": 1 + } + ], + "country": "str", + "county_needed_for_uniq": "bool", + "geo_id": "str", + "slug_id": "str", + "state_code": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Search agents", + "api_description": "Search agents by city/zip", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "santa monica" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "price", + "type": "STRING", + "description": "Price range\nexample for range between 50k to 2m : \n50000_2000000", + "default": "" + }, + { + "name": "agentname", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang", + "type": "STRING", + "description": "[afrikaans\nalbanian\narabic\narmenian\nasl\nbengali\nbosnian\nbulgarian\nchinese\ncroatian\nczech\nDanish\ndutch\nEstonian\nfarsi\nfilipino\nfinnish\nfrench\ngaelic\ngeorgian\ngerman\ngreek\nhawaiian\nhebrew\nhindi\nhungarian\nindonesian\nitalian\njapanese\nkorean\nlao\nlatvian\nlithuanian\nmalay\nmandarin\nnepali\nnorwegian\npolish\nportuguese\npunjabi\nromanian\nrussian\nserbian\nsindhi\nsinghalese\nslovenian\nspanish\nswahili\nswedish\ntagalog\ntaiwanese\nthai\nturkish\nukrainian\nurdu\nvietnamese\nyugoslavian]", + "default": "" + }, + { + "name": "photo", + "type": "BOOLEAN", + "description": "If the agent has a photo or not \n1 if yes\n0 if no", + "default": "1" + }, + { + "name": "rating", + "type": "NUMBER", + "description": "Rating (between 1 and 5)", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"agents\": [{\"address\": {\"city\": \"str\", \"country\": \"str\", \"line\": \"str\", \"line2\": \"str\", \"postal_code\": \"str\", \"state\": \"str\", \"state_code\": \"str\"}, \"advertiser_id\": \"int\", \"agent_rating\": \"int\", \"agent_team_details\": {\"is_team_member\": \"bool\"}, \"agent_type\": [\"list of str with length 2\"], \"areas_of_business\": \"empty list\", \"background_photo\": {\"href\": \"str\"}, \"broker\": {\"accent_color\": \"str\", \"designations\": \"empty list\", \"fulfillment_id\": \"int\", \"name\": \"str\", \"photo\": {\"href\": \"str\"}, \"video\": \"str\"}, \"data_flags\": \"NoneType\", \"description\": \"str\", \"designations\": \"empty list\", \"feed_licenses\": [{\"country\": \"str\", \"license_number\": \"str\", \"state_code\": \"str\", \"_list_length\": 1}], \"first_month\": \"int\", \"first_name\": \"str\", \"first_year\": \"int\", \"for_sale_price\": {\"count\": \"int\", \"last_listing_date\": \"str\", \"max\": \"int\", \"min\": \"int\"}, \"full_name\": \"str\", \"has_photo\": \"bool\", \"href\": \"str\", \"id\": \"str\", \"is_realtor\": \"bool\", \"lang\": {\"srp_content\": {\"Recommendations\": \"str\", \"active_ag" + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Agent details", + "api_description": "Get agent details by id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "569e892a89a68901006bdb99" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"agentDetails\": {\"address\": {\"city\": \"str\", \"country\": \"str\", \"line\": \"str\", \"line2\": \"str\", \"postal_code\": \"str\", \"state\": \"str\", \"state_code\": \"str\"}, \"advertiser_id\": \"int\", \"agent_rating\": \"int\", \"agent_type\": [\"list of str with length 2\"], \"background_photo\": {\"href\": \"str\"}, \"broker\": {\"accent_color\": \"str\", \"designations\": \"empty list\", \"fulfillment_id\": \"int\", \"name\": \"str\", \"photo\": {\"href\": \"str\"}, \"video\": \"str\"}, \"description\": \"str\", \"designations\": \"empty list\", \"feed_licenses\": [{\"country\": \"str\", \"license_number\": \"str\", \"state_code\": \"str\", \"_list_length\": 1}], \"first_month\": \"int\", \"first_name\": \"str\", \"first_year\": \"int\", \"full_name\": \"str\", \"has_photo\": \"bool\", \"href\": \"str\", \"id\": \"str\", \"is_realtor\": \"bool\", \"languages\": \"empty list\", \"last_name\": \"str\", \"last_updated\": \"str\", \"marketing_area_cities\": [{\"city_state\": \"str\", \"name\": \"str\", \"state_code\": \"str\", \"_list_length\": 3}], \"mls\": [{\"abbreviation\": \"str\", \"license_number\": \"str\", \"member\": {\"id\": \"str\"}, \"p" + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Search properties for sale", + "api_description": "Search properties for sale by Address, School, City, Zip or Neighborhood. Filter the results using different parameter filters", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "santa monica" + } + ], + "optional_parameters": [ + { + "name": "beds-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "baths-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "year_built-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "year_built-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "list_date-min", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "open_house-max", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "has_tour", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "list_price-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "hoa_fee_optional-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "list_date-max", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "list_price-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "baths-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "open_house-min", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "type", + "type": "STRING", + "description": "Property type comma-separated or empty for all types:\nsingle_family\nmulti_family\nland\ntownhomes\nduplex_triplex\nmobile\ncondos\ncondo_townhome_rowhome_coop\ncondo_townhome\nfarm\n", + "default": "single_family,condos" + }, + { + "name": "sort", + "type": "STRING", + "description": "Sort properties by :\nNewest_Listing \nHighest_Price \nLowest_Price\nOpen_House_Date\nRecently-Reduced\nLargest_Sqft\nLot_Size", + "default": "" + }, + { + "name": "beds-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "lot_sqft-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "lot_sqft-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "hoa_fee_optional-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "sqft-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "sqft-min", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Search properties for rent", + "api_description": "Search properties for rent by location", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "santa monica" + } + ], + "optional_parameters": [ + { + "name": "move_in_date-max", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "sqft-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "type", + "type": "STRING", + "description": "Property type comma-separated or empty for all types:\nsingle_family\napartment\ntownhomes\ncondo_townhome_rowhome_coop\nduplex_triplex\ncondos\ncondo_townhome_rowhome_coop\ncondo_townhome\n", + "default": "" + }, + { + "name": "sqft-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "list_price-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "beds-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Sort properties by :\nRecently_Added\nHighest_Price \nLowest_Price", + "default": "" + }, + { + "name": "threeDTours", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "baths-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "list_price-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "beds-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "baths-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "noFees", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "dogs", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "move_in_date-min", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "cats", + "type": "BOOLEAN", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + } + ], + "query": "I'm planning a family vacation to Santa Monica and I need some assistance. Can you help me find available rental properties in this area? I would like to know the address, monthly rent, number of bedrooms and bathrooms, and any additional details for each property. Also, please provide me with the contact information of agents who specialize in rental properties in Santa Monica.", + "relevant APIs": [ + [ + "Realtor", + "Search properties for rent" + ], + [ + "Realtor", + "Search agents" + ] + ], + "query_id": 42638 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Local Business Data", + "api_name": "Business Reviews", + "api_description": "Get all business reviews. Supports pagination, query and several sort options.", + "required_parameters": [ + { + "name": "business_id", + "type": "STRING", + "description": "Unique Business Id of the business for which to get reviews.", + "default": "0x89c259b5a9bd152b:0x31453e62a3be9f76" + } + ], + "optional_parameters": [ + { + "name": "sort_by", + "type": "ENUM", + "description": "How to sort the reviews in the results.\n\n**Allowed values**: *`most_relevant, newest, highest_ranking, lowest_ranking`*.\n\n**Default**: *`most_relevant`*", + "default": "" + }, + { + "name": "region", + "type": "STRING", + "description": "Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code).\n\n**Default:** *`us`*", + "default": "us" + }, + { + "name": "language", + "type": "STRING", + "description": "Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes .\n\n**Default**: *`en`*", + "default": "en" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "Number of business reviews to skip (for pagination/scrolling).\n\n**Default**: *`0`*", + "default": "" + }, + { + "name": "fields", + "type": "STRING", + "description": "A comma separated list of review fields to include in the response (field projection). By default all fields are returned.\n\n**e.g.** `review_id,review_text,rating`", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "Return reviews matching a text query.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Maximum number of business reviews to return (1-150).\n\n**Default**: *`20`*", + "default": "5" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Local Business Data", + "api_name": "Business Photos", + "api_description": "Get all business photos.", + "required_parameters": [ + { + "name": "business_id", + "type": "STRING", + "description": "Unique Business Id of the business for which to get photos.", + "default": "0x89c259b5a9bd152b:0x31453e62a3be9f76" + } + ], + "optional_parameters": [ + { + "name": "fields", + "type": "STRING", + "description": "A comma separated list of review fields to include in the response (field projection). By default all fields are returned.\n\n**e.g.** `type,photo_url`", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Maximum number of business photos to return (1-10000).\n\n**Default**: *`20`*", + "default": "5" + }, + { + "name": "region", + "type": "STRING", + "description": "Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code).\n\n**Default:** *`us`*", + "default": "us" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Local Business Data", + "api_name": "Business Details", + "api_description": "Get full business details including emails and social contacts. Supports batching of up to 20 Business Ids.", + "required_parameters": [ + { + "name": "business_id", + "type": "STRING", + "description": "Unique Business Id. Batching of up to 20 Business Ids are supported in a single request using a comma separated list (e.g. business_id=id1,id2).", + "default": "0x880fd393d427a591:0x8cba02d713a995ed" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes .\n\n**Default**: *`en`*", + "default": "en" + }, + { + "name": "fields", + "type": "STRING", + "description": "A comma separated list of business fields to include in the response (field projection). By default all fields are returned.\n\n**e.g.** `business_id,type,phone_number,full_address`", + "default": "" + }, + { + "name": "extract_emails_and_contacts", + "type": "BOOLEAN", + "description": "Whether to extract emails, contacts and social profiles for the business. In case true, businesses will be enriched with a `emails_and_contacts` field, potentially containing emails, phones, Facebook, LinkedIn, Instagram and other social profiles.\n\n**Default**: *`true`*", + "default": "true" + }, + { + "name": "extract_share_link", + "type": "BOOLEAN", + "description": "Whether to extract place's share link for the business. In case true, businesses will be enriched with a `share_link` field containing a shortened Google URL for sharing (e.g. https://goo.gl/maps/oxndE8SVaNU5CV6p6).\n\n**Default**: *`false`*", + "default": "false" + }, + { + "name": "region", + "type": "STRING", + "description": "Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code).\n\n**Default:** *`us`*", + "default": "us" + }, + { + "name": "coordinates", + "type": "STRING", + "description": "Geographic coordinates of the location from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the `region` parameter).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Local Business Data", + "api_name": "Search In Area", + "api_description": "Search businesses in a specific geographic area defined by a center coordinate point and zoom level. To see it in action, make a query on Google Maps, wait for the results to show, move the map or change the zoom and click \"Search this area\" at the top.", + "required_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "Latitude of the center coordinate point of the area to search in.", + "default": "37.359428" + }, + { + "name": "zoom", + "type": "STRING", + "description": "Zoom level on which to make the search (the search area / viewport is determined by lat, lng and zoom on a 1000x1000 screen).", + "default": "13" + }, + { + "name": "query", + "type": "STRING", + "description": "Search query / keyword.\n\n**e.g.** `Bars and pubs`\n**e.g.** `Plumbers`", + "default": "pizza" + }, + { + "name": "lng", + "type": "STRING", + "description": "Longitude of the center coordinate point of the area to search in.", + "default": "-121.925337" + } + ], + "optional_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code).\n\n**Default:** *`us`*", + "default": "us" + }, + { + "name": "language", + "type": "STRING", + "description": "Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes .\n\n**Default**: *`en`*", + "default": "en" + }, + { + "name": "subtypes", + "type": "STRING", + "description": "Find businesses with specific subtypes, specified as a comma separated list of types (business categories). For the complete list of types, see https://daltonluka.com/blog/google-my-business-categories.\n\n**e.g.** `Plumber,Carpenter,Electrician`\n**e.g.** `Night club,Dance club,Bar,Pub`", + "default": "" + }, + { + "name": "fields", + "type": "STRING", + "description": "A comma separated list of business fields to include in the response (field projection). By default all fields are returned.\n\n**e.g.** `business_id,type,phone_number,full_address`", + "default": "" + }, + { + "name": "limit", + "type": "STRING", + "description": "Maximum number of businesses to return (1-500).\n\n**Default**: *`20`*", + "default": "20" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Local Business Data", + "api_name": "Search Nearby", + "api_description": "Search businesses near by specific geographic coordinates. To see it in action, right click on a specific point in the map on Google Maps and select \"Search nearby\", enter a query and search.", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Search query / keyword.\n\n**e.g.** `Bars and pubs`\n**e.g.** `Plumbers`", + "default": "plumbers" + }, + { + "name": "lng", + "type": "NUMBER", + "description": "Longitude of the geographic coordinates to search near by.", + "default": "-121.925337" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "Latitude of the geographic coordinates to search near by.", + "default": "37.359428" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes .\n\n**Default**: *`en`*", + "default": "en" + }, + { + "name": "subtypes", + "type": "STRING", + "description": "Find businesses with specific subtypes, specified as a comma separated list of types (business categories). For the complete list of types, see https://daltonluka.com/blog/google-my-business-categories.\n\n**e.g.** `Plumber,Carpenter,Electrician`\n**e.g.** `Night club,Dance club,Bar,Pub`", + "default": "" + }, + { + "name": "fields", + "type": "STRING", + "description": "A comma separated list of business fields to include in the response (field projection). By default all fields are returned.\n\n**e.g.** `business_id,type,phone_number,full_address`", + "default": "" + }, + { + "name": "limit", + "type": "STRING", + "description": "Maximum number of businesses to return (1-500).\n\n**Default**: *`20`*", + "default": "20" + }, + { + "name": "region", + "type": "STRING", + "description": "Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code).\n\n**Default:** *`us`*", + "default": "us" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Local Business Data", + "api_name": "Search", + "api_description": "Search local businesses on Google Maps.", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Search query / keyword.\n\n**e.g.** `Plumbers near New-York, USA`\n**e.g.** `Bars in 94102, USA`", + "default": "Hotels in San Francisco, USA" + } + ], + "optional_parameters": [ + { + "name": "subtypes", + "type": "STRING", + "description": "Find businesses with specific subtypes, specified as a comma separated list of types (business categories). For the complete list of types, see https://daltonluka.com/blog/google-my-business-categories.\n\n**e.g.** `Plumber,Carpenter,Electrician`\n**e.g.** `Night club,Dance club,Bar,Pub`", + "default": "" + }, + { + "name": "limit", + "type": "STRING", + "description": "Maximum number of businesses to return (1-500).\n\n**Default**: *`20`*", + "default": "20" + }, + { + "name": "lat", + "type": "STRING", + "description": "Latitude of the coordinates point from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the `region` parameter).", + "default": "37.359428" + }, + { + "name": "language", + "type": "STRING", + "description": "Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes .\n\n**Default**: *`en`*", + "default": "en" + }, + { + "name": "lng", + "type": "STRING", + "description": "Longitude of the coordinates point from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the `region` parameter).", + "default": "-121.925337" + }, + { + "name": "fields", + "type": "STRING", + "description": "A comma separated list of business fields to include in the response (field projection). By default all fields are returned.\n\n**e.g.** `business_id,type,phone_number,full_address`", + "default": "" + }, + { + "name": "region", + "type": "STRING", + "description": "Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code).\n\n**Default:** *`us`*", + "default": "us" + }, + { + "name": "zoom", + "type": "STRING", + "description": "Zoom level on which to make the search (the viewport is determined by lat, lng and zoom).\n\n**Default**: *`13`*", + "default": "13" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Local Business Data", + "api_name": "Autocomplete", + "api_description": "Returns place/address, business and query predictions for text-based geographic queries.", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Free-text geographic query.", + "default": "train sunnyval" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Set the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 .\nDefault: `en`", + "default": "en" + }, + { + "name": "region", + "type": "STRING", + "description": "Return results biased to a particular region. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (Alpha-2 code).\nDefault: `us`", + "default": "us" + }, + { + "name": "coordinates", + "type": "STRING", + "description": "Geographic coordinates of the location from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the `region` parameter).", + "default": "37.381315,-122.046148" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm looking for a reliable plumber in my area to fix a leaky faucet. Can you recommend any plumbers near me with their contact details and customer reviews? It would be helpful if you can also provide the working hours of the plumbers so that I can schedule an appointment.", + "relevant APIs": [ + [ + "Local Business Data", + "Search Nearby" + ], + [ + "Local Business Data", + "Business Details" + ], + [ + "Local Business Data", + "Business Reviews" + ] + ], + "query_id": 42802 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "FastAPI Project", + "api_name": "Explore", + "api_description": "explore api", + "required_parameters": [], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "another_interest", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "detail": [ + { + "loc": [ + "list of str with length 2" + ], + "msg": "str", + "type": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "FastAPI Project", + "api_name": "interests", + "api_description": "Gets interests", + "required_parameters": [], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "ta" + } + ], + "method": "GET", + "template_response": { + "interest_list": [ + { + "interest": "str", + "key_id": "str", + "thumbnails": { + "hdpi": "str", + "xxxhdpi": "str", + "xxhdpi": "str", + "mdpi": "str", + "xhdpi": "str" + }, + "web_icon": "str", + "_list_length": 14 + } + ] + } + } + ], + "query": "I'm an aspiring photographer and I'm looking for inspiration for my next photo project. Can you provide me with a list of interests related to photography and visual arts? Additionally, I would like to explore different countries and their iconic landmarks.", + "relevant APIs": [ + [ + "FastAPI Project", + "interests" + ], + [ + "FastAPI Project", + "Explore" + ] + ], + "query_id": 43269 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "AG Amazon Data Web Scraper", + "api_name": "Get Amazon Search Results", + "api_description": "It Will Give The Product Details You Want Just By Searching The Product Name.", + "required_parameters": [ + { + "name": "searchQuery", + "type": "string", + "description": "", + "default": "Macbook Air" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "AG Amazon Data Web Scraper", + "api_name": "Get Amazon Product Reviews", + "api_description": "It Helps You To Get Reviews Of Any Product By Entering Its Product Id.", + "required_parameters": [ + { + "name": "productId", + "type": "string", + "description": "", + "default": "B08N5W4NNB" + }, + { + "name": "api_key", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I need information on the latest Macbook Air for my family member. Can you fetch the search results for this product, including the product details, prices, ratings, and availability? I would also like to access the product reviews for the product with the ID B08N5W4NNB. Please include the average rating, total ratings, and top positive and critical reviews.", + "relevant APIs": [ + [ + "AG Amazon Data Web Scraper", + "Get Amazon Search Results" + ], + [ + "AG Amazon Data Web Scraper", + "Get Amazon Product Reviews" + ] + ], + "query_id": 43821 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Competitor Small Image", + "api_description": "Get competitor small image. It generates image/png.", + "required_parameters": [ + { + "name": "imageVersion", + "type": "NUMBER", + "description": "The imageVersion value.", + "default": 1 + }, + { + "name": "competitorId", + "type": "NUMBER", + "description": "The athlete id.", + "default": 1314 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Athlete Large Image", + "api_description": "Get athlete large image. It generates image/png.", + "required_parameters": [ + { + "name": "athleteId", + "type": "NUMBER", + "description": "The athlete id.", + "default": 64139 + }, + { + "name": "imageVersion", + "type": "NUMBER", + "description": "The imageVersion value.", + "default": 12 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Competition Standings", + "api_description": "Get competition standings.", + "required_parameters": [ + { + "name": "isPreview", + "type": "BOOLEAN", + "description": "Is it for use in a preview?", + "default": false + }, + { + "name": "seasonNum", + "type": "NUMBER", + "description": "The season number.", + "default": 83 + }, + { + "name": "competition", + "type": "NUMBER", + "description": "The competition id.", + "default": 103 + }, + { + "name": "stageNum", + "type": "NUMBER", + "description": "The stage number.", + "default": 2 + }, + { + "name": "live", + "type": "BOOLEAN", + "description": "Get live standings.", + "default": false + }, + { + "name": "langId", + "type": "NUMBER", + "description": "The language id. Check the tutorials.", + "default": 1 + }, + { + "name": "timezone", + "type": "STRING", + "description": "The timezone name. Check the tutorials.", + "default": "America/Chicago" + } + ], + "optional_parameters": [ + { + "name": "lastUpdateId", + "type": "NUMBER", + "description": "The last update id. Only fill this parameter if you want updated data", + "default": "" + }, + { + "name": "groupCategory", + "type": "NUMBER", + "description": "The group category.", + "default": "" + }, + { + "name": "type", + "type": "NUMBER", + "description": "The type.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Athlete Trophy Stats", + "api_description": "Get athlete trophy stats.", + "required_parameters": [ + { + "name": "athleteId", + "type": "NUMBER", + "description": "The athlete id.", + "default": 1911 + }, + { + "name": "competitionId", + "type": "NUMBER", + "description": "The competition id.", + "default": 5930 + }, + { + "name": "timezone", + "type": "STRING", + "description": "The timezone name. Check the tutorials.", + "default": "America/Chicago" + }, + { + "name": "langId", + "type": "NUMBER", + "description": "The language id. Check the tutorials.", + "default": 1 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "competitors": [ + { + "color": "str", + "competitorNum": "int", + "countryId": "int", + "hasSquad": "bool", + "id": "int", + "imageVersion": "int", + "longName": "str", + "mainCompetitionId": "int", + "name": "str", + "nameForURL": "str", + "popularityRank": "int", + "sportId": "int", + "symbolicName": "str", + "type": "int", + "_list_length": 1 + } + ], + "countries": [ + { + "id": "int", + "imageVersion": "int", + "name": "str", + "nameForURL": "str", + "sportTypes": [ + "list of int with length 8" + ], + "_list_length": 1 + } + ], + "lastUpdateId": "int", + "sports": [ + { + "drawSupport": "bool", + "id": "int", + "imageVersion": "int", + "name": "str", + "nameForURL": "str", + "_list_length": 1 + } + ], + "stats": { + "columns": [ + { + "entity": { + "id": "int", + "type": "str" + }, + "name": "str", + "num": "int", + "order": "int", + "_list_length": 3 + } + ], + "rowEntityType": "str", + "rows": [ + { + "entityId": "int", + "num": "int", + "secondaryTitle": "str", + "title": "str", + "values": [ + { + "columnNum": "int", + "value": "str", + "_list_length": 3 + } + ], + "_list_length": 1 + } + ], + "showColumnIcons": "bool" + }, + "ttl": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Country Flag", + "api_description": "Get country flag. It generates image/png.", + "required_parameters": [ + { + "name": "countryId", + "type": "NUMBER", + "description": "The country id.", + "default": 10 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Game Details", + "api_description": "Get game details.", + "required_parameters": [ + { + "name": "timezone", + "type": "STRING", + "description": "The timezone name. Check the tutorials.", + "default": "America/Chicago" + }, + { + "name": "gameId", + "type": "NUMBER", + "description": "The game id.", + "default": 3627363 + }, + { + "name": "langId", + "type": "NUMBER", + "description": "The language id. Check the tutorials.", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "lastUpdateId", + "type": "NUMBER", + "description": "The last update id. Only fill this parameter if you want updated data", + "default": "" + }, + { + "name": "matchupId", + "type": "NUMBER", + "description": "The matchup id.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"competitions\": [{\"color\": \"str\", \"competitorsType\": \"int\", \"countryId\": \"int\", \"currentPhaseName\": \"str\", \"currentPhaseNum\": \"int\", \"currentSeasonNum\": \"int\", \"currentStageNum\": \"int\", \"currentStageType\": \"int\", \"hasActiveGames\": \"bool\", \"hasBrackets\": \"bool\", \"hasStandings\": \"bool\", \"hasStandingsGroups\": \"bool\", \"id\": \"int\", \"imageVersion\": \"int\", \"liveGames\": \"int\", \"name\": \"str\", \"nameForURL\": \"str\", \"popularityRank\": \"int\", \"sportId\": \"int\", \"totalGames\": \"int\", \"_list_length\": 1}], \"countries\": [{\"id\": \"int\", \"imageVersion\": \"int\", \"liveGames\": \"int\", \"name\": \"str\", \"nameForURL\": \"str\", \"sportTypes\": [\"list of int with length 7\"], \"totalGames\": \"int\", \"_list_length\": 11}], \"game\": {\"awayCompetitor\": {\"color\": \"str\", \"countryId\": \"int\", \"id\": \"int\", \"imageVersion\": \"int\", \"isQualified\": \"bool\", \"isWinner\": \"bool\", \"lineups\": {\"hasFieldPositions\": \"bool\", \"members\": [{\"formation\": {\"id\": \"int\", \"name\": \"str\", \"shortName\": \"str\"}, \"hasStats\": \"bool\", \"id\": \"int\", \"position\": {\"id\":" + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Fixtures", + "api_description": "Get fixtures for competitors or competitions.", + "required_parameters": [ + { + "name": "langId", + "type": "NUMBER", + "description": "The language id. Check the tutorials.", + "default": 1 + }, + { + "name": "timezone", + "type": "STRING", + "description": "The timezone name. Check the tutorials.", + "default": "America/Chicago" + } + ], + "optional_parameters": [ + { + "name": "competitorId", + "type": "NUMBER", + "description": "The competitor id. Only if you want the competitor's fixtures.", + "default": "" + }, + { + "name": "lastUpdateId", + "type": "NUMBER", + "description": "The last update id. Only fill this parameter if you want updated data", + "default": "" + }, + { + "name": "competition", + "type": "NUMBER", + "description": "The competition id. Only if you want competition's fixtures", + "default": 103 + } + ], + "method": "GET", + "template_response": { + "lastUpdateId": "int", + "requestedUpdateId": "int", + "summary": {}, + "ttl": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Featured Competitions", + "api_description": "Get featured competitions.", + "required_parameters": [ + { + "name": "timezone", + "type": "STRING", + "description": "The timezone name. Check the tutorials.", + "default": "America/Chicago" + }, + { + "name": "sport", + "type": "NUMBER", + "description": "The sport.", + "default": 1 + }, + { + "name": "langId", + "type": "NUMBER", + "description": "The language id. Check the tutorials.", + "default": 1 + }, + { + "name": "type", + "type": "STRING", + "description": "The type.", + "default": "stats" + }, + { + "name": "withSeasons", + "type": "BOOLEAN", + "description": "Include seasons?", + "default": true + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Game H2H Matches", + "api_description": "Get game h2h matches.", + "required_parameters": [ + { + "name": "gameId", + "type": "NUMBER", + "description": "The game id.", + "default": 3627363 + }, + { + "name": "langId", + "type": "NUMBER", + "description": "The language id. Check the tutorials.", + "default": 1 + }, + { + "name": "timezone", + "type": "STRING", + "description": "The timezone name. Check the tutorials.", + "default": "America/Chicago" + } + ], + "optional_parameters": [ + { + "name": "lastUpdateId", + "type": "NUMBER", + "description": "The last update id. Only fill this parameter if you want updated data", + "default": "" + }, + { + "name": "matchupId", + "type": "NUMBER", + "description": "The matchup id.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"competitions\": [{\"color\": \"str\", \"competitorsType\": \"int\", \"countryId\": \"int\", \"currentPhaseName\": \"str\", \"currentPhaseNum\": \"int\", \"currentSeasonNum\": \"int\", \"currentStageType\": \"int\", \"hasBrackets\": \"bool\", \"hasStandings\": \"bool\", \"hasStandingsGroups\": \"bool\", \"hasStats\": \"bool\", \"id\": \"int\", \"imageVersion\": \"int\", \"name\": \"str\", \"nameForURL\": \"str\", \"popularityRank\": \"int\", \"sportId\": \"int\", \"_list_length\": 1}], \"countries\": [{\"id\": \"int\", \"imageVersion\": \"int\", \"name\": \"str\", \"nameForURL\": \"str\", \"_list_length\": 16}], \"game\": {\"awayCompetitor\": {\"color\": \"str\", \"competitorNum\": \"int\", \"countryId\": \"int\", \"hasSquad\": \"bool\", \"id\": \"int\", \"imageVersion\": \"int\", \"lastMatchesLayoutData\": {\"columns\": [{\"num\": \"int\", \"title\": \"str\", \"_list_length\": 3}]}, \"mainCompetitionId\": \"int\", \"name\": \"str\", \"nameForURL\": \"str\", \"popularityRank\": \"int\", \"recentGames\": [{\"awayCompetitor\": {\"competitorNum\": \"int\", \"countryId\": \"int\", \"hasSquad\": \"bool\", \"id\": \"int\", \"imageVersion\": \"int\", \"isWinner\"" + }, + { + "category_name": "Sports", + "tool_name": "AllScores", + "api_name": "Competition Details", + "api_description": "Get competition details.", + "required_parameters": [ + { + "name": "competition", + "type": "NUMBER", + "description": "The competition id.", + "default": 103 + }, + { + "name": "langId", + "type": "NUMBER", + "description": "The language id. Check the tutorials.", + "default": 1 + }, + { + "name": "timezone", + "type": "STRING", + "description": "The timezone name. Check the tutorials.", + "default": "America/Chicago" + } + ], + "optional_parameters": [ + { + "name": "withSeasons", + "type": "BOOLEAN", + "description": "Include seasons?", + "default": true + } + ], + "method": "GET" + } + ], + "query": "I am a baseball enthusiast and want to stay updated on the latest news and breaking updates in the MLB. Can you provide me with real-time news articles, including headlines, summaries, and publication dates? It would be helpful to have the small images of the news sources and the large images of the featured athletes mentioned in the articles.", + "relevant APIs": [ + [ + "AllScores", + "Featured Competitions" + ], + [ + "AllScores", + "Athlete Large Image" + ] + ], + "query_id": 44238 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "BetsAPI", + "api_name": "Bet365 Inplay Filter", + "api_description": "bet365 inplay filter", + "required_parameters": [], + "optional_parameters": [ + { + "name": "league_id", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "sport_id", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "skip_esports", + "type": "BOOLEAN", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "int", + "pager": { + "page": "int", + "per_page": "int", + "total": "int" + }, + "results": [ + { + "id": "str", + "sport_id": "str", + "time": "str", + "time_status": "str", + "league": { + "id": "str", + "name": "str" + }, + "home": { + "id": "str", + "name": "str" + }, + "away": { + "id": "str", + "name": "str" + }, + "ss": "str", + "our_event_id": "str", + "r_id": "str", + "ev_id": "str", + "updated_at": "str", + "_list_length": 54 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "BetsAPI", + "api_name": "Bet365 InPlay", + "api_description": "bet365 inplay data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "int", + "results": [ + "list of list with length 1" + ], + "stats": { + "update_at": "str", + "update_dt": "str" + } + } + }, + { + "category_name": "Sports", + "tool_name": "BetsAPI", + "api_name": "Bet365 InPlay Event", + "api_description": "inplay event with all scores/stats/markets", + "required_parameters": [ + { + "name": "FI", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "stats", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "lineup", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "int", + "error": "str", + "error_detail": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "BetsAPI", + "api_name": "Bet365 Upcoming Events", + "api_description": "get bet365 fixtures", + "required_parameters": [ + { + "name": "sport_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "day", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "league_id", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "int", + "error": "str", + "error_detail": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "BetsAPI", + "api_name": "Bet365 PreMatch Odds", + "api_description": "prematch odds", + "required_parameters": [ + { + "name": "FI", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "int", + "error": "str", + "error_detail": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "BetsAPI", + "api_name": "Bet365 Result", + "api_description": "to view bet365 event result", + "required_parameters": [ + { + "name": "event_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "int", + "results": [ + { + "id": "str", + "success": "int", + "_list_length": 1 + } + ] + } + } + ], + "query": "I am planning to watch a live sports event. Can you provide me with a list of upcoming fixtures for a specific sport? Additionally, I would like to know the in-play events and their scores, stats, and markets. Finally, can you give me the pre-match odds for a particular event?", + "relevant APIs": [ + [ + "BetsAPI", + "Bet365 Upcoming Events" + ], + [ + "BetsAPI", + "Bet365 InPlay" + ], + [ + "BetsAPI", + "Bet365 InPlay Event" + ], + [ + "BetsAPI", + "Bet365 PreMatch Odds" + ] + ], + "query_id": 44482 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Formula 1 Standings", + "api_name": "Races", + "api_description": "It will return the current season races with basic information.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": [ + { + "race_name": "str", + "race_date": "str", + "race_location": "str", + "_list_length": 22 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Formula 1 Standings", + "api_name": "Constructor Standings", + "api_description": "Get the current season constructor standings.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": [ + { + "team_name": "str", + "position": "int", + "points": "str", + "season": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Formula 1 Standings", + "api_name": "Driver Standings", + "api_description": "Will return the current F1 season driver standings.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": "empty list" + } + } + ], + "query": "My friends and I are organizing a Formula 1 watch party and we want to know the race schedule for the current season. Can you provide us with the race names, dates, and locations? Additionally, give us the constructor standings, including the team names, positions, and points.", + "relevant APIs": [ + [ + "Formula 1 Standings", + "Races" + ], + [ + "Formula 1 Standings", + "Constructor Standings" + ] + ], + "query_id": 44533 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "Player Progress", + "api_description": "Get player progress", + "required_parameters": [ + { + "name": "player_id", + "type": "NUMBER", + "description": "Player ID", + "default": "28003" + }, + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "share": { + "title": "str", + "url": "str", + "description": "str" + }, + "playerAchievements": [ + { + "title": "str", + "value": "str", + "achievementID": "str", + "additionalData": [ + { + "seasonID": "str", + "clubID": "str", + "competitionID": "str", + "cycle": "str", + "competitionTypeID": "str", + "type": "str", + "countryID": "NoneType", + "_list_length": 1 + } + ], + "_list_length": 34 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "European champions", + "api_description": "European champions. Titles and success", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "share": { + "title": "str", + "url": "str", + "description": "str" + }, + "teams": [ + { + "successID": "str", + "seasonID": "str", + "id": "str", + "countryName": "str", + "countryImage": "str", + "season": "str", + "coachID": "str", + "coachName": "str", + "firstName": "str", + "lastName": "str", + "alias": "str", + "coachImage": "str", + "_list_length": 16 + } + ], + "recordWinner": [ + { + "quantity": "int", + "id": "str", + "countryName": "str", + "countryImage": "str", + "_list_length": 10 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "UEFA rankings", + "api_description": "Get countries within 5 years. Ex. https://www.transfermarkt.com/statistik/5jahreswertung", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "share": { + "title": "str", + "url": "str", + "description": "str" + }, + "teams": [ + { + "id": "str", + "countryImage": "str", + "countryName": "str", + "totalPoints": "int", + "points2022": "str", + "points2021": "str", + "points2020": "str", + "points2019": "str", + "points2018": "str", + "totalTeams": "int", + "teamsCl": "int", + "teamsEl": "int", + "_list_length": 55 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "List of Champions", + "api_description": "Get a list of champions", + "required_parameters": [ + { + "name": "competition_id", + "type": "STRING", + "description": "Competition ID", + "default": "GB1" + }, + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "title": "str", + "champions": [ + { + "id": "str", + "season": "str", + "staffId": "str", + "_list_length": 124 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "List of clubs", + "api_description": "Get a list of clubs", + "required_parameters": [ + { + "name": "competition_id", + "type": "STRING", + "description": "Competition ID", + "default": "GB1" + }, + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "id": "str", + "name": "str", + "image": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "Player Performance details", + "api_description": "Get player performance details", + "required_parameters": [ + { + "name": "competition_id", + "type": "STRING", + "description": "Competition ID", + "default": "FR1" + }, + { + "name": "season_id", + "type": "NUMBER", + "description": "Season ID, endpoint `Seasons of competition`", + "default": "2022" + }, + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + }, + { + "name": "player_id", + "type": "NUMBER", + "description": "Player ID", + "default": "28003" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"data\": [{\"match\": {\"id\": \"str\", \"homeTeam\": {\"id\": \"str\", \"name\": \"str\", \"fullName\": \"NoneType\", \"image\": \"str\", \"nationalTeam\": \"str\", \"flag\": \"NoneType\", \"marketValue\": \"NoneType\", \"mainCompetition\": \"NoneType\"}, \"awayTeam\": {\"id\": \"str\", \"name\": \"str\", \"fullName\": \"NoneType\", \"image\": \"str\", \"nationalTeam\": \"str\", \"flag\": \"NoneType\", \"marketValue\": \"NoneType\", \"mainCompetition\": \"NoneType\"}, \"competition\": {\"id\": \"str\", \"name\": \"str\", \"shortName\": \"str\", \"image\": \"str\", \"leagueLevel\": \"NoneType\", \"isTournament\": \"NoneType\"}, \"timestamp\": \"int\", \"matchday\": \"str\", \"round\": \"NoneType\", \"result\": {\"result\": \"str\", \"goalsHome\": \"str\", \"goalsAway\": \"str\", \"minute\": \"int\", \"state\": \"str\", \"destinationValue\": \"int\", \"destinationDescription\": \"str\"}}, \"performance\": {\"goals\": \"str\", \"assists\": \"str\", \"ownGoals\": \"str\", \"yellowCardMinute\": \"str\", \"yellowRedCardMinute\": \"str\", \"redCardMinute\": \"str\", \"minutesPlayed\": \"int\", \"substitutedOn\": \"NoneType\", \"substitutedOff\": \"NoneType\", \"positio" + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "Referee profile", + "api_description": "Get referee profile by referee_id", + "required_parameters": [ + { + "name": "referee_id", + "type": "NUMBER", + "description": "Referee ID", + "default": "6680" + }, + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [ + { + "name": "season_id", + "type": "NUMBER", + "description": "Season ID, endpoint `Seasons of competition`", + "default": "2021" + } + ], + "method": "GET", + "template_response": { + "data": { + "share": { + "title": "str", + "url": "str", + "description": "str" + }, + "profile": { + "id": "str", + "refereeName": "str", + "totalCompetitionsPerformance": { + "LaLiga": { + "competitionID": "str", + "competitionImage": "str", + "appearances": "str", + "yellow_cards": "str", + "yellow_red_cards": "str", + "red_cards": "str", + "penaltys": "str", + "season": "str" + }, + "Kypello Elladas": { + "competitionID": "str", + "competitionImage": "str", + "appearances": "str", + "yellow_cards": "str", + "yellow_red_cards": "str", + "red_cards": "str", + "penaltys": "str", + "season": "str" + }, + "Copa del Rey": { + "competitionID": "str", + "competitionImage": "str", + "appearances": "str", + "yellow_cards": "str", + "yellow_red_cards": "str", + "red_cards": "str", + "penaltys": "str", + "season": "str" + } + }, + "totalPerformanceSeasons": [ + "list of str with length 17" + ], + "totalPerformanceSum": { + "appearances": "int", + "yellow_cards": "int", + "yellow_red_cards": "int", + "red_cards": "int", + "penaltys": "int", + "seasonID": "int", + "season": "str" + } + } + } + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "Competition Standings", + "api_description": "Get competition standings", + "required_parameters": [ + { + "name": "standing_type", + "type": "STRING", + "description": "", + "default": "general" + }, + { + "name": "competition_id", + "type": "STRING", + "description": "Competition ID", + "default": "GB1" + }, + { + "name": "season_id", + "type": "NUMBER", + "description": "Season ID, endpoint `Seasons of competition`", + "default": "2022" + }, + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "share": { + "title": "str", + "url": "str", + "description": "str" + }, + "table": [ + { + "id": "str", + "group": "NoneType", + "rank": "int", + "oldRank": "int", + "clubName": "str", + "clubImage": "str", + "points": "int", + "goals": "int", + "goalsConceded": "int", + "goalDifference": "int", + "matches": "int", + "wins": "int", + "losses": "int", + "draw": "int", + "markID": "str", + "markClass": "str", + "markColor": "str", + "markDescription": "str", + "_list_length": 20 + } + ], + "legend": [ + { + "id": "str", + "description": "str", + "class": "str", + "color": "str", + "_list_length": 5 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "Player Info", + "api_description": "Get player info. Name, image, shirt number, nationalities, market value, club", + "required_parameters": [ + { + "name": "player_id", + "type": "NUMBER", + "description": "Player ID", + "default": "28003" + }, + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "share": { + "title": "str", + "url": "str", + "image": "NoneType", + "description": "str" + }, + "details": { + "player": { + "id": "str", + "name": "str", + "image": "str", + "imageLarge": "str", + "imageSource": "str", + "shirtNumber": "str", + "age": "NoneType", + "dateOfBirth": "NoneType", + "heroImage": "NoneType", + "isGoalkeeper": "bool", + "positions": "NoneType", + "nationalities": [ + { + "id": "int", + "name": "str", + "image": "str", + "_list_length": 2 + } + ], + "marketValue": { + "value": "int", + "currency": "str", + "progression": "NoneType" + } + }, + "club": { + "id": "str", + "name": "str", + "fullName": "str", + "image": "str", + "nationalTeam": "str", + "flag": "NoneType", + "marketValue": "NoneType", + "mainCompetition": { + "id": "str", + "name": "str", + "shortName": "str", + "image": "str", + "leagueLevel": "NoneType", + "isTournament": "NoneType" + } + } + } + } + } + }, + { + "category_name": "Sports", + "tool_name": "TransferMarkt DB", + "api_name": "World Cup champions", + "api_description": "World cup champions. Titles and success", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "DE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "share": { + "title": "str", + "url": "str", + "description": "str" + }, + "teams": [ + { + "successID": "str", + "seasonID": "str", + "id": "str", + "countryName": "str", + "countryImage": "str", + "season": "str", + "coachID": "str", + "coachName": "str", + "firstName": "str", + "lastName": "str", + "alias": "str", + "coachImage": "str", + "_list_length": 22 + } + ], + "recordWinner": [ + { + "quantity": "int", + "id": "str", + "countryName": "str", + "countryImage": "str", + "_list_length": 8 + } + ] + } + } + } + ], + "query": "I'm planning to organize a football tournament in my city. Can you provide me with a list of clubs that have participated in the competition 'GB1'? I also need the performance details of the players in the tournament, including their goals, assists, yellow cards, and red cards.", + "relevant APIs": [ + [ + "TransferMarkt DB", + "List of clubs" + ], + [ + "TransferMarkt DB", + "Player Performance details" + ] + ], + "query_id": 44619 + }, + { + "api_list": [ + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "Matrix", + "api_description": "Computes duration of the fastest route between all pairs of supplied coordinates. Returns the durations or distances or both between the coordinate pairs. Note that the distances are not the shortest distance between two coordinates, but rather the distances of the fastest routes.", + "required_parameters": [ + { + "name": "coordinates", + "type": "STRING", + "description": "String of format {longitude},{latitude};{longitude},{latitude}[;{longitude},{latitude} ...] or polyline({polyline}) or polyline6({polyline6}). polyline follows Google's polyline format with precision 5", + "default": "\"-0.16102,51.523854;-0.15797,51.52326;-0.161593,51.522550\"" + } + ], + "optional_parameters": [ + { + "name": "radiuses", + "type": "STRING", + "description": "Limits the search to given radius in meters Radiuses array length should be same as coordinates array, eaach value separated by semi-colon. Input Value - {radius};{radius}[;{radius} ...] Radius has following format :- double >= 0 or unlimited (default)", + "default": "\"500;200;300\"" + }, + { + "name": "annotations", + "type": "STRING", + "description": "Returns additional metadata for each coordinate along the route geometry. [ true, false (default), nodes, distance, duration, datasources, weight, speed ]", + "default": "\"distance\"" + }, + { + "name": "fallback_coordinate", + "type": "STRING", + "description": "When using a fallback_speed, use the user-supplied coordinate (input), or the snapped location (snapped) for calculating distances. [ input (default), or snapped ]", + "default": "\"snapped\"" + }, + { + "name": "generate_hints", + "type": "STRING", + "description": "Adds a Hint to the response which can be used in subsequent requests, see hints parameter. Input Value - true (default), false Format - Base64 String", + "default": "\"false\"" + }, + { + "name": "fallback_speed", + "type": "NUMBER", + "description": "If no route found between a source/destination pair, calculate the as-the-crow-flies distance, then use this speed to estimate duration. double > 0", + "default": 25.65 + }, + { + "name": "sources", + "type": "NUMBER", + "description": "Use location with given index as source. [ {index};{index}[;{index} ...] or all (default) ] => index\t 0 <= integer < #locations", + "default": 0 + }, + { + "name": "exclude", + "type": "STRING", + "description": "Additive list of classes to avoid, order does not matter. input Value - {class}[,{class}] Format - A class name determined by the profile or none.", + "default": "\"toll\"" + }, + { + "name": "destinations", + "type": "NUMBER", + "description": "Use location with given index as destination. [ {index};{index}[;{index} ...] or all (default) ]", + "default": 2 + }, + { + "name": "bearings", + "type": "STRING", + "description": "Limits the search to segments with given bearing in degrees towards true north in clockwise direction. List of positive integer pairs separated by semi-colon and bearings array should be equal to length of coordinate array.\nInput Value :- {bearing};{bearing}[;{bearing} ...] Bearing follows the following format : bearing\t{value},{range} integer 0 .. 360,integer 0 .. 180", + "default": "\"10,20;40,30;30,9\"" + }, + { + "name": "approaches", + "type": "STRING", + "description": "Keep waypoints on curb side. Input Value - {approach};{approach}[;{approach} ...] Format - curb or unrestricted (default)", + "default": "\"curb;curb;curb\"" + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "autocomplete", + "api_description": "The Autocomplete API is a variant of the Search API that returns place predictions in response to an HTTP request. The request specifies a textual search string and optional geographic bounds. The service can be used to provide autocomplete functionality for text-based geographic searches, by returning places such as businesses, addresses and points of interest as a user types. The Autocomplete API can match on full words as well as substrings. Applications can therefore send queries as the user types, to provide on-the-fly place predictions.", + "required_parameters": [ + { + "name": "normalizecity", + "type": "NUMBER", + "description": "For responses with no city value in the address section, the next available element in this order - city_district, locality, town, borough, municipality, village, hamlet, quarter, neighbourhood - from the address section will be normalized to city. Defaults to 1 for SDKs.", + "default": 1 + }, + { + "name": "q", + "type": "STRING", + "description": "Address to geocode", + "default": "\"Empire state\"" + } + ], + "optional_parameters": [ + { + "name": "viewbox", + "type": "STRING", + "description": "The preferred area to find search results. To restrict results to those within the viewbox, use along with the bounded option. Tuple of 4 floats. Any two corner points of the box - `max_lon,max_lat,min_lon,min_lat` or `min_lon,min_lat,max_lon,max_lat` - are accepted in any order as long as they span a real box. ", + "default": "\"-132.84908,47.69382,-70.44674,30.82531\"" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Limit the number of returned results. Default is 10.", + "default": 10 + }, + { + "name": "countrycodes", + "type": "STRING", + "description": "Limit search to a list of countries.", + "default": "\"us\"" + }, + { + "name": "tag", + "type": "STRING", + "description": "Restricts the autocomplete search results to elements of specific OSM class and type. Example - To restrict results to only class place and type city: tag=place:city, To restrict the results to all of OSM class place: tag=place", + "default": "\"place\"" + }, + { + "name": "accept-language", + "type": "STRING", + "description": "Preferred language order for showing search results, overrides the value specified in the Accept-Language HTTP header. Defaults to en. To use native language for the response when available, use accept-language=native", + "default": "\"en\"" + }, + { + "name": "bounded", + "type": "NUMBER", + "description": "Restrict the results to only items contained with the viewbox", + "default": 1 + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "reverse", + "api_description": "Reverse geocoding is the process of converting a coordinate or location (latitude, longitude) to a readable address or place name. This permits the identification of nearby street addresses, places, and/or area subdivisions such as a neighborhood, county, state, or country.", + "required_parameters": [ + { + "name": "normalizecity", + "type": "NUMBER", + "description": "Normalizes village to city level data to city", + "default": 1 + }, + { + "name": "lat", + "type": "NUMBER", + "description": "Latitude of the location to generate an address for.", + "default": 40.7487727 + }, + { + "name": "format", + "type": "STRING", + "description": "Format to geocode. Only JSON supported for SDKs", + "default": "\"json\"" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "Longitude of the location to generate an address for.", + "default": -73.9849336 + } + ], + "optional_parameters": [ + { + "name": "addressdetails", + "type": "NUMBER", + "description": "Include a breakdown of the address into elements. Defaults to 1.", + "default": 1 + }, + { + "name": "accept-language", + "type": "STRING", + "description": "Preferred language order for showing search results, overrides the value specified in the Accept-Language HTTP header. Defaults to en. To use native language for the response when available, use accept-language=native", + "default": "\"en\"" + }, + { + "name": "postaladdress", + "type": "NUMBER", + "description": "Returns address inside the postaladdress key, that is specifically formatted for each country. Currently supported for addresses in Germany. Defaults to 0 [0,1]", + "default": 0 + }, + { + "name": "namedetails", + "type": "NUMBER", + "description": "Include a list of alternative names in the results. These may include language variants, references, operator and brand.", + "default": 0 + }, + { + "name": "showdistance", + "type": "NUMBER", + "description": "Returns the straight line distance (meters) between the input location and the result's location. Value is set in the distance key of the response. Defaults to 0 [0,1]", + "default": 0 + }, + { + "name": "statecode", + "type": "NUMBER", + "description": "Adds state or province code when available to the statecode key inside the address element. Currently supported for addresses in the USA, Canada and Australia. Defaults to 0", + "default": 0 + }, + { + "name": "extratags", + "type": "NUMBER", + "description": "Include additional information in the result if available, e.g. wikipedia link, opening hours.", + "default": 0 + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "balance", + "api_description": "The Balance API provides a count of request credits left in the user's account for the day. Balance is reset at midnight UTC everyday (00:00 UTC).", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "search", + "api_description": "The Search API allows converting addresses, such as a street address, into geographic coordinates (latitude and longitude). These coordinates can serve various use-cases, from placing markers on a map to helping algorithms determine nearby bus stops. This process is also known as Forward Geocoding.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Address to geocode", + "default": "\"Empire state building\"" + }, + { + "name": "format", + "type": "STRING", + "description": "Format to geocode. Only JSON supported for SDKs", + "default": "\"json\"" + }, + { + "name": "normalizecity", + "type": "NUMBER", + "description": "For responses with no city value in the address section, the next available element in this order - city_district, locality, town, borough, municipality, village, hamlet, quarter, neighbourhood - from the address section will be normalized to city. Defaults to 1 for SDKs.", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "addressdetails", + "type": "NUMBER", + "description": "Include a breakdown of the address into elements. Defaults to 0.", + "default": 1 + }, + { + "name": "bounded", + "type": "NUMBER", + "description": "Restrict the results to only items contained with the viewbox", + "default": 1 + }, + { + "name": "statecode", + "type": "NUMBER", + "description": "Adds state or province code when available to the statecode key inside the address element. Currently supported for addresses in the USA, Canada and Australia. Defaults to 0", + "default": 0 + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Limit the number of returned results. Default is 10.", + "default": 10 + }, + { + "name": "extratags", + "type": "NUMBER", + "description": "Include additional information in the result if available, e.g. wikipedia link, opening hours.", + "default": 0 + }, + { + "name": "postaladdress", + "type": "NUMBER", + "description": "Returns address inside the postaladdress key, that is specifically formatted for each country. Currently supported for addresses in Germany. Defaults to 0 [0,1]", + "default": 0 + }, + { + "name": "namedetails", + "type": "NUMBER", + "description": "Include a list of alternative names in the results. These may include language variants, references, operator and brand.", + "default": 1 + }, + { + "name": "accept-language", + "type": "STRING", + "description": "Preferred language order for showing search results, overrides the value specified in the Accept-Language HTTP header. Defaults to en. To use native language for the response when available, use accept-language=native", + "default": "\"en\"" + }, + { + "name": "countrycodes", + "type": "STRING", + "description": "Limit search to a list of countries.", + "default": "\"us\"" + }, + { + "name": "dedupe", + "type": "NUMBER", + "description": "Sometimes you have several objects in OSM identifying the same place or object in reality. The simplest case is a street being split in many different OSM ways due to different characteristics. Nominatim will attempt to detect such duplicates and only return one match; this is controlled by the dedupe parameter which defaults to 1. Since the limit is, for reasons of efficiency, enforced before and not after de-duplicating, it is possible that de-duplicating leaves you with less results than requested.", + "default": 1 + }, + { + "name": "matchquality", + "type": "NUMBER", + "description": "Returns additional information about quality of the result in a matchquality object. Read more Defaults to 0 [0,1]", + "default": 0 + }, + { + "name": "viewbox", + "type": "STRING", + "description": "The preferred area to find search results. To restrict results to those within the viewbox, use along with the bounded option. Tuple of 4 floats. Any two corner points of the box - `max_lon,max_lat,min_lon,min_lat` or `min_lon,min_lat,max_lon,max_lat` - are accepted in any order as long as they span a real box. ", + "default": "\"-132.84908,47.69382,-70.44674,30.82531\"" + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "Matching", + "api_description": "Matching API matches or snaps given GPS points to the road network in the most plausible way. Please note the request might result multiple sub-traces. Large jumps in the timestamps (> 60s) or improbable transitions lead to trace splits if a complete matching could not be found. The algorithm might not be able to match all points. Outliers are removed if they can not be matched successfully.", + "required_parameters": [ + { + "name": "coordinates", + "type": "STRING", + "description": "String of format {longitude},{latitude};{longitude},{latitude}[;{longitude},{latitude} ...] or polyline({polyline}) or polyline6({polyline6}). polyline follows Google's polyline format with precision 5", + "default": "\"-0.16102,51.523854;-0.15797,51.52326;-0.161593,51.522550\"" + } + ], + "optional_parameters": [ + { + "name": "radiuses", + "type": "STRING", + "description": "Limits the search to given radius in meters Radiuses array length should be same as coordinates array, eaach value separated by semi-colon. Input Value - {radius};{radius}[;{radius} ...] Radius has following format :- double >= 0 or unlimited (default)", + "default": "\"None\"" + }, + { + "name": "generate_hints", + "type": "STRING", + "description": "Adds a Hint to the response which can be used in subsequent requests, see hints parameter. Input Value - true (default), false Format - Base64 String", + "default": "\"false\"" + }, + { + "name": "bearings", + "type": "STRING", + "description": "Limits the search to segments with given bearing in degrees towards true north in clockwise direction. List of positive integer pairs separated by semi-colon and bearings array should be equal to length of coordinate array.\nInput Value :- {bearing};{bearing}[;{bearing} ...] Bearing follows the following format : bearing\t{value},{range} integer 0 .. 360,integer 0 .. 180", + "default": "\"None\"" + }, + { + "name": "tidy", + "type": "STRING", + "description": "Allows the input track modification to obtain better matching quality for noisy tracks. [ true, false (default) ]", + "default": "\"false\"" + }, + { + "name": "gaps", + "type": "STRING", + "description": "Allows the input track splitting based on huge timestamp gaps between points. [ split (default), ignore ]", + "default": "\"ignore\"" + }, + { + "name": "waypoints", + "type": "STRING", + "description": "Treats input coordinates indicated by given indices as waypoints in returned Match object. Default is to treat all input coordinates as waypoints. [ {index};{index};{index}... ]", + "default": "\"0;1;2\"" + }, + { + "name": "annotations", + "type": "STRING", + "description": "Returns additional metadata for each coordinate along the route geometry. [ true, false (default), nodes, distance, duration, datasources, weight, speed ]", + "default": "\"false\"" + }, + { + "name": "steps", + "type": "STRING", + "description": "Returned route steps for each route leg [ true, false (default) ]", + "default": "\"true\"" + }, + { + "name": "geometries", + "type": "STRING", + "description": "Returned route geometry format (influences overview and per step) [ polyline (default), polyline6, geojson ]", + "default": "\"polyline\"" + }, + { + "name": "exclude", + "type": "STRING", + "description": "Additive list of classes to avoid, order does not matter. input Value - {class}[,{class}] Format - A class name determined by the profile or none.", + "default": "\"toll\"" + }, + { + "name": "timestamps", + "type": "STRING", + "description": "Timestamps for the input locations in seconds since UNIX epoch. Timestamps need to be monotonically increasing. [ {timestamp};{timestamp}[;{timestamp} ...] integer seconds since UNIX epoch", + "default": "\"200;300;900\"" + }, + { + "name": "overview", + "type": "STRING", + "description": "Add overview geometry either full, simplified according to highest zoom level it could be display on, or not at all. [ simplified (default), full, false ]", + "default": "\"simplified\"" + }, + { + "name": "approaches", + "type": "STRING", + "description": "Keep waypoints on curb side. Input Value - {approach};{approach}[;{approach} ...] Format - curb or unrestricted (default)", + "default": "\"curb;curb;curb\"" + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "Directions", + "api_description": "Finds the fastest route between coordinates in the supplied order.", + "required_parameters": [ + { + "name": "coordinates", + "type": "STRING", + "description": "String of format {longitude},{latitude};{longitude},{latitude}[;{longitude},{latitude} ...] or polyline({polyline}) or polyline6({polyline6}). polyline follows Google's polyline format with precision 5", + "default": "\"-0.16102,51.523854;-0.15797,51.52326;-0.161593,51.522550\"" + } + ], + "optional_parameters": [ + { + "name": "continue_straight", + "type": "STRING", + "description": "Forces the route to keep going straight at waypoints constraining uturns there even if it would be faster. Default value depends on the profile [ default (default), true, false ]", + "default": "\"default\"" + }, + { + "name": "geometries", + "type": "STRING", + "description": "Returned route geometry format (influences overview and per step) [ polyline (default), polyline6, geojson ]", + "default": "\"polyline\"" + }, + { + "name": "exclude", + "type": "STRING", + "description": "Additive list of classes to avoid, order does not matter. input Value - {class}[,{class}] Format - A class name determined by the profile or none.", + "default": "\"toll\"" + }, + { + "name": "generate_hints", + "type": "STRING", + "description": "Adds a Hint to the response which can be used in subsequent requests, see hints parameter. Input Value - true (default), false Format - Base64 String", + "default": "\"false\"" + }, + { + "name": "steps", + "type": "STRING", + "description": "Returned route steps for each route leg [ true, false (default) ]", + "default": "\"true\"" + }, + { + "name": "bearings", + "type": "STRING", + "description": "Limits the search to segments with given bearing in degrees towards true north in clockwise direction. List of positive integer pairs separated by semi-colon and bearings array should be equal to length of coordinate array.\nInput Value :- {bearing};{bearing}[;{bearing} ...] Bearing follows the following format : bearing\t{value},{range} integer 0 .. 360,integer 0 .. 180", + "default": "\"10,20;40,30;30,9\"" + }, + { + "name": "annotations", + "type": "STRING", + "description": "Returns additional metadata for each coordinate along the route geometry. [ true, false (default), nodes, distance, duration, datasources, weight, speed ]", + "default": "\"false\"" + }, + { + "name": "radiuses", + "type": "STRING", + "description": "Limits the search to given radius in meters Radiuses array length should be same as coordinates array, eaach value separated by semi-colon. Input Value - {radius};{radius}[;{radius} ...] Radius has following format :- double >= 0 or unlimited (default)", + "default": "\"500;200;300\"" + }, + { + "name": "approaches", + "type": "STRING", + "description": "Keep waypoints on curb side. Input Value - {approach};{approach}[;{approach} ...] Format - curb or unrestricted (default)", + "default": "\"curb;curb;curb\"" + }, + { + "name": "alternatives", + "type": "NUMBER", + "description": "Search for alternative routes. Passing a number alternatives=n searches for up to n alternative routes. [ true, false (default), or Number ]", + "default": 0 + }, + { + "name": "overview", + "type": "STRING", + "description": "Add overview geometry either full, simplified according to highest zoom level it could be display on, or not at all. [ simplified (default), full, false ]", + "default": "\"simplified\"" + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "Nearest", + "api_description": "Snaps a coordinate to the street network and returns the nearest n matches. Where coordinates only supports a single {longitude},{latitude} entry.", + "required_parameters": [ + { + "name": "coordinates", + "type": "STRING", + "description": "String of format {longitude},{latitude};{longitude},{latitude}[;{longitude},{latitude} ...] or polyline({polyline}) or polyline6({polyline6}). polyline follows Google's polyline format with precision 5", + "default": "\"-0.16102,51.523854\"" + } + ], + "optional_parameters": [ + { + "name": "exclude", + "type": "STRING", + "description": "Additive list of classes to avoid, order does not matter. input Value - {class}[,{class}] Format - A class name determined by the profile or none.", + "default": "\"toll\"" + }, + { + "name": "number", + "type": "NUMBER", + "description": "Number of nearest segments that should be returned. [ integer >= 1 (default 1) ]", + "default": 3 + }, + { + "name": "bearings", + "type": "STRING", + "description": "Limits the search to segments with given bearing in degrees towards true north in clockwise direction. List of positive integer pairs separated by semi-colon and bearings array should be equal to length of coordinate array.\nInput Value :- {bearing};{bearing}[;{bearing} ...] Bearing follows the following format : bearing\t{value},{range} integer 0 .. 360,integer 0 .. 180", + "default": "\"10,20\"" + }, + { + "name": "generate_hints", + "type": "STRING", + "description": "Adds a Hint to the response which can be used in subsequent requests, see hints parameter. Input Value - true (default), false Format - Base64 String", + "default": "\"false\"" + }, + { + "name": "approaches", + "type": "STRING", + "description": "Keep waypoints on curb side. Input Value - {approach};{approach}[;{approach} ...] Format - curb or unrestricted (default)", + "default": "\"curb\"" + }, + { + "name": "radiuses", + "type": "STRING", + "description": "Limits the search to given radius in meters Radiuses array length should be same as coordinates array, eaach value separated by semi-colon. Input Value - {radius};{radius}[;{radius} ...] Radius has following format :- double >= 0 or unlimited (default)", + "default": "\"1000\"" + } + ], + "method": "GET" + } + ], + "query": "Can you suggest the nearest tourist attractions to my current location? Additionally, provide me with the duration and distance to each attraction.", + "relevant APIs": [ + [ + "LocationIQ", + "Nearest" + ], + [ + "LocationIQ", + "Matrix" + ] + ], + "query_id": 44774 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Top Coins By Followers", + "api_description": "Retrieve real time top 10 coins by Followers\n\n**Output:**\nEach item contains:\n- Rank number\n- Coin name\n- Coin ticker\n- Followers value\n\n**Definitions:**\n- Followers: Sum of followers reached by coin related mentions\n\n**Details:**\n- All results are in real time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Rank": "int", + "CoinName": "str", + "CoinTicker": "str", + "Value": "float" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Top Coins By Sentiment", + "api_description": "Retrieve real time top 10 coins by Sentiment\n\n**Output:**\nEach item contains:\n- Rank number\n- Coin name\n- Coin ticker\n- Sentiment value\n\n**Definitions:**\n\n- Sentiment: Democratic Sentiment Score out of 100 Points (100 for the most positive, 50 for neutral and 0 for the most negative). Democratic Sentiment is a sentiment that gives the same weight to each mention related to the coin despite the number of followers for each mention]\n\n**Details:**\n- All results are in real time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Daily Influencer Posts by Coin Ticker", + "api_description": "Retrieve news and posts from Top Influencers in social media ordered by date by coin ticker\nThis endpoint contains results on a specific coin. To search for influencer posts on all coins coins check \"Get Daily Influencer Posts\"\n\n**Input:**\n\n- Coin Ticker (Required)\n\n**Output:**\n\n- EventId\n- EventType\n- Event Time\n- Publisher\n- Source\n- Related coins\n- Event Color\n- Number of followers\n- Event text\n\n**Definitions:**\n\n- Publisher: User name of the publisher of the event in social media\n- Source: Social media where the post was published\n- Related coins: Coins mentioned in the post\n- Event Color: Shows the magnitude of the event (From most important to less important: Red, Orange, Yellow, Gray and Black)\n- Number of followers: Influencer\u00b4s number of followers in social media\n\n**Details:**\n\n- Results are up to 100\n- All dates are UTC", + "required_parameters": [ + { + "name": "coinTicker", + "type": "STRING", + "description": "", + "default": "BTC" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Coin Metrics By Name", + "api_description": "Retrieve coin\u00b4s real time social media metrics by Coin name\nIn the case you want to retrieve historical data check \"Get Coin Historical Metrics by Name\" or \"Get Coin Historical Metrics by Ticker\"\n\n**Input:** \n- Security Name: Coin Name (Required)\n\n**Output:**\n\n- Sentiment\n- Sentiment change\n- Followers\n- Followers change\n- Mentions\n- Mentions change\n- Security ticker\n- Security name\n- DataTimeStamp\n\n**Definitions:**\n\n\u2022\tMentions - Number of posts related to the coin in tracked social media sources in the requested date with TimeFrame required.\n\u2022\tMentionsChange - Percentage change of Mentions in the requested date vs the average of the same metric in the past 14 days.\n\u2022\tSentiment - Democratic Sentiment Score out of 100 Points (100 for the most positive, 50 for neutral and 0 for the most negative)in the requested date with TimeFrame required. [Democratic Sentiment is a sentiment that gives the same weight to each mention related to the coin despite the number of followers for each mention]\n\u2022\tSentimentChange - Percentage change of Democratic Sentiment in the requested date vs the average of the same metric in the past 14 days.\n\u2022\tFollowers - Sum of followers reached by coin related mentions in the requested date with TimeFrame required.\n\u2022\tFollowersChange - Percentage change of Followers Reach in the requested date vs the average of the same metric in the past 14 days.\n\n**Details:**\n- All dates are in UTC\n- Results are on 1 day timeframe", + "required_parameters": [ + { + "name": "securityName", + "type": "STRING", + "description": "", + "default": "bitcoin" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Coin Metrics By Ticker", + "api_description": "Retrieve coin\u00b4s real time social media metrics by Coin ticker\nIn the case you want to retrieve historical data check \"Get Coin Historical Metrics by Name\" or \"Get Coin Historical Metrics by Ticker\"\n\n**Input:** \n- Security Ticker: Coin Ticker (Required)\n\n**Output:**\n\n- Sentiment\n- Sentiment change\n- Followers\n- Followers change\n- Mentions\n- Mentions change\n- Security ticker\n- Security name\n- DataTimeStamp\n\n**Definitions:**\n\n\u2022\tMentions - Number of posts related to the coin in tracked social media sources in the requested date with TimeFrame required.\n\u2022\tMentionsChange - Percentage change of Mentions in the requested date vs the average of the same metric in the past 14 days.\n\u2022\tSentiment - Democratic Sentiment Score out of 100 Points (100 for the most positive, 50 for neutral and 0 for the most negative)in the requested date with TimeFrame required. [Democratic Sentiment is a sentiment that gives the same weight to each mention related to the coin despite the number of followers for each mention]\n\u2022\tSentimentChange - Percentage change of Democratic Sentiment in the requested date vs the average of the same metric in the past 14 days.\n\u2022\tFollowers - Sum of followers reached by coin related mentions in the requested date with TimeFrame required.\n\u2022\tFollowersChange - Percentage change of Followers Reach in the requested date vs the average of the same metric in the past 14 days.\n\n**Details:**\n\n- All dates are in UTC\n- Results are on 1 day timeframe", + "required_parameters": [ + { + "name": "securityTicker", + "type": "STRING", + "description": "", + "default": "eth" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Top Coins By Followers Change", + "api_description": "Retrieve real time top 10 coins by Mentions change in the last 24 hours\n\n**Output:**\nEach item contains:\n- Rank number\n- Coin name\n- Coin ticker\n- Followers change value\n\n**Definitions:**\n\n- FollowersChange: Percentage change of Followers Reach in the requested date vs the average of the same metric in the past 14 days\n\n\n**Details:**\n- All results are in real time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Top Coins By Mentions Change", + "api_description": "Retrieve real time top 10 coins by Mentions change in the last 24 hours\n\n**Output:**\nEach item contains:\n- Rank number\n- Coin name\n- Coin ticker\n- Mentions change value\n\n**Definitions:**\n- MentionsChange: Percentage change of Mentions in the requested date vs the average of the same metric in the past 14 days.\n\n**Details:**\n- All results are in real time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Top Coins By Mentions", + "api_description": "Retrieve real time top 10 coins by Mentions\n\n**Output:**\nEach item contains:\n- Rank number\n- Coin name\n- Coin ticker\n- Mentions value\n\n**Definitions:**\n- Mentions: Number of posts related to the coin in tracked social media sources in the requested date with TimeFrame required.\n\n**Details:**\n- All results are in real time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Top Coins By Sentiment Change", + "api_description": "Retrieve real time top 10 coins by Sentiment change in the last 24 hours\n\n**Output:**\nEach item contains:\n- Rank number\n- Coin name\n- Coin ticker\n- Sentiment change value\n\n**Definitions:**\n- Sentiment Change: Percentage change of Democratic Sentiment in the requested date vs the average of the same metric in the past 14 days.\n\n**Details:**\n- All results are in real time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Crowdsense", + "api_name": "Get Coin Historical Metrics By Name", + "api_description": "Retrieve coin\u00b4s historical social media metrics by Coin Name\nIn the case you want to retrieve real time data check \"Get Coin Metrics by Name\" or \"Get Coin Metrics by Ticker\"\n\n**Input:** \n- Date (MM/DD/YYYY HH:HH AM/PM) (Required)\n- Security Name: Coin Name (Required)\n- TimeFrame: 1d, 1h, 8h (Optional)\n\n**Output:**\n\n- Sentiment\n- Sentiment change\n- Weighted Sentiment\n- Weighted sentiment change\n- Followers\n- Followers change\n- Mentions\n- Mentions change\n- Security ticker\n- Security Name\n- TimeFrame\n- DataTimeStamp\n\n**Definitions:**\n\n\u2022\tMentions - Number of posts related to the coin in tracked social media sources in the requested date with TimeFrame required.\n\u2022\tMentionsChange - Percentage change of Mentions in the requested date vs the average of the same metric in the past 14 days.\n\u2022\tSentiment - Democratic Sentiment Score out of 100 Points (100 for the most positive, 50 for neutral and 0 for the most negative)in the requested date with TimeFrame required. [Democratic Sentiment is a sentiment that gives the same weight to each mention related to the coin despite the number of followers for each mention]\n\u2022\tSentimentChange - Percentage change of Democratic Sentiment in the requested date vs the average of the same metric in the past 14 days.\n\u2022\tWeightedSentiment \u2013 Weighted Sentiment Score out of 100 Points (100 for the most positive, 50 for neutral and 0 for the most negative) in the requested date with TimeFrame required. [ Weighted Sentiment is a sentiment that gives more weight to mentions with more followers] \n\u2022\tWeightedSentimentChange - Percentage change of Weighted Sentiment in the requested date vs the average of the same metric in the past 14 days.\n\u2022\tFollowers - Sum of followers reached by coin related mentions in the requested date with TimeFrame required.\n\u2022\tFollowersChange - Percentage change of Followers Reach in the requested date vs the average of the same metric in the past 14 days.\n\n**Details:**\n\n- All dates are in UTC\n- Historical date is only avaliable from 7 days back", + "required_parameters": [ + { + "name": "securityName", + "type": "STRING", + "description": "", + "default": "bitcoin" + }, + { + "name": "date", + "type": "STRING", + "description": "", + "default": "04/26/2022 06:00 PM" + } + ], + "optional_parameters": [ + { + "name": "timeFrame", + "type": "STRING", + "description": "", + "default": "1D" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a cryptocurrency trader and I need real-time data on the most mentioned coins and their sentiment. Can you retrieve the top coins by mentions and their mentions value? Additionally, fetch the top coins by sentiment change in the last 24 hours.", + "relevant APIs": [ + [ + "Crowdsense", + "Get Top Coins By Mentions" + ], + [ + "Crowdsense", + "Get Top Coins By Sentiment Change" + ] + ], + "query_id": 45490 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "stations", + "api_description": "Get a list of stations", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "search-trips", + "api_description": "Search trips from-to. Specify for which parameters (from_id, to_id) you are looking for, city or station", + "required_parameters": [ + { + "name": "to_id", + "type": "NUMBER", + "description": "To id", + "default": 1374 + }, + { + "name": "from_id", + "type": "NUMBER", + "description": "From id", + "default": 88 + }, + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "EUR" + }, + { + "name": "departure_date", + "type": "STRING", + "description": "Departure date", + "default": "2021-12-26" + }, + { + "name": "number_adult", + "type": "NUMBER", + "description": "Number of adults", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "number_bike_slot", + "type": "NUMBER", + "description": "Number of bike slot", + "default": 0 + }, + { + "name": "search_by", + "type": "OBJECT", + "description": "Search by", + "default": "cities" + }, + { + "name": "number_children", + "type": "NUMBER", + "description": "Number of children", + "default": 0 + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "cities", + "api_description": "Get a list of cities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "schedule", + "api_description": "Get a list of schedule", + "required_parameters": [ + { + "name": "station_id", + "type": "NUMBER", + "description": "Station id", + "default": "66" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "trip-details", + "api_description": "Get a trip details by trip uid", + "required_parameters": [ + { + "name": "trip_uid", + "type": "STRING", + "description": "Trip uid", + "default": "direct:110725991:2015:4188" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a trip from Berlin to Munich next month. Can you provide me with the Flixbus schedules from Berlin and Munich? Also, I would like to know the trip details for a specific trip from Berlin to Munich on a particular date.", + "relevant APIs": [ + [ + "Flixbus", + "stations" + ], + [ + "Flixbus", + "schedule" + ], + [ + "Flixbus", + "trip-details" + ] + ], + "query_id": 45775 + }, + { + "api_list": [ + { + "category_name": "Translation", + "tool_name": "Nitro", + "api_name": "Get a Specific Order", + "api_description": "This endpoint retrieves a specific order.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Translation", + "tool_name": "Nitro", + "api_name": "Account", + "api_description": "This endpoint retrieves an account.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Translation", + "tool_name": "Nitro", + "api_name": "Get All Orders", + "api_description": "This endpoint retrieves all account orders.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Translation", + "tool_name": "Nitro", + "api_name": "Rates", + "api_description": "This endpoint retrieves all rates.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_language": "str", + "target_language": "str", + "rate": "float" + } + } + ], + "query": "I'm planning a trip to a foreign country and need some documents translated. Before proceeding, I would like to know the rates for translation services. Can you provide me with the rates offered by Nitro for different language pairs? I need information about the source language, target language, and the corresponding rates.", + "relevant APIs": [ + [ + "Nitro", + "Rates" + ], + [ + "Nitro", + "Get a Specific Order" + ] + ], + "query_id": 46403 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Russian", + "api_description": "Get social media news in Russian", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Portuguese", + "api_description": "Get social media news in Portuguese", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Dutch", + "api_description": "Get social media news in Dutch", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Japanese", + "api_description": "Get social media news in Japanese", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Italian", + "api_description": "Get social media news in Italian", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Indonesian", + "api_description": "Get social media news in Indonesian", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Hindi", + "api_description": "Get social media news in Hindi", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in French", + "api_description": "Get social media news in French", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Spanish", + "api_description": "Get social media news in Spanish", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in German", + "api_description": "Get social media news in German", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + } + ], + "query": "I'm working on a research project about social media trends in different countries. Could you fetch the social media news in Russian, Portuguese, Dutch, and Italian? I need the latest news articles to analyze the trends.", + "relevant APIs": [ + [ + "OneLike", + "Social Media News in Russian" + ], + [ + "OneLike", + "Social Media News in Portuguese" + ], + [ + "OneLike", + "Social Media News in Dutch" + ], + [ + "OneLike", + "Social Media News in Italian" + ] + ], + "query_id": 47195 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Instant Cameroon News", + "api_name": "Retrieve data", + "api_description": "Endpoint, which you use to retrieve the data you need. This endpoint can accept some parameters like page, search key and data range", + "required_parameters": [], + "optional_parameters": [ + { + "name": "rank", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "search", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Instant Cameroon News", + "api_name": "Home page", + "api_description": "Home and Welcome page that introduces the API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to create a news aggregator app for Cameroon. Can you provide me with the necessary data, such as news titles, descriptions, and source URLs? It would be great if I can display the news articles on my app's home page.", + "relevant APIs": [ + [ + "Instant Cameroon News", + "Retrieve data" + ], + [ + "Instant Cameroon News", + "Home page" + ] + ], + "query_id": 47301 + }, + { + "api_list": [ + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET queue", + "api_description": "Returns the list of people in division, tier and according to the type of queue", + "required_parameters": [ + { + "name": "region", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "queue", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "division", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "tier", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET player by name", + "api_description": "Return you the summoner related the name given", + "required_parameters": [ + { + "name": "summonerName", + "type": "STRING", + "description": "", + "default": "Nogaruki" + }, + { + "name": "region", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET player by puiid", + "api_description": "Return you the summoner profile related to the puuid given", + "required_parameters": [ + { + "name": "puuid", + "type": "STRING", + "description": "", + "default": "qorSH3-x2S4Mi34VTL4QeRenrGeRkUKnVVcQa2e9gQXyDHJvl8CH7xotdh20FG3A5Hac43FM4rX3VA" + }, + { + "name": "region", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET PlayerMatch", + "api_description": "Return an detailed list of games for the number you passed for a player", + "required_parameters": [ + { + "name": "summonerName", + "type": "STRING", + "description": "", + "default": "Nogaruki" + }, + { + "name": "region", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "Number of match return\nBy default 10", + "default": "10" + }, + { + "name": "start", + "type": "NUMBER", + "description": "Starting number in the player's game list\n\nBy default 0 ( last game played)", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET Champion details", + "api_description": "Getting detail from champion name you give, translate by the language you give", + "required_parameters": [ + { + "name": "champion", + "type": "STRING", + "description": "", + "default": "Volibear" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET champions", + "api_description": "Get list of all champions by default give you in english", + "required_parameters": [], + "optional_parameters": [ + { + "name": "lang", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"Aatrox\": {\"version\": \"str\", \"id\": \"str\", \"key\": \"str\", \"name\": \"str\", \"title\": \"str\", \"blurb\": \"str\", \"info\": {\"attack\": \"int\", \"defense\": \"int\", \"magic\": \"int\", \"difficulty\": \"int\"}, \"image\": {\"full\": \"str\", \"sprite\": \"str\", \"group\": \"str\", \"x\": \"int\", \"y\": \"int\", \"w\": \"int\", \"h\": \"int\"}, \"tags\": [\"list of str with length 2\"], \"partype\": \"str\", \"stats\": {\"hp\": \"int\", \"hpperlevel\": \"int\", \"mp\": \"int\", \"mpperlevel\": \"int\", \"movespeed\": \"int\", \"armor\": \"int\", \"armorperlevel\": \"float\", \"spellblock\": \"int\", \"spellblockperlevel\": \"float\", \"attackrange\": \"int\", \"hpregen\": \"int\", \"hpregenperlevel\": \"int\", \"mpregen\": \"int\", \"mpregenperlevel\": \"int\", \"crit\": \"int\", \"critperlevel\": \"int\", \"attackdamage\": \"int\", \"attackdamageperlevel\": \"int\", \"attackspeedperlevel\": \"float\", \"attackspeed\": \"float\"}}, \"Ahri\": {\"version\": \"str\", \"id\": \"str\", \"key\": \"str\", \"name\": \"str\", \"title\": \"str\", \"blurb\": \"str\", \"info\": {\"attack\": \"int\", \"defense\": \"int\", \"magic\": \"int\", \"difficulty\": \"int\"}, \"image\": {\"full" + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET Champion rotation", + "api_description": "Return's you a liste of free champion ids and liste of free champions ids for new player.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to see the summoner profile for the player with the summoner name 'Nogaruki' in League of Legends. Additionally, provide me with their recent match history and a list of free champion rotations.", + "relevant APIs": [ + [ + "League of Legends API", + "GET player by name" + ], + [ + "League of Legends API", + "GET PlayerMatch" + ], + [ + "League of Legends API", + "GET Champion rotation" + ] + ], + "query_id": 47838 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Directions Between 2 Locations", + "api_description": "This endpoint returns information about the route between two locations in terms of distance, duration, and steps.\n\nBelow Example: **Directions from a location in Nansana to Kampala**", + "required_parameters": [ + { + "name": "end_lat", + "type": "NUMBER", + "description": "Latitude of the ending point (required)", + "default": "0.32493795000000003" + }, + { + "name": "start_lat", + "type": "NUMBER", + "description": "Latitude of the starting point (required)", + "default": "0.365816" + }, + { + "name": "end_lon", + "type": "NUMBER", + "description": "Longitude of the ending point (required)", + "default": "32.57523607707668" + }, + { + "name": "start_lon", + "type": "NUMBER", + "description": "Longitude of the starting point (required)", + "default": "32.529226" + } + ], + "optional_parameters": [ + { + "name": "distance_unit", + "type": "STRING", + "description": "Unit of distance measurement, valid options are **km** (default), and **mi**.", + "default": "km" + } + ], + "method": "GET", + "template_response": { + "distance": "str", + "duration": "str", + "steps": [ + { + "direction": "str", + "distance": "str", + "duration": "str", + "instruction": "str", + "location": [ + "list of float with length 2" + ], + "_list_length": 18 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Reverse Geocode", + "api_description": "This endpoint allows you to perform reverse geocoding in Uganda by providing query parameters for latitude and longitude. It returns the name of the city where the location is located.", + "required_parameters": [ + { + "name": "lon", + "type": "STRING", + "description": "The longitude of the location.", + "default": "32.57523607707668" + }, + { + "name": "lat", + "type": "STRING", + "description": "The latitude of the location.", + "default": "0.32493795000000003" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "amenity": "str", + "boundingbox": [ + "list of str with length 4" + ], + "category": "str", + "city": "str", + "country": "str", + "display_name": "str", + "region": "str", + "suburb": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Facilities Lookup", + "api_description": "This endpoint allows you to get facilities in Uganda like hospital, bank, college, etc. by providing optional query parameters for facility type, region and city. It returns a list of facilities that match the query parameters.", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "The region where the facility is located", + "default": "Central" + }, + { + "name": "type", + "type": "STRING", + "description": "The type of amenity facility to search for (default: **hospital**)\nOptions:\n**aerodrome, bar, cafe, fast_food, pub, restaurant, college, driving_school, school, university, bank, atm, pharmacy,** etc.. \n\n[More options->](https://wiki.openstreetmap.org/wiki/Map_features#Amenity)", + "default": "hospital" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "The number of facilities to query.", + "default": "10" + }, + { + "name": "city", + "type": "STRING", + "description": "The city where the facility is located", + "default": "Kampala" + } + ], + "method": "GET", + "template_response": { + "hospital": [ + { + "ISO3166-2-lvl4": "str", + "address": "str", + "amenity": "str", + "country_code": "str", + "county": "str", + "display_name": "str", + "latitude": "str", + "longitude": "str", + "postcode": "str", + "region": "str", + "road": "str", + "suburb": "str", + "village": "str", + "website": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Geocode", + "api_description": "This endpoint allows you to lookup locations in Uganda by providing an address query parameter. It returns the latitude, longitude and city name of the location.", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "Name of address", + "default": "Nansana" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "display_name": "str", + "latitude": "str", + "longitude": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Uganda API", + "api_name": "Measure Distance", + "api_description": "This endpoint calculates the distance between two locations based on their latitude and longitude coordinates, while allowing the user to specify the unit of measurement.\n\nBelow Example: **Distance from Nansana to Kampala**", + "required_parameters": [ + { + "name": "lat1", + "type": "NUMBER", + "description": "Latitude of the first location (required)", + "default": "0.365816" + }, + { + "name": "lat2", + "type": "NUMBER", + "description": "Latitude of the second location (required)", + "default": "0.32493795000000003" + }, + { + "name": "lon2", + "type": "NUMBER", + "description": "Longitude of the second location (required)", + "default": "32.57523607707668" + }, + { + "name": "lon1", + "type": "NUMBER", + "description": "Longitude of the first location (required)", + "default": "32.529226" + } + ], + "optional_parameters": [ + { + "name": "unit", + "type": "STRING", + "description": "Unit of distance measurement, valid options are **km** (default), **mi**, **ft**, and **yd**.\n", + "default": "km" + } + ], + "method": "GET", + "template_response": { + "distance": "str", + "duration": "str", + "unit": "str" + } + } + ], + "query": "I am planning a family vacation to Uganda and I need directions from Entebbe Airport to Kampala. Can you provide me with the distance, duration, and step-by-step instructions for the route? Please include the distance unit in kilometers.", + "relevant APIs": [ + [ + "Uganda API", + "Directions Between 2 Locations" + ], + [ + "Uganda API", + "Measure Distance" + ] + ], + "query_id": 48059 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "JAK_API", + "api_name": "Brawl Stars", + "api_description": "Get the JSON formated file containing details about Brawl Stars!!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "brawlers": [ + { + "id": "int", + "name": "str", + "image": "str", + "gadget": [ + "list of str with length 2" + ], + "starpower": [ + "list of str with length 2" + ], + "category": "str", + "pins": [ + { + "image": "str", + "_list_length": 10 + } + ], + "sprays": [ + { + "image": "str", + "_list_length": 1 + } + ], + "profile_icon": [ + { + "image": "str", + "_list_length": 1 + } + ], + "_list_length": 58 + } + ], + "players": { + "pins": [ + { + "type": "str", + "values": [ + { + "image": "str", + "_list_length": 18 + } + ], + "_list_length": 24 + } + ], + "sprays": [ + { + "image": "str", + "_list_length": 38 + } + ], + "profile_icons": [ + { + "image": "str", + "_list_length": 48 + } + ] + } + } + }, + { + "category_name": "Other", + "tool_name": "JAK_API", + "api_name": "JAK", + "api_description": "Get the JSON formated file containing details about JAK!!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "hobby": [ + { + "id": "int", + "value": "str", + "games": [ + { + "id": "int", + "platform": "str", + "value": "str", + "description": "str", + "link": "str", + "imageURL": "str", + "_list_length": 19 + } + ], + "_list_length": 3 + } + ], + "pictures": [ + { + "id": "int", + "name": "str", + "height": "str", + "width": "str", + "image": "str", + "_list_length": 34 + } + ], + "games": [ + { + "id": "int", + "platform": "str", + "value": "str", + "description": "str", + "imageURL": "str", + "link": "str", + "_list_length": 2 + } + ], + "fav_food": [ + { + "id": "int", + "value": "str", + "imageURL": "str", + "ingredients": [ + "list of str with length 11" + ], + "_list_length": 2 + } + ], + "social_medias": [ + { + "id": "int", + "value": "str", + "imageURL": "str", + "link": "str", + "username": "str", + "_list_length": 8 + } + ] + } + }, + { + "category_name": "Other", + "tool_name": "JAK_API", + "api_name": "Mughal Empire", + "api_description": "Get the JSON formated file containing details about The Mughal Empire!!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str", + "kings": [ + { + "id": "int", + "name": "str", + "givenName": "str", + "image": "str", + "description": "str", + "reigned": "str", + "wives": [ + { + "id": "int", + "name": "str", + "image": "str", + "born": "str", + "died": "str", + "description": "str", + "_list_length": 3 + } + ], + "_list_length": 6 + } + ] + } + }, + { + "category_name": "Other", + "tool_name": "JAK_API", + "api_name": "Ben 10", + "api_description": "Get the JSON formatted data about Ben 10!!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "omnitrix": [ + { + "id": "int", + "name": "str", + "image": "str", + "_list_length": 96 + } + ] + } + }, + { + "category_name": "Other", + "tool_name": "JAK_API", + "api_name": "Genshin Impact", + "api_description": "Get the JSON formatted data about Genshin Impact", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "character": [ + { + "id": "int", + "name": "str", + "image": "str", + "element": "str", + "weapon": "str", + "special_dish": "str", + "sex": "str", + "birthday": "str", + "constellation": "str", + "nation": "str", + "_list_length": 52 + } + ], + "elements": [ + { + "id": "int", + "name": "str", + "image": "str", + "archon": "str", + "status_applies": "str", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Other", + "tool_name": "JAK_API", + "api_name": "Miraculous", + "api_description": "Get the JSON formated file containing details about Miraculous!!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "kwamis": [ + { + "id": "int", + "name": "str", + "image": "str", + "owner": [ + "list of str with length 3" + ], + "holder": "str", + "miraculous": "str", + "power": "str", + "magical_words": "str", + "_list_length": 20 + } + ], + "holders": [ + { + "id": "int", + "name": "str", + "image": "str", + "real_name": "str", + "kwami": [ + "list of str with length 1" + ], + "magical_words": "str", + "main_power": "str", + "_list_length": 45 + } + ], + "akumatized": [ + { + "id": "int", + "name": "str", + "image": "str", + "victim": "str", + "goals": [ + "list of str with length 1" + ], + "quote": "str", + "power_and_abilities": [ + "list of str with length 11" + ], + "_list_length": 85 + } + ], + "amokatized": [ + { + "id": "int", + "name": "str", + "image": "str", + "serve": "str", + "power_and_ability": [ + "list of str with length 3" + ], + "_list_length": 16 + } + ] + } + } + ], + "query": "I'm planning to organize a Brawl Stars tournament for my friends and I need some pins and sprays to use as prizes. Can you give me the images of 5 pins and 10 sprays? Also, I want to know the details of the players who use these pins and sprays. Please provide me with the images of 18 pins and the images of the players who use them.", + "relevant APIs": [ + [ + "JAK_API", + "Brawl Stars" + ], + [ + "JAK_API", + "JAK" + ] + ], + "query_id": 49066 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Joke of the Day By Category", + "api_description": "Get the joke of the day of specific category from a collection of most rated and most popular jokes.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category of joke based on the jokes categories API", + "default": "Money" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Random Joke By Category", + "api_description": "Get the random joke by category from a collection of most rated and most popular jokes.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category of joke based on the jokes categories API", + "default": "Political" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Random Joke", + "api_description": "Get the random joke from a collection of most rated and most popular jokes.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Jokes", + "api_description": "Access our huge collection of jokes and paginate through them based on your desired limit and sorting criteria.", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 100 + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `score:desc` for highest score first sorting\n\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "score:desc" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Categories of Jokes", + "api_description": "Get all available categories of our Jokes collection which can be used to filter jokes based on specific category.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Jokes By Specific Category", + "api_description": "Access our huge collection of jokes of specific category and paginate through them based on your desired limit and sorting criteria.", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 100 + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + }, + { + "name": "category", + "type": "STRING", + "description": "Category of joke based on the jokes categories API", + "default": "Women" + } + ], + "optional_parameters": [ + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `score:desc` for highest score first sorting\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "score:desc" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "World of Jokes", + "api_name": "Get Joke of the Day", + "api_description": "Get the joke of the day from a collection of most rated and most popular jokes.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My family and I are looking for some entertainment. Can you provide us with 50 jokes sorted by highest score? Additionally, give us a random joke from the 'Sports' category and the list of available joke categories.", + "relevant APIs": [ + [ + "World of Jokes", + "Get Jokes" + ], + [ + "World of Jokes", + "Get Random Joke By Category" + ], + [ + "World of Jokes", + "Get Categories of Jokes" + ] + ], + "query_id": 49267 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "[Embedded signing] Get role ids", + "api_description": "This endpoint returns details of specific document\n\nThe Document object contains:\n\n- Metadata: file name, size, extension, ID;\n- Fields, elements (texts, checks and signatures),\n- Invites, status of the invites,\n- Roles,\n- Timestamps (date created, date updated)\n\nDocument is a fundamental object of every e-signature operation. It\u2019s impossible to send an invite without selecting or [uploading a document](https://docs.signnow.com/docs/signnow/reference/operations/create-a-document) first. In signNow you can add other objects to the document called [fillable fields](https://docs.signnow.com/docs/signnow/branches/v1.2/reference/operations/update-a-document-document-id-adds-fields-to-a-document). When the document is signed, it can be [downloaded in PDF file format](https://docs.signnow.com/docs/signnow/reference/operations/get-a-document-download). Documents in signNow can be [turned into a template](https://docs.signnow.com/docs/signnow/reference/operations/create-a-template). API also allows you to create [event subscriptions](https://docs.signnow.com/docs/signnow/reference/operations/create-a-api-v-2-event) triggered by a specific document.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get field and field invite id", + "api_description": "The endpoint returns field and field invite ids.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "id of the document", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get role ids", + "api_description": "This endpoint returns details of specific document\n\nThe Document object contains:\n\n- Metadata: file name, size, extension, ID;\n- Fields, elements (texts, checks and signatures),\n- Invites, status of the invites,\n- Roles,\n- Timestamps (date created, date updated)\n\nDocument is a fundamental object of every e-signature operation. It\u2019s impossible to send an invite without selecting or [uploading a document](https://docs.signnow.com/docs/signnow/reference/operations/create-a-document) first. In signNow you can add other objects to the document called [fillable fields](https://docs.signnow.com/docs/signnow/branches/v1.2/reference/operations/update-a-document-document-id-adds-fields-to-a-document). When the document is signed, it can be [downloaded in PDF file format](https://docs.signnow.com/docs/signnow/reference/operations/get-a-document-download). Documents in signNow can be [turned into a template](https://docs.signnow.com/docs/signnow/reference/operations/create-a-template). API also allows you to create [event subscriptions](https://docs.signnow.com/docs/signnow/reference/operations/create-a-api-v-2-event) triggered by a specific document.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get signing links", + "api_description": "The endpoint allows to get all existing signing links and IDs of these signing links.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str", + "code": "int" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get role ids for template", + "api_description": "The endpoint allows to get role ids for a template.", + "required_parameters": [ + { + "name": "template_id", + "type": "string", + "description": "ID of the template.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + } + ], + "query": "I have a document with ID '123abc' and I need to get the role IDs and field IDs. Can you provide me with the details?", + "relevant APIs": [ + [ + "SignNow", + "Get role ids" + ], + [ + "SignNow", + "Get field and field invite id" + ] + ], + "query_id": 49991 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Homeless Shelter", + "api_name": "By Zip Code", + "api_description": "Search Homeless Shelters by Zip Code", + "required_parameters": [ + { + "name": "zipcode", + "type": "STRING", + "description": "Zip code", + "default": "98004" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Homeless Shelter", + "api_name": "By State & City", + "api_description": "Search Homeless Shelters by State & City", + "required_parameters": [ + { + "name": "state", + "type": "STRING", + "description": "State full name (e.g., Washington) or abbreviation (e.g., WA) ", + "default": "Washington" + }, + { + "name": "city", + "type": "STRING", + "description": "City name, e.g., Bellevue", + "default": "Bellevue" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Homeless Shelter", + "api_name": "By Location", + "api_description": "Search Homeless Shelters by Location Coordinate and Radius", + "required_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "Location latitude", + "default": "47.630703" + }, + { + "name": "radius", + "type": "STRING", + "description": "Radius in mile (10 miles maximum)", + "default": "1.4" + }, + { + "name": "lng", + "type": "STRING", + "description": "Location longitude", + "default": "-122.186370" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm interested in learning more about homeless shelters in Bellevue, Washington. Can you provide me with a list of shelters in that area, including their addresses and contact information? Additionally, it would be great to know if there are any shelters near a specific location, such as the coordinates 47.630703 latitude and -122.186370 longitude, within a 10-mile radius.", + "relevant APIs": [ + [ + "Homeless Shelter", + "By State & City" + ], + [ + "Homeless Shelter", + "By Location" + ] + ], + "query_id": 51043 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "TeamNearMatches", + "api_description": "Get the near matches for a specific baseball team using the team ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The team ID for which you want to retrieve the near matches.", + "default": 3633 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"nextEvent\": {\"awayScore\": {}, \"awayTeam\": {\"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"changes\": {\"changeTimestamp\": \"int\"}, \"crowdsourcingDataDisplayEnabled\": \"bool\", \"customId\": \"str\", \"finalResultOnly\": \"bool\", \"hasGlobalHighlights\": \"bool\", \"homeScore\": {}, \"homeTeam\": {\"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"id\": \"int\", \"periods\": {\"current\": \"str\", \"extra1\": \"str\", \"inning1\": \"str\", \"inning2\": \"str\", \"inning3\": \"str\", \"inning4\": \"str\", \"inning5\": \"str\", \"inning6" + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "get-manager-placeholder", + "api_description": "Get the manager placeholder image in PNG format.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "TeamLastMatches", + "api_description": "Get the last matches for a specific baseball team by providing its ID and page number.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The zero-based page number of the results you want to retrieve.", + "default": "" + }, + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the baseball team for which you want to retrieve the last matches.", + "default": 3633 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "LeagueLastMatches", + "api_description": "Get the last matches for a league by providing the unique tournament ID, season ID, and the page number (0-based).", + "required_parameters": [ + { + "name": "seasonId", + "type": "NUMBER", + "description": "The season ID for which you want to retrieve the last matches.", + "default": 39143 + }, + { + "name": "page", + "type": "NUMBER", + "description": "The 0-based page number for which you want to retrieve the last matches.", + "default": "" + }, + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The unique tournament ID for which you want to retrieve the last matches.", + "default": 11205 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "MatchVotes", + "api_description": "Get the votes for a specific baseball match using the match ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the match for which you want to get the votes.", + "default": 9864379 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "vote": { + "vote1": "int", + "vote2": "int" + } + } + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "TeamMedia", + "api_description": "Get the media for a specific baseball team using the team ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The team ID for which you want to retrieve the media.", + "default": 3633 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "media": [ + { + "createdAtTimestamp": "int", + "doFollow": "bool", + "id": "int", + "keyHighlight": "bool", + "mediaType": "int", + "sourceUrl": "str", + "subtitle": "str", + "thumbnailUrl": "str", + "title": "str", + "url": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "HeadToHeadMatches", + "api_description": "Get head-to-head match data for a specific baseball match using its custom ID.", + "required_parameters": [ + { + "name": "customId", + "type": "STRING", + "description": "The custom ID of the match for which you want to get the head-to-head matches.", + "default": "ExbsIxb" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"events\": [{\"awayScore\": {}, \"awayTeam\": {\"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"changes\": {\"changeTimestamp\": \"int\"}, \"crowdsourcingDataDisplayEnabled\": \"bool\", \"customId\": \"str\", \"finalResultOnly\": \"bool\", \"hasGlobalHighlights\": \"bool\", \"homeScore\": {}, \"homeTeam\": {\"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"id\": \"int\", \"periods\": {\"current\": \"str\", \"extra1\": \"str\", \"inning1\": \"str\", \"inning2\": \"str\", \"inning3\": \"str\", \"inning4\": \"str\", \"inning5\": \"str\", \"inning6\":" + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "PreMatchForm", + "api_description": "Get the pre-match form for a specific baseball match using the match ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the match for which you want to get the pre-match form.", + "default": 9864379 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "awayTeam": { + "form": [ + "list of str with length 5" + ], + "position": "int", + "value": "str" + }, + "homeTeam": { + "form": [ + "list of str with length 5" + ], + "position": "int", + "value": "str" + }, + "label": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "TeamPlayers", + "api_description": "Get the players for a specific baseball team using the team ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The team ID for which you want to retrieve the players.", + "default": 3633 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"foreignPlayers\": [{\"player\": {\"country\": {\"alpha2\": \"str\", \"name\": \"str\"}, \"dateOfBirthTimestamp\": \"int\", \"firstName\": \"str\", \"gender\": \"str\", \"height\": \"int\", \"id\": \"int\", \"jerseyNumber\": \"str\", \"lastName\": \"str\", \"name\": \"str\", \"position\": \"str\", \"shirtNumber\": \"int\", \"shortName\": \"str\", \"slug\": \"str\", \"team\": {\"country\": {\"alpha2\": \"str\", \"name\": \"str\"}, \"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"primaryUniqueTournament\": {\"category\": {\"alpha2\": \"str\", \"flag\": \"str\", \"id\": \"int\", \"name\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}}, \"country\": {}, \"displayInverseHomeAwayTeams\": \"bool\", \"id\": \"int\", \"name\": \"str\", \"primaryColorHex\": \"str\", \"secondaryColorHex\": \"str\", \"slug\": \"str\", \"userCount\": \"int\"}, \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"tournament\": {\"category\": {\"alpha2\": \"str\", \"flag\": " + }, + { + "category_name": "Sports", + "tool_name": "BaseballApi", + "api_name": "LeagueHomeTeamEvents", + "api_description": "This endpoint retrieves the last 5 matches for a specific league in a given season for home events.", + "required_parameters": [ + { + "name": "seasonId", + "type": "NUMBER", + "description": "The ID of the season for which you want to retrieve the home team events.", + "default": 49349 + }, + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The unique tournament ID for which you want to retrieve the home team events.", + "default": 19442 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"tournamentTeamEvents\": {\"107122\": {\"453004\": [{\"awayScore\": {\"current\": \"int\", \"display\": \"int\", \"normaltime\": \"int\"}, \"awayTeam\": {\"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"customId\": \"str\", \"finalResultOnly\": \"bool\", \"homeScore\": {\"current\": \"int\", \"display\": \"int\", \"normaltime\": \"int\"}, \"homeTeam\": {\"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"id\": \"int\", \"slug\": \"str\", \"startTimestamp\": \"int\", \"status\": {\"code\": \"int\", \"description\": \"str\", \"type\": \"str\"}, \"tournament\": {\"category\": {\"alpha2\": \"str\", \"flag\": \"str\", \"i" + } + ], + "query": "I'm a fan of a specific baseball team and would like to see the media related to the team. Can you fetch the media content for the team with ID 3633? I'm particularly interested in images, videos, and highlights.", + "relevant APIs": [ + [ + "BaseballApi", + "TeamMedia" + ], + [ + "BaseballApi", + "TeamPlayers" + ] + ], + "query_id": 52534 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Betigolo Tips", + "api_name": "Premium Tips", + "api_description": "List of active Premium Tips", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Betigolo Tips", + "api_name": "Premium History", + "api_description": "Historical result of Premium Tips in past 30 days", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "match_dat": "str", + "sport": "str", + "country": "str", + "league": "str", + "home_team": "str", + "away_team": "str", + "tip": "str", + "fair_odd": "float", + "tip_odd": "float", + "result": "str", + "tip_successful": "bool", + "tip_profit": "int" + } + } + ], + "query": "I am an avid football fan who enjoys betting on matches. Can you help me by providing the active Premium Tips using the Betigolo Tips API? Additionally, I would like to review the historical results of the Premium Tips in the past 30 days to assess their accuracy. Please include the match date, sport, country, league, home team, away team, tip, fair odd, tip odd, result, tip success, and tip profit in the response.", + "relevant APIs": [ + [ + "Betigolo Tips", + "Premium Tips" + ], + [ + "Betigolo Tips", + "Premium History" + ] + ], + "query_id": 52734 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Zeus API", + "api_name": "Competitions Matches", + "api_description": "List the current matches for a league \ud83c\udd9a.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "LI1" + } + ], + "optional_parameters": [ + { + "name": "year", + "type": "string", + "description": "", + "default": "2021" + }, + { + "name": "round", + "type": "string", + "description": "", + "default": "24" + } + ], + "method": "GET", + "template_response": { + "round": "int", + "matches": [ + { + "id": "str", + "round": "int", + "date": "str", + "hour": "str", + "homeTeam": { + "id": "str", + "name": "str", + "shorthand": "str", + "logo": "str" + }, + "awayTeam": { + "id": "str", + "name": "str", + "shorthand": "str", + "logo": "str" + }, + "homeGoals": "int", + "awayGoals": "int", + "status": "str", + "stats": { + "ballPossessionHome": "str", + "ballPossessionAway": "str", + "goalAttemptsHome": "int", + "goalAttemptsAway": "int", + "offsidesHome": "int", + "offsidesAway": "int", + "foulsHome": "int", + "foulsAway": "int", + "totalPassesHome": "int", + "totalPassesAway": "int", + "attacksHome": "int", + "attacksAway": "int" + }, + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Zeus API", + "api_name": "Competitions Standings", + "api_description": "List the current standings for a league \ud83d\udd1d.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "PRL" + } + ], + "optional_parameters": [ + { + "name": "year", + "type": "string", + "description": "", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "area": "str", + "yearStart": "int", + "yearEnd": "int", + "standings": [ + { + "position": "int", + "team": { + "id": "str", + "name": "str", + "logo": "str" + }, + "playedGames": "int", + "wins": "int", + "draws": "int", + "loses": "int", + "goalsFor": "int", + "goalsAgainst": "int", + "goalDifference": "int", + "points": "int", + "form": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Zeus API", + "api_name": "Competitions Scorers", + "api_description": "List the current scorers for a league \u26bd.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "BUN" + } + ], + "optional_parameters": [ + { + "name": "year", + "type": "string", + "description": "", + "default": "2021" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "area": "str", + "yearStart": "int", + "yearEnd": "int", + "scorers": [ + { + "position": "int", + "player": { + "id": "str", + "name": "str" + }, + "team": { + "id": "str", + "name": "str", + "logo": "str" + }, + "area": { + "id": "str", + "name": "str", + "flag": "str" + }, + "goals": "int", + "assists": "int", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Zeus API", + "api_name": "Competitions ID", + "api_description": "List one competition given by id \ud83d\udd0d.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "LAL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "description": "str", + "area": { + "id": "str", + "name": "str", + "flag": "str" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Zeus API", + "api_name": "Competitions", + "api_description": "List all available competitions \ud83c\udfc6.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "competitions": [ + { + "id": "str", + "name": "str", + "description": "str", + "area": { + "id": "str", + "name": "str", + "flag": "str" + }, + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Zeus API", + "api_name": "Areas ID", + "api_description": "List one area given by id \ud83d\udd0d.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "ITA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Zeus API", + "api_name": "Areas", + "api_description": "List all available areas \ud83c\udf0d.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning to attend a football match next week and I want to know the current standings and the top scorers in the league. Can you give me the latest league standings and the leading goal scorers?", + "relevant APIs": [ + [ + "Zeus API", + "Competitions Standings" + ], + [ + "Zeus API", + "Competitions Scorers" + ] + ], + "query_id": 52810 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "vivanews-detail", + "api_description": "vivanews-detail", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1612364" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "vivanews-search", + "api_description": "vivanews-search", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "banjir" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "kompas-detail", + "api_description": "kompas-detail", + "required_parameters": [ + { + "name": "guid", + "type": "STRING", + "description": "", + "default": ".xml.2023.06.20.114935178" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "kompas-search", + "api_description": "kompas-search", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "command", + "type": "STRING", + "description": "", + "default": "banjir" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "detik-detail", + "api_description": "detik-detail", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://finance.detik.com/bursa-dan-valas/d-5206657/bei-buka-suspensi-saham-pollux" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "detik-search", + "api_description": "search detik.com news", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "detik" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "tirto-detail", + "api_description": "detail tirto news", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1253421" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Indonesia News", + "api_name": "tirto-search", + "api_description": "search tirto news data", + "required_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "", + "default": "10" + }, + { + "name": "q", + "type": "STRING", + "description": "", + "default": "banjir" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a student researching news articles in Indonesia. Can you provide me with the details of an article from Vivanews with the ID 1612364? Additionally, search for news related to floods on Kompas using the keyword 'banjir' and provide me with the top 10 search results.", + "relevant APIs": [ + [ + "Indonesia News", + "vivanews-detail" + ], + [ + "Indonesia News", + "kompas-search" + ] + ], + "query_id": 55223 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Climate Change Live_v27", + "api_name": "Home page", + "api_description": "This is the API's home page", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Climate Change Live_v27", + "api_name": "Get individual news source news", + "api_description": "This API gets news from individual news source", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "guardian" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Climate Change Live_v27", + "api_name": "Get all climate change news", + "api_description": "This endpoint will return back all news about Climate Change from all over the world.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm working on a research paper about climate change and I need a comprehensive list of all the climate change news articles available. Can you fetch those for me? I also require articles specifically from The Guardian. Additionally, it would be helpful if you can provide me with the API's home page for further reference.", + "relevant APIs": [ + [ + "Climate Change Live_v27", + "Get all climate change news" + ], + [ + "Climate Change Live_v27", + "Get individual news source news" + ], + [ + "Climate Change Live_v27", + "Home page" + ] + ], + "query_id": 55323 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "German Police and Crime News Live", + "api_name": "Get Individual Source News", + "api_description": "This endpoint will return back all news about police, crime, accidents and more like this from germany from a specific news source.", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "tag24" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "German Police and Crime News Live", + "api_name": "Get all Police News", + "api_description": "This endpoint will return back all news about police, crime, accidents and more like this from germany.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "url": "str", + "source": "str" + } + } + ], + "query": "I need to gather information about the crime rates and accidents in Germany. Please fetch all the news articles related to police activities from various sources like tag24. Also, provide me with the title, URL, and source of each article.", + "relevant APIs": [ + [ + "German Police and Crime News Live", + "Get Individual Source News" + ], + [ + "German Police and Crime News Live", + "Get all Police News" + ] + ], + "query_id": 55489 + }, + { + "api_list": [ + { + "category_name": "Events", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Categories", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "category": "NoneType", + "_list_length": 872 + } + ] + } + }, + { + "category_name": "Events", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Product", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Events", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Products in Category", + "api_description": " ", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": "empty list", + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Events", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Order", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Events", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get User Orders", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Events", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Products", + "api_description": " ", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": [ + { + "id": "int", + "name": "str", + "category": "NoneType", + "_list_length": 10 + } + ], + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Events", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Me", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + } + ], + "query": "I am a business owner who wants to analyze the performance of my products. Can you provide me with a list of available products in the Demo Project catalog? Additionally, give me the details of a specific order with ID ORD456.", + "relevant APIs": [ + [ + "\ud83d\udc4b Demo Project", + "Get Products" + ], + [ + "\ud83d\udc4b Demo Project", + "Get Order" + ] + ], + "query_id": 55721 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Zodiac Sign API", + "api_name": "Getallsign", + "api_description": "Get all sign. This returns all the available signs", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Aquarius": { + "date": "str", + "personality": "str" + }, + "Aries": { + "date": "str", + "personality": "str" + }, + "Cancer": { + "date": "str", + "personality": "str" + }, + "Capricorn": { + "date": "str", + "personality": "str" + }, + "Gemini": { + "date": "str", + "personality": "str" + }, + "Leo": { + "date": "str", + "personality": "str" + }, + "Libra": { + "date": "str", + "personality": "str" + }, + "Pisces": { + "date": "str", + "personality": "str" + }, + "Sagittarius": { + "date": "str", + "personality": "str" + }, + "Scorpio": { + "date": "str", + "personality": "str" + }, + "Taurus": { + "date": "str", + "personality": "str" + }, + "Virgo": { + "date": "str", + "personality": "str" + } + } + }, + { + "category_name": "Social", + "tool_name": "Zodiac Sign API", + "api_name": "SearchZodiacbySign", + "api_description": "Search Zodiac by sign. This returns the value of the selected sign", + "required_parameters": [ + { + "name": "sign", + "type": "STRING", + "description": "Ensure the first letter of the value is in capital letter", + "default": "Gemini" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "date": "str", + "personality": "str" + } + } + ], + "query": "I want to surprise my partner with a personalized gift based on their zodiac sign. Can you provide me with the personality traits and dates for all the zodiac signs? Also, I'd like to search for the personality traits of the Virgo sign.", + "relevant APIs": [ + [ + "Zodiac Sign API", + "Getallsign" + ], + [ + "Zodiac Sign API", + "SearchZodiacbySign" + ] + ], + "query_id": 56226 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Trending tags from Country", + "api_description": "Gets trending tags from a specific country", + "required_parameters": [ + { + "name": "country_name", + "type": "string", + "description": "", + "default": "United States" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tags": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Trending Countries List", + "api_description": "List countries where we can fetch trending tags from", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "countries": [ + "list of str with length 63" + ] + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Trending Tags", + "api_description": "Get global trending tags", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tags": [ + "list of str with length 70" + ] + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Get Category", + "api_description": "Get a specific category", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "category": { + "name": "str", + "id": "int" + } + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Category Tags", + "api_description": "Get a list of all the tags from a category", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tags": [ + "list of str with length 30" + ] + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Categories", + "api_description": "Get a list of categories.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "name": "str", + "id": "int", + "_list_length": 36 + } + ] + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Similar Hashtags", + "api_description": "Generated related hashtags to a text input provided", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "insta" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tags": [ + "list of str with length 30" + ] + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Post Count", + "api_description": "Get the total post count for a given hashtag", + "required_parameters": [ + { + "name": "tag", + "type": "STRING", + "description": "", + "default": "insta" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "count": "int" + } + }, + { + "category_name": "Social", + "tool_name": "Hashtag", + "api_name": "Top Hashtags", + "api_description": "Gets a list of all the top hashtags", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "tags": [ + "list of str with length 100" + ] + } + } + ], + "query": "I'm curious about the most popular hashtags on social media. Can you fetch a list of the top 100 hashtags? It would be great to know the total post count for each hashtag as well.", + "relevant APIs": [ + [ + "Hashtag", + "Top Hashtags" + ], + [ + "Hashtag", + "Post Count" + ] + ], + "query_id": 56236 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "TikTok Bulletproof", + "api_name": "/user-info", + "api_description": "Retrieve TikTok user info by username", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "therock" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"user\": {\"id\": \"str\", \"shortId\": \"str\", \"uniqueId\": \"str\", \"nickname\": \"str\", \"avatarLarger\": \"str\", \"avatarMedium\": \"str\", \"avatarThumb\": \"str\", \"signature\": \"str\", \"createTime\": \"int\", \"verified\": \"bool\", \"secUid\": \"str\", \"ftc\": \"bool\", \"relation\": \"int\", \"openFavorite\": \"bool\", \"bioLink\": {\"link\": \"str\", \"risk\": \"int\"}, \"commentSetting\": \"int\", \"commerceUserInfo\": {\"commerceUser\": \"bool\"}, \"duetSetting\": \"int\", \"stitchSetting\": \"int\", \"privateAccount\": \"bool\", \"secret\": \"bool\", \"isADVirtual\": \"bool\", \"roomId\": \"str\", \"uniqueIdModifyTime\": \"int\", \"ttSeller\": \"bool\", \"region\": \"str\", \"downloadSetting\": \"int\", \"profileTab\": {\"showMusicTab\": \"bool\", \"showQuestionTab\": \"bool\", \"showPlayListTab\": \"bool\"}, \"followingVisibility\": \"int\", \"recommendReason\": \"str\", \"nowInvitationCardUrl\": \"str\", \"nickNameModifyTime\": \"int\", \"isEmbedBanned\": \"bool\", \"canExpPlaylist\": \"bool\", \"profileEmbedPermission\": \"int\", \"language\": \"str\", \"extraInfo\": {\"statusCode\": \"int\"}}, \"stats\": {\"followerCount\": \"int" + }, + { + "category_name": "Social", + "tool_name": "TikTok Bulletproof", + "api_name": "/user-feed", + "api_description": "Retrieves 30 latest feed items from TikTok account, by username", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "realmadrid" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"feed\": [{\"id\": \"str\", \"desc\": \"str\", \"createTime\": \"str\", \"scheduleTime\": \"int\", \"video\": {\"id\": \"str\", \"height\": \"int\", \"width\": \"int\", \"duration\": \"int\", \"ratio\": \"str\", \"cover\": \"str\", \"originCover\": \"str\", \"dynamicCover\": \"str\", \"playAddr\": \"str\", \"downloadAddr\": \"str\", \"shareCover\": [\"list of str with length 1\"], \"reflowCover\": \"str\", \"bitrate\": \"int\", \"encodedType\": \"str\", \"format\": \"str\", \"videoQuality\": \"str\", \"encodeUserTag\": \"str\", \"codecType\": \"str\", \"definition\": \"str\", \"subtitleInfos\": \"empty list\", \"zoomCover\": {\"240\": \"str\", \"480\": \"str\", \"720\": \"str\", \"960\": \"str\"}, \"volumeInfo\": {\"Loudness\": \"float\", \"Peak\": \"int\"}, \"bitrateInfo\": [{\"GearName\": \"str\", \"Bitrate\": \"int\", \"QualityType\": \"int\", \"PlayAddr\": {\"Uri\": \"str\", \"UrlList\": [\"list of str with length 2\"], \"DataSize\": \"str\", \"UrlKey\": \"str\", \"FileHash\": \"str\", \"FileCs\": \"str\"}, \"CodecType\": \"str\", \"_list_length\": 3}]}, \"author\": \"str\", \"music\": {\"id\": \"str\", \"title\": \"str\", \"playUrl\": \"str\", \"coverLarge\": \"str\", \"c" + } + ], + "query": "I'm planning a surprise birthday party for my friend who is a huge TikTok fan. Can you gather information about their favorite TikTok user? I need the username, unique ID, avatar, follower count, and the user's latest feed items. I want to create a TikTok-themed party with decorations inspired by their favorite TikTok videos.", + "relevant APIs": [ + [ + "TikTok Bulletproof", + "/user-info" + ], + [ + "TikTok Bulletproof", + "/user-feed" + ] + ], + "query_id": 56514 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Google Trends", + "api_name": "trendings", + "api_description": "The endpoint used to display some of the trending search keywords on Google in a specific region and on a specific date.", + "required_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "To display trend data for a specific date", + "default": "" + }, + { + "name": "region_code", + "type": "STRING", + "description": "The region_code parameter is used to display data only for the specified region.\nExample: **GB**, **ID**, **US**, etc.\nTo view the list of supported regions, please check the **/regions** endpoint.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "hl", + "type": "STRING", + "description": "", + "default": "en-US" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Google Trends", + "api_name": "regions", + "api_description": "The endpoint to retrieve a list of supported regions", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "regions": [ + { + "code": "str", + "name": "str", + "_list_length": 50 + } + ] + } + } + ], + "query": "I'm curious about the trending search keywords on Google for today in the United Kingdom. Can you please fetch the list of trending keywords? Additionally, I would like to know if a specific region is supported. Can you provide me with the list of supported regions?", + "relevant APIs": [ + [ + "Google Trends", + "trendings" + ], + [ + "Google Trends", + "regions" + ] + ], + "query_id": 56666 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "[Embedded signing] Get role ids", + "api_description": "This endpoint returns details of specific document\n\nThe Document object contains:\n\n- Metadata: file name, size, extension, ID;\n- Fields, elements (texts, checks and signatures),\n- Invites, status of the invites,\n- Roles,\n- Timestamps (date created, date updated)\n\nDocument is a fundamental object of every e-signature operation. It\u2019s impossible to send an invite without selecting or [uploading a document](https://docs.signnow.com/docs/signnow/reference/operations/create-a-document) first. In signNow you can add other objects to the document called [fillable fields](https://docs.signnow.com/docs/signnow/branches/v1.2/reference/operations/update-a-document-document-id-adds-fields-to-a-document). When the document is signed, it can be [downloaded in PDF file format](https://docs.signnow.com/docs/signnow/reference/operations/get-a-document-download). Documents in signNow can be [turned into a template](https://docs.signnow.com/docs/signnow/reference/operations/create-a-template). API also allows you to create [event subscriptions](https://docs.signnow.com/docs/signnow/reference/operations/create-a-api-v-2-event) triggered by a specific document.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get field and field invite id", + "api_description": "The endpoint returns field and field invite ids.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "id of the document", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get role ids", + "api_description": "This endpoint returns details of specific document\n\nThe Document object contains:\n\n- Metadata: file name, size, extension, ID;\n- Fields, elements (texts, checks and signatures),\n- Invites, status of the invites,\n- Roles,\n- Timestamps (date created, date updated)\n\nDocument is a fundamental object of every e-signature operation. It\u2019s impossible to send an invite without selecting or [uploading a document](https://docs.signnow.com/docs/signnow/reference/operations/create-a-document) first. In signNow you can add other objects to the document called [fillable fields](https://docs.signnow.com/docs/signnow/branches/v1.2/reference/operations/update-a-document-document-id-adds-fields-to-a-document). When the document is signed, it can be [downloaded in PDF file format](https://docs.signnow.com/docs/signnow/reference/operations/get-a-document-download). Documents in signNow can be [turned into a template](https://docs.signnow.com/docs/signnow/reference/operations/create-a-template). API also allows you to create [event subscriptions](https://docs.signnow.com/docs/signnow/reference/operations/create-a-api-v-2-event) triggered by a specific document.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get signing links", + "api_description": "The endpoint allows to get all existing signing links and IDs of these signing links.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str", + "code": "int" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get role ids for template", + "api_description": "The endpoint allows to get role ids for a template.", + "required_parameters": [ + { + "name": "template_id", + "type": "string", + "description": "ID of the template.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + } + ], + "query": "I need to retrieve the metadata, signatures, seals, texts, and checks for a document with the ID 'cba789'. Can you assist me in obtaining this information? Also, I want to get the role IDs and field invite IDs.", + "relevant APIs": [ + [ + "SignNow", + "[Embedded signing] Get role ids" + ], + [ + "SignNow", + "Get field and field invite id" + ] + ], + "query_id": 58096 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Trulia Real Estate Scraper", + "api_name": "Search for SOLD", + "api_description": "To download data from SALE, you must first generate a Token with Get search token and set search_type=Sold. Then you need to use this generated token by setting the search_token value in this endpoint. Or just use one of our developer libraries. Everything is already implemented there.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "search_token", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "beds", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "sold_date", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "status": "int", + "traceId": "str", + "errors": { + "search_token": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "Data", + "tool_name": "Trulia Real Estate Scraper", + "api_name": "Search for SALE", + "api_description": "To download data from SALE, you must first generate a Token with Get search token and set search_type=ForSale. Then you need to use this generated token by setting the search_token value in this endpoint. Or just use one of our developer libraries. Everything is already implemented there.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "search_token", + "type": "STRING", + "description": "Call **Get search token** endpoint to generate the token and put it here.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "for_sale_by_owner", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "min_price", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "for_sale_by_agent", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "house_type", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "max_price", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "sort", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "beds", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "new_construction", + "type": "BOOLEAN", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Trulia Real Estate Scraper", + "api_name": "Get server time", + "api_description": "Returns server time", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Trulia Real Estate Scraper", + "api_name": "Get home details", + "api_description": "Returns full details of home. Call **Get listing by url** or get items from *Search*. In response you'll get **url** of home. Take this url and pass it here into query. You can also go to https://www.trulia.com/AZ/Scottsdale/ and take urls e.g. https://www.trulia.com/p/az/fountain-hills/14834-e-valley-vista-dr-fountain-hills-az-85268--2113652369", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.trulia.com/p/az/paradise-valley/9316-n-58th-st-paradise-valley-az-85253--2113546226" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"description\": \"str\", \"status\": \"int\", \"data\": {\"is_empty\": \"bool\", \"price_change\": \"NoneType\", \"price_history\": [{\"event\": \"str\", \"formatted_data\": \"str\", \"price\": {\"formatted_price\": \"str\", \"price\": \"int\", \"currency_code\": \"NoneType\", \"branch_banner_price\": \"NoneType\"}, \"source\": \"str\", \"_list_length\": 4}], \"price\": {\"formatted_price\": \"str\", \"price\": \"int\", \"currency_code\": \"str\", \"branch_banner_price\": \"str\"}, \"selling_soon_information\": \"NoneType\", \"highlights\": [{\"name\": \"str\", \"value\": \"str\", \"_list_length\": 6}], \"agent_name\": \"str\", \"broker_name\": \"str\", \"date_listed\": \"str\", \"description\": {\"date_last_updated_formatted\": \"str\", \"markdown\": \"NoneType\", \"text\": \"NoneType\", \"value\": \"str\", \"subheader\": \"NoneType\", \"contact_phone_number\": \"NoneType\"}, \"url\": \"str\", \"floor_space\": \"float\", \"floor_space_formatted\": \"str\", \"tags\": [\"list of str with length 2\"], \"photos\": [\"list of str with length 77\"], \"property_type\": \"str\", \"location\": {\"state_code\": \"str\", \"full_location\": \"str\"," + }, + { + "category_name": "Data", + "tool_name": "Trulia Real Estate Scraper", + "api_name": "Get listing by url", + "api_description": "Returns homes from the listing. Just go to https://www.trulia.com/ select the listing you are interested in e.g. https://www.trulia.com/AZ/Scottsdale/ and pass that url into query.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.trulia.com/AZ/Scottsdale/" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str", + "status": "int", + "data": { + "homes": [ + { + "date_listed": "str", + "broker_name": "str", + "agent_name": "str", + "lot_size": "float", + "lot_size_formatted": "str", + "bathrooms": "NoneType", + "bathrooms_formatted": "NoneType", + "bedrooms": "NoneType", + "bedrooms_formatted": "NoneType", + "property_type": "str", + "status": { + "is_active_for_rent": "bool", + "is_active_for_sale": "bool", + "is_foreclosure": "bool", + "is_off_market": "bool", + "is_recently_rented": "bool", + "is_recently_sold": "bool" + }, + "price": { + "formatted_price": "str", + "currency_code": "str", + "price": "int" + }, + "floor_space_formatted": "NoneType", + "floor_space": "NoneType", + "photos": [ + "list of str with length 18" + ], + "tags": [ + "list of str with length 2" + ], + "location": { + "state_code": "str", + "full_location": "str", + "zip_code": "str", + "city": "str", + "latitude": "float", + "longitude": "float" + }, + "url": "str", + "_list_length": 40 + } + ], + "paging": { + "current_page": "int", + "page_count": "int", + "next_page_url": "NoneType" + } + } + } + }, + { + "category_name": "Data", + "tool_name": "Trulia Real Estate Scraper", + "api_name": "Get search token", + "api_description": "Get search token and use it in **search/for_sale**, **search/for_rent**, **search/sold** endpoints.", + "required_parameters": [ + { + "name": "search_type", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "place", + "type": "STRING", + "description": "Type city (or phrase) you are interested in, example: **California**, **Cali**, **Boston** etc.", + "default": "Scottsdale" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I am interested in purchasing a new home and would like to know the current real estate market in Scottsdale. Can you generate a search token for the city of Scottsdale and retrieve the available homes for sale? Please include the price, location, and photos of the properties.", + "relevant APIs": [ + [ + "Trulia Real Estate Scraper", + "Get search token" + ], + [ + "Trulia Real Estate Scraper", + "Search for SALE" + ] + ], + "query_id": 58949 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Referential DB", + "api_name": "Country Details", + "api_description": "Get the country details by country code", + "required_parameters": [ + { + "name": "countryCode", + "type": "string", + "description": "", + "default": "US" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "code": "str", + "iso3": "str", + "capital": "str", + "region": "str", + "subregion": "str", + "native": "str", + "currency": "str", + "currency_code": "str", + "phonecode": "str", + "timezones": "str", + "translations": "str", + "tld": "str", + "emoji": "str", + "latitude": "str", + "longitude": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Referential DB", + "api_name": "States", + "api_description": "Get the list of states within country", + "required_parameters": [ + { + "name": "countryCode", + "type": "string", + "description": "", + "default": "US" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "code": "str", + "country_code": "str", + "type": "str", + "latitude": "str", + "longitude": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Referential DB", + "api_name": "Cities in a state", + "api_description": "Get the list of cities in a state.", + "required_parameters": [ + { + "name": "stateCode", + "type": "string", + "description": "", + "default": "CA" + }, + { + "name": "countryCode", + "type": "string", + "description": "", + "default": "US" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "state_code": "str", + "country_code": "str", + "latitude": "str", + "longitude": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Referential DB", + "api_name": "Cities in a country", + "api_description": "Get the list of cities in a country.", + "required_parameters": [ + { + "name": "countryCode", + "type": "string", + "description": "", + "default": "QA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "state_code": "str", + "country_code": "str", + "latitude": "str", + "longitude": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Referential DB", + "api_name": "Countries", + "api_description": "Get the list of countries.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "code": "str", + "iso3": "str", + "currency": "str", + "currency_code": "str", + "phonecode": "str", + "emoji": "str" + } + } + ], + "query": "I am writing an article about the top tourist destinations in the United States. Can you provide me with the names and locations of the cities in the country?", + "relevant APIs": [ + [ + "Referential DB", + "States" + ], + [ + "Referential DB", + "Cities in a state" + ] + ], + "query_id": 58984 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Reqres", + "api_name": "Users", + "api_description": "Users", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Reqres", + "api_name": "Unknown", + "api_description": "List of unknown resources", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "page": "int", + "per_page": "int", + "total": "int", + "total_pages": "int", + "data": [ + { + "id": "int", + "name": "str", + "year": "int", + "color": "str", + "pantone_value": "str", + "_list_length": 6 + } + ], + "support": { + "url": "str", + "text": "str" + } + } + } + ], + "query": "I am planning a surprise party for my sister's graduation. Can you help me with the guest list? I would like to retrieve a list of users from the Reqres tool and get their names and email addresses. Additionally, I need to check if there are any unknown resources available that I can use for party decorations.", + "relevant APIs": [ + [ + "Reqres", + "Users" + ], + [ + "Reqres", + "Unknown" + ] + ], + "query_id": 59266 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Price Forecasts", + "api_description": "An AI-generated price forecast for the Stock over the next 3 months.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "data": [ + { + "cap": "float", + "date": "str", + "yhat": "NoneType", + "close": "float", + "trend": "float", + "adjClose": "float", + "yhat_lower": "NoneType", + "yhat_upper": "NoneType", + "_list_length": 285 + } + ] + } + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Peers", + "api_description": "Get List of Company Peers", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Price Probability", + "api_description": "Based on over 1000 forecasts, the probabilistic outcome is above or below the current price in a normal distribution.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "data": { + "one_day_probability_up": "float", + "one_week_probability_up": "float", + "probability_of_forecast": "float", + "one_day_probability_down": "float", + "one_month_probability_up": "float", + "one_week_probability_down": "float", + "one_month_probability_down": "float" + } + } + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Peer Metrics Average", + "api_description": "An Average of Company Peer Metrics for TTM Data", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"data\": {\"roeTTM\": \"float\", \"roicTTM\": \"float\", \"pbRatioTTM\": \"float\", \"peRatioTTM\": \"float\", \"ptbRatioTTM\": \"float\", \"evToSalesTTM\": \"float\", \"marketCapTTM\": \"int\", \"pfcfRatioTTM\": \"float\", \"pocfratioTTM\": \"float\", \"payoutRatioTTM\": \"float\", \"cashPerShareTTM\": \"float\", \"currentRatioTTM\": \"float\", \"debtToAssetsTTM\": \"float\", \"debtToEquityTTM\": \"float\", \"grahamNetNetTTM\": \"float\", \"grahamNumberTTM\": \"float\", \"capexPerShareTTM\": \"float\", \"dividendYieldTTM\": \"float\", \"earningsYieldTTM\": \"float\", \"incomeQualityTTM\": \"float\", \"capexToRevenueTTM\": \"float\", \"workingCapitalTTM\": \"int\", \"averagePayablesTTM\": \"int\", \"debtToMarketCapTTM\": \"float\", \"enterpriseValueTTM\": \"int\", \"investedCapitalTTM\": \"float\", \"netDebtToEBITDATTM\": \"float\", \"revenuePerShareTTM\": \"float\", \"averageInventoryTTM\": \"int\", \"dividendPerShareTTM\": \"float\", \"evToFreeCashFlowTTM\": \"float\", \"interestCoverageTTM\": \"float\", \"payablesTurnoverTTM\": \"float\", \"bookValuePerShareTTM\": \"float\", \"freeCashFlowYieldTTM\": " + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Peer Ratio Averages", + "api_description": "An Average of Company Peer Ratios for TTM Data", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"data\": {\"peRatioTTM\": \"float\", \"pegRatioTTM\": \"float\", \"cashRatioTTM\": \"float\", \"debtRatioTTM\": \"float\", \"ebtPerEbitTTM\": \"float\", \"quickRatioTTM\": \"float\", \"payoutRatioTTM\": \"float\", \"cashPerShareTTM\": \"float\", \"currentRatioTTM\": \"float\", \"dividendYielTTM\": \"float\", \"assetTurnoverTTM\": \"float\", \"dividendYieldTTM\": \"float\", \"ebitPerRevenueTTM\": \"float\", \"operatingCycleTTM\": \"float\", \"priceFairValueTTM\": \"float\", \"returnOnAssetsTTM\": \"float\", \"returnOnEquityTTM\": \"float\", \"debtEquityRatioTTM\": \"float\", \"netIncomePerEBTTTM\": \"float\", \"netProfitMarginTTM\": \"float\", \"priceSalesRatioTTM\": \"float\", \"dividendPerShareTTM\": \"float\", \"effectiveTaxRateTTM\": \"float\", \"interestCoverageTTM\": \"float\", \"payablesTurnoverTTM\": \"float\", \"priceToBookRatioTTM\": \"float\", \"grossProfitMarginTTM\": \"float\", \"inventoryTurnoverTTM\": \"float\", \"priceToSalesRatioTTM\": \"float\", \"fixedAssetTurnoverTTM\": \"float\", \"pretaxProfitMarginTTM\": \"float\", \"priceCashFlowRatioTTM\": \"float\", \"priceEarningsRatioT" + }, + { + "category_name": "Financial", + "tool_name": "MarketCI Analytics", + "api_name": "Discounted Cash Flow Models (DCF's)", + "api_description": "Artificial Intelligence-powered DCF's for Cash Flow forecasts and assumptions.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"cost_of_equity\": \"str\", \"equity_percentage\": \"str\", \"cost_of_debt\": \"str\", \"debt_percentage\": \"str\", \"avg_tax_rate\": \"str\", \"wacc\": \"str\", \"dcf_value\": \"str\", \"cashflow_forecast_current_year_ebit\": \"str\", \"cashflow_forecast_current_year_inc_depreciation\": \"str\", \"cashflow_forecast_current_year_ebit_tax_shield\": \"str\", \"cashflow_forecast_current_year_capex\": \"str\", \"cashflow_forecast_current_year_nwc\": \"str\", \"cashflow_forecast_current_year_fcf\": \"str\", \"cashflow_forecast_next_year_ebit\": \"str\", \"cashflow_forecast_next_year_ebit_tax_shield\": \"str\", \"cashflow_forecast_next_year_inc_depreciation\": \"str\", \"cashflow_forecast_next_year_capex\": \"str\", \"cashflow_forecast_next_year_nwc\": \"str\", \"cashflow_forecast_next_year_fcf\": \"str\", \"cashflow_forecast_next_2_year_ebit\": \"str\", \"cashflow_forecast_next_2_year_ebit_tax_shield\": \"str\", \"cashflow_forecast_next_2_year_inc_depreciation\": \"str\", \"cashflow_forecast_next_2_year_capex\": \"str\", \"cashflow_forecast_next_2_year_nwc\": \"st" + } + ], + "query": "I want to compare the performance of Apple's stock with its peers. Can you give me the list of company peers and the average metrics and ratios of Apple's peers? Additionally, I need the discounted cash flow models for Apple's stock.", + "relevant APIs": [ + [ + "MarketCI Analytics", + "Peers" + ], + [ + "MarketCI Analytics", + "Peer Metrics Average" + ], + [ + "MarketCI Analytics", + "Peer Ratio Averages" + ], + [ + "MarketCI Analytics", + "Discounted Cash Flow Models (DCF's)" + ] + ], + "query_id": 59954 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Get Promo Codes", + "api_name": "Get Stores", + "api_description": "Get Stores", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Get Promo Codes", + "api_name": "Get Coupons", + "api_description": "Get Coupons", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "", + "default": "update_time_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "store_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "request": { + "page": "str", + "store_id": "str", + "sort": "str", + "type": "str" + }, + "time": "float", + "data": [ + { + "id": "str", + "title": "str", + "description": "str", + "terms": "str", + "code": "str", + "url": "str", + "store_id": "str", + "language": "str", + "status": "str", + "add_time": "str", + "start_time": "str", + "end_time": "str", + "update_time": "str", + "_list_length": 98 + } + ] + } + } + ], + "query": "My friends and I are organizing a group trip and we want to save money on accommodations. Can you help us find the best deals by providing a list of stores offering coupons for hotel bookings? Please include the store name, coupon code, and the expiration date for each coupon.", + "relevant APIs": [ + [ + "Get Promo Codes", + "Get Stores" + ], + [ + "Get Promo Codes", + "Get Coupons" + ] + ], + "query_id": 60255 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Swagger PetStore", + "api_name": "getUserByName", + "api_description": "Get user by user name", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "username": "str", + "firstName": "str", + "lastName": "str", + "email": "str", + "password": "str", + "phone": "str", + "userStatus": "int" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Swagger PetStore", + "api_name": "logoutUser", + "api_description": "Logs out current logged in user session", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Swagger PetStore", + "api_name": "loginUser", + "api_description": "Logs user into the system", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "string" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Swagger PetStore", + "api_name": "getInventory", + "api_description": "Returns a map of status codes to quantities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "sold": "int", + "SOLD": "int", + "string": "int", + "availeble": "int", + "pending": "int", + "available": "int", + "avalible": "int", + "yBoVciqxJe": "int", + "peric": "int", + "disponible": "int" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Swagger PetStore", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": 0 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Swagger PetStore", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": 0 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + } + ], + "query": "I would like to log in to my account using the username 'johnsmith' and password 'password123'. After logging in, I want to get the details of my user profile.", + "relevant APIs": [ + [ + "Swagger PetStore", + "loginUser" + ], + [ + "Swagger PetStore", + "getUserByName" + ] + ], + "query_id": 60484 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get NFL Team Schedule", + "api_description": "This call returns the schedule of any team, using the teamID that can be found in \"getNFLTeams\" call.\n\nCall needs to look like this:\n/getNFLTeamSchedule?teamID=1\nYou can also use the team Abbreviation:\n/getNFLTeamSchedule?teamAbv=CHI \n\nThat will return a list of the team's games in the body. \n\nTo get a list of appropriate team abbreviations, use the getNFLTeams call.\n\nYou can also add the \"season\" parameter if you want to specify season. Good for seasons 2022 and 2023.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "teamID", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "season", + "type": "STRING", + "description": "", + "default": "2022" + }, + { + "name": "teamAbv", + "type": "STRING", + "description": "", + "default": "CHI" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": { + "team": "str", + "schedule": [ + { + "gameID": "str", + "seasonType": "str", + "away": "str", + "teamIDHome": "str", + "gameDate": "str", + "gameStatus": "str", + "gameWeek": "str", + "teamIDAway": "str", + "home": "str", + "awayResult": "str", + "homePts": "str", + "gameTime": "str", + "homeResult": "str", + "awayPts": "str", + "_list_length": 20 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get NFL Games and Stats For a Single Player", + "api_description": "This call will grab a map of all of the games a player has played this season. \nplayerID is a required parameter.\nYou can also use gameID if you want to only pull back a specific game. \n\nExample:\nCorrect way to get the stats for Justin Fields for his game against Detroit on 11/13/2022 would be this:\n/getNFLGamesForPlayer?playerID=4362887&gameID=20221113_DET@CHI\n\nBut if you wanted to get all of his games this season, you'd make this call\n/getNFLGamesForPlayer?playerID=4362887\n\nThis call will not work without playerID. If you want stats for all players during a game, then use the getNFLBoxScore call with that specific gameID.\n\nYou can choose which season you pull games from with parameter: season . \nNFL Season that runs from 2022-2023 is season 2022. And so on.\nIf you call without season parameter then it will pull back current season's games.\n\nYou can limit the amount of games returned with parameter: numberOfGames. For example: &numberOfGames=5 will return the last 5 games this player has an entry for.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "playerID", + "type": "STRING", + "description": "", + "default": "4362887" + }, + { + "name": "gameID", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"statusCode\": \"int\", \"body\": {\"20230101_CHI@DET\": {\"Defense\": {\"fumblesLost\": \"str\", \"defensiveInterceptions\": \"str\", \"fumbles\": \"str\", \"fumblesRecovered\": \"str\"}, \"teamAbv\": \"str\", \"Passing\": {\"qbr\": \"str\", \"rtg\": \"str\", \"sacked\": \"str\", \"passAttempts\": \"str\", \"passAvg\": \"str\", \"passTD\": \"str\", \"passYds\": \"str\", \"int\": \"str\", \"passCompletions\": \"str\"}, \"longName\": \"str\", \"Rushing\": {\"rushAvg\": \"str\", \"rushYds\": \"str\", \"carries\": \"str\", \"longRush\": \"str\", \"rushTD\": \"str\"}, \"scoringPlays\": [{\"score\": \"str\", \"scorePeriod\": \"str\", \"homeScore\": \"str\", \"awayScore\": \"str\", \"teamID\": \"str\", \"scoreDetails\": \"str\", \"scoreType\": \"str\", \"scoreTime\": \"str\", \"team\": \"str\", \"playerIDs\": [\"list of str with length 3\"], \"_list_length\": 1}], \"playerID\": \"str\", \"team\": \"str\", \"teamID\": \"str\", \"gameID\": \"str\"}, \"20221224_BUF@CHI\": {\"Defense\": {\"fumblesLost\": \"str\", \"defensiveInterceptions\": \"str\", \"fumbles\": \"str\", \"fumblesRecovered\": \"str\"}, \"teamAbv\": \"str\", \"Passing\": {\"qbr\": \"str\", \"rtg\": \"str\", \"sac" + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get NFL Team Roster", + "api_description": "This call returns the current or historical* roster of any team, using the teamID that can be found in \"getNFLTeams\" call.\n\nRosters are updated a few times throughout the day. Usually every hour. \n \nHistorical rosters are saved on a daily basis as of 20230505 and moving forward. \n\nCall needs to look like this:\n/getNFLTeamRoster?teamID=6\nor\n/getNFLTeamRoster?teamAbv=CHI\n\nThat will return a list of the team's current roster players in the body.\n\nAdd parameter archiveDate to the call to get a list of roster players (playerID's only) for that specific date. Historical roster dates only are kept as far back as 20230505.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "archiveDate", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "teamAbv", + "type": "STRING", + "description": "", + "default": "CHI" + }, + { + "name": "teamID", + "type": "STRING", + "description": "", + "default": "6" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": { + "team": "str", + "roster": [ + { + "jerseyNum": "str", + "espnName": "str", + "espnHeadshot": "str", + "espnID": "str", + "cbsLongName": "str", + "cbsPlayerIDFull": "str", + "weight": "str", + "team": "str", + "espnIDFull": "str", + "lastGamePlayed": "str", + "espnLink": "str", + "pos": "str", + "school": "str", + "bDay": "str", + "teamID": "str", + "injury": { + "description": "str", + "injDate": "str", + "designation": "str" + }, + "exp": "str", + "age": "str", + "longName": "str", + "height": "str", + "playerID": "str", + "_list_length": 86 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get NFL Teams", + "api_description": "This call will retrieve the list of NFL teams. Included is their name, city, abbreviation, and teamID which can be used in other calls. Their current record and current W/L streak is included as well. Optional data that can be included are the team rosters and their schedules. \n\nIncluded in team rosters is all players injuries. \n/getNFLTeams\n\nOptional parameters are ?schedules=true or ?rosters=true", + "required_parameters": [], + "optional_parameters": [ + { + "name": "schedules", + "type": "STRING", + "description": "", + "default": "true" + }, + { + "name": "rosters", + "type": "STRING", + "description": "", + "default": "true" + } + ], + "method": "GET", + "template_response": "{\"statusCode\": \"int\", \"body\": [{\"teamAbv\": \"str\", \"teamCity\": \"str\", \"teamSchedule\": {\"20231218_KC@NE\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"gameWeek\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20231015_NE@LV\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"gameWeek\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20230825_NE@TEN\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"gameWeek\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20231105_WSH@NE\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"gameWeek\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20231022_BUF@NE\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\"" + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get NFL Betting Odds", + "api_description": "This grabs NFL betting/gambling lines and odds from some of the most popular online sportsbooks (fanduel, betrivers, betmgm, caesars, pointsbet, etc). \n\nYou can call this for specific game or a specific date. Check out the example responses here for the type of data you can expect back. Some of the sportsbooks do not offer live betting, so data from those sportsbooks will not be returned after the game starts. \n\nEither gameDate or gameID is required.\nExamples of what the calls can look like:\n/getNFLBettingOdds?gameDate=20230101\n/getNFLBettingOdds?gameID=20230101_CHI@DET", + "required_parameters": [], + "optional_parameters": [ + { + "name": "gameDate", + "type": "STRING", + "description": "", + "default": "20230101" + }, + { + "name": "gameID", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": {}, + "error": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get Player Information", + "api_description": "Call this to get general information on each player (name, team, experience, birthday, college, etc).\n\nYou can call with their playerID, if you know it. playerID calls will always be quicker as it acts on the key of the table. \n\nYou can also call with playerName. This call will return a list of players who have that name. If you want to include spaces in the search name, then use underscore. So if you want to find Justin Fields, you can use \"Justin_fields\" and it will bring him back. Or try with playerName=justin and it will return a list of guys with justin in their name.\n\n/getNFLPlayerInfo?playerID=4374033\n\n/getNFLPlayerInfo?playerName=justin_fields\n\netc", + "required_parameters": [], + "optional_parameters": [ + { + "name": "playerID", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "playerName", + "type": "STRING", + "description": "", + "default": "justin_fi" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": [ + { + "espnID": "str", + "espnName": "str", + "espnIDFull": "str", + "weight": "str", + "jerseyNum": "str", + "cbsShortName": "str", + "team": "str", + "age": "str", + "espnLink": "str", + "bDay": "str", + "espnHeadshot": "str", + "cbsLongName": "str", + "injury": { + "description": "str", + "injDate": "str", + "designation": "str" + }, + "teamID": "str", + "pos": "str", + "school": "str", + "cbsPlayerID": "str", + "longName": "str", + "height": "str", + "cbsPlayerIDFull": "str", + "lastGamePlayed": "str", + "playerID": "str", + "exp": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get Player List", + "api_description": "Grabs all of this season's players and their IDs. \n\nONE CALL is all you need to retrieve every player. No need to call multiple times to get the full list.\n\nRosters are updated multiple times per day during the season.\n\nYou mainly will use this to match a player with his playerID.\n\nThere are no parameters, just a simple call..\n\n/getNFLPlayerList", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": [ + { + "espnID": "str", + "espnName": "str", + "espnIDFull": "str", + "weight": "str", + "jerseyNum": "str", + "cbsShortName": "str", + "team": "str", + "age": "str", + "espnLink": "str", + "bDay": "str", + "espnHeadshot": "str", + "cbsLongName": "str", + "injury": { + "description": "str", + "injDate": "str", + "designation": "str" + }, + "teamID": "str", + "pos": "str", + "school": "str", + "cbsPlayerID": "str", + "longName": "str", + "height": "str", + "cbsPlayerIDFull": "str", + "lastGamePlayed": "str", + "playerID": "str", + "exp": "str", + "_list_length": 3489 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get Daily NFL Schedule", + "api_description": "Get basic information on which games are being played during a day. \ncall is like this:\n/getNFLGamesForDate?gameDate=20221211\nThe above call will return all of the games from December 11th, 2022. Date must be in that format. \nThey come back in a list format within the body of the response.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "gameDate", + "type": "STRING", + "description": "", + "default": "20221211" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": [ + { + "gameID": "str", + "seasonType": "str", + "away": "str", + "gameDate": "str", + "espnID": "str", + "teamIDHome": "str", + "gameStatus": "str", + "gameWeek": "str", + "teamIDAway": "str", + "home": "str", + "espnLink": "str", + "cbsLink": "str", + "gameTime": "str", + "season": "str", + "neutralSite": "bool", + "_list_length": 11 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get General Game Information", + "api_description": "This call pulls back the most general information for a game: away team, home team, game date, and game start time. All times are in Eastern (ET) time zone. \ngameID is needed. You can retrieve gameID from a few different calls. The \"getNFLGamesForDate\" call or the \"getNFLTeamSchedule\" call will be the best ways to get the gameID's. \n\nCall should look like this: \n/getNFLGameInfo?gameID=20221212_NE@ARI", + "required_parameters": [], + "optional_parameters": [ + { + "name": "gameID", + "type": "STRING", + "description": "", + "default": "20221212_NE@ARI" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": { + "espnID": "str", + "gameStatus": "str", + "season": "str", + "gameDate": "str", + "neutralSite": "str", + "teamIDHome": "str", + "cbsLink": "str", + "gameTime": "str", + "teamIDAway": "str", + "away": "str", + "gameWeek": "str", + "gameID": "str", + "seasonType": "str", + "espnLink": "str", + "home": "str" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 NFL Live In-Game Real Time Statistics NFL", + "api_name": "Get NFL Game Box Score - Live Real Time", + "api_description": "Retrieves the entire box score for a game either in progress or already completed for the current season. The stats retrieved here are what are normally shown in box scores or used in fantasy games. If there are any stats here that you'd like to see, please message me. \n\nThe call looks like this /getNFLBoxScore?gameID=20221212_NE@ARI\n\nThe call needs to be exactly in the same format as above. 8 digit date, underscore, then the away team abbreviation, @, then home team abbreviation. Complete list of team abbreviations can be retrieved with the getNFLTeams call or various other calls. \n\nBut, the best way to find specific game ID's are either from the \"getNFLGamesForDate\" call, or the \"getNFLTeamSchedule\" call.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "gameID", + "type": "STRING", + "description": "", + "default": "20221212_NE@ARI" + } + ], + "method": "GET", + "template_response": "{\"statusCode\": \"int\", \"body\": {\"gameStatus\": \"str\", \"teamStats\": {\"away\": {\"totalYards\": \"str\", \"rushingAttempts\": \"str\", \"rushingYards\": \"str\", \"fumblesLost\": \"str\", \"penalties\": \"str\", \"totalPlays\": \"str\", \"possession\": \"str\", \"passCompletionsAndAttempts\": \"str\", \"passingFirstDowns\": \"str\", \"interceptionsThrown\": \"str\", \"sacksAndYardsLost\": \"str\", \"thirdDownEfficiency\": \"str\", \"yardsPerPlay\": \"str\", \"redZoneScoredAndAttempted\": \"str\", \"teamID\": \"str\", \"defensiveOrSpecialTeamsTds\": \"str\", \"totalDrives\": \"str\", \"rushingFirstDowns\": \"str\", \"firstDowns\": \"str\", \"team\": \"str\", \"teamAbv\": \"str\", \"firstDownsFromPenalties\": \"str\", \"fourthDownEfficiency\": \"str\", \"passingYards\": \"str\", \"yardsPerRush\": \"str\", \"turnovers\": \"str\", \"yardsPerPass\": \"str\"}, \"home\": {\"totalYards\": \"str\", \"rushingAttempts\": \"str\", \"rushingYards\": \"str\", \"fumblesLost\": \"str\", \"penalties\": \"str\", \"totalPlays\": \"str\", \"possession\": \"str\", \"passCompletionsAndAttempts\": \"str\", \"passingFirstDowns\": \"str\", \"interceptionsThro" + } + ], + "query": "I am organizing a fantasy football league and need to create a list of all players participating in the current NFL season. Can you fetch me the player list with their respective IDs? Additionally, I would like to get the team schedules and the daily NFL schedule for reference.", + "relevant APIs": [ + [ + "Tank01 NFL Live In-Game Real Time Statistics NFL", + "Get Player List" + ], + [ + "Tank01 NFL Live In-Game Real Time Statistics NFL", + "Get NFL Team Schedule" + ], + [ + "Tank01 NFL Live In-Game Real Time Statistics NFL", + "Get Daily NFL Schedule" + ] + ], + "query_id": 60757 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Daily Match List-Scheduled", + "api_description": "Daily match list including scheduled matches.\n\nThe data will return for only -+7 days period, so endpoint can be tested with date range of today - 7 days.", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "The date of the matches. The format is {dd/mm/yyyy}. Match list data can be retrieved for only \u00b1 7 days.", + "default": "07/02/2021" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "homeTeam": { + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "awayTeam": { + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "status": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "date": "str", + "id": "int", + "tournament": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "stage": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "round": { + "name": "str", + "shortName": "str", + "id": "int" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Match Boxscore", + "api_description": "Live, detailed team and player statistics.\n\n**The data will return for only -+7 days period, so endpoint can be tested with match that its date is in today +- 7 days. You can choose suitable match from Football Match List or Fixture endpoints.**\n\nP.S.\nFull data is available at Boxscore endpoint but can not shown in mock response.", + "required_parameters": [ + { + "name": "matchId", + "type": "NUMBER", + "description": "The id of the match.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Daily Match List-All", + "api_description": "Daily match list including scheduled, live and finished matches.\n\n**The data will return for only -+7 days period, so endpoint can be tested with date range of today - 7 days.**", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "Date of the match. The format is {dd/MM/yyyy}. Match list data can be retrieved for only \u00b1 7 days.", + "default": "06/10/2020" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "homeTeam": { + "score": { + "quarter1": "int", + "quarter2": "int", + "halfTime": "int", + "quarter3": "int", + "quarter4": "int", + "regular": "int", + "current": "int" + }, + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "awayTeam": { + "score": { + "quarter1": "int", + "quarter2": "int", + "halfTime": "int", + "quarter3": "int", + "quarter4": "int", + "regular": "int", + "current": "int" + }, + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "status": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "date": "str", + "id": "int", + "tournament": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "stage": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "round": { + "name": "str", + "shortName": "str", + "id": "int" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Tournament Info", + "api_description": "Current season, stage structure(divisions,conferences etc.), country and many more information about a tournament.", + "required_parameters": [ + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The id of the tournament.", + "default": "9" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "season": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "country": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "participantType": { + "name": "str", + "id": "int" + }, + "stages": [ + { + "rounds": [ + { + "name": "str", + "shortName": "str", + "id": "int", + "_list_length": 17 + } + ], + "name": "str", + "shortName": "str", + "id": "int", + "_list_length": 2 + } + ], + "name": "str", + "shortName": "str", + "globalName": "str", + "localName": "str", + "id": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Tournament Standings", + "api_description": "Team Rankings for a specific competition.", + "required_parameters": [ + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The id of the tournament.", + "default": "9" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Daily Match List-Results", + "api_description": "Daily match list including finished matches.\n\n**The data will return for only -+7 days period, so endpoint can be tested with date range of today - 7 days.**", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "The date of matches. The format is {dd/mm/yyyy}. Match list data can be retrieved for only \u00b1 7 days.", + "default": "24/01/2021" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "homeTeam": { + "score": { + "quarter1": "int", + "quarter2": "int", + "halfTime": "int", + "quarter3": "int", + "quarter4": "int", + "regular": "int", + "current": "int" + }, + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "awayTeam": { + "score": { + "quarter1": "int", + "quarter2": "int", + "halfTime": "int", + "quarter3": "int", + "quarter4": "int", + "regular": "int", + "current": "int" + }, + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "status": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "date": "str", + "id": "int", + "tournament": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "stage": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "round": { + "name": "str", + "shortName": "str", + "id": "int" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Tournament List", + "api_description": "List of tournaments in your data coverage.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "participantType": { + "name": "str", + "id": "int" + }, + "name": "str", + "shortName": "str", + "globalName": "str", + "localName": "str", + "id": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Match Team Statistics", + "api_description": "Provides the team statistics of the match.\n\n**The data will return for only -+7 days period, so endpoint can be tested with match that its date is in today +- 7 days. You can choose suitable match from Football Match List or Fixture endpoints.**", + "required_parameters": [ + { + "name": "matchId", + "type": "NUMBER", + "description": "The id of the match.", + "default": "21587" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"homeTeam\": {\"statistics\": {\"totalFirstDowns\": \"int\", \"rushingFirstDowns\": \"int\", \"passingFirstDowns\": \"int\", \"penaltyFirstDowns\": \"int\", \"thirdDownSucceed\": \"int\", \"thirdDownAttempt\": \"int\", \"thirdDownEfficiency\": \"float\", \"fourthDownEfficiency\": \"float\", \"totalNetYards\": \"int\", \"totalOffensivePlays\": \"int\", \"averageGainPerPlay\": \"float\", \"rushingNetYards\": \"int\", \"totalRushingPlays\": \"int\", \"averageGainPerRush\": \"float\", \"passingNetYards\": \"int\", \"sackedCount\": \"int\", \"completedPasses\": \"int\", \"attemptedPasses\": \"int\", \"interceptedPasses\": \"int\", \"averageGainPerPass\": \"float\", \"penaltyNumbers\": \"int\", \"penaltyYards\": \"int\", \"turnovers\": \"int\", \"fumbleNumbers\": \"int\", \"fumblesLost\": \"int\", \"fumbleYards\": \"int\", \"passingTDs\": \"int\", \"score\": \"int\", \"extraPointsMade\": \"int\", \"extraPointsAttempted\": \"int\", \"twoPointExtraPointsAttempted\": \"int\", \"fieldGoalsMade\": \"int\", \"fieldGoalsAttempted\": \"int\", \"possessionMinute\": \"int\", \"possessionSecond\": \"int\"}, \"name\": \"str\", \"shortName\": \"str\"," + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Tournament Teams", + "api_description": "List of teams participating in a specific tournament.", + "required_parameters": [ + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The id of the tournament.", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isNational": "bool", + "country": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Football Data", + "api_name": "Match Play by Play", + "api_description": "Provides all match drives and plays during the match with their detailed informations.\n\n**The data will return for only -+7 days period, so endpoint can be tested with match that its date is in today +- 7 days. You can choose suitable match from Football Match List or Fixture endpoints.**", + "required_parameters": [ + { + "name": "matchId", + "type": "NUMBER", + "description": "The id of the match.", + "default": "18656" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "date": "str", + "id": "int", + "homeTeam": { + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "awayTeam": { + "name": "str", + "shortName": "str", + "mediumName": "str", + "id": "int" + }, + "drives": [ + { + "id": "int", + "period": "int", + "startTime": "str", + "playCount": "int", + "yardsGained": "int", + "totalFirstDowns": "int", + "duration": "str", + "team": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "plays": [ + { + "quarter": "int", + "time": "str", + "down": "int", + "yardsToGo": "int", + "startYardTeamShortName": "str", + "startYardLine": "int", + "commentaryText": "str", + "_list_length": 8 + } + ], + "_list_length": 2 + } + ], + "tournament": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "stage": { + "name": "str", + "shortName": "str", + "id": "int" + }, + "round": { + "name": "str", + "shortName": "str", + "id": "int" + } + } + } + ], + "query": "My friend is a huge football fan and I want to surprise him with some interesting football facts. Can you provide me with a list of daily match results from the past week? Additionally, I would like to know the tournament details and participating teams.", + "relevant APIs": [ + [ + "Football Data", + "Daily Match List-Results" + ], + [ + "Football Data", + "Tournament Info" + ], + [ + "Football Data", + "Tournament Teams" + ] + ], + "query_id": 60806 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA TEAM INFO", + "api_description": "This endpoint gets team information for a specific WNBA team.", + "required_parameters": [ + { + "name": "teamid", + "type": "STRING", + "description": "Team Id", + "default": "18" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"team\": {\"id\": \"str\", \"uid\": \"str\", \"slug\": \"str\", \"location\": \"str\", \"name\": \"str\", \"abbreviation\": \"str\", \"displayName\": \"str\", \"shortDisplayName\": \"str\", \"color\": \"str\", \"alternateColor\": \"str\", \"isActive\": \"bool\", \"logos\": [{\"href\": \"str\", \"width\": \"int\", \"height\": \"int\", \"alt\": \"str\", \"rel\": [\"list of str with length 2\"], \"lastUpdated\": \"str\", \"_list_length\": 2}], \"record\": {\"items\": [{\"description\": \"str\", \"type\": \"str\", \"summary\": \"str\", \"stats\": [{\"name\": \"str\", \"value\": \"int\", \"_list_length\": 19}], \"_list_length\": 3}]}, \"athletes\": [{\"id\": \"str\", \"uid\": \"str\", \"guid\": \"str\", \"type\": \"str\", \"alternateIds\": {\"sdr\": \"str\"}, \"firstName\": \"str\", \"lastName\": \"str\", \"fullName\": \"str\", \"displayName\": \"str\", \"shortName\": \"str\", \"weight\": \"int\", \"displayWeight\": \"str\", \"height\": \"int\", \"displayHeight\": \"str\", \"age\": \"int\", \"dateOfBirth\": \"str\", \"links\": [{\"language\": \"str\", \"rel\": [\"list of str with length 3\"], \"href\": \"str\", \"text\": \"str\", \"shortText\": \"str\", \"isExternal\": \"bool\", \"is" + }, + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA Teams.", + "api_description": "The endpoint provides you with a list of all WNBA teams.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA Standings", + "api_description": "The endpoint provides you with the team standings for the WNBA", + "required_parameters": [ + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [ + { + "name": "group", + "type": "STRING", + "description": "acceptable group names: 'league', 'conference'. Default: 'league'", + "default": "" + } + ], + "method": "GET", + "template_response": { + "sports": [ + { + "id": "str", + "uid": "str", + "name": "str", + "slug": "str", + "leagues": [ + { + "id": "str", + "uid": "str", + "name": "str", + "abbreviation": "str", + "shortName": "str", + "slug": "str", + "teams": [ + { + "team": { + "id": "str", + "uid": "str", + "slug": "str", + "abbreviation": "str", + "displayName": "str", + "shortDisplayName": "str", + "name": "str", + "nickname": "str", + "location": "str", + "color": "str", + "alternateColor": "str", + "isActive": "bool", + "isAllStar": "bool", + "logos": [ + { + "href": "str", + "alt": "str", + "rel": [ + "list of str with length 2" + ], + "width": "int", + "height": "int", + "_list_length": 2 + } + ], + "links": [ + { + "language": "str", + "rel": [ + "list of str with length 3" + ], + "href": "str", + "text": "str", + "shortText": "str", + "isExternal": "bool", + "isPremium": "bool", + "isHidden": "bool", + "_list_length": 5 + } + ] + }, + "_list_length": 12 + } + ], + "year": "int", + "season": { + "year": "int", + "displayName": "str" + }, + "_list_length": 1 + } + ], + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA ScoreBoard", + "api_description": "This endpoint provides you with the WNBA scoreboard data for a specified date if available.", + "required_parameters": [ + { + "name": "month", + "type": "STRING", + "description": "", + "default": "04" + }, + { + "name": "day", + "type": "STRING", + "description": "", + "default": "04" + }, + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "", + "default": "02" + } + ], + "method": "GET", + "template_response": { + "leagues": [ + { + "id": "str", + "uid": "str", + "name": "str", + "abbreviation": "str", + "slug": "str", + "season": { + "year": "int", + "startDate": "str", + "endDate": "str", + "displayName": "str", + "type": { + "id": "str", + "type": "int", + "name": "str", + "abbreviation": "str" + } + }, + "logos": [ + { + "href": "str", + "width": "int", + "height": "int", + "alt": "str", + "rel": [ + "list of str with length 2" + ], + "lastUpdated": "str", + "_list_length": 1 + } + ], + "calendarType": "str", + "calendarIsWhitelist": "bool", + "calendarStartDate": "str", + "calendarEndDate": "str", + "calendar": [ + "list of str with length 97" + ], + "_list_length": 1 + } + ], + "events": "empty list" + } + }, + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA Schedule", + "api_description": "This endpoint provides you with the WNBA schedule data for a specified date as long as it is available.", + "required_parameters": [ + { + "name": "month", + "type": "STRING", + "description": "", + "default": "05" + }, + { + "name": "day", + "type": "STRING", + "description": "", + "default": "05" + }, + { + "name": "year", + "type": "STRING", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"20230616\": {\"calendar\": [\"list of str with length 100\"], \"leagueName\": \"str\", \"calendartype\": \"str\", \"leagues\": \"empty list\", \"games\": [{\"date\": \"str\", \"uid\": \"str\", \"name\": \"str\", \"competitions\": [{\"date\": \"str\", \"venue\": {\"address\": {\"city\": \"str\", \"state\": \"str\"}, \"fullName\": \"str\", \"indoor\": \"bool\", \"id\": \"str\", \"capacity\": \"int\"}, \"conferenceCompetition\": \"bool\", \"notes\": \"empty list\", \"tickets\": [{\"summary\": \"str\", \"numberAvailable\": \"int\", \"links\": [{\"href\": \"str\", \"_list_length\": 2}], \"_list_length\": 1}], \"timeValid\": \"bool\", \"geoBroadcasts\": [{\"market\": {\"id\": \"str\", \"type\": \"str\"}, \"media\": {\"shortName\": \"str\"}, \"type\": {\"id\": \"str\", \"shortName\": \"str\"}, \"lang\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"format\": {\"regulation\": {\"periods\": \"int\"}}, \"broadcasts\": [{\"market\": \"str\", \"names\": [\"list of str with length 1\"], \"_list_length\": 1}], \"playByPlayAvailable\": \"bool\", \"type\": {\"id\": \"str\", \"abbreviation\": \"str\"}, \"uid\": \"str\", \"competitors\": [{\"uid\": \"str\", \"homeAway\"" + }, + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA Summary", + "api_description": "This endpoint gets the WNBA game summary data for a specific game.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "401244185" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA Box Score", + "api_description": "This endpoint returns the WNBA game box score data for a specified game.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Game id", + "default": "401244185" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "WNBA API", + "api_name": "WNBA Play By Play", + "api_description": "This endpoint provides the NBA game play-by-play data for a specific game.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Game id", + "default": "401244185" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a basketball enthusiast and I'm interested in the WNBA. Can you give me the team info for the team with the ID 18? Also, I'd like to know the schedule for May 5, 2022. Additionally, I'm curious about the box score and play-by-play data for a specific game. Please provide me with the box score and play-by-play data for the game with the ID 401244185.", + "relevant APIs": [ + [ + "WNBA API", + "WNBA TEAM INFO" + ], + [ + "WNBA API", + "WNBA Schedule" + ], + [ + "WNBA API", + "WNBA Box Score" + ], + [ + "WNBA API", + "WNBA Play By Play" + ] + ], + "query_id": 60837 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get game statistics", + "api_description": "You are a statistics freak? We too! Here you can check all statistics!", + "required_parameters": [ + { + "name": "gameId", + "type": "STRING", + "description": "", + "default": "9576185" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get game lineup", + "api_description": "With \"Get game lineup\" you'll receive the full lineup and if it is confirmed or a forecast", + "required_parameters": [ + { + "name": "gameId", + "type": "STRING", + "description": "", + "default": "9576185" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get best player", + "api_description": "\"Get best player\" will return the best player of each team with their rating.", + "required_parameters": [ + { + "name": "gameId", + "type": "STRING", + "description": "", + "default": "9576185" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get pregame form", + "api_description": "If you're a detail hunter this is the place for you! Get the information about the last games both teams accomplished.", + "required_parameters": [ + { + "name": "gameId", + "type": "STRING", + "description": "", + "default": "9831832" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get game details", + "api_description": "With \"Get game details\" you'll get the basic information about the game you were looking for.", + "required_parameters": [ + { + "name": "gameId", + "type": "STRING", + "description": "", + "default": "9726635" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get scheduled games", + "api_description": "With \"Get scheduled games\" you'll receive all games which a scheduled for a specific date.", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "", + "default": "2021-10-15" + }, + { + "name": "sport", + "type": "STRING", + "description": "", + "default": "football" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get live games", + "api_description": "With \"Get live games\" you'll receive a full list of all live games with their current status and score.", + "required_parameters": [ + { + "name": "sport", + "type": "STRING", + "description": "", + "default": "football" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get countries by sport", + "api_description": "With \"Get countries by sport\" you'll receive all countries with specific sport ids which ever supports the sport you've searched.", + "required_parameters": [ + { + "name": "sport", + "type": "STRING", + "description": "", + "default": "ice-hockey" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get number of games today", + "api_description": "With \"Get number of games today\" you'll receive all sports we support, how many games are today and how many of them are live.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "ViperScore", + "api_name": "Get all competitions", + "api_description": "With \"Get all competitions\" you'll receive a list with top competitions (like NFL, Premier League, ...) and all competitions from every sport.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a sports enthusiast, and I want to know the number of games scheduled for today in different sports. Can you provide me with this information? Additionally, I would like to know the countries that support the sport of ice hockey. Please include the list of countries as well.", + "relevant APIs": [ + [ + "ViperScore", + "Get number of games today" + ], + [ + "ViperScore", + "Get countries by sport" + ] + ], + "query_id": 60936 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Full Stock Price", + "api_description": "This endpoint returns a stock price.", + "required_parameters": [ + { + "name": "period", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "to", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Upgrade Downgrade History", + "api_description": "This endpoint returns a Upgrade Downgrade History.", + "required_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "Date format: yyyy-mm-dd", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "Date format: yyyy-mm-dd", + "default": "" + }, + { + "name": "symbol", + "type": "STRING", + "description": "ticker... i.e: TSLA", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "period", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "calendar Events", + "api_description": "Calendar Events of a particular stock", + "required_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "Date format: yyyy-mm-dd", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "Date format: yyyy-mm-dd", + "default": "" + }, + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "period", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Earnings", + "api_description": "This endpoint returns the company earnings.", + "required_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "Date format: yyyy-mm-dd", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "Date format: yyyy-mm-dd", + "default": "" + }, + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "period", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Balansheet/Financials", + "api_description": "This endpoint returns a company/ stock financials", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "Date", + "default": "" + }, + { + "name": "to", + "type": "STRING", + "description": "Date", + "default": "" + }, + { + "name": "symbol", + "type": "STRING", + "description": "i.e: TSLA", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "period", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Conversion Rates", + "api_description": "This endpoint returns conversion rates for any currency.", + "required_parameters": [ + { + "name": "conversion", + "type": "STRING", + "description": "Values Accepted:\neur-usd, usd-jpy, gbp-usd, usd-chf, aud-usd, usd-cad, nzd-usd, eur-jpy, eur-chf, eur-gbp, gbp-jpy, chf-jpy, aud-jpy, eur-aud, eur-cad, aud-cad, cad-jpy, nzd-jpy, aud-nzd, gbp-cad, gbp-nzd, gbp-aud, usd-hkd, usd-sgd, usd-try, usd-mxn, usd-zar, usd-inr, usd-cnh, usd-idr, usd-thb, usd-php, usd-myr, usd-vnd, usd-krw, usd-sar, usd-aed, usd-qar, usd-omr, usd-bhd, usd-kes, usd-egp, usd-ngn, usd-ghs, usd-xaf, usd-xof, usd-zmw, usd-ugx, usd-tzs, usd-mad, usd-dzd, usd-tnd, usd-lyd, usd-mru, usd-bsd, usd-bbd, usd-jmd, usd-xcd, usd-awg, usd-bob, usd-crc, usd-dop, usd-gtq, usd-hnl, usd-htg, usd-jpy-otc, eur-usd-otc, usd-cny-otc, usd-chf-otc, usd-huf, usd-pen, usd-ils, usd-ars, usd-clp, usd-cop, usd-pab, usd-pyg, usd-uyu, usd-ves, usd-brl, usd-rub, usd-uaa, usd-kzt, usd-azn, usd-gea, usd-try-otc, usd-byn, usd-uah, usd-mnt, usd-uzs, usd-gel, usd-mzn, usd-xdr, xpt-usd, xpd-usd, xau-usd, xag-usd", + "default": "" + }, + { + "name": "period", + "type": "STRING", + "description": "String: Period of time, window size. Default P1M (1 month). Valid values: P1D, P1W, P1M, P3M, P6M, P1Y, P5Y, MAX.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "interval", + "type": "STRING", + "description": "Interval between results. Default P1D (1 day). Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT5H, P1D, P1W, P1M.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "YH Historical", + "api_description": "This endpoint returns the history of a public stock.", + "required_parameters": [ + { + "name": "edate", + "type": "STRING", + "description": "// End Date", + "default": "" + }, + { + "name": "sdate", + "type": "STRING", + "description": "// Start Date\nformat: yyyyy-mm-dd", + "default": "" + }, + { + "name": "ticker", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Summary Detail", + "api_description": "This endpoint returns full detail of any public stock", + "required_parameters": [ + { + "name": "ticker", + "type": "STRING", + "description": "i.e: TSLA", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Stock Price", + "api_description": "This endpoint retrieves a price with details for any public stock.", + "required_parameters": [ + { + "name": "ticker", + "type": "STRING", + "description": "i.e: TSLA", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "YH Finance Complete", + "api_name": "Currency Converter", + "api_description": "Looking for a fast and reliable currency converter? Our API endpoint has got you covered! With just a few lines of code, you can easily integrate our endpoint into your application and start converting currencies in no time. Say goodbye to the hassle of manual calculations and let our endpoint handle it all for you. \n\nTry it out today and experience the convenience and efficiency of our currency converter API endpoint.", + "required_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "i.e: JPY", + "default": "JPY" + }, + { + "name": "amount", + "type": "STRING", + "description": "", + "default": "1254" + }, + { + "name": "from", + "type": "STRING", + "description": "i.e: USD", + "default": "USD" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "Can you retrieve the stock price and details for the symbol GOOGL? Also, fetch the conversion rate from USD to JPY for an amount of 1254.", + "relevant APIs": [ + [ + "YH Finance Complete", + "Stock Price" + ], + [ + "YH Finance Complete", + "Currency Converter" + ] + ], + "query_id": 61654 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Stock ownership", + "api_description": "Provides current stock ownership information.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "MSFT" + }, + { + "name": "includeCurrentQuarter", + "type": "BOOLEAN", + "description": "", + "default": "true" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "date": "str", + "lastInvestorsHolding": "int", + "investorsHoldingChange": "int", + "numberOf13Fshares": "int", + "lastNumberOf13Fshares": "int", + "numberOf13FsharesChange": "int", + "totalInvested": "int", + "lastTotalInvested": "int", + "totalInvestedChange": "int", + "ownershipPercent": "float", + "lastOwnershipPercent": "float", + "ownershipPercentChange": "float", + "newPositions": "int", + "lastNewPositions": "int", + "newPositionsChange": "int", + "increasedPositions": "int", + "lastIncreasedPositions": "int", + "increasedPositionsChange": "int", + "closedPositions": "int", + "lastClosedPositions": "int", + "closedPositionsChange": "int", + "reducedPositions": "int", + "lastReducedPositions": "int", + "reducedPositionsChange": "int", + "totalCalls": "int", + "lastTotalCalls": "int", + "totalCallsChange": "int", + "totalPuts": "int", + "lastTotalPuts": "int", + "totalPutsChange": "int", + "putCallRatio": "float", + "lastPutCallRatio": "float", + "putCallRatioChange": "float" + } + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Holder", + "api_description": "Provides information about the current holder structure.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Executives", + "api_description": "Provides information about the current composition of executives", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "MSFT" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "name": "str", + "pay": "str", + "currencyPay": "str", + "yearBorn": "str", + "titleSince": "NoneType" + } + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Shares float", + "api_description": "Provides the amount of current shares float.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "MSFT" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "date": "str", + "freeFloat": "float", + "floatShares": "int", + "outstandingShares": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Profile", + "api_description": "Provides company data e.g. sector, industry, location, executives...", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "AAPL" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "price": "float", + "beta": "float", + "volAvg": "float", + "mktCap": "float", + "lastDiv": "float", + "range": "str", + "changes": "float", + "companyName": "str", + "currency": "str", + "cik": "str", + "isin": "str", + "cusip": "str", + "exchange": "str", + "exchangeShortName": "str", + "industry": "str", + "website": "str", + "description": "str", + "ceo": "str", + "sector": "str", + "country": "str", + "fullTimeEmployees": "str", + "phone": "str", + "address": "str", + "city": "str", + "state": "str", + "zip": "str", + "dcfDiff": "float", + "dcf": "float" + } + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Income", + "api_description": "Provides either annual or quarterly income statements of an single stock company.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "PG" + }, + { + "name": "period", + "type": "STRING", + "description": "", + "default": "quarter" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "date": "str", + "period": "str", + "reportedCurrency": "str", + "calendarYear": "int", + "revenue": "int", + "costOfRevenue": "int", + "grossProfit": "int", + "grossProfitRatio": "float", + "researchAndDevelopmentExpenses": "int", + "generalAndAdministrativeExpenses": "int", + "sellingAndMarketingExpenses": "int", + "sellingGeneralAndAdministrativeExpenses": "int", + "otherExpenses": "int", + "operatingExpenses": "int", + "costAndExpenses": "int", + "interestExpense": "int", + "depreciationAndAmortization": "int", + "ebitda": "int", + "ebitdaratio": "float", + "operatingIncome": "int", + "operatingIncomeRatio": "float", + "totalOtherIncomeExpensesNet": "int", + "incomeBeforeTax": "int", + "incomeBeforeTaxRatio": "float", + "incomeTaxExpense": "int", + "netIncome": "int", + "netIncomeRatio": "float", + "eps": "float", + "epsdiluted": "float", + "weightedAverageShsOut": "int", + "weightedAverageShsOutDil": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Cashflow", + "api_description": "Provides either annual or quarterly cash flow statements of an single stock company.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "TSLA" + }, + { + "name": "period", + "type": "STRING", + "description": "", + "default": "quarter" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"date\": \"str\", \"period\": \"str\", \"reportedCurrency\": \"str\", \"calendarYear\": \"int\", \"netIncome\": \"int\", \"depreciationAndAmortization\": \"int\", \"deferredIncomeTax\": \"int\", \"stockBasedCompensation\": \"int\", \"changeInWorkingCapital\": \"int\", \"accountsReceivables\": \"int\", \"inventory\": \"int\", \"accountsPayables\": \"int\", \"otherWorkingCapital\": \"int\", \"otherNonCashItems\": \"int\", \"netCashProvidedByOperatingActivites\": \"NoneType\", \"investmentsInPropertyPlantAndEquipment\": \"int\", \"acquisitionsNet\": \"int\", \"purchasesOfInvestments\": \"int\", \"salesMaturitiesOfInvestments\": \"int\", \"otherInvestingActivites\": \"int\", \"netCashUsedForInvestingActivites\": \"int\", \"debtRepayment\": \"int\", \"commonStockIssued\": \"int\", \"commonStockRepurchased\": \"int\", \"dividendsPaid\": \"int\", \"otherFinancingActivites\": \"int\", \"netCashUsedProvidedByFinancingActivities\": \"int\", \"effectOfForexChangesOnCash\": \"int\", \"netChangeInCash\": \"int\", \"cashAtEndOfPeriod\": \"int\", \"cashAtBeginningOfPeriod\": \"int\", \"operatingCashFlow\"" + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Balance", + "api_description": "Provides either annual or quarterly balance sheet statements of an single stock company.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "MSFT" + }, + { + "name": "period", + "type": "STRING", + "description": "", + "default": "quarter" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"symbol\": \"str\", \"date\": \"str\", \"period\": \"str\", \"reportedCurrency\": \"str\", \"cashAndCashEquivalents\": \"int\", \"shortTermInvestments\": \"int\", \"cashAndShortTermInvestments\": \"int\", \"netReceivables\": \"int\", \"inventory\": \"int\", \"otherCurrentAssets\": \"int\", \"totalCurrentAssets\": \"int\", \"propertyPlantEquipmentNet\": \"int\", \"goodwill\": \"int\", \"intangibleAssets\": \"int\", \"goodwillAndIntangibleAssets\": \"int\", \"longTermInvestments\": \"int\", \"taxAssets\": \"int\", \"otherNonCurrentAssets\": \"int\", \"totalNonCurrentAssets\": \"int\", \"otherAssets\": \"int\", \"totalAssets\": \"int\", \"accountPayables\": \"int\", \"shortTermDebt\": \"int\", \"taxPayables\": \"int\", \"deferredRevenue\": \"int\", \"otherCurrentLiabilities\": \"int\", \"totalCurrentLiabilities\": \"int\", \"longTermDebt\": \"int\", \"deferredRevenueNonCurrent\": \"int\", \"deferredTaxLiabilitiesNonCurrent\": \"int\", \"otherNonCurrentLiabilities\": \"int\", \"totalNonCurrentLiabilities\": \"int\", \"otherLiabilities\": \"int\", \"totalLiabilities\": \"int\", \"commonStock\": \"int\", \"preferredStock\": \"int" + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Crypto symbol", + "api_description": "Returns a list of all available crypto symbols", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Finance", + "tool_name": "Holistic Finance - Stock Data", + "api_name": "Forex symbol", + "api_description": "Returns a list of all available forex symbols", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I want to analyze the income statement and the balance sheet of Apple (AAPL) for the last quarter. Additionally, I need the current composition of executives and the amount of current shares float.", + "relevant APIs": [ + [ + "Holistic Finance - Stock Data", + "Income" + ], + [ + "Holistic Finance - Stock Data", + "Balance" + ], + [ + "Holistic Finance - Stock Data", + "Executives" + ], + [ + "Holistic Finance - Stock Data", + "Shares float" + ] + ], + "query_id": 62012 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "thefluentme", + "api_name": "Get post by id", + "api_description": "Returns a post by `post_id`. You can get the `post_id` from the `Get all posts` endpoint.", + "required_parameters": [ + { + "name": "post_id", + "type": "string", + "description": "", + "default": "P36288" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Education", + "tool_name": "thefluentme", + "api_name": "Get all posts", + "api_description": "Get a paginated list of all posts.\n\nPlease provide the following parameters in the query string\n- **page**: The page number. If no value is provided, the default value of `1` will be applied.\n- **per_page**: Posts per page. If no value is provided, the default value of `10` will be applied.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Education", + "tool_name": "thefluentme", + "api_name": "Get all languages", + "api_description": "Returns a list of all supported languages. The API supports 40 different languages and 80 different voices for the ai_reading. This is used to define the post language when a post is added. It also defines the voice for the sound file that is generated for the user to listen to.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "supported_languages": [ + { + "language_id": "int", + "language_name": "str", + "language_voice": "str", + "_list_length": 81 + } + ] + } + }, + { + "category_name": "Education", + "tool_name": "thefluentme", + "api_name": "Get language by id", + "api_description": "Returns a language by id", + "required_parameters": [ + { + "name": "language_id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "thefluentme", + "api_name": "Get score by id", + "api_description": "Returns a score by `score_id`. You can get the `score_id` from the `Get all scores` endpoint. The scale parameter defines the maximum number of points for the recording, as well as each word. This parameter is not required. The default value of 100 will be applied if the parameter is not provided.", + "required_parameters": [ + { + "name": "score_id", + "type": "string", + "description": "", + "default": "S38392182" + } + ], + "optional_parameters": [ + { + "name": "scale", + "type": "NUMBER", + "description": "", + "default": "90" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Education", + "tool_name": "thefluentme", + "api_name": "Get all scores", + "api_description": "Get a paginated list of all scores.\n\nPlease provide the following parameters in the query string\n- **page**: The page number. If no value is provided, the default value of `1` will be applied.\n- **per_page**: Scores per page. If no value is provided, the default value of `10` will be applied.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "3" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning to add a new post in a specific language. Can you fetch me the details of a language with the ID 5? I would also like to get a paginated list of all posts and the scores associated with each post.", + "relevant APIs": [ + [ + "thefluentme", + "Get language by id" + ], + [ + "thefluentme", + "Get all posts" + ], + [ + "thefluentme", + "Get all scores" + ] + ], + "query_id": 62568 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "Yandex SERP", + "api_name": "GetTaskResult [free of use]", + "api_description": "To get the result of the task just provide the **task_id** that you obtained after requesting **GetSerpAsync**. When task is not finished yet you will receive **task_status: inprogress**. For a finished task you will get **task_status: succeeded**. Check the **Example Responses** tab to see the examples. \nPossible task statuses:\n- **pending** - task is waiting for its turn\n- **inprogress** - task has been passed to the worker\n- **succeeded** - task has been finished with success\n\nUse this endpoint how much you want. **It's free of charge**!\n\nThe average **GetCompleteDataAsync** execution time is 10-40 seconds. It all depends how many tasks are in the queue.", + "required_parameters": [ + { + "name": "task_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "status": "int", + "traceId": "str", + "errors": { + "task_id": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "Monitoring", + "tool_name": "Yandex SERP", + "api_name": "GetMyTasks [free of use]", + "api_description": "Retrieves your all tasks. Use this endpoint when lost your **task_id** . Use this endpoint how much you want. **It's free of charge**!", + "required_parameters": [], + "optional_parameters": [ + { + "name": "task_status", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "description": "str", + "status": "int", + "data": "empty list" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Yandex SERP", + "api_name": "Get server time", + "api_description": "Returns server time.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Yandex SERP", + "api_name": "CancelTask [free of use]", + "api_description": "Cancels pending task. Removes task from your job queue. Use this endpoint how much you want. **It's free of charge**!", + "required_parameters": [ + { + "name": "task_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "status": "int", + "traceId": "str", + "errors": { + "task_id": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "Monitoring", + "tool_name": "Yandex SERP", + "api_name": "Get SERP [async]", + "api_description": "Creates a task that will return complete SERP data for provided domain. Using this endpoint is very simple!\n1. Make a request\n2. Grab received **task_id**\n3. Provide the **task_id** to **GetTaskResult** endpoint to get complete domain data.\n\nThe average execution time is 5-40 seconds. It all depends how many tasks are in the queue.", + "required_parameters": [ + { + "name": "domain", + "type": "ENUM", + "description": "get search results from:\n- yandex.com\n- yandex.ru\n- yandex.by\n- yandex.kz\n- yandex.uz", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "0 - first page\n1 - second page", + "default": "0" + }, + { + "name": "query", + "type": "STRING", + "description": "", + "default": "bitcoin" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "enums available:\nbe - belorussian\nde - german\nen - english\nfr - french\nid - indonesian\nkk - kazakh\nru - russian\ntr - turkish\ntt - tatar\nuk - ukrainian\n\ne.g. for multiple select: en,fr", + "default": "" + }, + { + "name": "within", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "region", + "type": "STRING", + "description": "e.g. Paris, France", + "default": "" + } + ], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "status": "int", + "traceId": "str", + "errors": { + "Domain": [ + "list of str with length 1" + ], + "Region": [ + "list of str with length 1" + ] + } + } + } + ], + "query": "I'm planning a trip to New York and I want to know the search engine results for the query 'best attractions in New York'. Can you create a task to retrieve the complete SERP data for this query? Once the task is completed, please provide me with the task ID so that I can use it to obtain the results using the 'GetTaskResult' endpoint. Additionally, I would like to specify the language as English and the region as New York.", + "relevant APIs": [ + [ + "Yandex SERP", + "Get SERP [async]" + ], + [ + "Yandex SERP", + "GetTaskResult [free of use]" + ] + ], + "query_id": 62757 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get humidty", + "api_description": "Get the humidity for the current city", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get wind speed", + "api_description": "Get the current wind speed", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get hourly forecast", + "api_description": "Get the hourly forecast", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get the forecast", + "api_description": "Get the forecast for the current city", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get current weather", + "api_description": "Gets the current weather for the inputted city name", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning a romantic getaway to a coastal town. Can you give me the current weather conditions, hourly forecast, and the forecast for the duration of our stay? It would be great to know the temperature, humidity, and wind speed for each day.", + "relevant APIs": [ + [ + "Cloud Cast", + "Get current weather" + ], + [ + "Cloud Cast", + "Get hourly forecast" + ], + [ + "Cloud Cast", + "Get the forecast" + ] + ], + "query_id": 63567 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Russian", + "api_description": "Get social media news in Russian", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Portuguese", + "api_description": "Get social media news in Portuguese", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Dutch", + "api_description": "Get social media news in Dutch", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Japanese", + "api_description": "Get social media news in Japanese", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Italian", + "api_description": "Get social media news in Italian", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Indonesian", + "api_description": "Get social media news in Indonesian", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Hindi", + "api_description": "Get social media news in Hindi", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in French", + "api_description": "Get social media news in French", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in Spanish", + "api_description": "Get social media news in Spanish", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "OneLike", + "api_name": "Social Media News in German", + "api_description": "Get social media news in German", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + } + ], + "query": "I'm interested in social media news in Dutch. Can you give me the latest updates? Additionally, I would like to know what's happening on social media in Japanese. Please keep me informed.", + "relevant APIs": [ + [ + "OneLike", + "Social Media News in Dutch" + ], + [ + "OneLike", + "Social Media News in Japanese" + ] + ], + "query_id": 63730 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Kubric: The Comprehensive Movie News API", + "api_name": "Sources", + "api_description": "Returns sources used for articles based of current tier.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "body": [ + { + "_id": "str", + "name": "str", + "urls": { + "base": "str", + "search": "str" + }, + "tier": "str", + "_list_length": 2 + } + ] + } + }, + { + "category_name": "News_Media", + "tool_name": "Kubric: The Comprehensive Movie News API", + "api_name": "Advanced Search", + "api_description": "The `/news/advanced/search` endpoint allows you to search for movie news articles by applying various filters such as date, source, type, and sentiment. It offers a versatile and customizable way to explore the latest news and updates in the movie industry.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "Superman" + } + ], + "optional_parameters": [ + { + "name": "sentiment", + "type": "STRING", + "description": "", + "default": "postive" + }, + { + "name": "maxDate", + "type": "STRING", + "description": "", + "default": "05/08/2023" + }, + { + "name": "minDate", + "type": "STRING", + "description": "", + "default": "01/01/2023" + }, + { + "name": "type", + "type": "STRING", + "description": "", + "default": "Article" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "body": { + "totalArticles": "int", + "results": [ + { + "_id": "str", + "url": "str", + "author": "str", + "img": "str", + "snippet": "str", + "source": "str", + "title": "str", + "type": "str", + "publishedDate": "str", + "sentiment": "str", + "_list_length": 1 + } + ] + } + } + }, + { + "category_name": "News_Media", + "tool_name": "Kubric: The Comprehensive Movie News API", + "api_name": "Basic Search", + "api_description": "The `/news/basic/search` endpoint allows you to search for movie news articles.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "superman" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "body": { + "totalArticles": "int", + "results": [ + { + "_id": "str", + "url": "str", + "author": "str", + "img": "str", + "snippet": "str", + "source": "str", + "title": "str", + "type": "str", + "publishedDate": "str", + "sentiment": "str", + "_list_length": 1 + } + ] + } + } + }, + { + "category_name": "News_Media", + "tool_name": "Kubric: The Comprehensive Movie News API", + "api_name": "Trending", + "api_description": "The `/trending` endpoint is a powerful feature of the Kubric Movie News API, designed to provide users with the most recent and popular movie news articles. This endpoint returns the top 50 trending movie articles, ensuring users stay up-to-date with the latest and most engaging content from the world of cinema.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Kubric: The Comprehensive Movie News API", + "api_name": "News", + "api_description": "The `/news` endpoint provides you with the most recent movie news articles, keeping you informed about the latest updates, events, and releases in the film industry. This endpoint offers a quick and easy way to stay up-to-date with the latest happenings in the movie world without any additional filters or search parameters.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "source", + "type": "STRING", + "description": "", + "default": "Hollywood Reporter" + }, + { + "name": "type", + "type": "STRING", + "description": "", + "default": "Article" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "sentiment", + "type": "STRING", + "description": "", + "default": "positive" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "body": { + "totalArticles": "int", + "results": "empty list" + } + } + } + ], + "query": "I want to explore the world of cinema and discover interesting movie news articles. Can you provide me with the top trending movie articles? Additionally, I would like to search for articles about drama movies published in the last month.", + "relevant APIs": [ + [ + "Kubric: The Comprehensive Movie News API", + "Trending" + ], + [ + "Kubric: The Comprehensive Movie News API", + "Advanced Search" + ] + ], + "query_id": 63962 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "LightningRoulletteAPI", + "api_name": "History", + "api_description": "The Histories of last 30 spins with all the details", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "LightningRoulletteAPI", + "api_name": "Get last update", + "api_description": "A JSON response with information about a single roulette spin.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "As a game developer, I need access to real-time lightning roulette game outcome data. Can you give me the history of the last 30 spins, including all the details, and also provide the latest outcome of a single roulette spin in a JSON response? This will help me create a realistic and engaging lightning roulette game.", + "relevant APIs": [ + [ + "LightningRoulletteAPI", + "History" + ], + [ + "LightningRoulletteAPI", + "Get last update" + ] + ], + "query_id": 65637 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Movie Showtimes", + "api_name": "/api/all", + "api_description": "Get all the sessions for all the available movies", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Movie Showtimes", + "api_name": "/api/information", + "api_description": "Get the sessions for the specified movie (IMDb id)", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "IMDb movie id", + "default": "tt6105098" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a movie-themed party and I need to gather all the available movies and their showtimes at Cinemas NOS. Can you provide me with the sessions for all the movies? Additionally, I would like to get more information about a specific movie with the IMDb id 'tt6105098' to create a movie trivia game.", + "relevant APIs": [ + [ + "Movie Showtimes", + "/api/all" + ], + [ + "Movie Showtimes", + "/api/information" + ] + ], + "query_id": 66018 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "Woo-temp", + "api_name": "product_category", + "api_description": "get product category", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str", + "imageUrl": "str", + "count": "int" + } + }, + { + "category_name": "Business", + "tool_name": "Woo-temp", + "api_name": "levels_category", + "api_description": "get levels category", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Woo-temp", + "api_name": "levels", + "api_description": "Get levels", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Woo-temp", + "api_name": "boxes", + "api_description": "Get all boxes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Could you provide me with the product categories and levels available on Woo-temp? I'm particularly interested in the count of products in each category and any associated messages with the levels.", + "relevant APIs": [ + [ + "Woo-temp", + "product_category" + ], + [ + "Woo-temp", + "levels" + ] + ], + "query_id": 66705 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "Wavecell SMS", + "api_name": "SMS-MT - Send SMS (GET)", + "api_description": "Send a SMS message using Wavecell HTTP GET", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "Your Wavecell Password", + "default": "" + }, + { + "name": "encoding", + "type": "STRING", + "description": "The encoding format of the message", + "default": "ASCII" + }, + { + "name": "subaccountid", + "type": "STRING", + "description": "Your Wavecell Sub Account ID", + "default": "" + }, + { + "name": "destination", + "type": "STRING", + "description": "The destination phone number (MSISDN) to send to. This must be in international format without \"+\" such as 33123456789. 33 is the country code and 123456789 is the mobile number", + "default": "" + }, + { + "name": "body", + "type": "STRING", + "description": "The message text", + "default": "" + }, + { + "name": "source", + "type": "STRING", + "description": "This is the sender Id the message will appear from, TPOA. Only available on agreed routes with your account manager.", + "default": "" + }, + { + "name": "accountid", + "type": "STRING", + "description": "Your Wavecell Account ID", + "default": "" + }, + { + "name": "scheduleddatetime", + "type": "STRING", + "description": "Specify this if you wish to schedule your message up to 7 days in advance, to be specified in UTC Time. Specify this parameter blank if you do not want to schedule your message. SET 0 IF NOT REQUIRED", + "default": "" + }, + { + "name": "umid", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "Wavecell SMS", + "api_name": "Get delivery status", + "api_description": "This API should be used to retrieve the current delivery status of a message sent using Wavecell.", + "required_parameters": [ + { + "name": "AccountID", + "type": "STRING", + "description": "Your Wavecell Accountid", + "default": "" + }, + { + "name": "Subaccountid", + "type": "STRING", + "description": "Your Wavecell subaccountid", + "default": "" + }, + { + "name": "Password", + "type": "STRING", + "description": "Your Wavecell password", + "default": "" + }, + { + "name": "umid", + "type": "STRING", + "description": "The Unique Message ID of the SMS for which you want to retrieve the delivery status", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I would like to send an SMS to my friend +11112222333. The message should say 'Congratulations on your promotion!'. Additionally, I need to schedule this message to be sent next week. Can you please confirm the delivery status of this message using the unique message ID?", + "relevant APIs": [ + [ + "Wavecell SMS", + "SMS-MT - Send SMS (GET)" + ], + [ + "Wavecell SMS", + "Get delivery status" + ] + ], + "query_id": 67007 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Trinidad Covid 19 Statistics", + "api_name": "getMostRecentDay", + "api_description": "This endpoint fetches the most recent Trinidad & Tobago Covid 19 statistics. It returns data for that specific day alone.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"str\", \"latestVax2SinoAZPf\": \"int\", \"latestActive\": \"int\", \"lastDeath\": \"int\", \"latestState\": \"int\", \"lastActive\": \"int\", \"changeStepDown\": \"int\", \"update\": \"str\", \"lastTest\": \"int\", \"lastVax2SinoAZPf\": \"int\", \"lastState\": \"int\", \"latestHomeIso\": \"int\", \"changeActive\": \"int\", \"changeTest\": \"int\", \"latestHospital\": \"int\", \"changeHomeIso\": \"int\", \"changeTotalPos\": \"int\", \"latestRecovery\": \"int\", \"lastStepDown\": \"int\", \"lastVax2\": \"int\", \"changeVax3\": \"int\", \"latestDeath\": \"int\", \"lastVax1\": \"int\", \"lastRecovery\": \"int\", \"changeVax1\": \"int\", \"changeVax2\": \"int\", \"latestVax1\": \"int\", \"changeVax2SinoAZPf\": \"int\", \"latestVax2\": \"int\", \"latestStepDown\": \"int\", \"latestVax3\": \"int\", \"lastHomeIso\": \"int\", \"lastVax3\": \"int\", \"changeVax2JJ\": \"int\", \"latestVax2JJ\": \"int\", \"lastVax2JJ\": \"int\", \"latestPos\": \"int\", \"lastHospital\": \"int\", \"changeHospital\": \"int\", \"lastTotalPos\": \"int\", \"population\": \"int\", \"lastPos\": \"int\", \"timeStamp\": \"str\", \"latestTotalPos\": \"int\", \"latestTest\": \"int\", \"chang" + }, + { + "category_name": "Data", + "tool_name": "Trinidad Covid 19 Statistics", + "api_name": "getStatsbyDay", + "api_description": "This endpoint fetches Trinidad & Tobago Covid 19 statistics by day. For a valid response, the months are input as \"01\" or \"12\" and not the actual month name such as \"January\" or \"December\". Th e days are entered in the similar format as months ie \"01\" -\"31\" and not actual days such as \"Thursday\" or \"Monday\",", + "required_parameters": [ + { + "name": "yearId", + "type": "string", + "description": "", + "default": "2022" + }, + { + "name": "monthId", + "type": "string", + "description": "", + "default": "01" + }, + { + "name": "dayId", + "type": "string", + "description": "", + "default": "15" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"str\", \"latestVax2SinoAZPf\": \"int\", \"lastDeath\": \"int\", \"latestActive\": \"int\", \"latestState\": \"int\", \"lastActive\": \"int\", \"changeStepDown\": \"int\", \"update\": \"str\", \"lastTest\": \"int\", \"lastState\": \"int\", \"lastVax2SinoAZPf\": \"int\", \"changeTest\": \"int\", \"changeActive\": \"int\", \"latestHomeIso\": \"int\", \"latestHospital\": \"int\", \"changeHomeIso\": \"int\", \"changeTotalPos\": \"int\", \"latestRecovery\": \"int\", \"lastStepDown\": \"int\", \"lastVax2\": \"int\", \"changeVax3\": \"int\", \"latestDeath\": \"int\", \"lastVax1\": \"int\", \"lastRecovery\": \"int\", \"changeVax1\": \"int\", \"changeVax2\": \"int\", \"latestVax1\": \"int\", \"latestVax2\": \"int\", \"changeVax2SinoAZPf\": \"int\", \"latestStepDown\": \"int\", \"latestVax3\": \"int\", \"lastHomeIso\": \"int\", \"lastVax3\": \"int\", \"changeVax2JJ\": \"int\", \"latestVax2JJ\": \"int\", \"lastVax2JJ\": \"int\", \"lastHospital\": \"int\", \"latestPos\": \"int\", \"changeHospital\": \"int\", \"lastTotalPos\": \"int\", \"population\": \"int\", \"lastPos\": \"int\", \"timeStamp\": \"str\", \"latestTotalPos\": \"int\", \"latestTest\": \"int\", \"chang" + }, + { + "category_name": "Data", + "tool_name": "Trinidad Covid 19 Statistics", + "api_name": "getStatsbyYear", + "api_description": "This endpoint delivers Trinidad & Tobago Covid 19 statistics by year. For a valid response, the beginning year is 2020 and the latest year is the current year.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "2020" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"str\", \"cases\": {\"1-April\": \"int\", \"2-April\": \"int\", \"3-April\": \"int\", \"4-April\": \"int\", \"5-April\": \"int\", \"6-April\": \"int\", \"7-April\": \"int\", \"8-April\": \"int\", \"9-April\": \"int\", \"10-April\": \"int\", \"11-April\": \"int\", \"13-April\": \"int\", \"12-April\": \"int\", \"14-April\": \"int\", \"16-April\": \"int\", \"15-April\": \"int\", \"17-April\": \"int\", \"18-April\": \"int\", \"19-April\": \"int\", \"20-April\": \"int\", \"21-April\": \"int\", \"22-April\": \"int\", \"23-April\": \"int\", \"24-April\": \"int\", \"25-April\": \"int\", \"26-April\": \"int\", \"27-April\": \"int\", \"28-April\": \"int\", \"29-April\": \"int\", \"30-April\": \"int\"}, \"deaths\": {\"1-April\": \"int\", \"2-April\": \"int\", \"3-April\": \"int\", \"4-April\": \"int\", \"5-April\": \"int\", \"7-April\": \"int\", \"6-April\": \"int\", \"8-April\": \"int\", \"9-April\": \"int\", \"10-April\": \"int\", \"11-April\": \"int\", \"12-April\": \"int\", \"13-April\": \"int\", \"14-April\": \"int\", \"15-April\": \"int\", \"16-April\": \"int\", \"17-April\": \"int\", \"18-April\": \"int\", \"19-April\": \"int\", \"20-April\": \"int\", \"21-April\": \"int\", \"22-April\": \"" + }, + { + "category_name": "Data", + "tool_name": "Trinidad Covid 19 Statistics", + "api_name": "getStatsbyMonth", + "api_description": "This endpoint fetches Trinidad & Tobago Covid 19 statistics by month. For a valid response, the months are input as \"01\" or \"12\" and not the actual month name such as \"January\" or \"December\".", + "required_parameters": [ + { + "name": "yearId", + "type": "string", + "description": "", + "default": "2022" + }, + { + "name": "monthId", + "type": "string", + "description": "", + "default": "01" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"str\", \"latestVax2SinoAZPf\": \"int\", \"latestActive\": \"int\", \"lastDeath\": \"int\", \"latestState\": \"int\", \"lastActive\": \"int\", \"changeStepDown\": \"int\", \"update\": \"str\", \"lastTest\": \"int\", \"lastState\": \"int\", \"lastVax2SinoAZPf\": \"int\", \"changeActive\": \"int\", \"changeTest\": \"int\", \"latestHomeIso\": \"int\", \"latestHospital\": \"int\", \"changeHomeIso\": \"int\", \"changeTotalPos\": \"int\", \"latestRecovery\": \"int\", \"lastStepDown\": \"int\", \"lastVax2\": \"int\", \"changeVax3\": \"int\", \"lastVax1\": \"int\", \"latestDeath\": \"int\", \"lastRecovery\": \"int\", \"changeVax1\": \"int\", \"changeVax2\": \"int\", \"latestVax1\": \"int\", \"changeVax2SinoAZPf\": \"int\", \"latestVax2\": \"int\", \"latestVax3\": \"int\", \"latestStepDown\": \"int\", \"lastHomeIso\": \"int\", \"lastVax3\": \"int\", \"changeVax2JJ\": \"int\", \"latestVax2JJ\": \"int\", \"lastVax2JJ\": \"int\", \"lastHospital\": \"int\", \"latestPos\": \"int\", \"changeHospital\": \"int\", \"lastTotalPos\": \"int\", \"lastPos\": \"int\", \"population\": \"int\", \"timeStamp\": \"str\", \"latestTest\": \"int\", \"latestTotalPos\": \"int\", \"chang" + } + ], + "query": "My company is planning a business trip to Trinidad and Tobago, and we need to assess the Covid-19 situation there. Can you provide us with the most recent Covid-19 statistics for Trinidad and Tobago? Additionally, we also require the Covid-19 statistics for a specific day, such as January 15, 2022. Please fetch the number of active cases, deaths, recoveries, and total positive cases for that day.", + "relevant APIs": [ + [ + "Trinidad Covid 19 Statistics", + "getMostRecentDay" + ], + [ + "Trinidad Covid 19 Statistics", + "getStatsbyDay" + ] + ], + "query_id": 67522 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Pet Store", + "api_name": "loginUser", + "api_description": "", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Pet Store", + "api_name": "getUserByName", + "api_description": "", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Pet Store", + "api_name": "logoutUser", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Pet Store", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Pet Store", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Pet Store", + "api_name": "getInventory", + "api_description": "Returns a map of status codes to quantities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "sold": "int", + "string": "int", + "pending": "int", + "available": "int" + } + } + ], + "query": "I would like to know the inventory status of the Pet Store. Additionally, provide me with the user details for the username 'johndoe'.", + "relevant APIs": [ + [ + "Pet Store", + "getInventory" + ], + [ + "Pet Store", + "getUserByName" + ] + ], + "query_id": 67966 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Domain SEO Analysis", + "api_name": "Domain SEO Analysis", + "api_description": "Get popular SEO metrics for a given domain name", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "apify.com" + } + ], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Specify the proxy location for the search. Supported countries. 'US', 'CA', 'IE', 'GB', 'FR', 'DE', 'SE', 'IN', 'JP', 'KR', 'SG', 'AU', 'BR'", + "default": "us" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Domain SEO Analysis", + "api_name": "SERP Analysis", + "api_description": "SERP Analysis aka keyword overview. Discover thousands of great keyword ideas, analyze their ranking difficulty and calculate their traffic potential.", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "", + "default": "prenatal vitamins" + } + ], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Specify the proxy location for the search. Supported countries. 'US', 'CA', 'IE', 'GB', 'FR', 'DE', 'SE', 'IN', 'JP', 'KR', 'SG', 'AU', 'BR'", + "default": "us" + } + ], + "method": "GET" + } + ], + "query": "I'm a blogger and I want to optimize my website for better search engine rankings. Can you analyze the SEO metrics for my blog's domain 'myblogwebsite.com' and suggest some high-performing keywords?", + "relevant APIs": [ + [ + "Domain SEO Analysis", + "Domain SEO Analysis" + ], + [ + "Domain SEO Analysis", + "SERP Analysis" + ] + ], + "query_id": 68221 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Gis Engine", + "api_name": "Get districts", + "api_description": "Get districts by providing the country code, region code and city number\n\n- country_code can be fetch from Get Countries endpoint\n- region_code can be fetch from Get Regions endpoint\n- city_num can be fetch from the Get Cities endpoint", + "required_parameters": [ + { + "name": "city_num", + "type": "string", + "description": "", + "default": "151245" + }, + { + "name": "region_code", + "type": "string", + "description": "", + "default": "pam" + }, + { + "name": "country_code", + "type": "string", + "description": "", + "default": "ph" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "metadata": { + "totalCount": "int", + "country_code": "str", + "region_code": "str", + "num_code": "str", + "region_name": "str", + "country_name": "str" + }, + "data": [ + { + "name": "str", + "region_code": "str", + "country_code": "str", + "num_code": "int", + "type": "str", + "_list_length": 33 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Gis Engine", + "api_name": "Get cities", + "api_description": "Get cities by providing the country code and region code\n\n- country_code can be fetch from Get Countries endpoint\n- region_code can be fetch from Get Regions endpoint", + "required_parameters": [ + { + "name": "region_code", + "type": "string", + "description": "", + "default": "abr" + }, + { + "name": "country_code", + "type": "string", + "description": "", + "default": "ph" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Gis Engine", + "api_name": "Get region details", + "api_description": "Get the region details by providing the country code and region code", + "required_parameters": [ + { + "name": "region_code", + "type": "string", + "description": "", + "default": "abr" + }, + { + "name": "country_code", + "type": "string", + "description": "", + "default": "ph" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Gis Engine", + "api_name": "Get regions", + "api_description": "Get regions per country\n\n- country_code can be fetch from Get Countries endpoint.", + "required_parameters": [ + { + "name": "country_code", + "type": "string", + "description": "", + "default": "ph" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Gis Engine", + "api_name": "Get country details", + "api_description": "Get the country details by providing the country code (2 letter code)", + "required_parameters": [ + { + "name": "country_code", + "type": "string", + "description": "", + "default": "ph" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Gis Engine", + "api_name": "Get all countries", + "api_description": "Get all supported countries", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Gis Engine", + "api_name": "Health Check", + "api_description": "Provide a way to test connectivity to API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I am curious about the Philippines. Can you give me information about the regions in the country? Also, provide the cities in the region of Abra and the districts in the city with the code 151245 in Pamplona. Please include the country code 'ph' in the request.", + "relevant APIs": [ + [ + "Gis Engine", + "Get regions" + ], + [ + "Gis Engine", + "Get cities" + ], + [ + "Gis Engine", + "Get districts" + ], + [ + "Gis Engine", + "Get country details" + ] + ], + "query_id": 68327 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Cek ID PLN PASCA DAN PRA BAYAR", + "api_name": "Get Data ID Pelanggan Tagihan PLN / PASCA BAYAR", + "api_description": "GET Data Pelanggan Tagihan PLN / PLN PASCA BAYAR /Postpaid\n- masukan id PLN di form id", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "532411286263" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "data": { + "meter_number": "str", + "subscriber_name": "str", + "Daya": "str", + "Periode": "str", + "Denda": "int", + "Admin": "int", + "Tagihan": "int", + "stand_meter": "str" + } + } + }, + { + "category_name": "Data", + "tool_name": "Cek ID PLN PASCA DAN PRA BAYAR", + "api_name": "GET Data ID Pelanggan Token PLN", + "api_description": "GET Data Pelanggan Token PLN / PLN PRA BAYAR\n- masukan id PLN di form id", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "56213840202" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "data": { + "meter_number": "str", + "subscriber_id": "str", + "subscriber_name": "str", + "segment_power": "str" + } + } + } + ], + "query": "Could you assist me in retrieving the data for my PLN postpaid account? The ID is '532411286263'. Also, I want to check the token details for my prepaid PLN account. The ID is '56213840202'.", + "relevant APIs": [ + [ + "Cek ID PLN PASCA DAN PRA BAYAR", + "Get Data ID Pelanggan Tagihan PLN / PASCA BAYAR" + ], + [ + "Cek ID PLN PASCA DAN PRA BAYAR", + "GET Data ID Pelanggan Token PLN" + ] + ], + "query_id": 68335 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "game", + "api_description": "Query Baseball games, teams, scores etc...", + "required_parameters": [ + { + "name": "gamePk", + "type": "STRING", + "description": "Enter a game ID - can be found in the schedule endpoint", + "default": "633282" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"meta\": {\"version\": \"str\", \"status\": \"int\"}, \"results\": {\"game\": {\"pk\": \"int\", \"type\": \"str\", \"doubleHeader\": \"str\", \"id\": \"str\", \"gamedayType\": \"str\", \"tiebreaker\": \"str\", \"gameNumber\": \"int\", \"calendarEventID\": \"str\", \"season\": \"str\", \"seasonDisplay\": \"str\"}, \"datetime\": {\"dateTime\": \"str\", \"originalDate\": \"str\", \"officialDate\": \"str\", \"dayNight\": \"str\", \"time\": \"str\", \"ampm\": \"str\"}, \"status\": {\"abstractGameState\": \"str\", \"codedGameState\": \"str\", \"detailedState\": \"str\", \"statusCode\": \"str\", \"startTimeTBD\": \"bool\", \"abstractGameCode\": \"str\"}, \"teams\": {\"away\": {\"springLeague\": {\"id\": \"int\", \"name\": \"str\", \"abbreviation\": \"str\"}, \"allStarStatus\": \"str\", \"id\": \"int\", \"name\": \"str\", \"season\": \"int\", \"venue\": {\"id\": \"int\", \"name\": \"str\"}, \"springVenue\": {\"id\": \"int\"}, \"teamCode\": \"str\", \"fileCode\": \"str\", \"abbreviation\": \"str\", \"teamName\": \"str\", \"locationName\": \"str\", \"firstYearOfPlay\": \"str\", \"league\": {\"id\": \"int\", \"name\": \"str\"}, \"division\": {\"id\": \"int\", \"name\": \"str\"}, \"sport\": {\"" + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "game-playbyplay/{gamePk}", + "api_description": "Query Baseball games, teams, scores etc...", + "required_parameters": [ + { + "name": "gamePk", + "type": "STRING", + "description": "Enter a game ID - can be found in the schedule endpoint", + "default": "633282" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"meta\": {\"version\": \"str\", \"status\": \"int\"}, \"results\": {\"allPlays\": [{\"result\": {\"type\": \"str\", \"event\": \"str\", \"eventType\": \"str\", \"description\": \"str\", \"rbi\": \"int\", \"awayScore\": \"int\", \"homeScore\": \"int\", \"isOut\": \"bool\"}, \"about\": {\"atBatIndex\": \"int\", \"halfInning\": \"str\", \"isTopInning\": \"bool\", \"inning\": \"int\", \"startTime\": \"str\", \"endTime\": \"str\", \"isComplete\": \"bool\", \"isScoringPlay\": \"bool\", \"hasReview\": \"bool\", \"hasOut\": \"bool\", \"captivatingIndex\": \"int\"}, \"count\": {\"balls\": \"int\", \"strikes\": \"int\", \"outs\": \"int\"}, \"matchup\": {\"batter\": {\"id\": \"int\", \"fullName\": \"str\"}, \"batSide\": {\"code\": \"str\", \"description\": \"str\"}, \"pitcher\": {\"id\": \"int\", \"fullName\": \"str\"}, \"pitchHand\": {\"code\": \"str\", \"description\": \"str\"}, \"batterHotColdZones\": \"empty list\", \"pitcherHotColdZones\": \"empty list\", \"splits\": {\"batter\": \"str\", \"pitcher\": \"str\", \"menOnBase\": \"str\"}}, \"pitchIndex\": {\"1\": \"int\"}, \"actionIndex\": {\"1\": \"int\", \"2\": \"int\"}, \"runnerIndex\": \"empty list\", \"runners\": [{\"movement\": {" + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "game-matrix/{gamePk}", + "api_description": "Query Baseball scores, stats, betting information etc...", + "required_parameters": [ + { + "name": "gamePk", + "type": "STRING", + "description": "Enter a game ID - can be found in the schedule endpoint", + "default": "633282" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"meta\": {\"version\": \"str\", \"status\": \"int\"}, \"results\": {\"game\": {\"gamePk\": \"int\", \"gameType\": \"str\", \"season\": \"str\", \"gameDate\": \"str\", \"officialDate\": \"str\", \"status\": {\"abstractGameState\": \"str\", \"codedGameState\": \"str\", \"detailedState\": \"str\", \"statusCode\": \"str\", \"startTimeTBD\": \"bool\", \"abstractGameCode\": \"str\"}, \"teams\": {\"away\": {\"leagueRecord\": {\"wins\": \"int\", \"losses\": \"int\", \"pct\": \"str\"}, \"score\": \"int\", \"team\": {\"id\": \"int\", \"name\": \"str\"}, \"isWinner\": \"bool\", \"probablePitcher\": {\"id\": \"int\", \"fullName\": \"str\"}, \"splitSquad\": \"bool\", \"seriesNumber\": \"int\"}, \"home\": {\"leagueRecord\": {\"wins\": \"int\", \"losses\": \"int\", \"pct\": \"str\"}, \"score\": \"int\", \"team\": {\"id\": \"int\", \"name\": \"str\"}, \"isWinner\": \"bool\", \"probablePitcher\": {\"id\": \"int\", \"fullName\": \"str\"}, \"splitSquad\": \"bool\", \"seriesNumber\": \"int\"}}, \"venue\": {\"id\": \"int\", \"name\": \"str\"}, \"content\": \"empty list\", \"isTie\": \"bool\", \"gameNumber\": \"int\", \"publicFacing\": \"bool\", \"doubleHeader\": \"str\", \"gamedayType\": \"str\", \"ti" + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "game-probability/{gamePk}", + "api_description": "Query Baseball probability data.", + "required_parameters": [ + { + "name": "gamePk", + "type": "STRING", + "description": "Enter a game ID - can be found in the schedule endpoint", + "default": "633282" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"meta\": {\"version\": \"str\", \"status\": \"int\"}, \"results\": [{\"result\": {\"type\": \"str\", \"event\": \"str\", \"eventType\": \"str\", \"description\": \"str\", \"rbi\": \"int\", \"awayScore\": \"int\", \"homeScore\": \"int\", \"isOut\": \"bool\"}, \"about\": {\"atBatIndex\": \"int\", \"halfInning\": \"str\", \"isTopInning\": \"bool\", \"inning\": \"int\", \"startTime\": \"str\", \"endTime\": \"str\", \"isComplete\": \"bool\", \"isScoringPlay\": \"bool\", \"hasReview\": \"bool\", \"hasOut\": \"bool\", \"captivatingIndex\": \"int\"}, \"count\": {\"balls\": \"int\", \"strikes\": \"int\", \"outs\": \"int\"}, \"matchup\": {\"batter\": {\"id\": \"int\", \"fullName\": \"str\"}, \"batSide\": {\"code\": \"str\", \"description\": \"str\"}, \"pitcher\": {\"id\": \"int\", \"fullName\": \"str\"}, \"pitchHand\": {\"code\": \"str\", \"description\": \"str\"}, \"batterHotColdZones\": \"empty list\", \"pitcherHotColdZones\": \"empty list\", \"splits\": {\"batter\": \"str\", \"pitcher\": \"str\", \"menOnBase\": \"str\"}}, \"pitchIndex\": {\"1\": \"int\"}, \"actionIndex\": {\"1\": \"int\", \"2\": \"int\"}, \"runnerIndex\": \"empty list\", \"runners\": [{\"movement\": {\"originBase\":" + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "game-boxscore/{gamePk}", + "api_description": "Query Baseball games, teams, scores etc...", + "required_parameters": [ + { + "name": "gamePk", + "type": "STRING", + "description": "Enter a game ID - can be found in the schedule endpoint", + "default": "633282" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"meta\": {\"version\": \"str\", \"status\": \"int\"}, \"results\": {\"away\": {\"team\": {\"springLeague\": {\"id\": \"int\", \"name\": \"str\", \"abbreviation\": \"str\"}, \"allStarStatus\": \"str\", \"id\": \"int\", \"name\": \"str\", \"season\": \"int\", \"venue\": {\"id\": \"int\", \"name\": \"str\"}, \"springVenue\": {\"id\": \"int\"}, \"teamCode\": \"str\", \"fileCode\": \"str\", \"abbreviation\": \"str\", \"teamName\": \"str\", \"locationName\": \"str\", \"firstYearOfPlay\": \"str\", \"league\": {\"id\": \"int\", \"name\": \"str\"}, \"division\": {\"id\": \"int\", \"name\": \"str\"}, \"sport\": {\"id\": \"int\", \"name\": \"str\"}, \"shortName\": \"str\", \"record\": {\"gamesPlayed\": \"int\", \"wildCardGamesBack\": \"str\", \"leagueGamesBack\": \"str\", \"springLeagueGamesBack\": \"str\", \"sportGamesBack\": \"str\", \"divisionGamesBack\": \"str\", \"conferenceGamesBack\": \"str\", \"leagueRecord\": {\"wins\": \"int\", \"losses\": \"int\", \"ties\": \"int\", \"pct\": \"str\"}, \"records\": \"empty list\", \"divisionLeader\": \"bool\", \"wins\": \"int\", \"losses\": \"int\", \"winningPercentage\": \"str\"}, \"franchiseName\": \"str\", \"clubName\": \"str\", \"active\": \"" + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "schedule", + "api_description": "Baseball schedule", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"meta\": {\"version\": \"str\", \"status\": \"int\"}, \"results\": [{\"gamePk\": \"int\", \"gameType\": \"str\", \"season\": \"str\", \"gameDate\": \"str\", \"officialDate\": \"str\", \"status\": {\"abstractGameState\": \"str\", \"codedGameState\": \"str\", \"detailedState\": \"str\", \"statusCode\": \"str\", \"startTimeTBD\": \"bool\", \"abstractGameCode\": \"str\"}, \"teams\": {\"away\": {\"leagueRecord\": {\"wins\": \"int\", \"losses\": \"int\", \"pct\": \"str\"}, \"score\": \"int\", \"team\": {\"id\": \"int\", \"name\": \"str\"}, \"splitSquad\": \"bool\", \"seriesNumber\": \"int\"}, \"home\": {\"leagueRecord\": {\"wins\": \"int\", \"losses\": \"int\", \"pct\": \"str\"}, \"score\": \"int\", \"team\": {\"id\": \"int\", \"name\": \"str\"}, \"splitSquad\": \"bool\", \"seriesNumber\": \"int\"}}, \"venue\": {\"id\": \"int\", \"name\": \"str\"}, \"content\": \"empty list\", \"gameNumber\": \"int\", \"publicFacing\": \"bool\", \"doubleHeader\": \"str\", \"gamedayType\": \"str\", \"tiebreaker\": \"str\", \"calendarEventID\": \"str\", \"seasonDisplay\": \"str\", \"dayNight\": \"str\", \"scheduledInnings\": \"int\", \"reverseHomeAwayStatus\": \"bool\", \"inningBreakLength\": \"in" + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "teams-affiliates/{teamIds}", + "api_description": "Query baseball team affiliates by ID", + "required_parameters": [], + "optional_parameters": [ + { + "name": "teamIds", + "type": "STRING", + "description": "Enter a team ID - can be found in the game's endpoint", + "default": "145" + } + ], + "method": "GET", + "template_response": { + "meta": { + "version": "str", + "status": "int" + }, + "results": { + "teams": [ + { + "springLeague": { + "id": "int", + "name": "str", + "abbreviation": "str" + }, + "allStarStatus": "str", + "id": "int", + "name": "str", + "season": "int", + "venue": { + "id": "int", + "name": "str" + }, + "springVenue": { + "id": "int" + }, + "teamCode": "str", + "fileCode": "str", + "abbreviation": "str", + "teamName": "str", + "locationName": "str", + "firstYearOfPlay": "str", + "league": { + "id": "int", + "name": "str" + }, + "division": { + "id": "int", + "name": "str" + }, + "sport": { + "id": "int", + "name": "str" + }, + "shortName": "str", + "franchiseName": "str", + "clubName": "str", + "active": "bool", + "_list_length": 9 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "teams-coaches/{teamIds}", + "api_description": "Query baseball team coaches by ID", + "required_parameters": [], + "optional_parameters": [ + { + "name": "teamIds", + "type": "STRING", + "description": "Enter a team ID - can be found in the game's endpoint", + "default": "145" + } + ], + "method": "GET", + "template_response": { + "meta": { + "version": "str", + "status": "int" + }, + "results": { + "roster": [ + { + "person": { + "id": "int", + "fullName": "str" + }, + "jerseyNumber": "str", + "job": "str", + "jobId": "str", + "title": "str", + "_list_length": 11 + } + ], + "teamId": "int", + "rosterType": "str" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "leagues", + "api_description": "Baseball leagues", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"meta\": {\"version\": \"str\", \"status\": \"int\"}, \"results\": [{\"id\": \"int\", \"name\": \"str\", \"abbreviation\": \"str\", \"nameShort\": \"str\", \"seasonState\": \"str\", \"hasWildCard\": \"bool\", \"hasSplitSeason\": \"bool\", \"numGames\": \"int\", \"hasPlayoffPoints\": \"bool\", \"numTeams\": \"int\", \"numWildcardTeams\": \"int\", \"seasonDateInfo\": {\"seasonId\": \"str\", \"preSeasonStartDate\": \"str\", \"preSeasonEndDate\": \"str\", \"seasonStartDate\": \"str\", \"springStartDate\": \"str\", \"springEndDate\": \"str\", \"regularSeasonStartDate\": \"str\", \"lastDate1stHalf\": \"str\", \"allStarDate\": \"str\", \"firstDate2ndHalf\": \"str\", \"regularSeasonEndDate\": \"str\", \"postSeasonStartDate\": \"str\", \"postSeasonEndDate\": \"str\", \"seasonEndDate\": \"str\", \"offseasonStartDate\": \"str\", \"offSeasonEndDate\": \"str\", \"seasonLevelGamedayType\": \"str\", \"gameLevelGamedayType\": \"str\", \"qualifierPlateAppearances\": \"float\", \"qualifierOutsPitched\": \"int\"}, \"season\": \"str\", \"orgCode\": \"str\", \"conferencesInUse\": \"bool\", \"divisionsInUse\": \"bool\", \"sport\": {\"id\": \"int\"}, \"sortOrder\":" + }, + { + "category_name": "Sports", + "tool_name": "Baseball", + "api_name": "venues", + "api_description": "Baseball venues", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "meta": { + "version": "str", + "status": "int" + }, + "results": { + "venues": [ + { + "id": "int", + "name": "str", + "active": "bool", + "season": "str", + "_list_length": 58 + } + ] + } + } + } + ], + "query": "I'm a sports journalist working on an article about baseball leagues. Can you provide me with information on all the baseball leagues, including their names, abbreviations, season dates, and number of teams? It would be great to have the team affiliates and venues for each league as well.", + "relevant APIs": [ + [ + "Baseball", + "leagues" + ], + [ + "Baseball", + "teams-affiliates/{teamIds}" + ], + [ + "Baseball", + "venues" + ] + ], + "query_id": 69206 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Quarterly Cash Flow", + "api_description": "Get Company Quarterly Cash Flow", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "", + "default": "quarterly" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"netIncomeLoss\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"totalDepreciationAndAmortization\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"otherNonCashItems\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"totalNonCashItems\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"changeInAccountsReceivable\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"changeInInventories\": {\"isMain\": \"b" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Quarterly Balance Sheet", + "api_description": "Get Company Quarterly Balance Sheet", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "", + "default": "quarterly" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"cashOnHand\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"receivables\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"inventory\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"prePaidExpenses\": {\"isMain\": \"bool\", \"twoYrChange\": \"NoneType\", \"fiveYrChage\": \"NoneType\", \"tenYrChange\": \"NoneType\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"otherCurrentAssets\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"totalCurrentAssets\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiv" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Quarterly Income Statement", + "api_description": "Get Company Income Statement", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "", + "default": "quarterly" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"revenue\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"costOfGoodsSold\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"grossProfit\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"researchAndDevelopmentExpenses\": \"NoneType\", \"sgAndAExpenses\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 57}]}, \"otherOperatingIncomeOrExpenses\": \"NoneType\", \"operatingExpenses\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_l" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Quarterly Ratios", + "api_description": "Get Company Ratios Latest Data", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "", + "default": "quarterly" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"currentRatio\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 57}]}, \"longTermDebtCapital\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 57}]}, \"debtEquityRatio\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 57}]}, \"grossMargin\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 57}]}, \"operatingMargin\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 57}]}, \"EBITMargin\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"f" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Ratios", + "api_description": "Get Company ratios latest data", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"currentRatio\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 14}]}, \"longTermDebtCapital\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 14}]}, \"debtEquityRatio\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 14}]}, \"grossMargin\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 14}]}, \"operatingMargin\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"float\", \"_list_length\": 14}]}, \"EBITMargin\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"f" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Cash Flow", + "api_description": "Get company cash flow latest data.", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"netIncomeLoss\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"totalDepreciationAndAmortization\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"otherNonCashItems\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"totalNonCashItems\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"changeInAccountsReceivable\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"changeInInventories\": {\"isMain\": \"b" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Balance Sheet", + "api_description": "Get Company latest data for balance sheet", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"cashOnHand\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"receivables\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"inventory\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"prePaidExpenses\": {\"isMain\": \"bool\", \"twoYrChange\": \"NoneType\", \"fiveYrChage\": \"NoneType\", \"tenYrChange\": \"int\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"otherCurrentAssets\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"NoneType\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"totalCurrentAssets\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveY" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get Company Income Statement", + "api_description": "Get Company Income Statement", + "required_parameters": [ + { + "name": "symbol", + "type": "string", + "description": "", + "default": "googl" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"id\": \"str\", \"symbol\": \"str\", \"format\": \"str\", \"revenue\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"costOfGoodsSold\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"grossProfit\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"researchAndDevelopmentExpenses\": \"NoneType\", \"sgAndAExpenses\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_length\": 14}]}, \"otherOperatingIncomeOrExpenses\": \"NoneType\", \"operatingExpenses\": {\"isMain\": \"bool\", \"twoYrChange\": \"float\", \"fiveYrChage\": \"float\", \"tenYrChange\": \"float\", \"dates\": [{\"date\": \"str\", \"value\": \"int\", \"_list_l" + }, + { + "category_name": "Finance", + "tool_name": "Finance Data", + "api_name": "Get All Symbols", + "api_description": "Get all available symbols in API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": [ + "list of str with length 6387" + ] + } + } + ], + "query": "My friend is interested in investing in stocks and wants to know more about Google. Can you fetch the quarterly cash flow, balance sheet, income statement, and ratios for Google? It would be great to have data on net income, total assets, revenue, and current ratio to assess the company's financial health.", + "relevant APIs": [ + [ + "Finance Data", + "Get Company Quarterly Cash Flow" + ], + [ + "Finance Data", + "Get Company Quarterly Balance Sheet" + ], + [ + "Finance Data", + "Get Company Quarterly Income Statement" + ] + ], + "query_id": 70610 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "stations", + "api_description": "Get a list of stations", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "search-trips", + "api_description": "Search trips from-to. Specify for which parameters (from_id, to_id) you are looking for, city or station", + "required_parameters": [ + { + "name": "to_id", + "type": "NUMBER", + "description": "To id", + "default": 1374 + }, + { + "name": "from_id", + "type": "NUMBER", + "description": "From id", + "default": 88 + }, + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "EUR" + }, + { + "name": "departure_date", + "type": "STRING", + "description": "Departure date", + "default": "2021-12-26" + }, + { + "name": "number_adult", + "type": "NUMBER", + "description": "Number of adults", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "number_bike_slot", + "type": "NUMBER", + "description": "Number of bike slot", + "default": 0 + }, + { + "name": "search_by", + "type": "OBJECT", + "description": "Search by", + "default": "cities" + }, + { + "name": "number_children", + "type": "NUMBER", + "description": "Number of children", + "default": 0 + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "cities", + "api_description": "Get a list of cities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "schedule", + "api_description": "Get a list of schedule", + "required_parameters": [ + { + "name": "station_id", + "type": "NUMBER", + "description": "Station id", + "default": "66" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flixbus", + "api_name": "trip-details", + "api_description": "Get a trip details by trip uid", + "required_parameters": [ + { + "name": "trip_uid", + "type": "STRING", + "description": "Trip uid", + "default": "direct:110725991:2015:4188" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am a travel blogger and would like to explore new destinations. Can you suggest some cities where Flixbus operates? I am particularly interested in cities with historical landmarks and natural attractions. Also, provide me with the available trips and schedules for each city.", + "relevant APIs": [ + [ + "Flixbus", + "cities" + ], + [ + "Flixbus", + "search-trips" + ], + [ + "Flixbus", + "schedule" + ] + ], + "query_id": 70915 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "ICS-CERT Advisories", + "api_name": "Get Advisories By Vendor", + "api_description": "This endpoint will return back Advisories by Vendor and provide timely information about current security issues, vulnerabilities, and exploits from CISA.gov", + "required_parameters": [ + { + "name": "vendorId", + "type": "string", + "description": "", + "default": "Siemens" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "2" + }, + { + "name": "info", + "type": "BOOLEAN", + "description": "", + "default": "true" + } + ], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Monitoring", + "tool_name": "ICS-CERT Advisories", + "api_name": "Get All Advisories", + "api_description": "This endpoint will return back all advisories and provide timely information about current security issues, vulnerabilities, and exploits from CISA.gov", + "required_parameters": [], + "optional_parameters": [ + { + "name": "info", + "type": "BOOLEAN", + "description": "", + "default": "true" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": {} + } + ], + "query": "I am concerned about the vulnerabilities in industrial control systems. Can you provide advisories related to Siemens using the Get Advisories By Vendor API? It would be great if I could limit the number of advisories to 2 and include additional information in the response. Additionally, I need a list of all advisories using the Get All Advisories API.", + "relevant APIs": [ + [ + "ICS-CERT Advisories", + "Get Advisories By Vendor" + ], + [ + "ICS-CERT Advisories", + "Get All Advisories" + ] + ], + "query_id": 71402 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get humidty", + "api_description": "Get the humidity for the current city", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get wind speed", + "api_description": "Get the current wind speed", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get hourly forecast", + "api_description": "Get the hourly forecast", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get the forecast", + "api_description": "Get the forecast for the current city", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get current weather", + "api_description": "Gets the current weather for the inputted city name", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning a picnic with my friends this weekend. Can you fetch the wind speed for the picnic location? Also, provide the current weather conditions and the forecast for the picnic day.", + "relevant APIs": [ + [ + "Cloud Cast", + "Get wind speed" + ], + [ + "Cloud Cast", + "Get current weather" + ], + [ + "Cloud Cast", + "Get the forecast" + ] + ], + "query_id": 72285 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Climate News API_v2", + "api_name": "Get All Climate Change Related News", + "api_description": "This endpoint will return all news about Climate change from all around the world.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Climate News API_v2", + "api_name": "Get Individual News Source news", + "api_description": "Get news about climate change from a specific newspaper.", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "thetimes" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I run a news agency and I need to gather all the latest news about climate change from around the world. Can you provide me with the API that fetches all climate change-related news? Additionally, I want to retrieve news specifically from 'The Times' newspaper using the Get Individual News Source news API.", + "relevant APIs": [ + [ + "Climate News API_v2", + "Get All Climate Change Related News" + ], + [ + "Climate News API_v2", + "Get Individual News Source news" + ] + ], + "query_id": 72373 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Book Cover API", + "api_name": "getBookCoverUrl", + "api_description": "Get a book cover image url by isbn and language code", + "required_parameters": [ + { + "name": "languageCode", + "type": "STRING", + "description": "", + "default": "en" + }, + { + "name": "isbn", + "type": "STRING", + "description": "", + "default": "9781526606198" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "url": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Book Cover API", + "api_name": "getBookCoverImage", + "api_description": "Get a book cover image by isbn and language code", + "required_parameters": [ + { + "name": "isbn", + "type": "STRING", + "description": "", + "default": "9781526606198" + }, + { + "name": "languageCode", + "type": "STRING", + "description": "", + "default": "en" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm writing a blog post about my favorite books and I want to include the book cover images. Can you provide me with the book cover URLs and images for the ISBNs 9781526606198, 9780062982654, and 9780142424179? It would be great if the language code is set to English.", + "relevant APIs": [ + [ + "Book Cover API", + "getBookCoverUrl" + ], + [ + "Book Cover API", + "getBookCoverImage" + ] + ], + "query_id": 72659 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Stream Game Name", + "api_description": "Get Stream Game Name (by username or id)\n( return an empty JSON object if not currently LIVE )", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "xqcow" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Stream Mature Content Status", + "api_description": "Get Stream Mature Content Status (using username or id)\n( return an empty JSON object if not currently LIVE )", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "julie" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Stream Number of Viewers", + "api_description": "Get Stream Number of Viewers (using username or id)\n( return an empty JSON object if not currently LIVE )", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "pepipin" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get All Active Stream Infos", + "api_description": "Get a Stream Informations if the status is Online (by username or id)\n( return an empty JSON object if not currently LIVE )", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "Username or Id can be used as UserId", + "default": "asmongold" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Stream Language", + "api_description": "Get Stream Language (using username or id)\n( return an empty JSON object if not currently LIVE )", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "xqcow" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get All Channel Infos", + "api_description": "Get Channel Infos (by username or id)", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "samueletienne" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "login": "str", + "display_name": "str", + "type": "str", + "broadcaster_type": "str", + "description": "str", + "profile_image_url": "str", + "offline_image_url": "str", + "view_count": "int", + "created_at": "str" + } + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Channel Description", + "api_description": "Get Channel Description (using username or id)", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "julie" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Channel Total Views", + "api_description": "Get Channel Cumulated Views since its creation (using username or id)", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "julie" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "total_views": "str" + } + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Channel Broadcaster Type", + "api_description": "Get Channel Broadcaster Type (using username or id)", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "julie" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "broadcaster_type": "str" + } + }, + { + "category_name": "Social", + "tool_name": "gwyo-twitch", + "api_name": "Get Stream Title", + "api_description": "Get Stream Title (using username or id)\n( return an empty JSON object if not currently LIVE )", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "xqcow" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm curious about the stream details for asmongold. Can you fetch the stream information including the game name, number of viewers, language, and stream title? Additionally, please let me know if the stream contains mature content.", + "relevant APIs": [ + [ + "gwyo-twitch", + "Get All Active Stream Infos" + ], + [ + "gwyo-twitch", + "Get Stream Game Name" + ], + [ + "gwyo-twitch", + "Get Stream Number of Viewers" + ], + [ + "gwyo-twitch", + "Get Stream Language" + ], + [ + "gwyo-twitch", + "Get Stream Mature Content Status" + ], + [ + "gwyo-twitch", + "Get Stream Title" + ] + ], + "query_id": 73529 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Hashtag by Name", + "api_description": "Gets a Hashtag by Name", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Location by Id", + "api_description": "Gets a location by Id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Story by URL", + "api_description": "Gets a story by URL", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Story by Id", + "api_description": "Gets a story by Id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Media by URL", + "api_description": "Get a media by URL", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Media by Code", + "api_description": "Get a media by code", + "required_parameters": [ + { + "name": "code", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Media by Id", + "api_description": "Get a media by Id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "User by Username", + "api_description": "Get a user by username", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "User by Id", + "api_description": "Get user by Id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str", + "exc_type": "str" + } + } + ], + "query": "Can you provide me with the hashtag details for the hashtag 'foodie'? Additionally, fetch the story associated with the URL 'https://instagram.com/stories/story1'.", + "relevant APIs": [ + [ + "Instagram API", + "Hashtag by Name" + ], + [ + "Instagram API", + "Story by URL" + ] + ], + "query_id": 73762 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "Waze", + "api_name": "Autocomplete", + "api_description": "Waze/Google autocomplete/type-ahead for places, locations and addresses.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Free-text geographic query", + "default": "sunn" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "The language of the results. See https://wazeopedia.waze.com/wiki/USA/Countries_and_Languages for a list of supported languages.", + "default": "en" + }, + { + "name": "coordinates", + "type": "STRING", + "description": "Geographic coordinates (latitude, longitude) bias. Highly recommended to use for getting accurate results.", + "default": "37.376754, -122.023350" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "request_id": "str", + "data": [ + { + "name": "str", + "address": "str", + "latitude": "float", + "longitude": "float", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Transportation", + "tool_name": "Waze", + "api_name": "Driving Directions", + "api_description": "Get routes and driving directions from Waze/Google.", + "required_parameters": [ + { + "name": "source_coordinates", + "type": "STRING", + "description": "Geographic coordinates (latitude, longitude pair) of the starting point", + "default": "32.0852999,34.78176759999999" + }, + { + "name": "destination_coordinates", + "type": "STRING", + "description": "Geographic coordinates (latitude, longitude pair) of the destination", + "default": "32.7940463,34.989571" + } + ], + "optional_parameters": [ + { + "name": "return_route_coordinates", + "type": "BOOLEAN", + "description": "Whether to return route coordinate pairs (`route_coordinates` field)", + "default": "" + }, + { + "name": "arrival_timestamp", + "type": "NUMBER", + "description": "Unix-timestamp (seconds since epoch) of the arrival time (in case not specified directions will be returned for current time) ", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "request_id": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Waze", + "api_name": "Alerts and Jams", + "api_description": "Get real-time alerts and jams from Waze in a geographic rectangular area defined by bottom-left and top-right latitude, longitude pairs.", + "required_parameters": [ + { + "name": "top_right", + "type": "STRING", + "description": "Top-right corner of the geographic rectangular area for which to get alerts and traffic jams. Specified as latitude, longitude pair.", + "default": "40.772787404902594,-73.76818084716798" + }, + { + "name": "bottom_left", + "type": "STRING", + "description": "Bottom-left corner of the geographic rectangular area for which to get alerts and traffic jams. Specified as latitude, longitude pair.", + "default": "40.66615391742187,-74.13732147216798" + } + ], + "optional_parameters": [ + { + "name": "max_alerts", + "type": "NUMBER", + "description": "Maximum number of alerts to fetch (to avoid fetching alerts set it to `0`).\nDefault: `20`", + "default": "20" + }, + { + "name": "max_jams", + "type": "NUMBER", + "description": "Maximum number of traffic jams to fetch (to avoid fetching traffic jams, set it to `0`).\nDefault: `20`", + "default": "20" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"request_id\": \"str\", \"data\": {\"alerts\": [{\"alert_id\": \"str\", \"type\": \"str\", \"subtype\": \"str\", \"reported_by\": \"str\", \"description\": \"str\", \"image\": \"NoneType\", \"publish_datetime_utc\": \"str\", \"country\": \"str\", \"city\": \"str\", \"street\": \"str\", \"latitude\": \"float\", \"longitude\": \"float\", \"num_thumbs_up\": \"int\", \"alert_reliability\": \"int\", \"alert_confidence\": \"int\", \"near_by\": \"NoneType\", \"comments\": \"empty list\", \"num_comments\": \"int\", \"_list_length\": 21}], \"jams\": [{\"jam_id\": \"str\", \"type\": \"str\", \"level\": \"int\", \"severity\": \"int\", \"line_coordinates\": [{\"lat\": \"float\", \"lon\": \"float\", \"_list_length\": 4}], \"start_location\": \"NoneType\", \"end_location\": \"NoneType\", \"speed_kmh\": \"float\", \"length_meters\": \"int\", \"delay_seconds\": \"int\", \"block_alert_id\": \"NoneType\", \"block_alert_type\": \"NoneType\", \"block_alert_description\": \"NoneType\", \"block_alert_update_datetime_utc\": \"NoneType\", \"block_start_datetime_utc\": \"NoneType\", \"publish_datetime_utc\": \"str\", \"update_datetime_utc\": \"str" + } + ], + "query": "I want to surprise my family with a weekend getaway. Can you suggest a nice destination within a 200-mile radius of our current location? Please provide driving directions from our location to the suggested destination.", + "relevant APIs": [ + [ + "Waze", + "Autocomplete" + ], + [ + "Waze", + "Driving Directions" + ] + ], + "query_id": 74098 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "team petstore", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": 0 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "team petstore", + "api_name": "logoutUser", + "api_description": "Logs out current logged in user session", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "team petstore", + "api_name": "loginUser", + "api_description": "Logs user into the system", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "string" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "team petstore", + "api_name": "getInventory", + "api_description": "Returns a map of status codes to quantities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "totvs": "int", + "sold": "int", + "string": "int", + "pending": "int", + "cat": "int", + "dgdfgdf": "int", + "available": "int", + "not available": "int", + "Available": "int", + "New-4": "int", + "peric": "int", + "disponible": "int" + } + }, + { + "category_name": "Other", + "tool_name": "team petstore", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": 0 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "team petstore", + "api_name": "getUserByName", + "api_description": "Get user by user name", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "username": "str", + "firstName": "str", + "lastName": "str", + "email": "str", + "password": "str", + "phone": "str", + "userStatus": "int" + } + } + ], + "query": "I'm currently logged in and would like to log out of the system. Please log me out of my current session. Additionally, I would like to fetch the details of an order with the ID 456.", + "relevant APIs": [ + [ + "team petstore", + "logoutUser" + ], + [ + "team petstore", + "getOrderById" + ] + ], + "query_id": 74322 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "rapid-porn", + "api_name": "/photo", + "api_description": "This is where the fun starts, replace category with a value to get ;))\nIf you get 500 Internal Server Error,\nPlease cross check your category inserted from the all-tags endpoint.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "", + "default": "ass" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "rapid-porn", + "api_name": "/all-tags", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm writing a blog post about the positive aspects of adult entertainment and I want to include some random adult pictures to support my points. Can you provide me with a random adult picture from your API using the '/photo' endpoint? It would be great if the picture could be customized based on a specific category of my choice.", + "relevant APIs": [ + [ + "rapid-porn", + "/photo" + ], + [ + "rapid-porn", + "/all-tags" + ] + ], + "query_id": 74737 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Football Live Stream Api", + "api_name": "Match Embed Link", + "api_description": "Live Link", + "required_parameters": [ + { + "name": "matchid", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Football Live Stream Api", + "api_name": "Football Live", + "api_description": "Live Match", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am a football enthusiast and I want to stay updated on all the live matches happening around the world. Can you provide me with the live streaming link for the next major football event?", + "relevant APIs": [ + [ + "Football Live Stream Api", + "Match Embed Link" + ], + [ + "Football Live Stream Api", + "Football Live" + ] + ], + "query_id": 74814 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get Watch Playlist", + "api_description": "Get a watch list of tracks. This watch playlist appears when you press play on a track in YouTube Music.\n\n\nList of watch playlist items. The counterpart key is optional and only appears if a song has a corresponding video counterpart (UI song/video switcher).", + "required_parameters": [ + { + "name": "video_id", + "type": "STRING", + "description": "", + "default": "1A7Qw88As64" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "lyrics": "NoneType", + "playlistId": "str", + "related": "str", + "tracks": [ + { + "artists": [ + { + "id": "str", + "name": "str", + "_list_length": 1 + } + ], + "feedbackTokens": "NoneType", + "length": "str", + "likeStatus": "NoneType", + "thumbnail": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 3 + } + ], + "title": "str", + "videoId": "str", + "videoType": "str", + "views": "str", + "_list_length": 25 + } + ] + } + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get Lyrics", + "api_description": "Returns lyrics of a song or video.", + "required_parameters": [ + { + "name": "browse_id", + "type": "STRING", + "description": "", + "default": "MPLYt_ZXONnvFeQpN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "lyrics": "NoneType", + "source": "NoneType" + } + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get Song Related", + "api_description": "Gets related content for a song. Equivalent to the content shown in the \u201cRelated\u201d tab of the watch panel.", + "required_parameters": [ + { + "name": "browse_id", + "type": "STRING", + "description": "", + "default": "MPTRt_ZXONnvFeQpN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "contents": [ + { + "album": { + "id": "str", + "name": "str" + }, + "artists": [ + { + "id": "str", + "name": "str", + "_list_length": 1 + } + ], + "isExplicit": "bool", + "thumbnails": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 2 + } + ], + "title": "str", + "videoId": "str", + "_list_length": 20 + } + ], + "title": "str" + } + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get Song", + "api_description": "Returns metadata and streaming information about a song or video.", + "required_parameters": [ + { + "name": "video_id", + "type": "STRING", + "description": "", + "default": "RS0FhoKAHvA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"microformat\": {\"microformatDataRenderer\": {\"androidPackage\": \"str\", \"appName\": \"str\", \"availableCountries\": [\"list of str with length 249\"], \"category\": \"str\", \"description\": \"str\", \"familySafe\": \"bool\", \"iosAppArguments\": \"str\", \"iosAppStoreId\": \"str\", \"linkAlternates\": [{\"hrefUrl\": \"str\", \"_list_length\": 4}], \"noindex\": \"bool\", \"ogType\": \"str\", \"pageOwnerDetails\": {\"externalChannelId\": \"str\", \"name\": \"str\", \"youtubeProfileUrl\": \"str\"}, \"paid\": \"bool\", \"publishDate\": \"str\", \"schemaDotOrgType\": \"str\", \"siteName\": \"str\", \"tags\": [\"list of str with length 41\"], \"thumbnail\": {\"thumbnails\": [{\"height\": \"int\", \"url\": \"str\", \"width\": \"int\", \"_list_length\": 1}]}, \"title\": \"str\", \"twitterCardType\": \"str\", \"twitterSiteHandle\": \"str\", \"unlisted\": \"bool\", \"uploadDate\": \"str\", \"urlApplinksAndroid\": \"str\", \"urlApplinksIos\": \"str\", \"urlCanonical\": \"str\", \"urlTwitterAndroid\": \"str\", \"urlTwitterIos\": \"str\", \"videoDetails\": {\"durationIso8601\": \"str\", \"durationSeconds\": \"str\", \"externalVideoId\": \"str\"" + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get User Playlists", + "api_description": "Retrieve a list of playlists for a given user. Call this function again with the returned params to get the full list.", + "required_parameters": [ + { + "name": "params", + "type": "STRING", + "description": "", + "default": "6gPgAUdxVUJXcFlCQ3BNQkNpUjVkRjl3WVdkbFgzTnVZWEJ6YUc5MFgyMTFjMmxqWDNCaFoyVmZjbVZuYVc5dVlXd1NIMDEzUzBGTWVWcENhM2h2WVhkRFJFbFBZM2h6Vms1M0xWY3paM05wVW1jYVNnQUFaVzRBQVVaU0FBRkdVZ0FCQUVaRmJYVnphV05mWkdWMFlXbHNYMkZ5ZEdsemRBQUJBVU1BQUFFQUFBRUJBRlZETkRSb1ltVlNiME5hVmxaTlZtYzFlakJHWmtsM2R3QUI4dHF6cWdvR1FBRklBRkFx" + }, + { + "name": "user_id", + "type": "STRING", + "description": "", + "default": "UC44hbeRoCZVVMVg5z0FfIww" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get User", + "api_description": "Retrieve a user\u2019s page. A user may own videos or playlists.", + "required_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "channelId of the user", + "default": "UC44hbeRoCZVVMVg5z0FfIww" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "playlists": { + "browseId": "str", + "params": "str", + "results": [ + { + "description": "str", + "playlistId": "str", + "thumbnails": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 2 + } + ], + "title": "str", + "_list_length": 10 + } + ] + }, + "videos": { + "browseId": "str", + "results": [ + { + "artists": [ + { + "id": "str", + "name": "str", + "_list_length": 1 + } + ], + "playlistId": "NoneType", + "thumbnails": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 2 + } + ], + "title": "str", + "videoId": "str", + "views": "str", + "_list_length": 10 + } + ] + } + } + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get Album", + "api_description": "Get information and tracks of an album.", + "required_parameters": [ + { + "name": "browse_id", + "type": "STRING", + "description": "browseId \u2013 browseId of the album, for example returned by **search()**", + "default": "MPREb_TXkYGyz3iEg" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "artists": [ + { + "id": "str", + "name": "str", + "_list_length": 2 + } + ], + "audioPlaylistId": "str", + "duration": "str", + "duration_seconds": "int", + "thumbnails": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 4 + } + ], + "title": "str", + "trackCount": "int", + "tracks": [ + { + "album": "str", + "artists": [ + { + "id": "str", + "name": "str", + "_list_length": 2 + } + ], + "duration": "str", + "duration_seconds": "int", + "isAvailable": "bool", + "isExplicit": "bool", + "likeStatus": "str", + "thumbnails": "NoneType", + "title": "str", + "videoId": "str", + "videoType": "str", + "_list_length": 7 + } + ], + "type": "str", + "year": "str" + } + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get Artist Albums", + "api_description": "Get information about an artist and their top releases (songs, albums, singles, videos, and related artists). The top lists contain pointers for getting the full list of releases", + "required_parameters": [ + { + "name": "channel_id", + "type": "STRING", + "description": "", + "default": "UCedvOgsKFzcK3hA5taf3KoQ" + }, + { + "name": "params", + "type": "STRING", + "description": "\\\\\\\"params\\\\\\\" data obtained by **get_artist()**", + "default": "6gPgAUdxVUJXcFlCQ3BNQkNpUjVkRjl3WVdkbFgzTnVZWEJ6YUc5MFgyMTFjMmxqWDNCaFoyVmZjbVZuYVc5dVlXd1NIMDEzUzBGTWVWcENhM2h2WVhkRFJFbFBZM2h6Vms1NlR6QlNVWE5wVW1jYVNnQUFaVzRBQVVaU0FBRkdVZ0FCQUVaRmJYVnphV05mWkdWMFlXbHNYMkZ5ZEdsemRBQUJBVU1BQUFFQUFBRUJBRlZETUhZMlJuTlJTRTVmUVRGR09EWmlSbkpZWDNwb2R3QUI4dHF6cWdvR1FBRklBRkFV" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Get Artist", + "api_description": "Get information about an artist and their top releases (songs, albums, singles, videos, and related artists). The top lists contain pointers for getting the full list of releases.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "channel_id", + "type": "STRING", + "description": "", + "default": "UCedvOgsKFzcK3hA5taf3KoQ" + } + ], + "method": "GET", + "template_response": "{\"albums\": {\"browseId\": \"str\", \"params\": \"str\", \"results\": [{\"browseId\": \"str\", \"isExplicit\": \"bool\", \"thumbnails\": [{\"height\": \"int\", \"url\": \"str\", \"width\": \"int\", \"_list_length\": 2}], \"title\": \"str\", \"year\": \"str\", \"_list_length\": 10}]}, \"channelId\": \"str\", \"description\": \"str\", \"name\": \"str\", \"radioId\": \"NoneType\", \"related\": {\"browseId\": \"NoneType\", \"results\": [{\"browseId\": \"str\", \"subscribers\": \"str\", \"thumbnails\": [{\"height\": \"int\", \"url\": \"str\", \"width\": \"int\", \"_list_length\": 2}], \"title\": \"str\", \"_list_length\": 10}]}, \"shuffleId\": \"NoneType\", \"singles\": {\"browseId\": \"str\", \"params\": \"str\", \"results\": [{\"browseId\": \"str\", \"thumbnails\": [{\"height\": \"int\", \"url\": \"str\", \"width\": \"int\", \"_list_length\": 2}], \"title\": \"str\", \"year\": \"str\", \"_list_length\": 10}]}, \"songs\": {\"browseId\": \"str\", \"results\": [{\"album\": {\"id\": \"str\", \"name\": \"str\"}, \"artists\": [{\"id\": \"str\", \"name\": \"str\", \"_list_length\": 1}], \"isAvailable\": \"bool\", \"isExplicit\": \"bool\", \"likeStatus\": \"str\", \"thumbnails\": [" + }, + { + "category_name": "Music", + "tool_name": "Youtube Music API (Detailed)", + "api_name": "Trends", + "api_description": "Get latest charts data from YouTube Music: Top songs, top videos, top artists and top trending videos. Global charts have no Trending section, US charts have an extra Genres section with some Genre charts.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "ISO 3166-1 Alpha-2 country code. Default: ZZ = Global\nhttps://www.iban.com/country-codes", + "default": "de" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "artists": { + "items": [ + { + "browseId": "str", + "rank": "str", + "subscribers": "str", + "thumbnails": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 2 + } + ], + "title": "str", + "trend": "str", + "_list_length": 40 + } + ], + "playlist": "NoneType" + }, + "countries": { + "options": [ + "list of str with length 62" + ], + "selected": { + "text": "str" + } + }, + "trending": { + "items": [ + { + "artists": [ + { + "id": "str", + "name": "str", + "_list_length": 2 + } + ], + "playlistId": "str", + "thumbnails": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 1 + } + ], + "title": "str", + "videoId": "str", + "views": "NoneType", + "_list_length": 20 + } + ], + "playlist": "str" + }, + "videos": { + "items": [ + { + "artists": [ + { + "id": "str", + "name": "str", + "_list_length": 3 + } + ], + "playlistId": "str", + "thumbnails": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 2 + } + ], + "title": "str", + "videoId": "str", + "views": "str", + "_list_length": 40 + } + ], + "playlist": "str" + } + } + } + ], + "query": "I'm organizing a party and need some upbeat songs to create a playlist. Can you suggest some trending songs and artists? I would like to include the top songs and videos from different genres. Please provide me with a list of trending music.", + "relevant APIs": [ + [ + "Youtube Music API (Detailed)", + "Trends" + ], + [ + "Youtube Music API (Detailed)", + "Get Song" + ] + ], + "query_id": 75338 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "50K Radio Stations", + "api_name": "Get Cities", + "api_description": "Get city list", + "required_parameters": [], + "optional_parameters": [ + { + "name": "country_id", + "type": "NUMBER", + "description": "Use this parameter to filter cities by country id or set empty if you don't want to use it ", + "default": "63" + }, + { + "name": "keyword", + "type": "STRING", + "description": "Use this parameter to filter cities by keyword or set empty if you don't want to use it ", + "default": "Jakarta" + } + ], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "50K Radio Stations", + "api_name": "Get Countries", + "api_description": "Get country list", + "required_parameters": [], + "optional_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "Use this parameter to filter cities by keyword or set empty if you don't want to use it ", + "default": "Indonesia" + } + ], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "50K Radio Stations", + "api_name": "Get Channels", + "api_description": "Get channel list", + "required_parameters": [], + "optional_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "Use this parameter to filter cities by keyword or set empty if you don't want to use it ", + "default": "a" + }, + { + "name": "genre_id", + "type": "NUMBER", + "description": "Use this parameter to filter cities by genre id or set empty if you don't want to use it ", + "default": "" + }, + { + "name": "city_id", + "type": "NUMBER", + "description": "Use this parameter to filter cities by city id or set empty if you don't want to use it ", + "default": "" + }, + { + "name": "country_id", + "type": "NUMBER", + "description": "Use this parameter to filter cities by country id or set empty if you don't want to use it ", + "default": "50" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Use this parameter to get next page", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "50K Radio Stations", + "api_name": "Get Genres", + "api_description": "Get genre list", + "required_parameters": [], + "optional_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "Use this parameter to filter cities by keyword or set empty if you don't want to use it ", + "default": "music" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a family road trip and we want to listen to radio stations with different genres along the way. Can you provide us with a list of cities where we can find radio stations and their respective genres? Also, it would be great if you could suggest some popular genres suitable for the whole family.", + "relevant APIs": [ + [ + "50K Radio Stations", + "Get Cities" + ], + [ + "50K Radio Stations", + "Get Genres" + ] + ], + "query_id": 75390 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomColor", + "api_description": "Get a random quote.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomQuote", + "api_description": "Get a random quote.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "", + "default": "life" + }, + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomArray", + "api_description": "Generate a random array with numbers, words or mixed values.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "data_type", + "type": "STRING", + "description": "", + "default": "string" + }, + { + "name": "size", + "type": "NUMBER", + "description": "", + "default": "5" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomWord", + "api_description": "Get random words.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "adjective" + }, + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomTvshow", + "api_description": "Returns random TVshows.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomMovie", + "api_description": "Returns random movies from over 1000 movie list.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomUser", + "api_description": "Returns random user data such as name, e-mail, etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "-2" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomName", + "api_description": "Returns random people's names..", + "required_parameters": [], + "optional_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "2" + }, + { + "name": "startingLetter", + "type": "STRING", + "description": "", + "default": "X" + }, + { + "name": "type", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomDate", + "api_description": "Get random date.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start", + "type": "STRING", + "description": "", + "default": "2022-08-21" + }, + { + "name": "end", + "type": "STRING", + "description": "", + "default": "2023-12-30" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomPassword", + "api_description": "Get random password string.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "length", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET" + } + ], + "query": "I'm working on a data visualization project and I need some random data. Can you generate a random array of numbers and a random password? Additionally, provide a random color and a random quote.", + "relevant APIs": [ + [ + "Random Chunk API", + "getRandomArray" + ], + [ + "Random Chunk API", + "getRandomPassword" + ], + [ + "Random Chunk API", + "getRandomColor" + ], + [ + "Random Chunk API", + "getRandomQuote" + ] + ], + "query_id": 76554 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Domain Info", + "api_name": "Full information", + "api_description": "This endpoint returns the full information on the domain.", + "required_parameters": [ + { + "name": "domain", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isAvailable": "bool" + } + }, + { + "category_name": "Data", + "tool_name": "Domain Info", + "api_name": "Check domain info", + "api_description": "This endpoint returns the domain information.", + "required_parameters": [ + { + "name": "domain", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isAvailable": "bool" + } + } + ], + "query": "I need to gather comprehensive information about the domain 'exampledomain.com'. Can you provide me with its availability status and complete details?", + "relevant APIs": [ + [ + "Domain Info", + "Full information" + ], + [ + "Domain Info", + "Check domain info" + ] + ], + "query_id": 76957 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Popular", + "api_description": "Get popular videos", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "videoId": "str", + "videoThumbnails": [ + { + "quality": "str", + "url": "str", + "width": "int", + "height": "int", + "_list_length": 9 + } + ], + "lengthSeconds": "int", + "author": "str", + "authorId": "str", + "authorUrl": "str", + "published": "int", + "publishedText": "str", + "viewCount": "int" + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Search suggestions", + "api_description": "Get search suggestions for a query\n\nexample: \n/search/suggestions?q=crypto", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "crypto" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "query": "str", + "suggestions": [ + "list of str with length 13" + ] + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Trending (music, gaming, news, movies)", + "api_description": "Get trending videos.\n\nOptional parameters:\ntype: \"music\", \"gaming\", \"news\", \"movies\"\nregion: ISO 3166 country code (default: \"US\")", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "gaming" + }, + { + "name": "region", + "type": "STRING", + "description": "", + "default": "US" + } + ], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "videoId": "str", + "author": "str", + "authorId": "str", + "authorUrl": "str", + "authorVerified": "bool", + "videoThumbnails": [ + { + "quality": "str", + "url": "str", + "width": "int", + "height": "int", + "_list_length": 9 + } + ], + "description": "str", + "descriptionHtml": "str", + "viewCount": "int", + "viewCountText": "str", + "published": "int", + "publishedText": "str", + "lengthSeconds": "int", + "liveNow": "bool", + "premium": "bool", + "isUpcoming": "bool" + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Search", + "api_description": "Get search results\n\nexample:\n/search?q=crypto", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "crypto" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "videoId": "str", + "author": "str", + "authorId": "str", + "authorUrl": "str", + "authorVerified": "bool", + "videoThumbnails": [ + { + "quality": "str", + "url": "str", + "width": "int", + "height": "int", + "_list_length": 9 + } + ], + "description": "str", + "descriptionHtml": "str", + "viewCount": "int", + "viewCountText": "str", + "published": "int", + "publishedText": "str", + "lengthSeconds": "int", + "liveNow": "bool", + "premium": "bool", + "isUpcoming": "bool" + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Playlist", + "api_description": "Get playlist\nexample:\n/playlists/PLV3BLrRejJR_8XjiMrbev1_7RjIZTg1qb", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "PLV3BLrRejJR_8XjiMrbev1_7RjIZTg1qb" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "playlistId": "str", + "playlistThumbnail": "str", + "author": "str", + "authorId": "str", + "authorUrl": "str", + "authorThumbnails": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 6 + } + ], + "description": "str", + "descriptionHtml": "str", + "videoCount": "int", + "viewCount": "int", + "updated": "int", + "isListed": "bool", + "videos": [ + { + "title": "str", + "videoId": "str", + "author": "str", + "authorId": "str", + "authorUrl": "str", + "videoThumbnails": [ + { + "quality": "str", + "url": "str", + "width": "int", + "height": "int", + "_list_length": 9 + } + ], + "index": "int", + "lengthSeconds": "int", + "_list_length": 4 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Video", + "api_description": "Get all info about single Youtube video\nexample: /videos/dQw4w9WgXcQ", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "dQw4w9WgXcQ" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"type\": \"str\", \"title\": \"str\", \"videoId\": \"str\", \"videoThumbnails\": [{\"quality\": \"str\", \"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 9}], \"storyboards\": [{\"url\": \"str\", \"templateUrl\": \"str\", \"width\": \"int\", \"height\": \"int\", \"count\": \"int\", \"interval\": \"int\", \"storyboardWidth\": \"int\", \"storyboardHeight\": \"int\", \"storyboardCount\": \"int\", \"_list_length\": 3}], \"description\": \"str\", \"descriptionHtml\": \"str\", \"published\": \"int\", \"publishedText\": \"str\", \"keywords\": [\"list of str with length 27\"], \"viewCount\": \"int\", \"likeCount\": \"int\", \"dislikeCount\": \"int\", \"paid\": \"bool\", \"premium\": \"bool\", \"isFamilyFriendly\": \"bool\", \"allowedRegions\": [\"list of str with length 249\"], \"genre\": \"str\", \"genreUrl\": \"str\", \"author\": \"str\", \"authorId\": \"str\", \"authorUrl\": \"str\", \"authorThumbnails\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 6}], \"subCountText\": \"str\", \"lengthSeconds\": \"int\", \"allowRatings\": \"bool\", \"rating\": \"int\", \"isListed\": \"bool\", \"liveNow\": \"bool\", \"" + }, + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Channel", + "api_description": "Get all info and videos from a channel\nexample: /channels/UCN9Nj4tjXbVTLYWN0EKly_Q", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "UCN9Nj4tjXbVTLYWN0EKly_Q" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"author\": \"str\", \"authorId\": \"str\", \"authorUrl\": \"str\", \"authorBanners\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"authorThumbnails\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 6}], \"subCount\": \"int\", \"totalViews\": \"int\", \"joined\": \"int\", \"autoGenerated\": \"bool\", \"isFamilyFriendly\": \"bool\", \"description\": \"str\", \"descriptionHtml\": \"str\", \"allowedRegions\": [\"list of str with length 249\"], \"tabs\": [\"list of str with length 8\"], \"authorVerified\": \"bool\", \"latestVideos\": [{\"type\": \"str\", \"title\": \"str\", \"videoId\": \"str\", \"author\": \"str\", \"authorId\": \"str\", \"authorUrl\": \"str\", \"authorVerified\": \"bool\", \"videoThumbnails\": [{\"quality\": \"str\", \"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 9}], \"description\": \"str\", \"descriptionHtml\": \"str\", \"viewCount\": \"int\", \"viewCountText\": \"str\", \"published\": \"int\", \"publishedText\": \"str\", \"lengthSeconds\": \"int\", \"liveNow\": \"bool\", \"premium\": \"bool\", \"isUpcoming\": \"bool\", \"_list_length\": " + }, + { + "category_name": "Media", + "tool_name": "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "api_name": "Comments", + "api_description": "**Get comments from a video**\nexample: /comments/dQw4w9WgXcQ\n\n**Parameters**\nsort_by: \"top\", \"new\" (default: top)", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "dQw4w9WgXcQ" + } + ], + "optional_parameters": [ + { + "name": "sort_by", + "type": "STRING", + "description": "", + "default": "top" + } + ], + "method": "GET", + "template_response": { + "commentCount": "int", + "videoId": "str", + "comments": [ + { + "verified": "bool", + "author": "str", + "authorThumbnails": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 3 + } + ], + "authorId": "str", + "authorUrl": "str", + "isEdited": "bool", + "content": "str", + "contentHtml": "str", + "isPinned": "bool", + "isSponsor": "bool", + "published": "int", + "publishedText": "str", + "likeCount": "int", + "commentId": "str", + "authorIsChannelOwner": "bool", + "replies": { + "replyCount": "int", + "continuation": "str" + }, + "_list_length": 20 + } + ], + "continuation": "str" + } + } + ], + "query": "Can you help me find popular videos and trending gaming videos? I'm interested in their titles, authors, view counts, and thumbnails. I'm using the 'Cheap YouTube API' tool.", + "relevant APIs": [ + [ + "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "Popular" + ], + [ + "\ud83d\ude80 Cheap YouTube API \ud83d\udd25", + "Trending (music, gaming, news, movies)" + ] + ], + "query_id": 77471 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideoFromUser", + "api_description": "Get all videos credited to a user (both uploaded and appears).", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosByTag", + "api_description": "Get a list of videos that have the specified tag.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "tag", + "type": "STRING", + "description": "The tag to get", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Page number to show", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "most_commented" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllChannels", + "api_description": "Get a list of all public channels.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: newest, oldest, alphabetical, most_videos, most_subscribed, or most_recently_updated.", + "default": "most_recently_updated" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedTags", + "api_description": "Get a list of related tags for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The Name of category", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosComment", + "api_description": "Get a list of the comments on a video.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "video_id", + "type": "STRING", + "description": "The ID of the video.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a film student doing research on videos with the tag 'animation'. Can you provide me with videos that have this tag? I would like to see the most commented videos first.", + "relevant APIs": [ + [ + "Vimeo", + "GetVideosByTag" + ], + [ + "Vimeo", + "SearchVideos" + ] + ], + "query_id": 77514 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "LeagueOverallTopPlayers", + "api_description": "Get the overall top players for a specific cricket league in a given season, including player statistics and other relevant information.", + "required_parameters": [ + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The ID of the cricket tournament for which you want to retrieve the overall top players.", + "default": 11165 + }, + { + "name": "seasonId", + "type": "NUMBER", + "description": "The ID of the cricket season for which you want to retrieve the overall top players.", + "default": 41321 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"topPlayers\": {\"battingAverage\": [{\"playedEnough\": \"bool\", \"player\": {\"cricketPlayerInfo\": {}, \"id\": \"int\", \"name\": \"str\", \"position\": \"str\", \"shortName\": \"str\", \"slug\": \"str\", \"userCount\": \"int\"}, \"statistics\": {\"appearances\": \"int\", \"battingAverage\": \"float\", \"battingInnings\": \"int\", \"battingMatches\": \"int\", \"id\": \"int\", \"innings\": \"int\", \"matches\": \"int\", \"runsScored\": \"int\", \"type\": \"str\"}, \"team\": {\"id\": \"int\", \"name\": \"str\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"_list_length\": 15}], \"battingStrikeRate\": [{\"playedEnough\": \"bool\", \"player\": {\"cricketPlayerInfo\": {}, \"id\": \"int\", \"name\": \"str\", \"position\": \"str\", \"shortName\": \"str\", \"slug\": \"str\", \"userCount\": \"int\"}, \"statistics\": {\"appearances\": \"int\", \"battingInnings\": \"int\", \"battingMatches\": \"int\", \"battingStrikeRate\": \"int\", \"id\": \"int\", \"innings\": \"int\", \"matches\": \"int\"" + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "LeagueTotalTeamEvents", + "api_description": "Get the total team events for a specific Cricket league for a given season by providing its unique tournament ID and season ID.", + "required_parameters": [ + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The unique tournament ID for which you want to retrieve the league's total team events.", + "default": 11184 + }, + { + "name": "seasonId", + "type": "NUMBER", + "description": "The season ID for which you want to retrieve the league's total team events.", + "default": 16828 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"tournamentTeamEvents\": {\"65888\": {\"187575\": [{\"awayScore\": {\"current\": \"int\", \"display\": \"int\", \"innings\": {\"inning1\": {\"inningDeclare\": \"int\", \"overs\": \"int\", \"runRate\": \"float\", \"score\": \"int\", \"wickets\": \"int\"}}}, \"awayTeam\": {\"disabled\": \"bool\", \"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"customId\": \"str\", \"finalResultOnly\": \"bool\", \"homeScore\": {\"current\": \"int\", \"display\": \"int\", \"innings\": {\"inning1\": {\"inningDeclare\": \"int\", \"overs\": \"int\", \"runRate\": \"float\", \"score\": \"int\", \"wickets\": \"int\"}}}, \"homeTeam\": {\"disabled\": \"bool\", \"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"teamColors\": {\"primary\": \"str\", \"secondary\": \"" + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "PreMatchForm", + "api_description": "Get pre-match form information for a specific cricket match.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the cricket match for which you want to get pre-match form information.", + "default": 10534787 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "awayTeam": { + "form": [ + "list of str with length 5" + ], + "position": "int", + "value": "str" + }, + "homeTeam": { + "form": [ + "list of str with length 5" + ], + "position": "int", + "value": "str" + }, + "label": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "get-player-placeholder", + "api_description": "Get the player placeholder image in PNG format.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "Categories", + "api_description": "Get a list of all cricket categories.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "flag": "str", + "id": "int", + "name": "str", + "priority": "int", + "slug": "str", + "sport": { + "id": "int", + "name": "str", + "slug": "str" + }, + "_list_length": 15 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "LeagueNextMatches", + "api_description": "Get a list of next matches for a cricket league using the tournament ID, season ID, and page number.", + "required_parameters": [ + { + "name": "seasonId", + "type": "NUMBER", + "description": "The season ID for which you want to retrieve the league's next matches.", + "default": 44608 + }, + { + "name": "page", + "type": "NUMBER", + "description": "Zero-based page number.", + "default": "" + }, + { + "name": "tournamentId", + "type": "NUMBER", + "description": "The unique tournament ID for which you want to retrieve the league's next matches.", + "default": 19048 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "TeamLastMatches", + "api_description": "Get the last matches for a cricket team by specifying the team ID and the page number (starting from 0).", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number (starting from 0) of the last matches you want to retrieve.", + "default": "" + }, + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the cricket team for which you want to retrieve the last matches.", + "default": 187760 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "MatchDetails", + "api_description": "Get detailed information for a specific cricket match by providing the match ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The ID of the cricket match for which you want to get the details.", + "default": 10534787 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"event\": {\"awayScore\": {\"current\": \"int\", \"display\": \"int\", \"innings\": {\"inning1\": {\"overs\": \"float\", \"score\": \"int\", \"wickets\": \"int\"}}}, \"awayTeam\": {\"country\": {}, \"fullName\": \"str\", \"gender\": \"str\", \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"national\": \"bool\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"bet365ExcludedCountryCodes\": [\"list of str with length 6\"], \"changes\": {\"changeTimestamp\": \"int\", \"changes\": [\"list of str with length 6\"]}, \"coverage\": \"int\", \"cricketBallProperties\": [\"list of str with length 19\"], \"crowdsourcingDataDisplayEnabled\": \"bool\", \"currentBattingTeamId\": \"int\", \"customId\": \"str\", \"endTimestamp\": \"int\", \"fanRatingEvent\": \"bool\", \"finalResultOnly\": \"bool\", \"hasBet365LiveStream\": \"bool\", \"hasGlobalHighlights\": \"bool\", \"homeScore\": {\"current\": \"int\", \"display\": \"int\", \"innings\":" + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "ManagerPlaceholderImage", + "api_description": "Get the manager placeholder image in PNG format.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "CricketAPI2", + "api_name": "MatchSchedules", + "api_description": "This operation returns the cricket match schedules for the given date, including match timings, teams, and other relevant information.", + "required_parameters": [ + { + "name": "year", + "type": "NUMBER", + "description": "The year for which you want to retrieve the cricket match schedules (e.g., 2022).", + "default": 2022 + }, + { + "name": "day", + "type": "NUMBER", + "description": "The day of the month for which you want to retrieve the cricket match schedules (1-31).", + "default": 14 + }, + { + "name": "month", + "type": "NUMBER", + "description": "The month for which you want to retrieve the cricket match schedules (1-12).", + "default": 8 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"events\": [{\"awayScore\": {\"current\": \"int\", \"display\": \"int\", \"innings\": {\"inning1\": {\"overs\": \"float\", \"score\": \"int\", \"wickets\": \"int\"}}}, \"awayTeam\": {\"country\": {}, \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"teamColors\": {\"primary\": \"str\", \"secondary\": \"str\", \"text\": \"str\"}, \"type\": \"int\", \"userCount\": \"int\"}, \"changes\": {\"changeTimestamp\": \"int\", \"changes\": [\"list of str with length 1\"]}, \"coverage\": \"int\", \"crowdsourcingDataDisplayEnabled\": \"bool\", \"customId\": \"str\", \"endTimestamp\": \"int\", \"finalResultOnly\": \"bool\", \"hasGlobalHighlights\": \"bool\", \"homeScore\": {\"current\": \"int\", \"display\": \"int\", \"innings\": {\"inning1\": {\"overs\": \"int\", \"score\": \"int\", \"wickets\": \"int\"}}}, \"homeTeam\": {\"country\": {}, \"id\": \"int\", \"name\": \"str\", \"nameCode\": \"str\", \"shortName\": \"str\", \"slug\": \"str\", \"sport\": {\"id\": \"int\", \"name\": \"str\", \"slug\": \"str\"}, \"subTeams\": \"empty list\", \"te" + } + ], + "query": "I am planning to attend a cricket match next month. Can you provide me with the match schedules for August 2022? Along with that, I would like to know the overall top players in the tournament and their statistics.", + "relevant APIs": [ + [ + "CricketAPI2", + "MatchSchedules" + ], + [ + "CricketAPI2", + "LeagueOverallTopPlayers" + ] + ], + "query_id": 77855 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get NBA Games and Stats for a Single Player", + "api_description": "This call will grab a map of all of the games a player has played in the season. \nplayerID is a required parameter.\nYou can also use gameID if you want to only pull back a specific game. \nseason is an optional parameter. Currently only 2022 (last season) and 2023 (this season) are available. If you do not include season as a parameter, it will return this season's games. \n\nExample:\nCorrect way to get the stats for Nikola Vucevic for his game against the Heat on 10/19/2022 would be this:\n/getNBAGamesForPlayer?playerID=28268405032&gameID=20221019_CHI@MIA\n\nBut if you wanted to get all of his games this season, you'd make this call\n/getNBAGamesForPlayer?playerID=28268405032\n\nIf you want his games from last season, do this..\n/getNBAGamesForPlayer?playerID=28268405032&season=2022\n\nBut if you wanted to get all of his games this season, you don't have to include the season. Simply make this call\n/getNBAGamesForPlayer?playerID=28268405032\n\nYou can limit the amount of games returned with parameter: numberOfGames. For example: &numberOfGames=5 will return the last 5 games this player has an entry for.\n\nThis call will not work without playerID. If you want stats for all players during a game, then use the getNBABoxScore call with that specific gameID.", + "required_parameters": [ + { + "name": "playerID", + "type": "STRING", + "description": "playerID required", + "default": "28268405032" + } + ], + "optional_parameters": [ + { + "name": "numberOfGames", + "type": "STRING", + "description": "use this to restrict the results to the most recent numberOfGames you give here for the parameter", + "default": "" + }, + { + "name": "season", + "type": "STRING", + "description": "season in format YYYY\ndefaults to current season if gameID is not listed", + "default": "2023" + }, + { + "name": "gameID", + "type": "STRING", + "description": "use this to restrict the results to the boxscore for only one game of this player. This increases the speed of the call.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"statusCode\": \"int\", \"body\": {\"20230414_CHI@MIA\": {\"blk\": \"str\", \"OffReb\": \"str\", \"ftp\": \"str\", \"DefReb\": \"str\", \"plusMinus\": \"str\", \"stl\": \"str\", \"pts\": \"str\", \"tech\": \"str\", \"team\": \"str\", \"TOV\": \"str\", \"fga\": \"str\", \"ast\": \"str\", \"tptfgp\": \"str\", \"teamAbv\": \"str\", \"mins\": \"str\", \"fgm\": \"str\", \"fgp\": \"str\", \"reb\": \"str\", \"teamID\": \"str\", \"tptfgm\": \"str\", \"fta\": \"str\", \"tptfga\": \"str\", \"longName\": \"str\", \"PF\": \"str\", \"playerID\": \"str\", \"ftm\": \"str\", \"gameID\": \"str\"}, \"20230412_CHI@TOR\": {\"blk\": \"str\", \"OffReb\": \"str\", \"ftp\": \"str\", \"DefReb\": \"str\", \"plusMinus\": \"str\", \"stl\": \"str\", \"pts\": \"str\", \"tech\": \"str\", \"team\": \"str\", \"TOV\": \"str\", \"fga\": \"str\", \"ast\": \"str\", \"tptfgp\": \"str\", \"teamAbv\": \"str\", \"mins\": \"str\", \"fgm\": \"str\", \"fgp\": \"str\", \"reb\": \"str\", \"teamID\": \"str\", \"tptfgm\": \"str\", \"fta\": \"str\", \"tptfga\": \"str\", \"longName\": \"str\", \"PF\": \"str\", \"playerID\": \"str\", \"ftm\": \"str\", \"gameID\": \"str\"}, \"20230409_DET@CHI\": {\"blk\": \"str\", \"OffReb\": \"str\", \"ftp\": \"str\", \"DefReb\": \"str\", " + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get Teams", + "api_description": "This call will retrieve the list of NBA teams. Included is their name, city, abbreviation, and teamID which can be used in other calls. This also includes standings (win/loss/ppg/oppg/streak) data.\n\nIn the team rosters, all player information is available, which includes current injury status. \n\n/getNBATeams\n\nOptional parameters are schedules=true , rosters=true , and/or topPerformers=true\n\ntopPerformers get returned in a list for each stat, since a team might have multiple leaders averaging the same amount of whichever stat.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "statsToGet", + "type": "STRING", + "description": "", + "default": "averages" + }, + { + "name": "schedules", + "type": "STRING", + "description": "schedules=\\\\\\\"true\\\\\\\" to add team schedules to the data returned", + "default": "true" + }, + { + "name": "teamStats", + "type": "STRING", + "description": "teamStats=true to add team stats to the data returned", + "default": "true" + }, + { + "name": "topPerformers", + "type": "STRING", + "description": "topPerformers=true to add the team's stat leaders to the data returned", + "default": "true" + }, + { + "name": "rosters", + "type": "STRING", + "description": "rosters=\\\\\\\"true\\\\\\\" to add team rosters to the data returned", + "default": "true" + } + ], + "method": "GET", + "template_response": "{\"statusCode\": \"int\", \"body\": [{\"teamAbv\": \"str\", \"teamCity\": \"str\", \"teamSchedule\": {\"20221223_SA@ORL\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20230110_ORL@POR\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20230205_ORL@CHA\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20230207_NY@ORL\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gameTime_epoch\": \"str\", \"teamIDAway\": \"str\", \"home\": \"str\"}, \"20221024_ORL@NY\": {\"gameID\": \"str\", \"seasonType\": \"str\", \"away\": \"str\", \"gameTime\": \"str\", \"gameDate\": \"str\", \"teamIDHome\": \"str\", \"gam" + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get NBA Betting Odds", + "api_description": "This grabs NBA betting/gambling lines and odds from some of the most popular online sportsbooks (fanduel, betrivers, betmgm, caesars, pointsbet, etc). \n\nYou can call this for specific game or a specific date. Check out the example responses here for the type of data you can expect back. Some of the sportsbooks do not offer live betting, so data from those sportsbooks will not be returned after the game starts. \n\n\nEither gameDate or gameID is required.\nExamples of what the calls can look like:\n/getNBABettingLines?gameDate=20221227\n/getNBABettingLines?gameID=20221227_DEN@SAC", + "required_parameters": [], + "optional_parameters": [ + { + "name": "gameID", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "gameDate", + "type": "STRING", + "description": "format YYYYMMDD", + "default": "20230304" + } + ], + "method": "GET", + "template_response": "{\"statusCode\": \"int\", \"body\": {\"20230304_ATL@MIA\": {\"last_updated_e_time\": \"str\", \"betmgm\": {\"totalUnder\": \"str\", \"awayTeamSpread\": \"str\", \"awayTeamSpreadOdds\": \"str\", \"homeTeamSpread\": \"str\", \"homeTeamSpreadOdds\": \"str\", \"totalOverOdds\": \"str\", \"totalUnderOdds\": \"str\", \"awayTeamMLOdds\": \"str\", \"homeTeamMLOdds\": \"str\", \"totalOver\": \"str\"}, \"gameDate\": \"str\", \"fanduel\": {\"totalUnder\": \"str\", \"awayTeamSpread\": \"str\", \"awayTeamSpreadOdds\": \"str\", \"homeTeamSpread\": \"str\", \"homeTeamSpreadOdds\": \"str\", \"totalOverOdds\": \"str\", \"totalUnderOdds\": \"str\", \"awayTeamMLOdds\": \"str\", \"homeTeamMLOdds\": \"str\", \"totalOver\": \"str\"}, \"wynnbet\": {\"totalUnder\": \"str\", \"awayTeamSpread\": \"str\", \"awayTeamSpreadOdds\": \"str\", \"homeTeamSpread\": \"str\", \"homeTeamSpreadOdds\": \"str\", \"totalOverOdds\": \"str\", \"totalUnderOdds\": \"str\", \"awayTeamMLOdds\": \"str\", \"homeTeamMLOdds\": \"str\", \"totalOver\": \"str\"}, \"unibet\": {\"totalUnder\": \"str\", \"awayTeamSpread\": \"str\", \"awayTeamSpreadOdds\": \"str\", \"homeTeamSpread\": \"str\", \"homeT" + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get Player Information", + "api_description": "Call this to get general information on each player (name, team, experience, birthday, college, etc).\n\nYou can call with their playerID, if you know it. playerID calls will always be quicker as it acts on the key of the table. \n\nYou can also call with playerName. This call will return a list of players who have that name. If you want to include spaces in the search name, then use underscore. So if you want to find LeBron, you can use lebron_james and it will bring him back. Or try with playerName=smith and it will return a list of guys with smith in their name.\n\n/getNBAPlayerInfo?playerID=28908111729\n\n/getNBAPlayerInfo?playerName=smith\n\netc", + "required_parameters": [], + "optional_parameters": [ + { + "name": "statsToGet", + "type": "STRING", + "description": "can be: totals or averages\nWorks for current season only.", + "default": "averages" + }, + { + "name": "playerID", + "type": "STRING", + "description": "Numerical playerID\neither playerID or playerName is required\nIf playerID is used then the endpoint returns a map, not a list, as only one player will be returned.", + "default": "" + }, + { + "name": "playerName", + "type": "STRING", + "description": "player name\neither playerID or playerName is required\nIf this is used, the endpoint returns a list of players that match the entered playerName.", + "default": "smith" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": [ + { + "espnID": "str", + "espnName": "str", + "nbaComName": "str", + "college": "str", + "weight": "str", + "nbaComHeadshot": "str", + "jerseyNum": "str", + "team": "str", + "espnLink": "str", + "bDay": "str", + "espnHeadshot": "str", + "nbaComID": "str", + "shortName": "str", + "nbaComLink": "str", + "teamID": "str", + "bRefName": "str", + "pos": "str", + "cbsPlayerID": "str", + "longName": "str", + "height": "str", + "bRefID": "str", + "lastGamePlayed": "str", + "playerID": "str", + "exp": "str", + "stats": { + "blk": "str", + "fga": "str", + "DefReb": "str", + "ast": "str", + "ftp": "str", + "tptfgp": "str", + "tptfgm": "str", + "trueShootingPercentage": "str", + "stl": "str", + "fgm": "str", + "pts": "str", + "reb": "str", + "fgp": "str", + "effectiveShootingPercentage": "str", + "fta": "str", + "mins": "str", + "gamesPlayed": "str", + "TOV": "str", + "tptfga": "str", + "OffReb": "str", + "ftm": "str" + }, + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get NBA Injury List History", + "api_description": "This table currently has injury history from the years 2020, 2021, 2022, and 2023 for players who played an NBA game in the 21-22 season and afterwards. Consider this table as \"beta\" at this point, as we are still collecting previous seasons' data and working through some challenges. \n\nparameters:\n(All dates must be in format YYYYMMDD)\nplayerID - Use this if you only want to pull back injury history from a specific player.\ninjDate - Use this is to pull back injury history for only a specific date.\nThe next two are used to pull back a range of dates. You can use one or the other. Or none. \nbeginningInjDate - Lower boundary of the range of dates. Inclusive\nendInjDate - Upper boundary of the range of dates. Inclusive.\nyear - If your range of dates include multiple years, the api will only pull back dates for one year. If year isn't selected then you will get injuries from current year. Using \"year\" without any other parameters will do nothing and the api will still bring back the default, last 14 days of injuries.\nnumberOfDays - Valid for numbers 0 through 30, you can pull back information from the previous 0 to 30 days. \nCalling this endpoint with no parameters will give a list of all players injuries from the last 14 calendar days. \n\nAgain, please consider this endpoint as not fully functional and it could be buggy. We'll update the description here whenever we add more years, add options, or finalize the interface.\n\nWe encourage testing and feedback here. Thanks in advance!", + "required_parameters": [], + "optional_parameters": [ + { + "name": "year", + "type": "STRING", + "description": "format YYYY\nUse this to restrict results to one year", + "default": "" + }, + { + "name": "endInjDate", + "type": "STRING", + "description": "format YYYYMMDD\nUse this to restrict date range. This date is inclusive and the end of the date range.", + "default": "" + }, + { + "name": "numberOfDays", + "type": "STRING", + "description": "Number of days should be from 1 to 30, and will restrict your results to the most recent number of days you provide as the variable.", + "default": "" + }, + { + "name": "beginningInjDate", + "type": "STRING", + "description": "format YYYYMMDD\nUse this to restrict date range. This date is inclusive and the beginning of the date range.", + "default": "" + }, + { + "name": "playerID", + "type": "STRING", + "description": "Numerical playerID\nRestricts results to a specific player only.", + "default": "" + }, + { + "name": "injDate", + "type": "STRING", + "description": "format YYYYMMDD\nUse this if you want to restrict your results to only one date", + "default": "" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": [ + { + "designation": "str", + "injDate": "str", + "playerID": "str", + "description": "str", + "_list_length": 15 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get Team Roster", + "api_description": "This call returns the current or historical* roster of any team, using the teamID that can be found in \"getNBATeams\" call.\n\nRosters are updated a few times throughout the day. Usually once per hour and before each game starts.\n \nCall needs to look like this:\n/getNBATeamRoster?teamID=1\nor\n/getNBATeamRoster?teamAbv=ATL\n\n\nThat will return a list of the team's current roster players in the body.\n\nHistorical rosters are saved on a daily basis as of 20230505 and moving forward. \n\nAdd parameter archiveDate to the call to get a list of roster players (playerID's only) for that specific date. Historical roster dates only are kept as far back as 20230505.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "teamID", + "type": "STRING", + "description": "Number 1 - 30", + "default": "" + }, + { + "name": "statsToGet", + "type": "STRING", + "description": "either: totals or averages\nDoes not work with archiveDate", + "default": "averages" + }, + { + "name": "archiveDate", + "type": "STRING", + "description": "format YYYYMMDD", + "default": "" + }, + { + "name": "teamAbv", + "type": "STRING", + "description": "format CHI, BOS, ATL, etc", + "default": "SAC" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": { + "team": "str", + "teamID": "str", + "roster": [ + { + "college": "str", + "jerseyNum": "str", + "bRefID": "str", + "espnName": "str", + "nbaComLink": "str", + "nbaComHeadshot": "str", + "lastGamePlayed": "str", + "espnLink": "str", + "pos": "str", + "teamID": "str", + "injury": { + "description": "str", + "injDate": "str", + "designation": "str" + }, + "nbaComName": "str", + "exp": "str", + "height": "str", + "nbaComID": "str", + "espnHeadshot": "str", + "espnID": "str", + "weight": "str", + "team": "str", + "bRefName": "str", + "espnShortName": "str", + "bDay": "str", + "shortName": "str", + "longName": "str", + "playerID": "str", + "stats": { + "blk": "str", + "fga": "str", + "DefReb": "str", + "ast": "str", + "ftp": "str", + "tptfgp": "str", + "tptfgm": "str", + "trueShootingPercentage": "str", + "stl": "str", + "fgm": "str", + "pts": "str", + "reb": "str", + "fgp": "str", + "effectiveShootingPercentage": "str", + "fta": "str", + "mins": "str", + "gamesPlayed": "str", + "TOV": "str", + "tptfga": "str", + "OffReb": "str", + "ftm": "str" + }, + "_list_length": 17 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get Team Schedule", + "api_description": "This call returns the schedule of any team, using the teamID that can be found in \"getNBATeams\" call.\n\nCall needs to look like this:\n\n/getNBATeamSchedule?teamID=1\n\nYou can also use the team Abbreviation:\n\n/getNBATeamSchedule?teamAbv=CHI \n\nThat will return a list of the team's games in the body. \n\nTo get a list of appropriate team abbreviations, use the getTeams call.\n\nYou can also add the \"season\" parameter if you want to specify season. Right now we only have season 2022 and 2023. \nDefault season is current season.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "season", + "type": "STRING", + "description": "format YYYY and defaults to current season's year. For instance, NBA season 2022-23 would just be formatted 2023. \nthis only works for 2022 and 2023", + "default": "2023" + }, + { + "name": "teamID", + "type": "STRING", + "description": "teamID is 1-30", + "default": "" + }, + { + "name": "teamAbv", + "type": "STRING", + "description": "teamAbv is format like CHI, BOS, or ATL, etc", + "default": "GS" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": { + "team": "str", + "teamID": "str", + "schedule": [ + { + "gameID": "str", + "seasonType": "str", + "away": "str", + "teamIDHome": "str", + "gameDate": "str", + "gameStatus": "str", + "teamIDAway": "str", + "home": "str", + "awayResult": "str", + "homePts": "str", + "gameTime": "str", + "homeResult": "str", + "awayPts": "str", + "_list_length": 95 + } + ] + } + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get Player List", + "api_description": "Grabs all of this season's players and their IDs. \n\nONE CALL is all you need to retrieve every player. No need to call multiple times to get the full list.\n\nRosters are updated multiple times per day during the season.\n\nYou mainly will use this to match a player with his playerID.\n\nThere are no parameters, just a simple call..\n\n/getNBAPlayerList", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": [ + { + "playerID": "str", + "team": "str", + "longName": "str", + "teamID": "str", + "_list_length": 761 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get Daily Schedule", + "api_description": "Get basic information on which games are being played during a day. \ncall is like this:\n/getNBAGamesForDate?gameDate=20220310\nThe above call will return all of the games from March 10th, 2022. Date must be in that format. \nFor March 10th, there were two games. They come back in a list format within the body of the response.", + "required_parameters": [ + { + "name": "gameDate", + "type": "STRING", + "description": "format: YYYYMMDD\nrequired", + "default": "20221202" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": [ + { + "gameID": "str", + "teamIDAway": "str", + "away": "str", + "gameDate": "str", + "teamIDHome": "str", + "home": "str", + "_list_length": 11 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Tank01 Fantasy Stats", + "api_name": "Get General Game Information", + "api_description": "This call pulls back the most general information for a game: away team, home team, game date, and game start time. All times are in Eastern (ET) time zone. \ngameID is needed. You can retrieve gameID from a few different calls. The \"getNBAGamesForDate\" call or the \"getNBATeamSchedule\" call will be the best ways to get the gameID's. \n\nCall should look like this: \n/getNBAGameInfo?gameID=20220310_BKN@PHI", + "required_parameters": [ + { + "name": "gameID", + "type": "STRING", + "description": "", + "default": "20221202_CHI@GS" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "body": { + "season": "str", + "gameDate": "str", + "nbaComLink": "str", + "neutralSite": "str", + "teamIDHome": "str", + "gameTime": "str", + "gameTime_epoch": "str", + "teamIDAway": "str", + "away": "str", + "gameID": "str", + "seasonType": "str", + "home": "str" + } + } + } + ], + "query": "I am a sports journalist and I need the game information for all NBA games on a specific date. Can you provide me with the game schedule, including the teams playing, game dates, and start times? Also, give me the betting odds for the games, including the spreads, over/under, and moneyline.", + "relevant APIs": [ + [ + "Tank01 Fantasy Stats", + "Get Daily Schedule" + ], + [ + "Tank01 Fantasy Stats", + "Get Team Schedule" + ], + [ + "Tank01 Fantasy Stats", + "Get NBA Betting Odds" + ] + ], + "query_id": 77901 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "Betting status", + "api_description": "Get a betting status. Checking the Pinnacle server", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "time": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "List of special markets", + "api_description": "Get a list of special markets. Always first issue a snapshot call and continue with the delta calls. Calls return changes since the provided `since` value. You must always use the since parameter, after the first call. Please note that prematch and live events are different", + "required_parameters": [ + { + "name": "sport_id", + "type": "NUMBER", + "description": "Sport id", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "is_have_odds", + "type": "BOOLEAN", + "description": "`1` or `0`. You can only get matches for which there are already open odds, or matches that will be given odds in the future", + "default": true + }, + { + "name": "league_ids", + "type": "NUMBER", + "description": "League id", + "default": "" + }, + { + "name": "event_type", + "type": "STRING", + "description": "Status: `prematch`, `live` Please note that prematch and live events are different", + "default": "" + }, + { + "name": "since", + "type": "NUMBER", + "description": "Since UTC time. Calls return changes since the provided `since` value.", + "default": "" + }, + { + "name": "event_ids", + "type": "NUMBER", + "description": "Event id", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "Event details", + "api_description": "Get a event details and history odds. history:[time, value, max bet]. `Period_results - status`: 1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted", + "required_parameters": [ + { + "name": "event_id", + "type": "NUMBER", + "description": "Event id", + "default": 1419211461 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "events": "empty list" + } + }, + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "List of periods", + "api_description": "Get a list of periods", + "required_parameters": [ + { + "name": "sport_id", + "type": "NUMBER", + "description": "Sport id", + "default": 1 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "periods": [ + { + "number": "int", + "description": "str", + "short_description": "str", + "spread_description": "str", + "moneyline_description": "str", + "total_description": "str", + "team_1_total_description": "str", + "team_2_total_description": "str", + "spread_short_description": "str", + "moneyline_short_description": "str", + "total_short_description": "str", + "team_1_total_short_description": "str", + "team_2_total_short_description": "str", + "_list_length": 40 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "List of archive events", + "api_description": "Get a list of archive events. Use pagination", + "required_parameters": [ + { + "name": "sport_id", + "type": "NUMBER", + "description": "Sport id", + "default": 1 + }, + { + "name": "page_num", + "type": "NUMBER", + "description": "Page num", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "league_ids", + "type": "NUMBER", + "description": "League id", + "default": "" + } + ], + "method": "GET", + "template_response": { + "detail": [ + { + "loc": [ + "list of str with length 2" + ], + "msg": "str", + "type": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "List of sports", + "api_description": "Get a list of sports", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "p_id": "int", + "name": "str", + "last": "int", + "special_last": "int", + "last_call": "int" + } + }, + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "List of markets", + "api_description": "Get a list of markets. Always first issue a snapshot call and continue with the delta calls. Calls return changes since the provided `since` value. You must always use the `since` parameter, after starting your program cycle. You can make request without a `since` parameter no more than 15 times in 5 minutes. Please note that `prematch` and `live` events are different", + "required_parameters": [ + { + "name": "sport_id", + "type": "NUMBER", + "description": "Sport id", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "league_ids", + "type": "NUMBER", + "description": "League id", + "default": "" + }, + { + "name": "event_type", + "type": "STRING", + "description": "Status: `prematch`, `live` Please note that prematch and live events are different", + "default": "" + }, + { + "name": "event_ids", + "type": "NUMBER", + "description": "Event id", + "default": "" + }, + { + "name": "is_have_odds", + "type": "BOOLEAN", + "description": "`1` or `0`. You can only get matches for which there are already open odds, or matches that will be given odds in the future", + "default": true + }, + { + "name": "since", + "type": "NUMBER", + "description": "Since UTC time. Calls return changes since the provided `since` value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Pinnacle Odds", + "api_name": "List of leagues", + "api_description": "Get a list of leagues", + "required_parameters": [ + { + "name": "sport_id", + "type": "NUMBER", + "description": "Sport id", + "default": 1 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "leagues": [ + { + "id": "int", + "name": "str", + "homeTeamType": "str", + "hasOfferings": "bool", + "container": "str", + "allowRoundRobins": "bool", + "leagueSpecialsCount": "int", + "eventSpecialsCount": "int", + "eventCount": "int", + "_list_length": 2002 + } + ] + } + } + ], + "query": "My family and I are avid sports fans and we want to stay updated on the latest sports events. Can you provide us with a list of sports and a list of markets? We want to know the available sports and the betting options for each sport.", + "relevant APIs": [ + [ + "Pinnacle Odds", + "List of sports" + ], + [ + "Pinnacle Odds", + "List of markets" + ] + ], + "query_id": 78406 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Forecast crypto and fiat currency exchange rates", + "api_name": "Currency Converter With Forecast and Historical Data", + "api_description": "Free subscribe plan available! Check it in pricing and subscribe for tests!\nAllows to convert currency and shows prediction of exchange rate for currency pairs.\n\n`country_code` - is now optional. API will try first to get cross rate from European Central Bank. If API will found both currencies in another central bank, you will see from which central bank it was taken.\n\nExample: To get CNY to GBP provided by European Central Bank\n`/api/get_cross?currency=cny¤cy_cross=gbp`\nor \n`/api/get_cross?country_code=eu¤cy=cny¤cy_cross=gbp`\nor from Kazakhstan's CB:\n`/api/get_cross?country_code=kz¤cy=cny¤cy_cross=gbp`\nOf course cross rates from KZ and EU will be slightly different.\n\nExample 2: If you want to get historical data, add `&history_yyyy_mm_dd=2022-06-21`\n`/api/get_cross?country_code=eu¤cy=cny¤cy_cross=gbp&history_yyyy_mm_dd=2022-06-21`\n\nExotic example: To get CNY to MDL (Yuan to Moldavian Lei) provided by Kazakhstan CB\n`/api/get_cross?currency=cny¤cy_cross=mdl`\n\nParameters:\n1) country_code; 2) currency; 3) currency_cross; 4) optional parameter is `history_yyyy_mm_dd` (example:2022-06-27)' .\nTo get available `country_code` - access `/api/info/countries`\nTo get all currency abbreviations - access `/api/info/currencies` - there you need `code` value which is having 3 capital letters, like USD or CHF\n\nExample 3: If you want get price of Bitcoin in USD use:\n`/api/get_cross?currency=btc¤cy_cross=usd`\n...same in GBP with specified `country_code`:\n`/api/get_cross?country_code=bitcoin¤cy=btc¤cy_cross=gbp`\n\nExample 4: If you want get price of Bitcoin in USD for a day in the past use:\n`/api/get_cross?country_code=bitcoin&history_yyyy_mm_dd=2022-06-27¤cy=btc¤cy_cross=usd`", + "required_parameters": [ + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "cny" + }, + { + "name": "currency_cross", + "type": "STRING", + "description": "", + "default": "gbp" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Forecast crypto and fiat currency exchange rates", + "api_name": "Get banks in a country", + "api_description": "Free subscribe plan available! Check it in pricing and subscribe for tests!\nThis endpoint gives list of banks in selected country.\n\nExample 1\n` /api/get_all_banks_in_country?country_code=eu`\n\nExample 2\n `/api/get_all_banks_in_country?country_code=md`\n\nExample 3\n `/api/get_all_banks_in_country?country_code=bitcoin`\nwell... I hope you've got the idea:) The currency must have it's country and bank and for cryptocurrencies it is just imaginable bank \"Bitcoin\" and imaginable country \"Bitcoin\". This request will show you JSON\n{... \"is_central\": 1, \"name\": \"Bitcoin\", \"name_short\": \"Bitcoin\",...}\n\nTo get all available `country_code` use free endpoint `/api/info/countries`", + "required_parameters": [ + { + "name": "country_code", + "type": "STRING", + "description": "", + "default": "eu" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Forecast crypto and fiat currency exchange rates", + "api_name": "Currency rates for 1 bank. Historical data.", + "api_description": "Free subscribe plan available! Check it in pricing and subscribe for tests!\n**S**o it does - get exchange rates for selected bank on chosen date. Timezone is important!!!\n\nExample 1 - get currency rates provided by ECB(European Central Bank) in Berlin:\n`/api/get_all_currencies_values_for_1bank/?country_code=eu&date_yyyy_mm_dd_from=2021-11-15&date_yyyy_mm_dd_till=2021-11-15&bank_id=15&tz=Europe/Berlin`\n\nExample 2, MAIB (private Moldavian bank): `/api/get_all_currencies_values_for_1bank/?country_code=md&date_yyyy_mm_dd_from=2021-11-12&date_yyyy_mm_dd_till=2021-11-12&bank_id=1&tz=Europe/Chisinau`\n\nPrameters and where to get info:\n`country_code=` -->> `/api/info/countries` -here you can get all available country_code's and their's timezones.\n`bank_id=` -->> `/api/get_all_banks_in_country?country_code=bitcoin` or `/api/get_all_banks_in_country?country_code=eu`\n`date_yyyy_mm_dd_till=` and `date_yyyy_mm_dd_from=` -->> must be equal", + "required_parameters": [ + { + "name": "country_code", + "type": "STRING", + "description": "", + "default": "eu" + }, + { + "name": "date_yyyy_mm_dd_from", + "type": "STRING", + "description": "", + "default": "2022-06-22" + }, + { + "name": "bank_id", + "type": "STRING", + "description": "", + "default": "15" + }, + { + "name": "date_yyyy_mm_dd_till", + "type": "STRING", + "description": "", + "default": "2022-06-22" + }, + { + "name": "tz", + "type": "STRING", + "description": "", + "default": "Europe/Berlin" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "Forecast crypto and fiat currency exchange rates", + "api_name": "API Info", + "api_description": "Free subscribe plan available! Check it in pricing and subscribe for tests!\nAll info about API's of this project are available at `/api/info` Free of charge.\nFor example, if you access `/api/info/get_forecast` - you will get information about `/api/get_forecast`\n\nThe `ENDPOINT_NAME` can be one of these:\n`timezones` , `countries` , `languages` , `currencies` , `author`\n..and it provides response with data, for example all available countries.\n\nAlso `ENDPOINT_NAME` can be one of these:\n`get_forecast` , `get_all_banks_in_country` , `get_best_rates` , `get_all_currencies_values_for_1bank` , `faq`\n..but these requests provides only information about selected endoint.\n\nTo get all available `ENDPOINT_NAME` , go to `/api/info/all`", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ENDPOINT_NAME", + "type": "string", + "description": "", + "default": "get_forecast" + } + ], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "Forecast crypto and fiat currency exchange rates", + "api_name": "Get Exchange Rates Forecast", + "api_description": "Free subscribe plan available! Check it in pricing and subscribe for tests!\nThis API provides convinient way to get forecast for almost all fiat currencies and for bitcoin. Forecast based on Moving Average method with at least 30 historical observations.\n\nExample with fiat- \n`/api/get_forecast?country_code=eu¤cy=usd&predict_days=5`\nList of all available country_code's in `/api/info/countries`\nInfo about all currencies: `/api/info/currencies`\n\nExample 1 - \n`/api/get_forecast?country_code=bitcoin¤cy=btc`\nList of all available country_code's in `/api/info/countries`\nInfo about all currencies: `/api/info/currencies`\n\nSince 11 April 2022 you can request `/api/get_forecast?country_code=bitcoin¤cy=btc&predict_days=10`\nThis will provide prediction for 10 days. `&predict_days` accepting integer from 2 to 10\n\nExample 2 - If you want to get forecast for Canadian Dollar in USD:\n`/api/get_forecast?country_code=eu¤cy=usd&cross_currency=cad`\nyou will get response:\n\"`message`\":\".......... price for 1 CAD in US DOLLAR.... \"\n\"`forecast_rate`\": 0.7896, -->> means that forecast for 1 CAD is equal to 0.7896 USD\n\"`forecast_date`\": \"2021-11-21\", \n...\n\nExample 3 - If you want to get forecast of exchange rate for US Dollar in EU (European Union) provided by European Central Bank:\n`/api/get_forecast?country_code=eu¤cy=usd`\nyou get:\n\"`forecast_rate`\": 1.1254, -->>which means 1 Euro = 1.1254 US Dollar\n\"`forecast_date`\": \"2021-11-21\",\n\nExample 4 - get forecast and exhange rates for 1 USD provided by Moldavian Central Bank in Russian language:\n`/api/get_forecast?country_code=md&lang=ru¤cy=eur&cross_currency=usd`\nInfo about lang= : `/api/info/languages`\nInfo about `cross_currency`= : `/api/info/currencies`", + "required_parameters": [ + { + "name": "country_code", + "type": "STRING", + "description": "", + "default": "eu" + }, + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "usd" + } + ], + "optional_parameters": [ + { + "name": "predict_days", + "type": "STRING", + "description": "", + "default": "5" + } + ], + "method": "GET" + } + ], + "query": "I'm a cryptocurrency trader and I need to know the exchange rate forecast for Bitcoin in USD. Can you provide me with the forecasted rate for the next 7 days? Additionally, I would like to get the list of all available banks in my country.", + "relevant APIs": [ + [ + "Forecast crypto and fiat currency exchange rates", + "Get Exchange Rates Forecast" + ], + [ + "Forecast crypto and fiat currency exchange rates", + "Get banks in a country" + ] + ], + "query_id": 79053 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "vatlayer", + "api_name": "Single EU VAT Rate", + "api_description": "Using the \"rate\" endpoint, you may request the API to return standard and reduced VAT rates for a EU member state you specify. Important: Only one of the following three parameters for defining the country is allowed.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "country_code", + "type": "STRING", + "description": "Option 1 - define country by 2-letter country code", + "default": "" + }, + { + "name": "ip_address", + "type": "STRING", + "description": "Option 2 - define country by IP address", + "default": "" + }, + { + "name": "use_client_ip", + "type": "STRING", + "description": "Option 3 - set to \"1\" in order to use the IP of the client making the API request", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "error": { + "code": "int", + "type": "str", + "info": "str" + } + } + }, + { + "category_name": "Finance", + "tool_name": "vatlayer", + "api_name": "Request all EU VAT Rates", + "api_description": "Use the API's \"rate_list\" endpoint to obtain standard & reduced VAT rates for all 28 current member states", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "error": { + "code": "int", + "type": "str", + "info": "str" + } + } + }, + { + "category_name": "Finance", + "tool_name": "vatlayer", + "api_name": "Calculate EU VAT Compliant Price", + "api_description": "Use the \"price\" endpoint, you may request the API to calculate a country-specific VAT compliant price on your behalf. Important: There are 3 options to define a country - choose only one!", + "required_parameters": [ + { + "name": "amount", + "type": "STRING", + "description": "\"amount\" parameter - append the amount to convert to VAT compliant price", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "country_code", + "type": "STRING", + "description": "Option 1 - define country by 2-letter country code", + "default": "" + }, + { + "name": "ip_address", + "type": "STRING", + "description": "Option 2 - define country by IP address", + "default": "" + }, + { + "name": "use_client_ip", + "type": "STRING", + "description": "Option 3 - set to \"1\" in order to use the IP of the client making the API request", + "default": "" + }, + { + "name": "incl", + "type": "STRING", + "description": "set to \"1\" in case your amount already contains the respective VAT percentage", + "default": "" + }, + { + "name": "type", + "type": "STRING", + "description": "define a reduced VAT \"type\" (product category) according to the API's \"type\" endpoint", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "error": { + "code": "int", + "type": "str", + "info": "str" + } + } + }, + { + "category_name": "Finance", + "tool_name": "vatlayer", + "api_name": "Request list of types of goods", + "api_description": "Request an entire list of all available \"types of goods\", which fall into reduced VAT categories in specific EU member states", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "error": { + "code": "int", + "type": "str", + "info": "str" + } + } + }, + { + "category_name": "Finance", + "tool_name": "vatlayer", + "api_name": "Validate VAT Number", + "api_description": "Using the \"validate\" endpoint, you may request the API to validate any EU VAT number and obtain information about the company it is assigned to", + "required_parameters": [ + { + "name": "vat_number", + "type": "STRING", + "description": "\"vat_number\" parameter - append the VAT number you want to validate", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "error": { + "code": "int", + "type": "str", + "info": "str" + } + } + } + ], + "query": "I'm planning to expand my business to multiple EU member states and I need to know the VAT rates for all 28 current member states. Can you provide me with a comprehensive list of these rates? It would be great if you could also validate the VAT numbers of my potential customers.", + "relevant APIs": [ + [ + "vatlayer", + "Request all EU VAT Rates" + ], + [ + "vatlayer", + "Validate VAT Number" + ] + ], + "query_id": 79215 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Airports Finder", + "api_name": "Get Airports By Coordinates", + "api_description": "The \"Get Airports By Coordinates\" API enables you to retrieve a list of airports based on specific latitude and longitude coordinates. By providing the latitude and longitude values, this API returns comprehensive details about airports located within that vicinity. This information includes airport names, IATA codes, locations, and additional relevant data.", + "required_parameters": [ + { + "name": "lon", + "type": "string", + "description": "", + "default": "-97.0409" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "32.9222" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Airports Finder", + "api_name": "Get Airports By Country", + "api_description": "The \"Get Airports By Country\" API allows you to easily retrieve a list of airports based on a specific country. This API provides comprehensive details about airports, including their names, IATA codes, locations, and additional information.", + "required_parameters": [ + { + "name": "country", + "type": "string", + "description": "", + "default": "United States" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airports Finder", + "api_name": "Get Airports By City", + "api_description": "The \"Get Airports By City\" API enables you to effortlessly retrieve a list of airports based on a specific city. This API provides comprehensive details about airports, including their names, IATA codes, locations, and additional information.", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "dallas" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airports Finder", + "api_name": "Get Airport Details By Code", + "api_description": "The \"Get Airport Details By Code\" API allows you to quickly retrieve comprehensive information about airports based on their IATA codes. Obtain precise details such as airport names, locations, time zones, and more with this efficient and reliable API.", + "required_parameters": [ + { + "name": "code", + "type": "string", + "description": "", + "default": "DFW" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My family and I are planning a trip to Dallas and we need to know the airport details for the city. Can you provide us with a list of airports in Dallas along with their names, IATA codes, locations, and additional information? Additionally, we would like to know the details of the airport with the IATA code 'DFW'.", + "relevant APIs": [ + [ + "Airports Finder", + "Get Airports By City" + ], + [ + "Airports Finder", + "Get Airport Details By Code" + ] + ], + "query_id": 79620 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Extreme Data", + "api_description": "**Stormglass Tide Extreme Data**\n\nRetrieve information about high and low tide for a single coordinate. If nothing is specified, the returned values will be in relative to Mean Sea Level - MSL.", + "required_parameters": [ + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "datum", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Sea-level Data", + "api_description": "**Stormglass Tide Sea-level Data**\n\nRetrieve the sea level given in meters hour by hour for a single coordinate. If nothing is specified the returned values will be in relative to Mean Sea Level - MSL.", + "required_parameters": [ + { + "name": "params", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "datum", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "GET Astronomy Data", + "api_description": "Stormglass Astronomy Data\n\nRetrieve sunrise, sunset, moonrise, moonset and moon phase for a single coordinate.", + "required_parameters": [ + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Station Area Data", + "api_description": "**Stormglass Tide Station Area Data**\n\nThe Tide Stations Area Request will list all available tide stations within a defined geographic area.\n\nTop right and bottom left coordinate draws a box with the selected coordinates. \nAll stations with in the area of this box are queried.", + "required_parameters": [ + { + "name": "botLng", + "type": "string", + "description": "", + "default": "Bottom right Lng" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "Stormglass API Key" + }, + { + "name": "topLng", + "type": "string", + "description": "", + "default": "Top left Lng" + }, + { + "name": "topLat", + "type": "string", + "description": "", + "default": "Top left Lat" + }, + { + "name": "botLat", + "type": "string", + "description": "", + "default": "Bottom right Lat" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a beach photographer and I need to plan my shoots based on tides and sunrise/sunset timings. Can you provide me with the tide extreme data and the sunrise and sunset timings for the coordinates 35.6895\u00b0 N, 139.6917\u00b0 E for the next week? Additionally, I'd like to retrieve the sea level data for the same location.", + "relevant APIs": [ + [ + "Stormglass Complete", + "Get Tide Extreme Data" + ], + [ + "Stormglass Complete", + "GET Astronomy Data" + ] + ], + "query_id": 80884 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "German Police and Crime News Live", + "api_name": "Get Individual Source News", + "api_description": "This endpoint will return back all news about police, crime, accidents and more like this from germany from a specific news source.", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "tag24" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "German Police and Crime News Live", + "api_name": "Get all Police News", + "api_description": "This endpoint will return back all news about police, crime, accidents and more like this from germany.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "url": "str", + "source": "str" + } + } + ], + "query": "I'm researching crime trends in Germany. Can you provide me with all the news related to police, crime, and accidents? It would be great if you could fetch news from a specific news source called 'tag24'. Please include the title, URL, and source of each news article.", + "relevant APIs": [ + [ + "German Police and Crime News Live", + "Get all Police News" + ], + [ + "German Police and Crime News Live", + "Get Individual Source News" + ] + ], + "query_id": 81195 + }, + { + "api_list": [ + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Valorant", + "api_description": "Enter the Valorant Riot ID and Tag in the required parameters", + "required_parameters": [ + { + "name": "riot-id", + "type": "string", + "description": "", + "default": "ucup" + }, + { + "name": "tag", + "type": "string", + "description": "", + "default": "123" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username PUBG Mobile", + "api_description": "Enter your PUBG Mobile ID in the required parameters\n\nINFO: The API for this game is currently in the process of being maintained", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "5204837417" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Arena of Valor", + "api_description": "Enter your Arena of Valor ID in the required parameters", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "195293573153949" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Point Blank", + "api_description": "Enter your Point Blank ID in the required parameters", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "blackforster" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Call of Duty Mobile", + "api_description": "Enter your Call of Duty Mobile ID in the required parameters", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "8370310025568788107" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Genshin Impact", + "api_description": "Enter the Genshin Impact ID and Server in the required parameters", + "required_parameters": [ + { + "name": "server", + "type": "STRING", + "description": "Choice your server", + "default": "asia" + }, + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "844335555" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Higgs Domino", + "api_description": "Enter your Higgs Domino ID in the required parameters", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "55666" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Free Fire", + "api_description": "Enter your Free Fire ID in the required parameters", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1958604115" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "ID Game Checker", + "api_name": "GET username Mobile Legends", + "api_description": "Enter the Mobile Legends ID and Server in the required parameters", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1393323764" + }, + { + "name": "server", + "type": "NUMBER", + "description": "", + "default": "15748" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I would like to inquire about the username for my Mobile Legends ID '1393323764' on server '15748'. Can you help me find the username using the GET username Mobile Legends API? Additionally, I want to verify the username for my Valorant Riot ID 'ucup' and tag '123' using the GET username Valorant API.", + "relevant APIs": [ + [ + "ID Game Checker", + "GET username Mobile Legends" + ], + [ + "ID Game Checker", + "GET username Valorant" + ] + ], + "query_id": 81581 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Google Reviews Scraper", + "api_name": "GetFullReviews", + "api_description": "this endpoint get all the reviews in one request", + "required_parameters": [ + { + "name": "fullsort", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "fullid", + "type": "STRING", + "description": "", + "default": "U2FsdGVkX1%2FXiucfNDlh6l2kpjZmwjB6IPFuI513k5syjaxFndBOqnIhtPOcaGOPCBy9oHxOEdDR665pTS%2Bhcg%3D%3D" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Google Reviews Scraper", + "api_name": "SearchBusiness", + "api_description": "with this endpoint you can search the business you want to get their reviews and ratings", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "ibm morocco" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Google Reviews Scraper", + "api_name": "GetReviews", + "api_description": "with this endpoint you can all reviews for any business searched with pagination", + "required_parameters": [ + { + "name": "sort", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "nextpage", + "type": "STRING", + "description": "", + "default": "false" + }, + { + "name": "id", + "type": "STRING", + "description": "", + "default": "U2FsdGVkX1%2BPHiDLLJLXhJo8XIkNcp0vS1Mlop21Mnw0DnpVhJnqV951fgdWL1GUhqRBB8WwAnZ3RynQ2COplQ%3D%3D" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "averageRating": "str", + "totalReviews": "str", + "reviews": [ + { + "author": "str", + "rating": "str", + "comment": "str", + "date": "str", + "_list_length": 10 + } + ], + "nextPage": "str" + } + } + ], + "query": "My company is planning to partner with a software development agency. We are currently considering 'TechPro Solutions' as one of the options. Can you help us gather information about 'TechPro Solutions' by retrieving their reviews and ratings using the Google Reviews Scraper API? Your assistance would be greatly appreciated!", + "relevant APIs": [ + [ + "Google Reviews Scraper", + "SearchBusiness" + ], + [ + "Google Reviews Scraper", + "GetReviews" + ] + ], + "query_id": 82314 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "Node Express API Tutorial", + "api_name": "Get Specific User", + "api_description": "This endpoint will return back the user with the specified ID.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "Node Express API Tutorial", + "api_name": "Get All Users", + "api_description": "This endpoint will return all users stored in the database.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str" + } + } + ], + "query": "I am working on a project that requires retrieving user information from a database. Can you assist me in fetching the details of a specific user using the ID '86420'? Also, I would like to retrieve the information of all users stored in the database.", + "relevant APIs": [ + [ + "Node Express API Tutorial", + "Get Specific User" + ], + [ + "Node Express API Tutorial", + "Get All Users" + ] + ], + "query_id": 82701 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "[Embedded signing] Get role ids", + "api_description": "This endpoint returns details of specific document\n\nThe Document object contains:\n\n- Metadata: file name, size, extension, ID;\n- Fields, elements (texts, checks and signatures),\n- Invites, status of the invites,\n- Roles,\n- Timestamps (date created, date updated)\n\nDocument is a fundamental object of every e-signature operation. It\u2019s impossible to send an invite without selecting or [uploading a document](https://docs.signnow.com/docs/signnow/reference/operations/create-a-document) first. In signNow you can add other objects to the document called [fillable fields](https://docs.signnow.com/docs/signnow/branches/v1.2/reference/operations/update-a-document-document-id-adds-fields-to-a-document). When the document is signed, it can be [downloaded in PDF file format](https://docs.signnow.com/docs/signnow/reference/operations/get-a-document-download). Documents in signNow can be [turned into a template](https://docs.signnow.com/docs/signnow/reference/operations/create-a-template). API also allows you to create [event subscriptions](https://docs.signnow.com/docs/signnow/reference/operations/create-a-api-v-2-event) triggered by a specific document.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get field and field invite id", + "api_description": "The endpoint returns field and field invite ids.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "id of the document", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get role ids", + "api_description": "This endpoint returns details of specific document\n\nThe Document object contains:\n\n- Metadata: file name, size, extension, ID;\n- Fields, elements (texts, checks and signatures),\n- Invites, status of the invites,\n- Roles,\n- Timestamps (date created, date updated)\n\nDocument is a fundamental object of every e-signature operation. It\u2019s impossible to send an invite without selecting or [uploading a document](https://docs.signnow.com/docs/signnow/reference/operations/create-a-document) first. In signNow you can add other objects to the document called [fillable fields](https://docs.signnow.com/docs/signnow/branches/v1.2/reference/operations/update-a-document-document-id-adds-fields-to-a-document). When the document is signed, it can be [downloaded in PDF file format](https://docs.signnow.com/docs/signnow/reference/operations/get-a-document-download). Documents in signNow can be [turned into a template](https://docs.signnow.com/docs/signnow/reference/operations/create-a-template). API also allows you to create [event subscriptions](https://docs.signnow.com/docs/signnow/reference/operations/create-a-api-v-2-event) triggered by a specific document.", + "required_parameters": [ + { + "name": "document_id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get signing links", + "api_description": "The endpoint allows to get all existing signing links and IDs of these signing links.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str", + "code": "int" + } + }, + { + "category_name": "Business", + "tool_name": "SignNow", + "api_name": "Get role ids for template", + "api_description": "The endpoint allows to get role ids for a template.", + "required_parameters": [ + { + "name": "template_id", + "type": "string", + "description": "ID of the template.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "404": "str" + } + } + ], + "query": "I need to retrieve the details of a specific document with the ID 'abc123'. Please provide me with the document metadata, fields, signatures, and invites.", + "relevant APIs": [ + [ + "SignNow", + "[Embedded signing] Get role ids" + ], + [ + "SignNow", + "Get field and field invite id" + ] + ], + "query_id": 83742 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "Email Scraper", + "api_name": "dashboard_pro_access", + "api_description": "Call this endpoint (or click 'Test Endpoint') to get access to the dashboard with all features.", + "required_parameters": [ + { + "name": "get_dash_url", + "type": "STRING", + "description": "", + "default": "True" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Email Scraper", + "api_name": "dashboard_free_access", + "api_description": "Call this endpoint (or click 'Test Endpoint') to get access to the dashboard.", + "required_parameters": [ + { + "name": "get_dash_url", + "type": "STRING", + "description": "", + "default": "True" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Email Scraper", + "api_name": "email-extractor", + "api_description": "Get emails scraped from url provided", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://en.wikipedia.org/wiki/Email" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "bob@b.org": "str" + } + } + } + ], + "query": "As a marketer, I need to find contact emails from different websites. Can you provide me with access to the Email Scraper dashboard with all the features? Also, I would like to extract emails from multiple URLs and receive the results.", + "relevant APIs": [ + [ + "Email Scraper", + "dashboard_pro_access" + ], + [ + "Email Scraper", + "email-extractor" + ] + ], + "query_id": 83819 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Fetch full metadata", + "api_description": "This endpoint will return the full metadata of the number included on the request.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Country code number", + "api_description": "Returns the digits between the `+` and the national number when the number is written in international format.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Format number", + "api_description": "Returns the phone number on standardized formats.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Is fixed?", + "api_description": "Returns `true` or `false` depending on whether the number is fixed or not.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Is mobile?", + "api_description": "Returns `true` or `false` depending on whether the number is a mobile line or not.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Is possible?", + "api_description": "Validates phone number length, returns `true` or `false`.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Is valid?", + "api_description": "Validates both phone number length and the actual phone number digits, returns `true` or `false`.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Type", + "api_description": "Returns phone number type (`fixed line`, `mobile`, `toll free`, etc); or `undefined` if the number is invalid or if there are no phone number type regular expressions for this country in metadata.", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Phone Validator API", + "api_name": "Country ISO 3166", + "api_description": "Returns the officially assigned ISO alpha-2 country code, on [ISO 3166-1 alpha-2 format](https://en.wikipedia.org/wiki/ISO_3166-2).", + "required_parameters": [ + { + "name": "phone", + "type": "NUMBER", + "description": "", + "default": "34913353535" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm developing a phone number validation tool for personal use. Can you provide an API that fetches full metadata, formats the numbers, and checks their validity? It would be helpful if the API can also determine if the numbers are fixed or mobile.", + "relevant APIs": [ + [ + "Phone Validator API", + "Fetch full metadata" + ], + [ + "Phone Validator API", + "Format number" + ], + [ + "Phone Validator API", + "Is valid?" + ], + [ + "Phone Validator API", + "Is fixed?" + ], + [ + "Phone Validator API", + "Is mobile?" + ] + ], + "query_id": 83950 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "BIN/IIN Lookup", + "api_name": "BIN/IIN Lookup", + "api_description": "This API for Lookup, check, or search Issuer card information using card BIN.\nInput first 6 digits number of the Credit/Debit Card", + "required_parameters": [ + { + "name": "bin", + "type": "NUMBER", + "description": "", + "default": "470886" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Help me find the issuer card information by entering the first 6 digits of a credit/debit card using the BIN/IIN Lookup API. I would like to know the details for a card with the BIN '470886'.", + "relevant APIs": [ + [ + "BIN/IIN Lookup", + "BIN/IIN Lookup" + ] + ], + "query_id": 84845 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "Job Salary Data", + "api_name": "Job Salary", + "api_description": "Get estimated job salaries/pay by job title and location.", + "required_parameters": [ + { + "name": "job_title", + "type": "STRING", + "description": "Job title for which to get salary estimation", + "default": "nodejs developer" + }, + { + "name": "location", + "type": "STRING", + "description": "Free-text location/area in which to get salary estimation", + "default": "new york, usa" + } + ], + "optional_parameters": [ + { + "name": "radius", + "type": "STRING", + "description": "Search radius in km (measured from *location*).\nDefault: `200`.", + "default": "200" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "request_id": "str", + "data": [ + { + "location": "str", + "job_title": "str", + "publisher_name": "str", + "publisher_link": "str", + "min_salary": "int", + "max_salary": "int", + "median_salary": "int", + "salary_period": "str", + "salary_currency": "str", + "_list_length": 3 + } + ] + } + } + ], + "query": "Could you please fetch the salary estimates for a software engineer in San Francisco, USA? I would like to know the salary data from different sources such as Payscale, Glassdoor, Salary.com, and ZipRecruiter. It would be helpful if you could include the publisher names and links to their websites.", + "relevant APIs": [ + [ + "Job Salary Data", + "Job Salary" + ] + ], + "query_id": 85007 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Ebay de Product Details Page Scraper", + "api_name": "Detail Page", + "api_description": "Get all Data from https://www.ebay.de/itm/ITEM_ID\n\n**Payload:** ITEM_ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "265488616472" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am working on a research project, and I need data about a specific item from 'Ebay de Product Details Page Scraper'. Can you help me retrieve all the details for ITEM_ID '265488616472'? I require information such as the product description, seller location, and shipping options.", + "relevant APIs": [ + [ + "Ebay de Product Details Page Scraper", + "Detail Page" + ] + ], + "query_id": 85152 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "SearchingWebRequest", + "api_name": "SearchWebRequest", + "api_description": "We need to get the response from the web after specifying a keyword", + "required_parameters": [ + { + "name": "Keyword", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Please search the web for reviews and opinions about the latest smartphone model. We need to gather insights and feedback from users to improve our product. Use the keyword 'latest smartphone model' for the search. Thank you.", + "relevant APIs": [ + [ + "SearchingWebRequest", + "SearchWebRequest" + ] + ], + "query_id": 86084 + }, + { + "api_list": [ + { + "category_name": "Translation", + "tool_name": "Translator", + "api_name": "Get Languages", + "api_description": "Get all supported languages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + } + ], + "query": "I want to explore the different languages supported by the Translator tool. Can you assist me in obtaining the complete list of languages? It would be great to have this information for my research project.", + "relevant APIs": [ + [ + "Translator", + "Get Languages" + ] + ], + "query_id": 86143 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "barcode.monster", + "api_name": "code", + "api_description": "Returns code information", + "required_parameters": [ + { + "name": "code", + "type": "string", + "description": "Barcode to search", + "default": "code" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str" + } + } + ], + "query": "My company is working on a project that requires barcode information. Could you assist us by retrieving details for the barcode '543216789'?", + "relevant APIs": [ + [ + "barcode.monster", + "code" + ] + ], + "query_id": 87632 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "Test_v2", + "api_name": "JSON RPC boolean format", + "api_description": "JSON RPC response format with single field of type boolean", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My company is exploring the Rapid API features and we would like to test the JSON RPC response format. Could you recommend an API call that returns a boolean value? We are particularly interested in the endpoint, method, and any required parameters. Thank you!", + "relevant APIs": [ + [ + "Test_v2", + "JSON RPC boolean format" + ] + ], + "query_id": 87948 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "Nutrition by API-Ninjas", + "api_name": "/v1/nutrition", + "api_description": "API Ninjas Nutrition API endpoint.", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Query text to extract nutrition information (e.g. **bacon and 3 eggs**).", + "default": "1lb brisket with fries" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "calories": "float", + "serving_size_g": "float", + "fat_total_g": "float", + "fat_saturated_g": "float", + "protein_g": "float", + "sodium_mg": "int", + "potassium_mg": "int", + "cholesterol_mg": "int", + "carbohydrates_total_g": "float", + "fiber_g": "float", + "sugar_g": "float" + } + } + ], + "query": "I'm planning a family dinner and I need to know the nutrition information for a recipe. Can you extract the nutrition data for a dish that includes 2 pounds of chicken, 1 cup of rice, and 3 tablespoons of olive oil?", + "relevant APIs": [ + [ + "Nutrition by API-Ninjas", + "/v1/nutrition" + ] + ], + "query_id": 88193 + } +] \ No newline at end of file diff --git a/toolbench/test_instruction/G2_instruction.json b/toolbench/test_instruction/G2_instruction.json new file mode 100644 index 0000000000000000000000000000000000000000..ab8d3bd66cd903832defa380380c78642303dfdc --- /dev/null +++ b/toolbench/test_instruction/G2_instruction.json @@ -0,0 +1,41041 @@ +[ + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Random Word API", + "api_name": "Get Word by Start", + "api_description": "Returns a random word that starts with the specified string.\nFor example, \"fru\" will only return words that start with \"fru\", such as \"fruit\"", + "required_parameters": [ + { + "name": "start", + "type": "string", + "description": "", + "default": "fru" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "word": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Random Word API", + "api_name": "Get Word by Length", + "api_description": "Returns a random word that has the specified length. For example, 7 will return any word that is 7 letters long, such as \"swallow\".", + "required_parameters": [ + { + "name": "length", + "type": "NUMBER", + "description": "", + "default": "7" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "word": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Random Word API", + "api_name": "Get Word by Length and Start", + "api_description": "Returns a random word of specified length and that starts with specified string.\nFor example, 7 and \"fru\" will return any word that is 7 letters long and starts with \"fru\", such as \"fruiter\".", + "required_parameters": [ + { + "name": "length", + "type": "NUMBER", + "description": "", + "default": "7" + }, + { + "name": "start", + "type": "string", + "description": "", + "default": "fru" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "word": "str" + } + }, + { + "category_name": "Data", + "tool_name": "US ZIP Code to Income", + "api_name": "ZIP code", + "api_description": "ZIP code", + "required_parameters": [ + { + "name": "zip", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "x2y2", + "api_name": "x2y2 GET", + "api_description": "x2y2 API endpoint (https://api.x2y2.io)\nMake over 1000 requests / minute\n\nSimply copy the path into the x2y2_path header.\n\n![](https://i.ibb.co/WKYfTDy/x2y2-path-get-header.png)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Animals by API-Ninjas", + "api_name": "/v1/animals", + "api_description": "API Ninjas Animals API endpoint. Returns up to 10 results matching the input name parameter.", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "common name of animal to search. This parameter supports partial matches (e.g. fox will match gray fox and red fox)", + "default": "cheetah" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "taxonomy": { + "kingdom": "str", + "phylum": "str", + "class": "str", + "order": "str", + "family": "str", + "genus": "str", + "scientific_name": "str" + }, + "locations": [ + "list of str with length 3" + ], + "characteristics": { + "prey": "str", + "name_of_young": "str", + "group_behavior": "str", + "estimated_population_size": "str", + "biggest_threat": "str", + "most_distinctive_feature": "str", + "gestation_period": "str", + "habitat": "str", + "diet": "str", + "average_litter_size": "str", + "lifestyle": "str", + "common_name": "str", + "number_of_species": "str", + "location": "str", + "slogan": "str", + "group": "str", + "color": "str", + "skin_type": "str", + "top_speed": "str", + "lifespan": "str", + "weight": "str", + "height": "str", + "age_of_sexual_maturity": "str", + "age_of_weaning": "str" + } + } + } + ], + "query": "Help me find a 7-letter word that starts with 'fru' to use as a unique password for my online account. Additionally, fetch the income data for the ZIP code 98765 to compare it with other areas.", + "relevant APIs": [ + [ + "Random Word API", + "Get Word by Length and Start" + ], + [ + "US ZIP Code to Income", + "ZIP code" + ] + ], + "query_id": 1643 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Crypto Prices API", + "api_name": "Prices and up and down", + "api_description": "Here you can fetch the data using this rest endpoint", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "": "int", + "open": "float", + "high": "float", + "low": "float", + "close": "float", + "volume": "int", + "marketCap": "int", + "timestamp": "str", + "crypto_name": "str", + "date": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Geography", + "api_name": "Search Countries By Name", + "api_description": "Search Countries by Name. Both official and common names are searched", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Name of the Country to be searched. By default like query type search is supported where a country can be search by only providing part of the name. If exact match is needed, add exactMatch=true in query parameter.", + "default": "america" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "The page number from which the search should continue. Its zero indexed, hence, starts with 0", + "default": 0 + }, + { + "name": "exactMatch", + "type": "BOOLEAN", + "description": "Set to true if exact name match is required. Default value is false", + "default": false + }, + { + "name": "limit", + "type": "NUMBER", + "description": "The maximum records that can be returned within a page", + "default": 10 + }, + { + "name": "includeNativeName", + "type": "BOOLEAN", + "description": "If the name search should include Native Name as well, set it to true", + "default": false + }, + { + "name": "fields", + "type": "STRING", + "description": "Comma separated fields list to filter response", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Geography", + "api_name": "Get Country By FIFA Code", + "api_description": "Get Country by FIFA assigned Country Code", + "required_parameters": [ + { + "name": "fifaCode", + "type": "STRING", + "description": "FIFA assigned Country Code", + "default": "USA" + } + ], + "optional_parameters": [ + { + "name": "fields", + "type": "STRING", + "description": "Comma separated fields list to filter response", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"href\": \"str\", \"name\": {\"common\": \"str\", \"official\": \"str\", \"nativeName\": [{\"lang\": \"str\", \"official\": \"str\", \"common\": \"str\", \"_list_length\": 1}], \"translations\": [{\"lang\": \"str\", \"official\": \"str\", \"common\": \"str\", \"_list_length\": 25}]}, \"tld\": [\"list of str with length 1\"], \"cca2\": \"str\", \"ccn3\": \"str\", \"cca3\": \"str\", \"cioc\": \"str\", \"fifa\": \"str\", \"independent\": \"bool\", \"status\": \"str\", \"unMember\": \"bool\", \"currencies\": [{\"name\": \"str\", \"alphaCode\": \"str\", \"symbol\": \"str\", \"_list_length\": 1}], \"idd\": {\"root\": \"str\", \"suffixes\": [\"list of str with length 317\"]}, \"capital\": [{\"name\": \"str\", \"latLng\": {\"lat\": \"float\", \"lng\": \"float\"}, \"_list_length\": 1}], \"altSpellings\": [\"list of str with length 3\"], \"region\": \"str\", \"subregion\": \"str\", \"continents\": [\"list of str with length 1\"], \"languages\": [{\"code\": \"str\", \"name\": \"str\", \"_list_length\": 1}], \"latLng\": {\"lat\": \"int\", \"lng\": \"int\"}, \"landlocked\": \"str\", \"borders\": [\"list of str with length 2\"], \"area\": \"float\", \"flag\": \"str\", \"flag" + }, + { + "category_name": "Data", + "tool_name": "Geography", + "api_name": "Get Sub Regions", + "api_description": "Get list of sub regions of a region", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Name of the region", + "default": "americas" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm a cryptocurrency trader and I want to analyze the historical prices and market caps of popular cryptocurrencies like Bitcoin, Ethereum, and Stellar. Can you fetch this information for me using the Crypto Prices API? Additionally, I'm planning a trip to North America and I would like to know the subregions in North America using the Geography API.", + "relevant APIs": [ + [ + "Crypto Prices API", + "Prices and up and down" + ], + [ + "Geography", + "Get Sub Regions" + ] + ], + "query_id": 1844 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "Mutual fund Nav", + "api_name": "fundID", + "api_description": "current Nav", + "required_parameters": [ + { + "name": "ID", + "type": "STRING", + "description": "FundID", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Financial", + "tool_name": "Crypto Symbols by API-Ninjas", + "api_name": "/v1/cryptosymbols", + "api_description": "API Ninjas Crypto Symbols API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbols": [ + "list of str with length 522" + ], + "timestamp": "int" + } + } + ], + "query": "I'm starting a new business and I need to manage my finances effectively. Can you assist me in retrieving the current NAV for mutual funds with IDs 'STU321' and 'VWX654'? Additionally, I want to explore the world of cryptocurrencies. Please provide the latest crypto symbols and their corresponding timestamp.", + "relevant APIs": [ + [ + "Mutual fund Nav", + "fundID" + ], + [ + "Crypto Symbols by API-Ninjas", + "/v1/cryptosymbols" + ] + ], + "query_id": 4746 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Amazon Scrapper_v4", + "api_name": "GET a product details", + "api_description": "GET a product details.\nYou can get the product id from the URL when you search for a particular product. It is the next value after '/dp/'.\nEg: B08N5WG761 is the value we want from the url - \nhttps://www.amazon.in/Apple-MacBook-Chip-13-inch-256GB/dp/B08N5WG761/", + "required_parameters": [ + { + "name": "productId", + "type": "string", + "description": "", + "default": "B08N5WG761" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Scrapper_v4", + "api_name": "GET search results", + "api_description": "GET search results", + "required_parameters": [ + { + "name": "searchQuery", + "type": "string", + "description": "", + "default": "sdfsdf" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Scrapper_v4", + "api_name": "GET a product offers", + "api_description": "GET a product offers", + "required_parameters": [ + { + "name": "productId", + "type": "string", + "description": "", + "default": "sdfsdfdsf" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Shopify Store Scraper", + "api_name": "Single Product", + "api_description": "Fetch complete data of single product.", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://row.gymshark.com" + }, + { + "name": "handle", + "type": "STRING", + "description": "", + "default": "gymshark-studio-leggings-black-ss22" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Shopify Store Scraper", + "api_name": "Shopify Store Products", + "api_description": "Get all the products of shopify store.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://row.gymshark.com" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a tech enthusiast and I'm looking for the latest gadgets. Can you provide me with details of a specific product with the ID B08N5WG761 on Amazon? Also, fetch the search results for the query 'sdfsdf' on Amazon and recommend some cutting-edge products. Additionally, please suggest some popular products from the Gymshark store that might be of interest to tech-savvy individuals.", + "relevant APIs": [ + [ + "Amazon Scrapper_v4", + "GET a product details" + ], + [ + "Amazon Scrapper_v4", + "GET search results" + ], + [ + "Shopify Store Scraper", + "Shopify Store Products" + ] + ], + "query_id": 5744 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "Email Validator_v3", + "api_name": "Email Validate Regex", + "api_description": "Email Validate Regex", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "", + "default": "test@gmail.com" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Email", + "tool_name": "Temp Mail", + "api_name": "Read Inbox", + "api_description": "Read inbox an email", + "required_parameters": [ + { + "name": "email", + "type": "string", + "description": "", + "default": "p1amvpvxfh@bestparadize.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "message": "str", + "request_id": "str" + } + }, + { + "category_name": "Email", + "tool_name": "account verifyer", + "api_name": "Instagram account verifyer", + "api_description": "to verify Instagram account", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Email", + "tool_name": "Emails Verifier", + "api_name": "Verify Email", + "api_description": "Allows verifying email addresses. Checks if emails are deliverable.", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Email address (e.g., support@outscraper.com).", + "default": "support@outscraper.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a blogger and I want to verify the email addresses of my subscribers. Can you validate the emails of my subscribers using the Email Validate Regex API? Additionally, fetch the inbox messages for the email address p1amvpvxfh@bestparadize.com using the Read Inbox API to check for any collaboration opportunities or feedback from my readers.", + "relevant APIs": [ + [ + "Email Validator_v3", + "Email Validate Regex" + ], + [ + "Temp Mail", + "Read Inbox" + ] + ], + "query_id": 7257 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "Email Validator_v2", + "api_name": "/email/validate", + "api_description": "Validate single email in real-time.\n\n**7 levels of verification:**\n\n1. By RFC standards.\n2. By service email (no-reply@, no-spam@, ...).\n3. MX records exist.\n4. By disposable/temporary email service.\n5. By spam catchers (like abusix.com network members).\n6. Connects to email service via standard protocol (SMTP) to check account exists.\n7. Connects to email service via internal api to check account banned or blocked (supports: Gmail, Mail.Ru, iCloud, Hotmail, Yahoo, Outlook, Rambler, Yandex and more).", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "Email for validation", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Email", + "tool_name": "Email Validator_v9", + "api_name": "check", + "api_description": "Core api to check your email.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Email", + "tool_name": "EmailQualityPlus", + "api_name": "Valida\u00e7\u00e3o de Email", + "api_description": "Valida\u00e7\u00e3o Simples de Email", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "email a ser validado", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a surprise anniversary party for my parents and want to send out digital invitations. Before sending, I want to validate the email addresses of all the guests to ensure they are correct. Additionally, I need to find a caterer for the event and check their availability. Finally, I would like a random quote about love to include in the party decorations.", + "relevant APIs": [ + [ + "Email Validator_v2", + "/email/validate" + ], + [ + "Email Validator_v9", + "check" + ], + [ + "EmailQualityPlus", + "Valida\u00e7\u00e3o de Email" + ] + ], + "query_id": 7468 + }, + { + "api_list": [ + { + "category_name": "Mapping", + "tool_name": "peta", + "api_name": "peta", + "api_description": "peta is real", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "Organizaci\u00f3n territorial de Espa\u00f1a", + "api_name": "Lista de provincias por Comunidad Aut\u00f3noma", + "api_description": "Lista todas las provincias de una Comunidad Aut\u00f3noma", + "required_parameters": [ + { + "name": "id_comunidad", + "type": "string", + "description": "", + "default": "b8462" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Mapping", + "tool_name": "Organizaci\u00f3n territorial de Espa\u00f1a", + "api_name": "Lista de provincias", + "api_description": "Lista el nombre y el id de todas las provincias de Espa\u00f1a", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Mapping", + "tool_name": "Organizaci\u00f3n territorial de Espa\u00f1a", + "api_name": "Lista de Comunidades Aut\u00f3nomas", + "api_description": "Lista el nombre y el id de todas las Comunidades Aut\u00f3nomas de Espa\u00f1a", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Mapping", + "tool_name": "Dargan", + "api_name": "In Radius", + "api_description": "Find all postcodes within a certain radius (in KM) of a postcode", + "required_parameters": [ + { + "name": "postcode", + "type": "STRING", + "description": "", + "default": "CF103NP" + }, + { + "name": "radius", + "type": "NUMBER", + "description": "", + "default": "0.1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Distance": "float", + "Postcode": "str" + } + }, + { + "category_name": "Mapping", + "tool_name": "Dargan", + "api_name": "Geocode", + "api_description": "Returns the latitude and longitude for a given postcode", + "required_parameters": [ + { + "name": "postcode", + "type": "STRING", + "description": "", + "default": "CF103NP" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "postcode": "str", + "latitude": "float", + "longitude": "float" + } + }, + { + "category_name": "Mapping", + "tool_name": "Dargan", + "api_name": "Distance", + "api_description": "Gets the distance between 2 postcodes in KM", + "required_parameters": [ + { + "name": "postcodeA", + "type": "STRING", + "description": "", + "default": "CF103NP" + }, + { + "name": "postcodeB", + "type": "STRING", + "description": "", + "default": "CF103RB" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "A": { + "postcode": "str", + "latitude": "float", + "longitude": "float" + }, + "B": { + "postcode": "str", + "latitude": "float", + "longitude": "float" + }, + "Distance": "float" + } + } + ], + "query": "I'm a beach lover and I'm planning a beach holiday in Spain. Please provide me with a list of beautiful beaches in different provinces along with their descriptions. Additionally, I would like to know the distance between each beach and the nearest town for accommodation planning. Lastly, I need some recommendations for beachfront hotels and resorts in each province.", + "relevant APIs": [ + [ + "Organizaci\u00f3n territorial de Espa\u00f1a", + "Lista de provincias" + ], + [ + "Dargan", + "Distance" + ] + ], + "query_id": 7636 + }, + { + "api_list": [ + { + "category_name": "Mapping", + "tool_name": "smart locations", + "api_name": "get-location", + "api_description": "smart-location", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "Magical Taske", + "api_name": "Fetch by type", + "api_description": "This endpoint fetches records by type as defined in `ABOUT` section above. You have to provide type and a limit of the number of records returned.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "Type of record you want. Refer to README above to see accepted types.", + "default": "Forest" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isKenyaMagical": "bool", + "status": "str", + "total": "int", + "data": [ + { + "id": "str", + "name": "str", + "type": "str", + "region": "str", + "country": "str", + "rating": "int", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "Magical Taske", + "api_name": "Fetch by region", + "api_description": "This endpoint fetches records by region as defined in the `ABOUT` section above. You have to provide region and a limit of the number of records returned.", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Type of record you want. Refer to README above to see accepted types.", + "default": "Central" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isKenyaMagical": "bool", + "status": "str", + "total": "int", + "data": [ + { + "id": "str", + "name": "str", + "type": "str", + "region": "str", + "country": "str", + "rating": "int", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "Magical Taske", + "api_name": "Fetch by type and region", + "api_description": "You can make a request finer by combining region and type. This endpoint will return the records requested. You have to provide a limit of the number of records you want.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "Type of record you want. Refer to README above to see accepted types.", + "default": "Hill" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "region", + "type": "STRING", + "description": "", + "default": "Eastern" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isKenyaMagical": "bool", + "status": "str", + "total": "int", + "data": [ + { + "id": "str", + "name": "str", + "type": "str", + "region": "str", + "country": "str", + "rating": "int", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "Organizaci\u00f3n territorial de Espa\u00f1a", + "api_name": "Lista de provincias por Comunidad Aut\u00f3noma", + "api_description": "Lista todas las provincias de una Comunidad Aut\u00f3noma", + "required_parameters": [ + { + "name": "id_comunidad", + "type": "string", + "description": "", + "default": "b8462" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Mapping", + "tool_name": "Organizaci\u00f3n territorial de Espa\u00f1a", + "api_name": "Lista de municipios por provincia", + "api_description": "Lista todas lps municipios de una provincia", + "required_parameters": [ + { + "name": "id_provincia", + "type": "string", + "description": "", + "default": "854e9" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Mapping", + "tool_name": "Organizaci\u00f3n territorial de Espa\u00f1a", + "api_name": "Lista de provincias", + "api_description": "Lista el nombre y el id de todas las provincias de Espa\u00f1a", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm looking for unique travel destinations in Kenya. Can you suggest five forest locations and five hill locations in the Central region? It would be great if you could also recommend some hotels in the area.", + "relevant APIs": [ + [ + "Magical Taske", + "Fetch by type" + ], + [ + "Magical Taske", + "Fetch by region" + ], + [ + "smart locations", + "get-location" + ] + ], + "query_id": 7691 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "BMI_v2", + "api_name": "Gives the BMI when you input height in feet and inches & input weight in kilograms", + "api_description": "The API generates the BMI in kg/m2. You need to enter the weight in kilograms and height in feet and inches", + "required_parameters": [ + { + "name": "weightinkg", + "type": "NUMBER", + "description": "", + "default": "70.5" + }, + { + "name": "heightfeet", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "heightinches", + "type": "NUMBER", + "description": "", + "default": "7" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "BMI_v2", + "api_name": "Gives the BMI when you Input values in Metric units", + "api_description": "Gives the BMI in kg/m2 when we input height in centimeters and weight in kilograms", + "required_parameters": [ + { + "name": "heightincm", + "type": "NUMBER", + "description": "", + "default": "180" + }, + { + "name": "weightinkg", + "type": "NUMBER", + "description": "", + "default": "70.5" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "BMI_v2", + "api_name": "Gives the weight catergory based on the BMI", + "api_description": "The API catergorizes the person based on the BMI. The catergories would be Underweight, Normal weight, Overweight, Obesity Class I, Obesity Class II and Obesity Class III. These definitions differ in Asians hence you may be able to enter the ethnicity of the person (Asian or not asian)", + "required_parameters": [ + { + "name": "bmienter", + "type": "NUMBER", + "description": "", + "default": "25.7" + } + ], + "optional_parameters": [ + { + "name": "asian", + "type": "BOOLEAN", + "description": "", + "default": "true" + } + ], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "hoscoscope", + "api_description": "retrieve the horoscope for a specific sign and date", + "required_parameters": [ + { + "name": "date", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "sign", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "planetaryoverview", + "api_description": "get the Planetary Overview of the day", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "planet": "str", + "sign": "str", + "description": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Pregnancy Calculator API", + "api_name": "Fertility Window - GET", + "api_description": "This endpoint accepts a GET request to calculate the fertility window.", + "required_parameters": [ + { + "name": "cycle_length", + "type": "STRING", + "description": "The length of the menstrual cycle in days.", + "default": "28" + }, + { + "name": "menstrual_date", + "type": "STRING", + "description": "The date of the first day of the last menstrual period in the format '**YYYY-MM-DD**'.", + "default": "2023-06-01" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Pregnancy Calculator API", + "api_name": "Conception Date", + "api_description": "This endpoint calculates the estimated due date based on the user's conception date.", + "required_parameters": [ + { + "name": "conception_date", + "type": "STRING", + "description": "The date of conception in the format '**YYYY-MM-DD**'", + "default": "2023-05-01" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Pregnancy Calculator API", + "api_name": "Pregnancy Weight Recommendation - GET", + "api_description": "This endpoint that accepts a GET request to calculate the recommended weight during pregnancy based on the user's pre-pregnancy weight, height, and current gestational age.", + "required_parameters": [ + { + "name": "pre_pregnancy_weight", + "type": "NUMBER", + "description": "The user's pre-pregnancy weight in kilograms (**kg**).", + "default": "60" + }, + { + "name": "gestational_age", + "type": "NUMBER", + "description": "The current gestational age in **weeks**.\n", + "default": "20" + }, + { + "name": "height", + "type": "NUMBER", + "description": "The user's height in meters (**m**).", + "default": "1.65" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "AirVisual", + "api_name": "stations/v2/get-information", + "api_description": "Get information at specific station by its id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The value of id field (type is station) that returned in \u2026/v2/auto-complete endpoint", + "default": "Jmy9oL75KSZnsqi6L" + } + ], + "optional_parameters": [ + { + "name": "x-user-timezone", + "type": "STRING", + "description": "", + "default": "Asia/Singapore" + }, + { + "name": "x-units-distance", + "type": "STRING", + "description": "One of the following : miles|kilometer", + "default": "kilometer" + }, + { + "name": "x-units-pressure", + "type": "STRING", + "description": "One of the following : hg|mbar", + "default": "mbar" + }, + { + "name": "x-user-lang", + "type": "STRING", + "description": "", + "default": "en-US" + }, + { + "name": "x-units-temperature", + "type": "STRING", + "description": "One of the following : fahrenheit|celsius", + "default": "celsius" + }, + { + "name": "x-aqi-index", + "type": "STRING", + "description": "One of the following : us|cn", + "default": "us" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"data\": {\"id\": \"str\", \"name\": \"str\", \"city\": \"str\", \"state\": \"str\", \"country\": \"str\", \"location\": {\"lat\": \"float\", \"lon\": \"float\"}, \"timezone\": \"str\", \"websiteLink\": \"str\", \"report\": {\"link\": \"str\", \"actionText\": \"str\", \"message\": \"str\"}, \"type\": \"str\", \"followers\": {\"total\": \"str\", \"pictures\": [\"list of str with length 3\"], \"label\": \"str\"}, \"contributors\": {\"pictures\": [\"list of str with length 1\"], \"redirection\": {\"actionType\": \"str\", \"appCategory\": \"str\", \"item\": \"str\"}, \"label\": \"str\"}, \"sources\": [{\"id\": \"str\", \"name\": \"str\", \"totalStations\": \"int\", \"type\": \"str\", \"picture\": \"str\", \"url\": \"str\", \"_list_length\": 2}], \"gallery\": {\"pictures\": \"empty list\", \"contributor\": {\"name\": \"str\", \"profileID\": \"str\", \"profilePicture\": \"str\"}}, \"currentMeasurement\": {\"ts\": \"str\", \"aqius\": \"int\", \"mainus\": \"str\", \"aqicn\": \"int\", \"maincn\": \"str\", \"pollutants\": [{\"conc\": \"int\", \"aqius\": \"int\", \"aqicn\": \"int\", \"pollutant\": \"str\", \"isEstimated\": \"int\", \"ts\": \"str\", \"_list_length\": 3" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "AirVisual", + "api_name": "auto-complete (Deprecated)", + "api_description": "Find countries, cities, places by name", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Name of countries, cities, districts, places, etc...", + "default": "singapore" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "stations": [ + { + "id": "str", + "name": "str", + "city": "str", + "state": "str", + "country": "str", + "i18n": {}, + "location": { + "type": "str", + "coordinates": [ + "list of float with length 2" + ] + }, + "type": "str", + "current_measurement": { + "aqius": "int", + "aqicn": "int", + "ts": "str" + }, + "_list_length": 10 + } + ], + "cities": [ + { + "id": "str", + "city": "str", + "state": "str", + "country": "str", + "i18n": {}, + "estimated": "int", + "location": { + "type": "str", + "coordinates": [ + "list of float with length 2" + ] + }, + "type": "str", + "current_measurement": { + "aqius": "int", + "aqicn": "int", + "ts": "str" + }, + "_list_length": 1 + } + ], + "news": [ + { + "author": "str", + "date": "str", + "status": "str", + "thumbnail": "str", + "title": "str", + "type": "str", + "url": "str", + "_list_length": 7 + } + ], + "contributors": [ + { + "id": "str", + "name": "str", + "type": "str", + "subType": "str", + "picture": "str", + "visibility": "bool", + "isVerified": "bool", + "_list_length": 1 + } + ] + } + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "AirVisual", + "api_name": "cities/get-measurements (Deprecated)", + "api_description": "Get measurements in specific city by its id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The value of id field (type is city) that received from .../auto-complete API", + "default": "hW7vArorRd8cT9h6v" + } + ], + "optional_parameters": [ + { + "name": "timezone", + "type": "STRING", + "description": "", + "default": "Asia/Singapore" + }, + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "en_US" + }, + { + "name": "aqiIndex", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "id": "str", + "measurements": [ + { + "ts": "str", + "p2": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "aqius": "int", + "mainus": "str", + "aqicn": "int", + "maincn": "str", + "_list_length": 48 + } + ], + "measurements_daily": [ + { + "ts": "str", + "p2": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "aqius": "int", + "mainus": "str", + "aqicn": "int", + "maincn": "str", + "p1": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "o3": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "s2": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "co": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "_list_length": 30 + } + ] + } + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Exercises by API-Ninjas", + "api_name": "/v1/exercises", + "api_description": "API Ninjas Exercises API endpoint. Returns up to 10 exercises that satisfy the given parameters.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination. Default is 0.", + "default": "" + }, + { + "name": "muscle", + "type": "STRING", + "description": "muscle group targeted by the exercise. Possible values are:\n\nabdominals\nabductors\nadductors\nbiceps\ncalves\nchest\nforearms\nglutes\nhamstrings\nlats\nlower_back\nmiddle_back\nneck\nquadriceps\ntraps\ntriceps", + "default": "biceps" + }, + { + "name": "type", + "type": "STRING", + "description": "exercise type. Possible values are:\n\ncardio\nolympic_weightlifting\nplyometrics\npowerlifting\nstrength\nstretching\nstrongman", + "default": "" + }, + { + "name": "difficulty", + "type": "STRING", + "description": "difficulty level of the exercise. Possible values are:\n\nbeginner\nintermediate\nexpert", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "name of exercise. This value can be partial (e.g. press will match Dumbbell Bench Press)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "type": "str", + "muscle": "str", + "equipment": "str", + "difficulty": "str", + "instructions": "str" + } + } + ], + "query": "I am starting a new fitness routine and I want to incorporate exercises that target specific muscle groups. Can you provide me with a list of exercises that target the quadriceps and hamstrings? Additionally, I would like to know the BMI based on my height and weight in metric units.", + "relevant APIs": [ + [ + "Exercises by API-Ninjas", + "/v1/exercises" + ], + [ + "BMI_v2", + "Gives the BMI when you Input values in Metric units" + ] + ], + "query_id": 9834 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "Appointment System API", + "api_name": "Appointment Time List", + "api_description": "EndPoint gets Appointment Time List by Day. EndPoint gets date parameter and returns List of Appointment Times of that date. In the list there is available field, This field indicates whether there is an appointment at the specified time.\nParameter Descriptions : \ndate --> The day that hours will be return\nclinicName --> Name of the clinic\n\nReturn Value: \nThe EndPoint returns json object in format below.\n[\n{\"id\":1\n\"hLabel\":\"07:00\"\n\"available\":\"true\"\n\"hour\":7\n\"minute\":0\n\"interval\":15\n},\n......\n]\n\nId --> is the key value of the record.\nhLabel --> is the string format of the time\navailable --> if is true that means the time is suitable for new record. If it is false that means there is another appointment in this time interval. \nhour --> Hour of the appointment time.\nminute --> Minute of the appointment time.\ninterval --> this field points out to the interval whether 15 minutes or 30 minutes", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "", + "default": "2022.09.05" + } + ], + "optional_parameters": [ + { + "name": "clinicName", + "type": "STRING", + "description": "", + "default": "DemoClinic" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "hLabel": "str", + "available": "str", + "hour": "int", + "minute": "int", + "interval": "int" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Appointment System API", + "api_name": "Get Appointments", + "api_description": "EndPoints returns all appointments in the date. \n\nParameter Description :\ndate : the date the appointments is requested\nclinicName : Name of the clinic\n\nReturn Value : \nIt returns json object. Json contains all the appointments in requested date.\n\nJson Format :\n\nhLabel:\"07:00\"\nid:5\naDay:\"2022-09-09T00:00:00\"\naHour:58\naName:\"Efe Kemal TASAR\"\naTel:\"+905376853054\"\naType:\"Appoint\"", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "", + "default": "2022.09.09" + }, + { + "name": "clinicName", + "type": "STRING", + "description": "", + "default": "DemoUser" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Appointment System API", + "api_name": "Login", + "api_description": "This Endpoint is use for login to the system and getting the Api Key for the clinic. It needs username and password as query parameters. \nParameter Descriptions:\nusername --> parameter for username in the system. It is the same with username while creating the account.\npassword --> password for the username. It is same with the password while creating the acoount.\n\nReturn Value\nThis Endpoint returns string value.\nIf you get a sting with 6+ long this means that you have successfully passed username and password check and you are getting the Accesskey fort he system.\nIf you get \u201cW1\u201d it means a warning that your username doesn\u2019t exists\nIf you get \u201cW2\u201d it means a warning that your password is not correct.\nIt you get \u201cE1\u201d it means a programmatic internal error. If you get E1 in the next calls you can get help from us.", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "", + "default": "DemoPass" + }, + { + "name": "username", + "type": "STRING", + "description": "", + "default": "DemoUser" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "ExerciseDB", + "api_name": "List of all exercises", + "api_description": "Fetch all exercises (non-paginated)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "bodyPart": "str", + "equipment": "str", + "gifUrl": "str", + "id": "str", + "name": "str", + "target": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "ExerciseDB", + "api_name": "List by equipment", + "api_description": "Fetch exercises by type of equipment", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "`equipment` property of exercise object", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "ExerciseDB", + "api_name": "List of equipment", + "api_description": "Fetch a list of available equipment", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "planetaryoverview", + "api_description": "get the Planetary Overview of the day", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "planet": "str", + "sign": "str", + "description": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "hoscoscope", + "api_description": "retrieve the horoscope for a specific sign and date", + "required_parameters": [ + { + "name": "date", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "sign", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a workshop on mindfulness and need to schedule appointments for the participants. Can you fetch the available appointment times at the clinic for the workshop day? Additionally, provide me with a list of exercises that target the mind and require meditation.", + "relevant APIs": [ + [ + "Appointment System API", + "Appointment Time List" + ], + [ + "Appointment System API", + "Get Appointments" + ], + [ + "ExerciseDB", + "List of all exercises" + ], + [ + "ExerciseDB", + "List by equipment" + ] + ], + "query_id": 9957 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "Appointment System API", + "api_name": "Appointment Time List", + "api_description": "EndPoint gets Appointment Time List by Day. EndPoint gets date parameter and returns List of Appointment Times of that date. In the list there is available field, This field indicates whether there is an appointment at the specified time.\nParameter Descriptions : \ndate --> The day that hours will be return\nclinicName --> Name of the clinic\n\nReturn Value: \nThe EndPoint returns json object in format below.\n[\n{\"id\":1\n\"hLabel\":\"07:00\"\n\"available\":\"true\"\n\"hour\":7\n\"minute\":0\n\"interval\":15\n},\n......\n]\n\nId --> is the key value of the record.\nhLabel --> is the string format of the time\navailable --> if is true that means the time is suitable for new record. If it is false that means there is another appointment in this time interval. \nhour --> Hour of the appointment time.\nminute --> Minute of the appointment time.\ninterval --> this field points out to the interval whether 15 minutes or 30 minutes", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "", + "default": "2022.09.05" + } + ], + "optional_parameters": [ + { + "name": "clinicName", + "type": "STRING", + "description": "", + "default": "DemoClinic" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "hLabel": "str", + "available": "str", + "hour": "int", + "minute": "int", + "interval": "int" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Appointment System API", + "api_name": "Get Appointments", + "api_description": "EndPoints returns all appointments in the date. \n\nParameter Description :\ndate : the date the appointments is requested\nclinicName : Name of the clinic\n\nReturn Value : \nIt returns json object. Json contains all the appointments in requested date.\n\nJson Format :\n\nhLabel:\"07:00\"\nid:5\naDay:\"2022-09-09T00:00:00\"\naHour:58\naName:\"Efe Kemal TASAR\"\naTel:\"+905376853054\"\naType:\"Appoint\"", + "required_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "", + "default": "2022.09.09" + }, + { + "name": "clinicName", + "type": "STRING", + "description": "", + "default": "DemoUser" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Appointment System API", + "api_name": "Login", + "api_description": "This Endpoint is use for login to the system and getting the Api Key for the clinic. It needs username and password as query parameters. \nParameter Descriptions:\nusername --> parameter for username in the system. It is the same with username while creating the account.\npassword --> password for the username. It is same with the password while creating the acoount.\n\nReturn Value\nThis Endpoint returns string value.\nIf you get a sting with 6+ long this means that you have successfully passed username and password check and you are getting the Accesskey fort he system.\nIf you get \u201cW1\u201d it means a warning that your username doesn\u2019t exists\nIf you get \u201cW2\u201d it means a warning that your password is not correct.\nIt you get \u201cE1\u201d it means a programmatic internal error. If you get E1 in the next calls you can get help from us.", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "", + "default": "DemoPass" + }, + { + "name": "username", + "type": "STRING", + "description": "", + "default": "DemoUser" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "ExerciseDB", + "api_name": "List of all exercises", + "api_description": "Fetch all exercises (non-paginated)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "bodyPart": "str", + "equipment": "str", + "gifUrl": "str", + "id": "str", + "name": "str", + "target": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "ExerciseDB", + "api_name": "List by equipment", + "api_description": "Fetch exercises by type of equipment", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "`equipment` property of exercise object", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "ExerciseDB", + "api_name": "List of equipment", + "api_description": "Fetch a list of available equipment", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "planetaryoverview", + "api_description": "get the Planetary Overview of the day", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "planet": "str", + "sign": "str", + "description": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "hoscoscope", + "api_description": "retrieve the horoscope for a specific sign and date", + "required_parameters": [ + { + "name": "date", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "sign", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a fitness retreat and need a variety of exercises for the participants. Can you provide me with a list of exercises that target the back, chest, and shoulders? Additionally, fetch the horoscope for a specific sign and date to create personalized workout plans.", + "relevant APIs": [ + [ + "ExerciseDB", + "List of all exercises" + ], + [ + "ExerciseDB", + "List by equipment" + ], + [ + "Horostory", + "hoscoscope" + ] + ], + "query_id": 9959 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Airbnb_v2", + "api_name": "Get Top Tier Stays Filter", + "api_description": "-", + "required_parameters": [], + "optional_parameters": [ + { + "name": "languageId", + "type": "STRING", + "description": "Enter **LanguageId** if you want a response in the requested language. To get **LanguageId** call **getLanguages** API and pass in the Id.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb_v2", + "api_name": "Get Host Language Filters", + "api_description": "-", + "required_parameters": [], + "optional_parameters": [ + { + "name": "languageId", + "type": "STRING", + "description": "Enter **LanguageId** if you want a response in the requested language. To get **LanguageId** call **getLanguages** API and pass in the Id.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb_v2", + "api_name": "Get Property Type Filters", + "api_description": "-", + "required_parameters": [], + "optional_parameters": [ + { + "name": "languageId", + "type": "STRING", + "description": "Enter **LanguageId** if you want a response in the requested language. To get **LanguageId** call **getLanguages** API and pass in the Id.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Ranked Crime Cities", + "api_name": "Ranked World Crime cities", + "api_description": "Ranked World Crime cities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Ranked Crime Cities", + "api_name": "Get city by filter", + "api_description": "Get city by filter", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "World Scuba Diving Sites Api", + "api_name": "Query divesites by gps boundaries (For use with maps)", + "api_description": "The API endpoint that queries dive sites by GPS boundaries allows developers to search for dive sites within a specified geographical region, defined by a set of latitude and longitude coordinates. This endpoint can be particularly useful for creating interactive maps or applications that require displaying dive sites within a specific area. To use it add the four map bounds as query params", + "required_parameters": [], + "optional_parameters": [ + { + "name": "southWestLat", + "type": "STRING", + "description": "", + "default": "50.995577266225524" + }, + { + "name": "northEastLng", + "type": "STRING", + "description": "", + "default": "3.827225290533761" + }, + { + "name": "southWestLng", + "type": "STRING", + "description": "", + "default": "-12.542403615716239" + }, + { + "name": "northEastLat", + "type": "STRING", + "description": "", + "default": "58.59328356952258" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "World Scuba Diving Sites Api", + "api_name": "Query Divesites by a country or a region.", + "api_description": "The endpoint returns a json list of dive sites which match the region or country entered as the query. The range of results depend but there is usually around 100-500 sites for each country. There are around 15'000 dive sites listed in the database.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "thailand" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I am planning a vacation with my family and we are interested in scuba diving. Can you recommend some dive sites in Thailand? Additionally, we would like to know the top-tier stays available in that area for accommodation options.", + "relevant APIs": [ + [ + "World Scuba Diving Sites Api", + "Query Divesites by a country or a region." + ], + [ + "Airbnb_v2", + "Get Top Tier Stays Filter" + ] + ], + "query_id": 10097 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Airbnb_v2", + "api_name": "Get Top Tier Stays Filter", + "api_description": "-", + "required_parameters": [], + "optional_parameters": [ + { + "name": "languageId", + "type": "STRING", + "description": "Enter **LanguageId** if you want a response in the requested language. To get **LanguageId** call **getLanguages** API and pass in the Id.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb_v2", + "api_name": "Get Host Language Filters", + "api_description": "-", + "required_parameters": [], + "optional_parameters": [ + { + "name": "languageId", + "type": "STRING", + "description": "Enter **LanguageId** if you want a response in the requested language. To get **LanguageId** call **getLanguages** API and pass in the Id.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb_v2", + "api_name": "Get Property Type Filters", + "api_description": "-", + "required_parameters": [], + "optional_parameters": [ + { + "name": "languageId", + "type": "STRING", + "description": "Enter **LanguageId** if you want a response in the requested language. To get **LanguageId** call **getLanguages** API and pass in the Id.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Ranked Crime Cities", + "api_name": "Ranked World Crime cities", + "api_description": "Ranked World Crime cities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Ranked Crime Cities", + "api_name": "Get city by filter", + "api_description": "Get city by filter", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "World Scuba Diving Sites Api", + "api_name": "Query divesites by gps boundaries (For use with maps)", + "api_description": "The API endpoint that queries dive sites by GPS boundaries allows developers to search for dive sites within a specified geographical region, defined by a set of latitude and longitude coordinates. This endpoint can be particularly useful for creating interactive maps or applications that require displaying dive sites within a specific area. To use it add the four map bounds as query params", + "required_parameters": [], + "optional_parameters": [ + { + "name": "southWestLat", + "type": "STRING", + "description": "", + "default": "50.995577266225524" + }, + { + "name": "northEastLng", + "type": "STRING", + "description": "", + "default": "3.827225290533761" + }, + { + "name": "southWestLng", + "type": "STRING", + "description": "", + "default": "-12.542403615716239" + }, + { + "name": "northEastLat", + "type": "STRING", + "description": "", + "default": "58.59328356952258" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "World Scuba Diving Sites Api", + "api_name": "Query Divesites by a country or a region.", + "api_description": "The endpoint returns a json list of dive sites which match the region or country entered as the query. The range of results depend but there is usually around 100-500 sites for each country. There are around 15'000 dive sites listed in the database.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "thailand" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "My friends and I are planning a scuba diving trip and we want to explore dive sites within a specific geographical region. Can you help us find dive sites within the given GPS boundaries? Additionally, we would like to know the property types available for accommodation in that region.", + "relevant APIs": [ + [ + "World Scuba Diving Sites Api", + "Query divesites by gps boundaries (For use with maps)" + ], + [ + "Airbnb_v2", + "Get Property Type Filters" + ] + ], + "query_id": 10099 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Nomad List Cities", + "api_name": "Middle East", + "api_description": "Get Middle East cities sorted by overall score by default.\n\nPagination: size & page \nsort_by: you can sort by any numeric value like fore example internet_speed, temperatureC, cost_for_family_in_usd and so on.\nsort: asc | desc", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "sort", + "type": "STRING", + "description": "", + "default": "desc" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "", + "default": "overall_score" + }, + { + "name": "size", + "type": "STRING", + "description": "", + "default": "20" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Nomad List Cities", + "api_name": "Asia", + "api_description": "Get Asian cities sorted by overall score by default.\n\nPagination: size & page \nsort_by: you can sort by any numeric value like fore example internet_speed, temperatureC, cost_for_family_in_usd and so on.\nsort: asc | desc", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "", + "default": "desc" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "", + "default": "overall_score" + }, + { + "name": "size", + "type": "STRING", + "description": "", + "default": "20" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Nomad List Cities", + "api_name": "Africa", + "api_description": "Get African cities sorted by overall score by default.\n\nPagination: size & page \nsort_by: you can sort by any numeric value like fore example internet_speed, temperatureC, cost_for_family_in_usd and so on.\nsort: asc | desc", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "", + "default": "desc" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "", + "default": "overall_score" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "size", + "type": "STRING", + "description": "", + "default": "20" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Gas Price", + "api_name": "allUsaPrice", + "api_description": "Service that brings the average current gasoline prices of states in America.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Gas Price", + "api_name": "usaCitiesList", + "api_description": "The service that get list of cities with price information in the USA.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Gas Price", + "api_name": "canada", + "api_description": "The service that brings gas prices in the Canada.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "webcams.travel", + "api_name": "/webcams/list/continent={continent}[,{continent}[,...]]", + "api_description": "This is a modifier. Returns a list of webcams according to the listed continents. Multiple continents must be separated by comma. Required: at least one {continent}.", + "required_parameters": [ + { + "name": "continent", + "type": "STRING", + "description": "Possible values for {continent} are: \"AF\" (Africa), \"AN\" (Antarctica), \"AS\" (Asia), \"EU\" (Europe), \"NA\" (North America), \"OC\" (Oceania), or \"SA\" (South America)", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Localize the results to this language, if available. Default: \"en\".", + "default": "en" + }, + { + "name": "show", + "type": "STRING", + "description": "Content to be listed in the response. Possible values are: \"webcams\", \"categories\", \"continents\", \"countries\", \"regions\", \"properties\". Default is \"webcams\".", + "default": "webcams:image,location" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "webcams.travel", + "api_name": "/webcams/list/bbox={ne_lat},{ne_lng},{sw_lat},{sw_lng}", + "api_description": "This is a modifier. Returns a list of the webcams in the bounding box given by north-east ({ne_lat},{ne_lng}) and south-west ({sw_lat},{sw_lng}) coordinates. Required: {ne_lat},{ne_lng},{sw_lat},{sw_lng}.", + "required_parameters": [ + { + "name": "ne_lat", + "type": "NUMBER", + "description": "North-east WGS84 latitude of the bounding box.", + "default": "" + }, + { + "name": "sw_lng", + "type": "NUMBER", + "description": "South-west WGS84 longitude of the bounding box.", + "default": "" + }, + { + "name": "sw_lat", + "type": "NUMBER", + "description": "South-west WGS84 latitude of the bounding box.", + "default": "" + }, + { + "name": "ne_lng", + "type": "NUMBER", + "description": "North-east WGS84 longitude of the bounding box.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Localize the results to this language, if available. Default: \"en\".", + "default": "en" + }, + { + "name": "show", + "type": "STRING", + "description": "Content to be listed in the response. Possible values are: \"webcams\", \"categories\", \"continents\", \"countries\", \"regions\", \"properties\". Default is \"webcams\".", + "default": "webcams:image,location" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "webcams.travel", + "api_name": "/webcams/list/orderby={order},{sort}", + "api_description": "This is a modifier. Returns the list of webcams ordered by {order}. The optional sorting direction is given by {sort}. Required {order}.", + "required_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Possible values are: \"asc\" (ascending), or \"desc\" (descending).", + "default": "" + }, + { + "name": "order", + "type": "STRING", + "description": "Possible values are: \"popularity\" (default order: \"desc\"), \"hotness\" (default order: \"desc\"), \"new\" (default order: \"desc\"), \"recent\" (default order: \"desc\"), \"random\" (default order: \"asc\"), or \"distance\" (default order: \"asc\", only available if the modifier \"nearby\" has been applied).", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Localize the results to this language, if available. Default: \"en\".", + "default": "en" + }, + { + "name": "show", + "type": "STRING", + "description": "Content to be listed in the response. Possible values are: \"webcams\", \"categories\", \"continents\", \"countries\", \"regions\", \"properties\". Default is \"webcams\".", + "default": "webcams:image,location" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Tripit", + "api_name": "Get", + "api_description": "A get request is used to retrieve a specific object from the TripIt API given its TripIt object ID. Since get requests do not change data they are all made via an HTTP GET request for a URL that takes the following form:", + "required_parameters": [ + { + "name": "object_type", + "type": "STRING", + "description": "is one of the following strings: air activity car cruise directions lodging map note points_program profile rail restaurant transport trip weather", + "default": "" + }, + { + "name": "tripit_object_id", + "type": "STRING", + "description": "is the object ID of the TripIt object being requested.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Error": { + "code": "int", + "description": "str" + } + } + }, + { + "category_name": "Travel", + "tool_name": "Tripit", + "api_name": "List", + "api_description": "A list request is used to retrieve multiple objects given an object type and set of filter parameters. Since list requests do not change data they are all made via an HTTP GET request for a URL that takes the following form:", + "required_parameters": [ + { + "name": "object_type", + "type": "STRING", + "description": "is one of the following strings: trip object points_program", + "default": "" + }, + { + "name": "filter_parameter", + "type": "STRING", + "description": "Valid values for and depend on the . See http://tripit.github.io/api/doc/v1/index.html#resource_section for a table of valid combinations.", + "default": "" + }, + { + "name": "filter_value", + "type": "STRING", + "description": "Valid values for and depend on the . See http://tripit.github.io/api/doc/v1/index.html#resource_section for a table of valid combinations.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Tripit", + "api_name": "Delete", + "api_description": "A delete request is used to delete existing objects", + "required_parameters": [ + { + "name": "object_type", + "type": "STRING", + "description": "is one of the following strings: air activity car cruise directions lodging map note rail restaurant segment transport trip", + "default": "" + }, + { + "name": "tripit_object_id", + "type": "STRING", + "description": "is the object ID of the TripIt object being requested.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a company retreat in Africa and I need to find suitable cities. Fetch me a list of African cities sorted by their overall score. Additionally, provide me with the gas prices in those cities so I can estimate the expenses.", + "relevant APIs": [ + [ + "Nomad List Cities", + "Africa" + ], + [ + "Gas Price", + "usaCitiesList" + ] + ], + "query_id": 10316 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Biggest Cities", + "api_name": "Get all cities", + "api_description": "Get all cites", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Biggest Cities", + "api_name": "Biggest cities", + "api_description": "Biggest cities", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Airbnb listings", + "api_name": "Listing status", + "api_description": "Retrieve the calculated status (available/not available for stay) of a listing based on previous and following days stay rules.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "the listing id", + "default": "619966061834034729" + }, + { + "name": "year", + "type": "NUMBER", + "description": "the year", + "default": "2024" + }, + { + "name": "month", + "type": "NUMBER", + "description": "the month", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb listings", + "api_name": "Amenities", + "api_description": "Retrieves amenities ids And descriptions. Returns 50 results", + "required_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "index to start from", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb listings", + "api_name": "Listings by lat lng", + "api_description": "Retrieve listings ids, distance from starting point and last updated dates for prices, availability and ratings in a range from a given geographical point. Returns 50 results. Can be filtered on bedrooms and max guest capacity", + "required_parameters": [ + { + "name": "lat", + "type": "NUMBER", + "description": "latitude", + "default": "28.0852473" + }, + { + "name": "lng", + "type": "NUMBER", + "description": "longitude", + "default": "-16.7349705" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "index to start from", + "default": "0" + }, + { + "name": "range", + "type": "NUMBER", + "description": "range in meters from latitude and longitude point", + "default": "500" + } + ], + "optional_parameters": [ + { + "name": "bedrooms", + "type": "NUMBER", + "description": "number of bedrooms", + "default": "1" + }, + { + "name": "maxGuestCapacity", + "type": "NUMBER", + "description": "Max guest the listing can accomodate", + "default": "2" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "BiggestCities", + "api_name": "Get All Cities", + "api_description": "Get All Cities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "BiggestCities", + "api_name": "Get Cities by filter", + "api_description": "Get Cities by filter", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "funtrip", + "api_name": "ttt", + "api_description": "ttt", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My company is organizing a conference in New York City. We need a venue that can accommodate 500 people. Could you find a list of available event spaces in Manhattan? Please include the distance from each venue to Times Square and the listing status for the desired date. Additionally, provide the contact information for each venue.", + "relevant APIs": [ + [ + "Airbnb listings", + "Listings by lat lng" + ], + [ + "Airbnb listings", + "Listing status" + ], + [ + "Biggest Cities", + "Biggest cities" + ] + ], + "query_id": 10318 + }, + { + "api_list": [ + { + "category_name": "Database", + "tool_name": "Roman Gods By Pizza API", + "api_name": "Search Roman God By Name", + "api_description": "Search for a Roman God By name to get a description about them", + "required_parameters": [ + { + "name": "god", + "type": "STRING", + "description": "", + "default": "jupiter" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Description": "str" + } + }, + { + "category_name": "Database", + "tool_name": "Roman Gods By Pizza API", + "api_name": "Random Roman God", + "api_description": "Returns information about a random Roman God", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Description": "str", + "God": "str" + } + }, + { + "category_name": "Database", + "tool_name": "BusinessMate", + "api_name": "Get list of languages", + "api_description": "Get list of languages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "message": "str", + "results": [ + { + "text": "str", + "value": "str", + "_list_length": 81 + } + ] + } + }, + { + "category_name": "Database", + "tool_name": "Chattydata", + "api_name": "endpoint1", + "api_description": "indpoint", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Single Airplane", + "api_description": "Get details of a single airplane by its ID.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "76" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "All Airplanes", + "api_description": "Get complete data of all airplanes.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + }, + { + "category_name": "Database", + "tool_name": "AirplanesDB", + "api_name": "Airplanes ordered by ascending", + "api_description": "Get all airplanes ordered by name in ascending order.", + "required_parameters": [ + { + "name": "ordering", + "type": "STRING", + "description": "", + "default": "plane" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "plane": "str", + "brand": "str", + "passenger_capacity": "int", + "priceUSD": "float", + "fuel_capacity_litres": "float", + "max_takeoff_weight_kg": "float", + "max_landing_weight_kg": "float", + "empty_weight_kg": "float", + "range_km": "float", + "length_ft": "float", + "wingspan_ft": "float", + "height_ft": "float", + "engine": "str", + "cruise_speed_kmph": "float", + "ceiling_ft": "float", + "imgThumb": "str", + "img_attribution": "str", + "img_creative_commons": "bool" + } + } + ], + "query": "I'm organizing a language learning event and I need a list of languages to include in the program. Can you provide me with a comprehensive list of languages? Additionally, I would like to know the details of a specific airplane for a presentation on aviation history.", + "relevant APIs": [ + [ + "BusinessMate", + "Get list of languages" + ], + [ + "AirplanesDB", + "Single Airplane" + ] + ], + "query_id": 10941 + }, + { + "api_list": [ + { + "category_name": "Database", + "tool_name": "Python Libraries tst", + "api_name": "View User List", + "api_description": "Gets a user\u2019s list of favorite libraries.", + "required_parameters": [ + { + "name": "userId", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "userId": "int", + "username": "str", + "language": "str", + "favorites": [ + "list of str with length 3" + ] + } + }, + { + "category_name": "Database", + "tool_name": "Pan Card Verification at Lowest price", + "api_name": "Verify PAN Card", + "api_description": "Instant PAN Card Verification using government database check.\n\nThis PAN Card Verification API instantly verifies details of a PAN Card by confirming them from the Government database.\n\nThis makes your onboarding process faster, safer and smarter. With our PAN verification, you can be confident that the individuals or merchants you onboard hold a valid PAN card and have provided you with the right identity proof.", + "required_parameters": [ + { + "name": "panNumber", + "type": "string", + "description": "", + "default": "FNLPM8635N" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "errorCode": "int", + "message": "str", + "error": "str" + } + }, + { + "category_name": "Database", + "tool_name": "List Movies v3", + "api_name": "List Movies", + "api_description": "Used to list and search through out all the available movies. Can sort, filter, search and order the results", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genre", + "type": "STRING", + "description": "Used to filter by a given genre (See http://www.imdb.com/genre/ for full list)", + "default": "all" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Orders the results by either Ascending or Descending order.", + "default": "desc" + }, + { + "name": "with_rt_ratings", + "type": "BOOLEAN", + "description": "Returns the list with the Rotten Tomatoes rating included.", + "default": "false" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sorts the results by choosen value.", + "default": "date_added" + }, + { + "name": "page", + "type": "NUMBER", + "description": "used to see the next page of movies, eg limit=15 and page=2 will show you movies 15-30.", + "default": "1" + }, + { + "name": "query_term", + "type": "STRING", + "description": "Used for movie search, matching on: Movie Title/IMDB Code, Actor Name/IMDb, Director Name/IMDb Code.", + "default": "0" + }, + { + "name": "quality", + "type": "STRING", + "description": "Used to filter by a given quality.", + "default": "all" + }, + { + "name": "minimum_rating", + "type": "NUMBER", + "description": "used to filter movie by a given minimum IMDB rating.", + "default": "0" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "The limit of results per page that has been set.", + "default": "20" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Database", + "tool_name": "List Movies v3", + "api_name": "Movie Suggestions", + "api_description": "Returns 4 related movies as suggestions for the user", + "required_parameters": [], + "optional_parameters": [ + { + "name": "movie_id", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "status_message": "str", + "data": { + "movie_count": "int", + "movies": [ + { + "id": "int", + "url": "str", + "imdb_code": "str", + "title": "str", + "title_english": "str", + "title_long": "str", + "slug": "str", + "year": "int", + "rating": "float", + "runtime": "int", + "genres": [ + "list of str with length 5" + ], + "summary": "str", + "description_full": "str", + "synopsis": "str", + "yt_trailer_code": "str", + "language": "str", + "mpa_rating": "str", + "background_image": "str", + "background_image_original": "str", + "small_cover_image": "str", + "medium_cover_image": "str", + "state": "str", + "torrents": [ + { + "url": "str", + "hash": "str", + "quality": "str", + "seeds": "int", + "peers": "int", + "size": "str", + "size_bytes": "int", + "date_uploaded": "str", + "date_uploaded_unix": "int", + "_list_length": 2 + } + ], + "date_uploaded": "str", + "date_uploaded_unix": "int", + "_list_length": 4 + } + ] + }, + "@meta": { + "server_time": "int", + "server_timezone": "str", + "api_version": "int", + "execution_time": "str" + } + } + }, + { + "category_name": "Database", + "tool_name": "List Movies v3", + "api_name": "Movie Parental Guides", + "api_description": "Returns all the parental guide ratings for the specified movie", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "status_message": "str", + "@meta": { + "server_time": "int", + "server_timezone": "str", + "api_version": "int", + "execution_time": "str" + } + } + }, + { + "category_name": "Database", + "tool_name": "Nurse Verification", + "api_name": "GET Call", + "api_description": "Used to fetch api result using the request id received in responses.", + "required_parameters": [ + { + "name": "request_id", + "type": "STRING", + "description": "", + "default": "68bbb910-da9b-4d8a-9a1d-4bd878b19846" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm hosting a movie-themed party and I want to display movie suggestions. Can you suggest four related movies for the party? Also, fetch the list of favorite libraries for user 1 from the Python Libraries tst API.", + "relevant APIs": [ + [ + "List Movies v3", + "Movie Suggestions" + ], + [ + "Python Libraries tst", + "View User List" + ] + ], + "query_id": 11448 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "Events UEL", + "api_name": "Ticket", + "api_description": "Ticket", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "SevenTraderAPI", + "api_name": "Get - Countries", + "api_description": "Get all countries in API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Education", + "tool_name": "LeetcodeApi", + "api_name": "getMediumQuestion", + "api_description": "Get the number of medium level questing solved by the user.", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mujtabah258" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "LeetcodeApi", + "api_name": "getTotalSolved", + "api_description": "Get the total number of questions solved by the user.", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mujtabah258" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "LeetcodeApi", + "api_name": "getName", + "api_description": "Get the name of the user", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mujtabah258" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Word of the day", + "api_name": "Word of the day from cd", + "api_description": "Get word of the day from cd.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": "str", + "date": "str", + "word": "str", + "type": "str", + "mean": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Word of the day", + "api_name": "Get word of the day from multiple sources", + "api_description": "Gets word of the day from mutiple sources in one go easy.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Word of the day", + "api_name": "Word of the day from pm", + "api_description": "Get word of the day from pm", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": "str", + "date": "str", + "word": "str", + "type": "str", + "mean": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Bhagavad Gita_v3", + "api_name": "Get all verse of chapter by chapter id", + "api_description": "Get all verse of chapter by chapter id", + "required_parameters": [ + { + "name": "chapterId", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Bhagavad Gita_v3", + "api_name": "Get chapter details by id", + "api_description": "Get chapter details by id", + "required_parameters": [ + { + "name": "chapterId", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Bhagavad Gita_v3", + "api_name": "Get all chapters", + "api_description": "Get all chapters", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Can you fetch the name of the Leetcode user with the username 'mujtabah258'? I'm interested in knowing the user's name. Additionally, I would like to gather information about the word of the day from 'cd' as a source.", + "relevant APIs": [ + [ + "LeetcodeApi", + "getName" + ], + [ + "Word of the day", + "Word of the day from cd" + ] + ], + "query_id": 11627 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "Events UEL", + "api_name": "Ticket", + "api_description": "Ticket", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "SevenTraderAPI", + "api_name": "Get - Countries", + "api_description": "Get all countries in API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Education", + "tool_name": "LeetcodeApi", + "api_name": "getMediumQuestion", + "api_description": "Get the number of medium level questing solved by the user.", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mujtabah258" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "LeetcodeApi", + "api_name": "getTotalSolved", + "api_description": "Get the total number of questions solved by the user.", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mujtabah258" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "LeetcodeApi", + "api_name": "getName", + "api_description": "Get the name of the user", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "mujtabah258" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Word of the day", + "api_name": "Word of the day from cd", + "api_description": "Get word of the day from cd.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": "str", + "date": "str", + "word": "str", + "type": "str", + "mean": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Word of the day", + "api_name": "Get word of the day from multiple sources", + "api_description": "Gets word of the day from mutiple sources in one go easy.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Word of the day", + "api_name": "Word of the day from pm", + "api_description": "Get word of the day from pm", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "info": "str", + "date": "str", + "word": "str", + "type": "str", + "mean": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Bhagavad Gita_v3", + "api_name": "Get all verse of chapter by chapter id", + "api_description": "Get all verse of chapter by chapter id", + "required_parameters": [ + { + "name": "chapterId", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Bhagavad Gita_v3", + "api_name": "Get chapter details by id", + "api_description": "Get chapter details by id", + "required_parameters": [ + { + "name": "chapterId", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Bhagavad Gita_v3", + "api_name": "Get all chapters", + "api_description": "Get all chapters", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a trip to India and I want to visit historical sites mentioned in the Bhagavad Gita. Can you provide me with the details of all the chapters? Additionally, I'm interested in exploring the local cuisine and would like to know the countries that offer traditional Indian dishes.", + "relevant APIs": [ + [ + "Bhagavad Gita_v3", + "Get all chapters" + ], + [ + "SevenTraderAPI", + "Get - Countries" + ] + ], + "query_id": 11629 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "tapzulecountry", + "api_name": "country", + "api_description": "country fetch", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "News space", + "api_name": "Get Space News", + "api_description": "Get Space News", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "url": "str", + "source": "str" + } + }, + { + "category_name": "Education", + "tool_name": "GetBooksInfo", + "api_name": "Search", + "api_description": "Search Book by its name", + "required_parameters": [ + { + "name": "s", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": "empty list" + } + }, + { + "category_name": "Education", + "tool_name": "Reading Home APIs", + "api_name": "GetBooksbyTitleSearch", + "api_description": "Get Paginated List of Books on Title Searched", + "required_parameters": [ + { + "name": "search", + "type": "STRING", + "description": "", + "default": "Power of" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Reading Home APIs", + "api_name": "Getbooksbycategory", + "api_description": "This will get a paginated list of books in a specific category", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": 1 + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Reading Home APIs", + "api_name": "GetBooksbyAuthorSearch", + "api_description": "Get List of Books of a Searched Author Name", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "search", + "type": "STRING", + "description": "", + "default": "Leo Elsinger" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a book blogger and I want to write a post about books by a specific author. Can you help me search for books by the author's name and also provide me with interesting space news to engage my readers?", + "relevant APIs": [ + [ + "Reading Home APIs", + "GetBooksbyAuthorSearch" + ], + [ + "News space", + "Get Space News" + ] + ], + "query_id": 11820 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "Events UEL", + "api_name": "Ticket", + "api_description": "Ticket", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "SevenTraderAPI", + "api_name": "Get - Countries", + "api_description": "Get all countries in API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Education", + "tool_name": "DCPS Project", + "api_name": "schoolCode", + "api_description": "gets school code upon input", + "required_parameters": [ + { + "name": "code", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "details": "empty list", + "extendedCode": "int", + "message": "str" + } + } + }, + { + "category_name": "Education", + "tool_name": "DCPS Project", + "api_name": "all", + "api_description": "gets all data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"displayFieldName\": \"str\", \"exceededTransferLimit\": \"bool\", \"features\": [{\"attributes\": {\"ASSESSMENT_TYPE\": \"str\", \"CREATED_DATE\": \"NoneType\", \"CREATED_USER\": \"NoneType\", \"GRADE_OF_ENROLLMENT\": \"str\", \"LAST_EDITED_DATE\": \"NoneType\", \"LAST_EDITED_USER\": \"NoneType\", \"LEA_CODE\": \"int\", \"LEA_NAME\": \"str\", \"OBJECTID\": \"int\", \"PERCENT_LEVEL_1\": \"NoneType\", \"PERCENT_LEVEL_2\": \"NoneType\", \"PERCENT_LEVEL_3\": \"NoneType\", \"PERCENT_LEVEL_3_\": \"str\", \"PERCENT_LEVEL_4\": \"NoneType\", \"PERCENT_LEVEL_5\": \"NoneType\", \"PERCENT_MEETING_OR_EXCEEDING_E\": \"str\", \"SCHOOL_CODE\": \"int\", \"SCHOOL_NAME\": \"str\", \"SCHOOL_WARD\": \"str\", \"SCHOOL_YEAR\": \"str\", \"SUBGROUP\": \"str\", \"SUBGROUP_VALUE\": \"str\", \"SUBJECT\": \"str\", \"TESTED_GRADE_SUBJECT\": \"str\", \"TOTAL_NUMBER_VALID_TEST_TAKERS\": \"str\"}, \"_list_length\": 1000}], \"fieldAliases\": {\"ASSESSMENT_TYPE\": \"str\", \"CREATED_DATE\": \"str\", \"CREATED_USER\": \"str\", \"GRADE_OF_ENROLLMENT\": \"str\", \"LAST_EDITED_DATE\": \"str\", \"LAST_EDITED_USER\": \"str\", \"LEA_CODE\": \"str\", \"LEA_NAME\": \"st" + }, + { + "category_name": "Education", + "tool_name": "DCPS Project", + "api_name": "schoolName", + "api_description": "gets all data from a specific school through input of its name", + "required_parameters": [ + { + "name": "name", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm planning a family trip and I want to explore different countries. Can you fetch a list of all the countries available in the SevenTraderAPI? Additionally, I would like to know the ticket details for an event with the ID '98765'.", + "relevant APIs": [ + [ + "SevenTraderAPI", + "Get - Countries" + ], + [ + "Events UEL", + "Ticket" + ] + ], + "query_id": 12034 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "Dictionary Translation Hablaa", + "api_name": "Get a translation", + "api_description": "Get a translation by defining source and destination languages as well as a word to translate.", + "required_parameters": [ + { + "name": "text_to_translate", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang_code_src-lang_code_dst", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Dictionary Translation Hablaa", + "api_name": "Example sentences", + "api_description": "Request multiple example sentences containing the word to translate.", + "required_parameters": [ + { + "name": "text_to_translate", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang_code_src-lang_code_dst", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Dictionary Translation Hablaa", + "api_name": "Similar words", + "api_description": "Get translations of similar words.", + "required_parameters": [ + { + "name": "text_to_translate", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang_code_src-lang_code_dst", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Old English Translator", + "api_name": "Translate to Old English", + "api_description": "Old English Translator", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Text to convert to old English.", + "default": "A hearty meal, a happy laughter is all we need." + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": { + "total": "int" + }, + "contents": { + "translated": "str", + "text": "str", + "translation": "str" + } + } + }, + { + "category_name": "Education", + "tool_name": "q-study", + "api_name": "q-study", + "api_description": "education", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "TED Talks API", + "api_name": "getSubtitleLanguages", + "api_description": "Get all the TED talks subtitle languages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "get": "str", + "parameters": "empty list", + "errors": "empty list", + "result": { + "num_results": "int", + "results": [ + { + "slug": "str", + "_list_length": 115 + } + ] + } + } + }, + { + "category_name": "Education", + "tool_name": "TED Talks API", + "api_name": "getAudioLanguages", + "api_description": "Get all the TED talks audio languages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "get": "str", + "parameters": "empty list", + "errors": "empty list", + "result": { + "num_results": "int", + "results": [ + { + "slug": "str", + "_list_length": 12 + } + ] + } + } + }, + { + "category_name": "Education", + "tool_name": "TED Talks API", + "api_name": "getTalks", + "api_description": "Get info about specific talks based on the provided parameters", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "ID of a desired specific talk", + "default": "" + }, + { + "name": "audio_lang", + "type": "STRING", + "description": "Return talks which their audio language is the provided language, the provided value should be the language slug according to the /audio_languages endpoint", + "default": "en" + }, + { + "name": "speaker", + "type": "STRING", + "description": "Return talks which at least on of their speakers is the provided speaker, the provided value should be the speaker slug according to the /speakers endpoint", + "default": "yuval_noah_harari" + }, + { + "name": "publish_date", + "type": "DATE (YYYY-MM-DD)", + "description": "Return talks which were published on TED.com only on the exact provided date", + "default": "" + }, + { + "name": "topic", + "type": "STRING", + "description": "Return talks which at least on of their topics is the provided topics, the provided value should be the speaker slug according to the /topics endpoint", + "default": "politics" + }, + { + "name": "subtitle_lang", + "type": "STRING", + "description": "Return talks which have subtitles in the provided language, the provided value should be the language slug according to the /subtitle_languages endpoint", + "default": "he" + }, + { + "name": "max_duration", + "type": "NUMBER", + "description": "Return talks which their duration in seconds is at most the provided value", + "default": "" + }, + { + "name": "to_publish_date", + "type": "DATE (YYYY-MM-DD)", + "description": "Return talks which were published on TED.com only before the provided date", + "default": "" + }, + { + "name": "from_publish_date", + "type": "DATE (YYYY-MM-DD)", + "description": "Return talks which were published on TED.com only after the provided date", + "default": "" + }, + { + "name": "min_duration", + "type": "NUMBER", + "description": "Return talks which their duration in seconds is at least the provided value", + "default": "300" + }, + { + "name": "record_date", + "type": "DATE (YYYY-MM-DD)", + "description": "Return talks which were recorded only in the exact provided date", + "default": "" + }, + { + "name": "to_record_date", + "type": "DATE (YYYY-MM-DD)", + "description": "Return talks which were recorded only before the provided date", + "default": "" + }, + { + "name": "from_record_date", + "type": "DATE (YYYY-MM-DD)", + "description": "Return talks which were recorded only after the provided date", + "default": "2017-01-01" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Aeries", + "api_name": "v5/schools", + "api_description": "v5/schools", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Message": "str" + } + } + ], + "query": "I'm a language enthusiast and I'm interested in learning about different languages and their origins. Can you provide me with a translation of the word 'language' in different languages? Additionally, could you suggest some TED talks on the topic of language diversity and the importance of preserving endangered languages?", + "relevant APIs": [ + [ + "Dictionary Translation Hablaa", + "Get a translation" + ], + [ + "TED Talks API", + "getTalks" + ] + ], + "query_id": 12142 + }, + { + "api_list": [ + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get all bodies positions", + "api_description": "Returns a iterable list of bodies and their properties in tabular format.", + "required_parameters": [ + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + } + ], + "optional_parameters": [ + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + }, + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "int", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 11 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Search", + "api_description": "Search endpoint can be used to get information for stars and deep space objects.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "order_by", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "dec", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "match_type", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "ra", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "exact", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str", + "statusCode": "int", + "errors": [ + { + "stack": "str", + "property": "str", + "path": {}, + "message": "str", + "argument": [ + "list of str with length 2" + ], + "schema": { + "oneOf": [ + { + "properties": { + "term": { + "minLength": "int", + "type": "str" + }, + "match_type": { + "enum": [ + "list of str with length 2" + ], + "type": "str" + }, + "order_by": { + "enum": [ + "list of str with length 1" + ], + "type": "str" + } + }, + "required": [ + "list of str with length 1" + ], + "type": "str", + "_list_length": 2 + } + ], + "allOf": [ + { + "properties": { + "offset": { + "maximum": "int", + "minimum": "int", + "type": "str" + }, + "limit": { + "maximum": "int", + "minimum": "int", + "type": "str" + } + }, + "type": "str", + "_list_length": 1 + } + ] + }, + "instance": { + "dec": "str", + "match_type": "str", + "order_by": "str", + "offset": "str", + "limit": "str", + "exact": "str", + "ra": "str" + }, + "name": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get positions for body", + "api_description": "Returns properties of the given body for the given date range in tabular format.\n\nSupported bodies are \"sun\" ,\"moon\", \"mercury\", \"venus\", \"earth\", \"mars\", \"jupiter\", \"saturn\", \"uranus\", \"neptune\", \"pluto\"", + "required_parameters": [ + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + }, + { + "name": "body", + "type": "string", + "description": "", + "default": "venus" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + } + ], + "optional_parameters": [ + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + }, + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "float", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 1 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "test", + "api_name": "random_usr", + "api_description": "api/users/random_user", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "uid": "str", + "password": "str", + "first_name": "str", + "last_name": "str", + "username": "str", + "email": "str", + "avatar": "str", + "gender": "str", + "phone_number": "str", + "social_insurance_number": "str", + "date_of_birth": "str", + "employment": { + "title": "str", + "key_skill": "str" + }, + "address": { + "city": "str", + "street_name": "str", + "street_address": "str", + "zip_code": "str", + "state": "str", + "country": "str", + "coordinates": { + "lat": "float", + "lng": "float" + } + }, + "credit_card": { + "cc_number": "str" + }, + "subscription": { + "plan": "str", + "status": "str", + "payment_method": "str", + "term": "str" + } + } + }, + { + "category_name": "Science", + "tool_name": "test", + "api_name": "random_usr_copy", + "api_description": "api/users/random_user", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "uid": "str", + "password": "str", + "first_name": "str", + "last_name": "str", + "username": "str", + "email": "str", + "avatar": "str", + "gender": "str", + "phone_number": "str", + "social_insurance_number": "str", + "date_of_birth": "str", + "employment": { + "title": "str", + "key_skill": "str" + }, + "address": { + "city": "str", + "street_name": "str", + "street_address": "str", + "zip_code": "str", + "state": "str", + "country": "str", + "coordinates": { + "lat": "float", + "lng": "float" + } + }, + "credit_card": { + "cc_number": "str" + }, + "subscription": { + "plan": "str", + "status": "str", + "payment_method": "str", + "term": "str" + } + } + }, + { + "category_name": "Science", + "tool_name": "Stars by API-Ninjas", + "api_name": "/v1/stars", + "api_description": "Get a list of stars matching specified parameters. Returns at most 30 results. To access more than 30 results, use the offset parameter to offset results in multiple API calls.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "min_distance_light_year", + "type": "NUMBER", + "description": "minimum distance the star is from Earth in light years.", + "default": "" + }, + { + "name": "min_apparent_magnitude", + "type": "NUMBER", + "description": "minimum apparent magnitude brightness of the star.", + "default": "" + }, + { + "name": "constellation", + "type": "NUMBER", + "description": "the constellation the star belongs to.", + "default": "" + }, + { + "name": "max_apparent_magnitude", + "type": "NUMBER", + "description": "maximum apparent magnitude brightness of the star.", + "default": "" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination.", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "the name of the star. Note that many of the star names contain greek characters.", + "default": "vega" + }, + { + "name": "max_absolute_magnitude", + "type": "NUMBER", + "description": "maximum absolute magnitude brightness of the star.", + "default": "" + }, + { + "name": "min_absolute_magnitude", + "type": "NUMBER", + "description": "minimum absolute magnitude brightness of the star.", + "default": "" + }, + { + "name": "max_distance_light_year", + "type": "NUMBER", + "description": "maximum distance the star is from Earth in light years.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "constellation": "str", + "right_ascension": "str", + "declination": "str", + "apparent_magnitude": "str", + "absolute_magnitude": "str", + "distance_light_year": "str", + "spectral_class": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Daily atmosphere carbon dioxide concentration", + "api_name": "Carbon dioxide endpoint", + "api_description": "The response will be an object with no CORS resources enabled.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "co2", + "type": "OBJECT", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "co2": [ + { + "year": "str", + "month": "str", + "day": "str", + "cycle": "str", + "trend": "str", + "_list_length": 3799 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "loginUser", + "api_description": "", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + }, + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + } + ], + "query": "I'm planning a family trip to a remote location with minimal light pollution for stargazing. Can you recommend some secluded destinations with clear skies and low light pollution? It would also be great to have information about the positions and magnitudes of stars during our travel dates. Additionally, I need some random user profiles to create fictional characters for a stargazing-themed board game.", + "relevant APIs": [ + [ + "Astronomy", + "Search" + ], + [ + "Stars by API-Ninjas", + "/v1/stars" + ], + [ + "test", + "random_usr" + ] + ], + "query_id": 12464 + }, + { + "api_list": [ + { + "category_name": "Science", + "tool_name": "Beekeeping Research", + "api_name": "Basic endpoint", + "api_description": "See full docs on https://research.docs.beekeeping.io", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Science", + "tool_name": "Daily Knowledge", + "api_name": "/untools-en.json", + "api_description": "Thinking tools to help you solve problems, make decisions and understand systems.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "title": "str", + "description": "str", + "category": "str", + "content": "str", + "iconUrl": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Daily Knowledge", + "api_name": "/chemical-elements-en.json", + "api_description": "Periodic table of elements.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "atomicMass": "float", + "atomicNumber": "int", + "ionizationEnergy": "float", + "boilingPoint": { + "C": "int" + }, + "group": "str", + "electronsPerShell": [ + "list of int with length 2" + ], + "elementGroup": "str", + "meltingPoint": { + "C": "float" + }, + "name": "str", + "period": "int", + "phase": "str", + "symbol": "str", + "discoveryDate": "int", + "context": "str", + "nameLatin": "str", + "nameDE": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Daily Knowledge", + "api_name": "/sustainable-development-goals-en.json", + "api_description": "The UN global goals for sustainable development.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "slug": "str", + "number": "int", + "backgroundColor": "str", + "image": "str", + "introduction": "str", + "manifest": "str", + "targets": [ + { + "title": "str", + "body": "str", + "pictogram": "str", + "_list_length": 8 + } + ], + "tips": [ + "list of str with length 7" + ] + } + }, + { + "category_name": "Science", + "tool_name": "Irene", + "api_name": "Irene", + "api_description": "irene0", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Science", + "tool_name": "Materials Platform for Data Science", + "api_name": "MPDS", + "api_description": "Retrieve materials data, see www.mpds.io", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "JSON-serialized URL-encoded Object with the retrieval criteria, e.g. {\"elements\":\"Ag-K\"}", + "default": "%7B%22elements%22%3A%22Ag-K%22%7D" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get positions for body", + "api_description": "Returns properties of the given body for the given date range in tabular format.\n\nSupported bodies are \"sun\" ,\"moon\", \"mercury\", \"venus\", \"earth\", \"mars\", \"jupiter\", \"saturn\", \"uranus\", \"neptune\", \"pluto\"", + "required_parameters": [ + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + }, + { + "name": "body", + "type": "string", + "description": "", + "default": "venus" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + } + ], + "optional_parameters": [ + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + }, + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "float", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 1 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Search", + "api_description": "Search endpoint can be used to get information for stars and deep space objects.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "order_by", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "dec", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "match_type", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "ra", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "exact", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str", + "statusCode": "int", + "errors": [ + { + "stack": "str", + "property": "str", + "path": {}, + "message": "str", + "argument": [ + "list of str with length 2" + ], + "schema": { + "oneOf": [ + { + "properties": { + "term": { + "minLength": "int", + "type": "str" + }, + "match_type": { + "enum": [ + "list of str with length 2" + ], + "type": "str" + }, + "order_by": { + "enum": [ + "list of str with length 1" + ], + "type": "str" + } + }, + "required": [ + "list of str with length 1" + ], + "type": "str", + "_list_length": 2 + } + ], + "allOf": [ + { + "properties": { + "offset": { + "maximum": "int", + "minimum": "int", + "type": "str" + }, + "limit": { + "maximum": "int", + "minimum": "int", + "type": "str" + } + }, + "type": "str", + "_list_length": 1 + } + ] + }, + "instance": { + "dec": "str", + "match_type": "str", + "order_by": "str", + "offset": "str", + "limit": "str", + "exact": "str", + "ra": "str" + }, + "name": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get all bodies positions", + "api_description": "Returns a iterable list of bodies and their properties in tabular format.", + "required_parameters": [ + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + } + ], + "optional_parameters": [ + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + }, + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "int", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 11 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + } + ], + "query": "My friends and I are planning a hiking trip to the mountains. Can you suggest some chemical elements that are commonly found in mountainous regions? Additionally, provide us with the positions of celestial bodies during our trip.", + "relevant APIs": [ + [ + "Daily Knowledge", + "/chemical-elements-en.json" + ], + [ + "Astronomy", + "Get positions for body" + ], + [ + "Astronomy", + "Get all bodies positions" + ] + ], + "query_id": 12471 + }, + { + "api_list": [ + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "getUserByName", + "api_description": "", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy Picture of The day", + "api_name": "Picture Of The Day", + "api_description": "This Endpoint returns an astronomy image of the univers with caption and explanation from professionals.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Materials Platform for Data Science", + "api_name": "MPDS", + "api_description": "Retrieve materials data, see www.mpds.io", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "JSON-serialized URL-encoded Object with the retrieval criteria, e.g. {\"elements\":\"Ag-K\"}", + "default": "%7B%22elements%22%3A%22Ag-K%22%7D" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Science", + "tool_name": "crossref", + "api_name": "RecordCount", + "api_description": "How many records do we have?", + "required_parameters": [ + { + "name": "rows", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "message-type": "str", + "message-version": "str", + "message": { + "facets": {}, + "total-results": "int", + "items": "empty list", + "items-per-page": "int", + "query": { + "start-index": "int", + "search-terms": "NoneType" + } + } + } + }, + { + "category_name": "Science", + "tool_name": "crossref", + "api_name": "Search", + "api_description": "Let\u2019s look at some of the results", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "", + "default": "blood" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"status\": \"str\", \"message-type\": \"str\", \"message-version\": \"str\", \"message\": {\"facets\": {}, \"total-results\": \"int\", \"items\": [{\"indexed\": {\"date-parts\": [\"list of list with length 1\"], \"date-time\": \"str\", \"timestamp\": \"int\"}, \"reference-count\": \"int\", \"publisher\": \"str\", \"content-domain\": {\"domain\": \"empty list\", \"crossmark-restriction\": \"bool\"}, \"published-print\": {\"date-parts\": [\"list of list with length 1\"]}, \"abstract\": \"str\", \"DOI\": \"str\", \"type\": \"str\", \"created\": {\"date-parts\": [\"list of list with length 1\"], \"date-time\": \"str\", \"timestamp\": \"int\"}, \"page\": \"str\", \"source\": \"str\", \"is-referenced-by-count\": \"int\", \"title\": [\"list of str with length 1\"], \"prefix\": \"str\", \"author\": [{\"given\": \"str\", \"family\": \"str\", \"sequence\": \"str\", \"affiliation\": \"empty list\", \"_list_length\": 1}], \"member\": \"str\", \"published-online\": {\"date-parts\": [\"list of list with length 1\"]}, \"container-title\": [\"list of str with length 1\"], \"original-title\": [\"list of str with length 1\"], \"deposited\": {\"d" + }, + { + "category_name": "Science", + "tool_name": "crossref", + "api_name": "DOI", + "api_description": "Information of a article with specified doi.", + "required_parameters": [ + { + "name": "doi", + "type": "string", + "description": "", + "default": "10.1111/fima.12262" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Search", + "api_description": "Search endpoint can be used to get information for stars and deep space objects.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "order_by", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "dec", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "match_type", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "ra", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "exact", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str", + "statusCode": "int", + "errors": [ + { + "stack": "str", + "property": "str", + "path": {}, + "message": "str", + "argument": [ + "list of str with length 2" + ], + "schema": { + "oneOf": [ + { + "properties": { + "term": { + "minLength": "int", + "type": "str" + }, + "match_type": { + "enum": [ + "list of str with length 2" + ], + "type": "str" + }, + "order_by": { + "enum": [ + "list of str with length 1" + ], + "type": "str" + } + }, + "required": [ + "list of str with length 1" + ], + "type": "str", + "_list_length": 2 + } + ], + "allOf": [ + { + "properties": { + "offset": { + "maximum": "int", + "minimum": "int", + "type": "str" + }, + "limit": { + "maximum": "int", + "minimum": "int", + "type": "str" + } + }, + "type": "str", + "_list_length": 1 + } + ] + }, + "instance": { + "dec": "str", + "match_type": "str", + "order_by": "str", + "offset": "str", + "limit": "str", + "exact": "str", + "ra": "str" + }, + "name": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get all bodies positions", + "api_description": "Returns a iterable list of bodies and their properties in tabular format.", + "required_parameters": [ + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + } + ], + "optional_parameters": [ + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + }, + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "int", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 11 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get positions for body", + "api_description": "Returns properties of the given body for the given date range in tabular format.\n\nSupported bodies are \"sun\" ,\"moon\", \"mercury\", \"venus\", \"earth\", \"mars\", \"jupiter\", \"saturn\", \"uranus\", \"neptune\", \"pluto\"", + "required_parameters": [ + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + }, + { + "name": "body", + "type": "string", + "description": "", + "default": "venus" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + } + ], + "optional_parameters": [ + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + }, + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "float", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 1 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + } + ], + "query": "I'm writing a book and need some inspiration for the setting. Can you fetch the picture of the day from the Astronomy Picture of The day API to visualize different landscapes? Additionally, provide me with some interesting facts about the universe to incorporate into my story.", + "relevant APIs": [ + [ + "Astronomy Picture of The day", + "Picture Of The Day" + ], + [ + "Astronomy", + "Search" + ] + ], + "query_id": 12507 + }, + { + "api_list": [ + { + "category_name": "Science", + "tool_name": "Numerology-API", + "api_name": "health", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Numerology-API", + "api_name": "info", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "application": { + "name": "str", + "description": "str", + "version": "str" + } + } + }, + { + "category_name": "Science", + "tool_name": "Numerology-API", + "api_name": "descriptions", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusValue": "int", + "statusReasonPhrase": "str", + "dateTime": "str", + "description": "str", + "detail": [ + { + "category": "str", + "description": "str", + "language": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "Atmosphere nitrous oxide levels", + "api_name": "Nitrous endpoint", + "api_description": "The response will be an object with no CORS resources enabled.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "nitrous", + "type": "OBJECT", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "nitrous": [ + { + "date": "str", + "average": "str", + "trend": "str", + "averageUnc": "str", + "trendUnc": "str", + "_list_length": 267 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "dna2protein", + "api_name": "DNA2AminoAcid", + "api_description": "Transform a DNA sequence into a sequence of Amino Acids", + "required_parameters": [ + { + "name": "dna", + "type": "STRING", + "description": "The DNA sequence used for the transformation to Amino Acids", + "default": "TACAAAGGCTAACGTCCTAGAGCTATT" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "aminoAcids": [ + { + "order": "int", + "letter": "str", + "abbreviation": "str", + "name": "str", + "type": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "dna2protein", + "api_name": "mRNA2DNA", + "api_description": "This endpoint transforms an mRNA sequence to its DNA sequence equivalent.", + "required_parameters": [ + { + "name": "mRNA", + "type": "STRING", + "description": "The mRNA sequence as a string of letters.", + "default": "UACGUACG" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "mRNA": "str", + "dna": "str" + } + }, + { + "category_name": "Science", + "tool_name": "dna2protein", + "api_name": "DNA2mRNA", + "api_description": "This end-point converts a DNA sequence into an mRNA sequence.", + "required_parameters": [ + { + "name": "dna", + "type": "STRING", + "description": "The DNA sequence to transform into an mRNA sequence.", + "default": "TACAAAGGCTAACGTCCTAGAGCTATT" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "mRNA": "str", + "dna": "str" + } + }, + { + "category_name": "Science", + "tool_name": "CarbonSutra", + "api_name": "Airports by Keyword", + "api_description": "Returns the lists of airport names and IATA code which matches the keyword.", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "int", + "data": { + "keyword": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "Science", + "tool_name": "CarbonSutra", + "api_name": "Vehicles Makes", + "api_description": "List of Vehicle Makes. A list of every make and model used by this API is at https://www.carbonsutra.com/data-vehicle-make-model.html", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "make": "str", + "number_of_models": "int", + "_list_length": 141 + } + ], + "success": "bool", + "status": "int" + } + }, + { + "category_name": "Science", + "tool_name": "CarbonSutra", + "api_name": "Vehicles Models", + "api_description": "List of Vehicle Models for a Make. A list of every make and model used by this API is at https://www.carbonsutra.com/data-vehicle-make-model.html", + "required_parameters": [ + { + "name": "vehicle_make", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "int" + } + }, + { + "category_name": "Science", + "tool_name": "Beekeeping Research", + "api_name": "Basic endpoint", + "api_description": "See full docs on https://research.docs.beekeeping.io", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am interested in learning more about DNA sequences and their corresponding amino acids. Can you provide me with the amino acid sequence for the DNA sequence 'ATCGCTAGTACG'? Additionally, I would like to know the mRNA sequence equivalent of the DNA sequence 'ATCGCTAGTACG'. Finally, could you give me some information about the tool 'dna2protein'?", + "relevant APIs": [ + [ + "dna2protein", + "DNA2AminoAcid" + ], + [ + "dna2protein", + "mRNA2DNA" + ], + [ + "dna2protein", + "DNA2mRNA" + ], + [ + "Numerology-API", + "info" + ] + ], + "query_id": 12509 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "Certficate", + "api_name": "getCertDetails", + "api_description": "Get the certificate details of a domain.", + "required_parameters": [ + { + "name": "domainname", + "type": "string", + "description": "", + "default": "google.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Screenshot Maker", + "api_name": "Take screenshot", + "api_description": "collect all parameteres, load the webpage and take screenshot at the end.\nThis API save on a S3 bucket and return the url.", + "required_parameters": [ + { + "name": "targetUrl", + "type": "STRING", + "description": "Website url", + "default": "https://www.google.it" + } + ], + "optional_parameters": [ + { + "name": "proxyState", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "proxyCountry", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "clickDelay", + "type": "NUMBER", + "description": "", + "default": "500" + }, + { + "name": "fullpage", + "type": "ENUM", + "description": "take screenshot of the entire website page, from header to footer", + "default": "" + }, + { + "name": "removables", + "type": "STRING", + "description": "remove divs/html by selector", + "default": "" + }, + { + "name": "clickCount", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "hasTouch", + "type": "ENUM", + "description": "Specify if the viewport supports touch events.", + "default": "" + }, + { + "name": "clickSelector", + "type": "STRING", + "description": "This method fetches an element with selector, scrolls it into view if needed, and then uses Page.mouse to click in the center of the element. If there's no element matching selector, the method throws an error.", + "default": "" + }, + { + "name": "isFullyLoaded", + "type": "ENUM", + "description": "consider navigation to be finished when there are no more than 0 network connections for at least 500 ms. \nThan take screenshot", + "default": "" + }, + { + "name": "clickButton", + "type": "ENUM", + "description": "Mouse button to be used, left click or right click etc", + "default": "" + }, + { + "name": "pageHeight", + "type": "NUMBER", + "description": "Set browser page height", + "default": "1024" + }, + { + "name": "isMobile", + "type": "ENUM", + "description": "Whether the meta viewport tag is taken into account.", + "default": "" + }, + { + "name": "pageWidth", + "type": "NUMBER", + "description": "Set browser page width", + "default": "1024" + }, + { + "name": "isLandScape", + "type": "ENUM", + "description": "Specifies if the viewport is in landscape mode.", + "default": "" + }, + { + "name": "deviceScaleFactor", + "type": "NUMBER", + "description": "Specify device scale factor.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "imageUrl": "str", + "imageName": "str", + "performance": { + "browser": "float", + "upload": "float" + }, + "payload": { + "proxy": { + "country": "str", + "state": "str" + }, + "fullpage": "bool", + "isFullyLoaded": "bool", + "removables": "NoneType", + "click": { + "selector": "str", + "options": { + "delay": "int", + "button": "str", + "clickCount": "int" + } + }, + "viewport": { + "width": "int", + "height": "int", + "deviceScaleFactor": "int", + "isMobile": "bool", + "hasTouch": "bool", + "isLandScape": "bool" + } + }, + "times": { + "openPage": "float", + "goto": "float", + "screenshot": "float" + } + } + }, + { + "category_name": "Monitoring", + "tool_name": "openSquat", + "api_name": "Get Daily Domains", + "api_description": "Get the daily list of domains that have been registered in the past day that have a similar word to {keyword} - the keyword should not contain any domain, e.g: Google", + "required_parameters": [ + { + "name": "keyword", + "type": "string", + "description": "", + "default": "Google" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "response": "str", + "keyword": "str", + "count": "int", + "domains": [ + "list of str with length 28" + ] + } + } + ], + "query": "I'm planning a surprise birthday party for my friend and I want to create a website for the event. Can you help me take a screenshot of the website using the Screenshot Maker API? Save the screenshot on a S3 bucket and provide me with the URL. Also, I would like to gather information about the certificate details of the website using the Certficate API.", + "relevant APIs": [ + [ + "Screenshot Maker", + "Take screenshot" + ], + [ + "Certficate", + "getCertDetails" + ] + ], + "query_id": 12634 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "Patient", + "api_name": "Example", + "api_description": "ddfgsdfgdfgsdfg", + "required_parameters": [], + "optional_parameters": [ + { + "name": "data", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "weather_id": "str", + "date": "str", + "temperature": "str", + "humidity": "str", + "pollen": "str", + "air": "str", + "so": "str", + "no": "str" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Scan Web Heades API", + "api_name": "Scan Headers", + "api_description": "This endpoint takes a 'GET' request with domain as a query string parameter and returns status of Headers of Web Page", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "www.google.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "url": "NoneType", + "config": "NoneType", + "timestamp": "str", + "results": "NoneType", + "id": "NoneType", + "statusObject": "NoneType" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Ambee Soil Data", + "api_name": "Soil Data by lat lng", + "api_description": "get nearest places readings based around the given lattitude and logitude", + "required_parameters": [ + { + "name": "lng", + "type": "NUMBER", + "description": "", + "default": "78.96" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "20.59" + } + ], + "optional_parameters": [ + { + "name": "pollutants", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Ambee Soil Data", + "api_name": "Soil History Data", + "api_description": "Ambee Soil History Data", + "required_parameters": [ + { + "name": "lng", + "type": "NUMBER", + "description": "", + "default": "78.96" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "20.59" + }, + { + "name": "startDate", + "type": "STRING", + "description": "", + "default": "'YYYY-MM-DD hh:mm:ss'" + }, + { + "name": "endDate", + "type": "STRING", + "description": "", + "default": "YYYY-MM-DD hh:mm:ss''" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm hosting a garden party and I want to ensure that the soil is healthy for my plants. Can you provide me with the latest soil data for my backyard? Please include the soil pollutants and limit the number of readings to 10. Additionally, I would like to scan the headers of the gardening website to check its status and configuration.", + "relevant APIs": [ + [ + "Ambee Soil Data", + "Soil Data by lat lng" + ], + [ + "Scan Web Heades API", + "Scan Headers" + ] + ], + "query_id": 12742 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "Scan Web Heades API", + "api_name": "Scan Headers", + "api_description": "This endpoint takes a 'GET' request with domain as a query string parameter and returns status of Headers of Web Page", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "www.google.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "url": "NoneType", + "config": "NoneType", + "timestamp": "str", + "results": "NoneType", + "id": "NoneType", + "statusObject": "NoneType" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Plerdy", + "api_name": "Heatmap", + "api_description": "With Plerdy Heatmaps we see exactly where the clicks were on the website. All clicks on the website are recorded and displayed in real time. Which helps to understand how users behave on the website.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Price Tracking Tools", + "api_name": "camelizer/get-prices", + "api_description": "Get latest prices, history highest/lowest prices of a product from Amazon", + "required_parameters": [ + { + "name": "asin", + "type": "STRING", + "description": "The asin number of a product from Amazon, and must be in the correct format. Ex : B08QB93S6R", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "One of the following : au|ca|fr|de|it|es|uk|us", + "default": "us" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Price Tracking Tools", + "api_name": "camelizer/get-price-chart", + "api_description": "Get pricing history chart of a product from Amazon", + "required_parameters": [ + { + "name": "asin", + "type": "STRING", + "description": "The asin number of a product from Amazon, and must be in the correct format. Ex : B08QB93S6R", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "One of the following : en|fr|de|it|es", + "default": "en" + }, + { + "name": "tp", + "type": "STRING", + "description": "Time period. One of the following : 1m|3m|6m|1y|all", + "default": "3m" + }, + { + "name": "w", + "type": "NUMBER", + "description": "The width of the chart", + "default": "720" + }, + { + "name": "h", + "type": "NUMBER", + "description": "The height of the chart", + "default": "480" + }, + { + "name": "country", + "type": "STRING", + "description": "One of the following : au|ca|fr|de|it|es|uk|us", + "default": "us" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "OTP", + "api_name": "sms", + "api_description": "otp sms to users", + "required_parameters": [ + { + "name": "mobileno", + "type": "string", + "description": "", + "default": "9629029442" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Monitoring", + "tool_name": "MX - Email server UP or DOWN", + "api_name": "Check EMAIL server", + "api_description": "Returns if email server is up or down.", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "microsoft.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "website": "str" + } + } + ], + "query": "I'm a fashion blogger and I'm looking for trendy outfit ideas. Can you recommend some stylish outfits for summer? I also need to check the pricing history of certain fashion items on Amazon. Can you provide me with the pricing history chart for these items? Additionally, I want to analyze user behavior on my fashion blog. Can you assist me in generating a heatmap for my website?", + "relevant APIs": [ + [ + "Plerdy", + "Heatmap" + ], + [ + "Price Tracking Tools", + "camelizer/get-price-chart" + ] + ], + "query_id": 12768 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "Ambee Soil Data", + "api_name": "Soil Data by lat lng", + "api_description": "get nearest places readings based around the given lattitude and logitude", + "required_parameters": [ + { + "name": "lng", + "type": "NUMBER", + "description": "", + "default": "78.96" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "20.59" + } + ], + "optional_parameters": [ + { + "name": "pollutants", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Ambee Soil Data", + "api_name": "Soil History Data", + "api_description": "Ambee Soil History Data", + "required_parameters": [ + { + "name": "lng", + "type": "NUMBER", + "description": "", + "default": "78.96" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "20.59" + }, + { + "name": "startDate", + "type": "STRING", + "description": "", + "default": "'YYYY-MM-DD hh:mm:ss'" + }, + { + "name": "endDate", + "type": "STRING", + "description": "", + "default": "YYYY-MM-DD hh:mm:ss''" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Patient", + "api_name": "Example", + "api_description": "ddfgsdfgdfgsdfg", + "required_parameters": [], + "optional_parameters": [ + { + "name": "data", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "weather_id": "str", + "date": "str", + "temperature": "str", + "humidity": "str", + "pollen": "str", + "air": "str", + "so": "str", + "no": "str" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Similar Web", + "api_name": "get-analysis", + "api_description": "Get website traffic, key metrics, including engagement rate, traffic ranking, keyword ranking and traffic source.", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "Any site or domain that you are familiar with. Ex : amazon.com", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Similar Web", + "api_name": "countries/list", + "api_description": "List countries with meta data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "alpha-2": "str", + "alpha-3": "str", + "country-code": "str", + "iso_3166-2": "str", + "region": "str", + "sub-region": "str", + "intermediate-region": "str", + "region-code": "str", + "sub-region-code": "str", + "intermediate-region-code": "str" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Price Tracking Tools", + "api_name": "camelizer/get-price-chart", + "api_description": "Get pricing history chart of a product from Amazon", + "required_parameters": [ + { + "name": "asin", + "type": "STRING", + "description": "The asin number of a product from Amazon, and must be in the correct format. Ex : B08QB93S6R", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "One of the following : en|fr|de|it|es", + "default": "en" + }, + { + "name": "tp", + "type": "STRING", + "description": "Time period. One of the following : 1m|3m|6m|1y|all", + "default": "3m" + }, + { + "name": "w", + "type": "NUMBER", + "description": "The width of the chart", + "default": "720" + }, + { + "name": "h", + "type": "NUMBER", + "description": "The height of the chart", + "default": "480" + }, + { + "name": "country", + "type": "STRING", + "description": "One of the following : au|ca|fr|de|it|es|uk|us", + "default": "us" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Price Tracking Tools", + "api_name": "camelizer/get-prices", + "api_description": "Get latest prices, history highest/lowest prices of a product from Amazon", + "required_parameters": [ + { + "name": "asin", + "type": "STRING", + "description": "The asin number of a product from Amazon, and must be in the correct format. Ex : B08QB93S6R", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "One of the following : au|ca|fr|de|it|es|uk|us", + "default": "us" + } + ], + "method": "GET" + } + ], + "query": "I'm a researcher studying the impact of soil quality on plant growth. Fetch the latest soil readings for different latitudes and longitudes to analyze the variations. Additionally, provide the list of countries along with their metadata to compare soil data across regions. Also, analyze the website traffic and key metrics of a popular domain to understand the digital landscape of the agricultural industry.", + "relevant APIs": [ + [ + "Ambee Soil Data", + "Soil Data by lat lng" + ], + [ + "Similar Web", + "countries/list" + ], + [ + "Similar Web", + "get-analysis" + ] + ], + "query_id": 12773 + }, + { + "api_list": [ + { + "category_name": "Translation", + "tool_name": "Language Detection_v2", + "api_name": "Language Codes List", + "api_description": "Return list of language codes in ISO 639-1 format.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Translation", + "tool_name": "Translate it", + "api_name": "options", + "api_description": "With this endpoint you can get the supported languages and the possible translations between them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My family and I are planning a multilingual event and we need to know the language codes for different languages. Can you provide us with a list of language codes in ISO 639-1 format? Moreover, we would like to explore the supported languages and possible translations between them using the Translate it API.", + "relevant APIs": [ + [ + "Language Detection_v2", + "Language Codes List" + ], + [ + "Translate it", + "options" + ] + ], + "query_id": 12894 + }, + { + "api_list": [ + { + "category_name": "Translation", + "tool_name": "Microsoft Translator Text", + "api_name": "Languages", + "api_description": "Gets the set of languages currently supported by other operations of the Translator Text API.", + "required_parameters": [ + { + "name": "api-version", + "type": "STRING", + "description": "Version of the API requested by the client. Value must be **3.0**.", + "default": "3.0" + } + ], + "optional_parameters": [ + { + "name": "scope", + "type": "STRING", + "description": "A comma-separated list of names defining the group of languages to return. Allowed group names are- `translation`, `transliteration` and `dictionary`. If no scope is given, then all groups are returned, which is equivalent to passing `scope=translation,transliteration,dictionary`. To decide which set of supported languages is appropriate for your scenario, see the description of the response object.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": { + "code": "int", + "message": "str" + } + } + }, + { + "category_name": "Translation", + "tool_name": "Cheap Translate", + "api_name": "/translate/languages", + "api_description": "Get all supported language", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"af\": \"str\", \"sq\": \"str\", \"am\": \"str\", \"ar\": \"str\", \"hy\": \"str\", \"as\": \"str\", \"az\": \"str\", \"bn\": \"str\", \"ba\": \"str\", \"eu\": \"str\", \"bs\": \"str\", \"bg\": \"str\", \"yue\": \"str\", \"ca\": \"str\", \"lzh\": \"str\", \"zh-Hans\": \"str\", \"zh-Hant\": \"str\", \"hr\": \"str\", \"cs\": \"str\", \"da\": \"str\", \"prs\": \"str\", \"dv\": \"str\", \"nl\": \"str\", \"en\": \"str\", \"et\": \"str\", \"fo\": \"str\", \"fj\": \"str\", \"fil\": \"str\", \"fi\": \"str\", \"fr\": \"str\", \"fr-CA\": \"str\", \"gl\": \"str\", \"ka\": \"str\", \"de\": \"str\", \"el\": \"str\", \"gu\": \"str\", \"ht\": \"str\", \"he\": \"str\", \"hi\": \"str\", \"mww\": \"str\", \"hu\": \"str\", \"is\": \"str\", \"id\": \"str\", \"ikt\": \"str\", \"iu\": \"str\", \"iu-Latn\": \"str\", \"ga\": \"str\", \"it\": \"str\", \"ja\": \"str\", \"kn\": \"str\", \"kk\": \"str\", \"km\": \"str\", \"tlh-Latn\": \"str\", \"ko\": \"str\", \"ku\": \"str\", \"kmr\": \"str\", \"ky\": \"str\", \"lo\": \"str\", \"lv\": \"str\", \"lt\": \"str\", \"mk\": \"str\", \"mg\": \"str\", \"ms\": \"str\", \"ml\": \"str\", \"mt\": \"str\", \"mr\": \"str\", \"mn-Cyrl\": \"str\", \"mn-Mong\": \"str\", \"my\": \"str\", \"mi\": \"str\", \"ne\": \"str\", \"nb\": \"str\", \"or\": \"str\", \"ps\": \"st" + }, + { + "category_name": "Translation", + "tool_name": "Cheap Translate", + "api_name": "/goo/translate/languages", + "api_description": "Get all Goog supported language", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"auto\": \"str\", \"af\": \"str\", \"sq\": \"str\", \"am\": \"str\", \"ar\": \"str\", \"hy\": \"str\", \"as\": \"str\", \"ay\": \"str\", \"az\": \"str\", \"bm\": \"str\", \"eu\": \"str\", \"be\": \"str\", \"bn\": \"str\", \"bho\": \"str\", \"bs\": \"str\", \"bg\": \"str\", \"ca\": \"str\", \"ceb\": \"str\", \"ny\": \"str\", \"zh-CN\": \"str\", \"zh-TW\": \"str\", \"co\": \"str\", \"hr\": \"str\", \"cs\": \"str\", \"da\": \"str\", \"dv\": \"str\", \"doi\": \"str\", \"nl\": \"str\", \"en\": \"str\", \"eo\": \"str\", \"et\": \"str\", \"ee\": \"str\", \"tl\": \"str\", \"fi\": \"str\", \"fr\": \"str\", \"fy\": \"str\", \"gl\": \"str\", \"ka\": \"str\", \"de\": \"str\", \"el\": \"str\", \"gn\": \"str\", \"gu\": \"str\", \"ht\": \"str\", \"ha\": \"str\", \"haw\": \"str\", \"iw\": \"str\", \"hi\": \"str\", \"hmn\": \"str\", \"hu\": \"str\", \"is\": \"str\", \"ig\": \"str\", \"ilo\": \"str\", \"id\": \"str\", \"ga\": \"str\", \"it\": \"str\", \"ja\": \"str\", \"jw\": \"str\", \"kn\": \"str\", \"kk\": \"str\", \"km\": \"str\", \"rw\": \"str\", \"gom\": \"str\", \"ko\": \"str\", \"kri\": \"str\", \"ku\": \"str\", \"ckb\": \"str\", \"ky\": \"str\", \"lo\": \"str\", \"la\": \"str\", \"lv\": \"str\", \"ln\": \"str\", \"lt\": \"str\", \"lg\": \"str\", \"lb\": \"str\", \"mk\": \"str\", \"mai\": " + } + ], + "query": "Translate this phrase 'Thank you' into all supported languages. I also need the transliteration of this phrase in different scripts. Can you provide me with the necessary APIs to accomplish this task?", + "relevant APIs": [ + [ + "Microsoft Translator Text", + "Languages" + ], + [ + "Cheap Translate", + "/translate/languages" + ], + [ + "Cheap Translate", + "/goo/translate/languages" + ] + ], + "query_id": 12961 + }, + { + "api_list": [ + { + "category_name": "Translation", + "tool_name": "Translate it", + "api_name": "options", + "api_description": "With this endpoint you can get the supported languages and the possible translations between them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Translation", + "tool_name": "Long Translator", + "api_name": "languages", + "api_description": "This endpoint is used to get a list of available language codes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "languages": [ + { + "code": "str", + "name": "str", + "_list_length": 111 + } + ] + } + } + } + ], + "query": "As a language enthusiast, I'm always eager to learn new languages. Can you help me explore the possible translations between Russian, Japanese, and Arabic? Additionally, I would like to obtain a list of available language codes for future reference.", + "relevant APIs": [ + [ + "Translate it", + "options" + ], + [ + "Long Translator", + "languages" + ] + ], + "query_id": 12974 + }, + { + "api_list": [ + { + "category_name": "Text_Analysis", + "tool_name": "Linguin AI", + "api_name": "Languages", + "api_description": "Get the list of supported languages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"ab\": [\"list of str with length 2\"], \"af\": [\"list of str with length 2\"], \"am\": [\"list of str with length 2\"], \"an\": [\"list of str with length 2\"], \"ar\": [\"list of str with length 2\"], \"as\": [\"list of str with length 2\"], \"az\": [\"list of str with length 2\"], \"ba\": [\"list of str with length 2\"], \"be\": [\"list of str with length 2\"], \"bg\": [\"list of str with length 2\"], \"bh\": [\"list of str with length 2\"], \"bn\": [\"list of str with length 2\"], \"bo\": [\"list of str with length 2\"], \"br\": [\"list of str with length 2\"], \"bs\": [\"list of str with length 2\"], \"ca\": [\"list of str with length 2\"], \"ce\": [\"list of str with length 2\"], \"co\": [\"list of str with length 2\"], \"cs\": [\"list of str with length 2\"], \"cv\": [\"list of str with length 2\"], \"cy\": [\"list of str with length 2\"], \"da\": [\"list of str with length 2\"], \"de\": [\"list of str with length 2\"], \"el\": [\"list of str with length 2\"], \"en\": [\"list of str with length 2\"], \"eo\": [\"list of str with length 2\"], \"es\": [\"list of str with length 2\"], " + }, + { + "category_name": "Text_Analysis", + "tool_name": "Mobile phone validation", + "api_name": "extract", + "api_description": "Find and format/validate Phone/Cell numbers in given text.\n \nCountry used to identify number format and highly recommended to set value in case you know it (as example your shop works only in US and clients have US cellnumbers).\n \nUse 'country_auto' param in case you can't provide Country and service will try to guess the country :). Country recognition not very fast. Read docs to explain possible values.", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Text containing phone(cell) numbers", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Country Name or ISO2/ISO3 code", + "default": "" + }, + { + "name": "country_auto", + "type": "NUMBER", + "description": "Try identify country if not provided. 0 - false, 1- fast mode, 2 - slow mode", + "default": 0 + } + ], + "method": "GET", + "template_response": { + "nums": "empty list", + "state": { + "state": "str", + "desc": "str" + } + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "Mobile phone validation", + "api_name": "extract_fast", + "api_description": "Find and format/validate Phone/Cell numbers in given text.\n \nCountry used to identify number format and highly recommended to set value in case you know it (as example your shop works only in US and clients have US cellnumbers).\n \nUse 'country_auto' param in /extract endpoint case you can't provide Country and service will try to guess the country :)", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Country Name or ISO2/ISO3 code", + "default": "usa" + }, + { + "name": "text", + "type": "STRING", + "description": "Text containing phone(cell) numbers", + "default": "Real people with real answers in real time, 24/7. 1-800-266-8228, 1(800)266-8229" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "nums": [ + { + "isValid": "bool", + "countryCode": "str", + "city": "str", + "msisdn": "str", + "national": "str", + "international": "str", + "E164": "str", + "carrier": "str", + "country": "str", + "number_type": "str", + "_list_length": 2 + } + ], + "state": { + "state": "str" + } + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "Profanity Filter", + "api_name": "Read Text", + "api_description": "Allows you to detect and filter out profanity / offensive form a given text. It is only available for English words. You can also censor out words in text content.", + "required_parameters": [ + { + "name": "check_word", + "type": "STRING", + "description": "Use this parameter to filter text for profanity / offensive word. MAX_LENGTH = `[ 2 .. 700 ] characters`", + "default": "This example text contains no profanity / offensive word." + } + ], + "optional_parameters": [ + { + "name": "add", + "type": "STRING", + "description": "You can use the optional `add` parameter with a comma separated list of words to be added to the selected `range` profanity list. Accepts `[ 2 .. 250 ] characters` in length).\nThe `add` parameter is case-insensitive, so the case of you entry is not important.", + "default": "" + }, + { + "name": "range", + "type": "ENUM", + "description": "You can use the optional `range` parameter to set the level of filtering range. Default: '`low`'\n`'low'` : mild database\n`'mid'` : includes all database words in `'low'` database but does not include all `'high'` database of words\n`'high'`: strict large database words which also includes `'low'` and `'mid'` database", + "default": "" + }, + { + "name": "r", + "type": "STRING", + "description": "Censor replacement string - You can use the optional `r` parameter to get output of censor words in `word_filtered` response data. Must be a valid punctuation. MAX_LENGTH `<= 1 character`", + "default": "*" + } + ], + "method": "GET", + "template_response": { + "detail": [ + { + "loc": [ + "list of str with length 2" + ], + "msg": "str", + "type": "str", + "ctx": { + "enum_values": [ + "list of str with length 3" + ] + }, + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "Sentiment Analysis Service", + "api_name": "Analyze Text", + "api_description": "Determine the sentiment of a given body of text", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "The weather today is fantastic! I am in a very happy mood, so this text is likely positive" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "timestamp": "int", + "data": { + "score": "int", + "comparative": "float", + "calculation": [ + { + "positive": "int", + "_list_length": 3 + } + ] + } + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "Segmentor", + "api_name": "Segment", + "api_description": "segment languages", + "required_parameters": [ + { + "name": "chinese", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a language teacher and I'm planning a language exchange event for my students. Can you provide me with a list of supported languages and their translations for phrases like 'hello', 'thank you', and 'goodbye'? Additionally, I would like to analyze the sentiment of a text written by one of my students to provide feedback on their emotional expression.", + "relevant APIs": [ + [ + "Linguin AI", + "Languages" + ], + [ + "Sentiment Analysis Service", + "Analyze Text" + ] + ], + "query_id": 14846 + }, + { + "api_list": [ + { + "category_name": "Text_Analysis", + "tool_name": "Word Scramble", + "api_name": "scramble/{word}", + "api_description": "Call scramble with {word} parameter", + "required_parameters": [ + { + "name": "word", + "type": "string", + "description": "", + "default": "TEST" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Text_Analysis", + "tool_name": "AI Chatbot", + "api_name": "Chat", + "api_description": "The chatbot endpoint.", + "required_parameters": [ + { + "name": "uid", + "type": "STRING", + "description": "User Identification for personalised response and response continuity.", + "default": "user1" + }, + { + "name": "message", + "type": "STRING", + "description": "Message that the chatbot has to respond to.", + "default": "What's your name?" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "chatbot": { + "message": "str", + "response": "str" + } + } + } + ], + "query": "My friend loves puzzles. Can you scramble the word 'PUZZLE' for me? I also want to have a chat with an AI chatbot. Ask the chatbot if it knows any good puzzle games.", + "relevant APIs": [ + [ + "Word Scramble", + "scramble/{word}" + ], + [ + "AI Chatbot", + "Chat" + ] + ], + "query_id": 15067 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "PetstoreRateLimit", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "PetstoreRateLimit", + "api_name": "logoutUser", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "PetstoreRateLimit", + "api_name": "loginUser", + "api_description": "", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "20211230 testing upload swagger", + "api_name": "testing endpoint", + "api_description": "testing endpoint", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "20211230 testing upload swagger", + "api_name": "/open-api/v1.0/indoor-air-quality/iot/", + "api_description": "Apply for this API to access the steps for indoor air quality information about IoT device - v2", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "versions-paid", + "api_name": "v1", + "api_description": "v1", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "lets", + "api_name": "sdafdasf", + "api_description": "adsfdasf", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "test_v6", + "api_name": "test", + "api_description": "test", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm testing a new endpoint on the 20211230 testing upload swagger API. Can you provide me with the necessary API call to access the '/open-api/v1.0/indoor-air-quality/iot/' endpoint? Additionally, I would like to retrieve the order details for order ID 3 from the PetstoreRateLimit API.", + "relevant APIs": [ + [ + "20211230 testing upload swagger", + "/open-api/v1.0/indoor-air-quality/iot/" + ], + [ + "PetstoreRateLimit", + "getOrderById" + ] + ], + "query_id": 15439 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "Hello World", + "api_name": "get user", + "api_description": "get user by id", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "firstName": "str", + "lastName": "str", + "maidenName": "str", + "age": "int", + "gender": "str", + "email": "str", + "phone": "str", + "username": "str", + "password": "str", + "birthDate": "str", + "image": "str", + "bloodGroup": "str", + "height": "int", + "weight": "float", + "eyeColor": "str", + "hair": { + "color": "str", + "type": "str" + }, + "domain": "str", + "ip": "str", + "address": { + "address": "str", + "city": "str", + "coordinates": { + "lat": "float", + "lng": "float" + }, + "postalCode": "str", + "state": "str" + }, + "macAddress": "str", + "university": "str", + "bank": { + "cardExpire": "str", + "cardNumber": "str", + "cardType": "str", + "currency": "str", + "iban": "str" + }, + "company": { + "address": { + "address": "str", + "city": "str", + "coordinates": { + "lat": "float", + "lng": "float" + }, + "postalCode": "str", + "state": "str" + }, + "department": "str", + "name": "str", + "title": "str" + }, + "ein": "str", + "ssn": "str", + "userAgent": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "PublicAPITestingInbox", + "api_name": "getUserByName", + "api_description": "", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "PublicAPITestingInbox", + "api_name": "logoutUser", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "PublicAPITestingInbox", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + } + ], + "query": "I just moved to a new city and I'm looking for a reliable moving company. Can you help me find user reviews for different moving companies in my area? Also, fetch the user details for the top-rated moving company named 'Swift Movers'. Additionally, provide me with the contact information for the nearest storage facility based on my current address. Finally, log out of my account to ensure privacy.", + "relevant APIs": [ + [ + "PublicAPITestingInbox", + "getUserByName" + ], + [ + "Hello World", + "get user" + ], + [ + "PublicAPITestingInbox", + "getUserByName" + ], + [ + "Hello World", + "get user" + ], + [ + "PublicAPITestingInbox", + "logoutUser" + ] + ], + "query_id": 15541 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "JobsApi", + "api_name": "Jobs", + "api_description": "get's jobs", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "test", + "api_name": "testtesttest", + "api_description": "nsadas", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "http://www.africau.edu/images/default/sample.pdf" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e", + "api_name": "venture", + "api_description": "Link to any suggestions on a nail", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "a", + "api_name": "api", + "api_description": "a", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm interested in investing in real estate and I would like to compare the prices of two small houses versus a single house. Can you calculate the value of purchasing two small houses compared to purchasing a single house? Also, provide me with the URL for a rotating proxy to ensure my privacy during the search.", + "relevant APIs": [ + [ + "JobsApi", + "Jobs" + ], + [ + "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e", + "venture" + ] + ], + "query_id": 15656 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Air Quality", + "api_name": "Current Air Quality", + "api_description": "Retrieves current air quality conditions for any location in the world, given a lat/lon.", + "required_parameters": [ + { + "name": "lon", + "type": "STRING", + "description": "Longitude", + "default": "-73.00597" + }, + { + "name": "lat", + "type": "STRING", + "description": "Latitude", + "default": "40.71427" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "city_name": "str", + "country_code": "str", + "data": [ + { + "aqi": "int", + "co": "int", + "mold_level": "int", + "no2": "int", + "o3": "int", + "pm10": "int", + "pm25": "int", + "pollen_level_grass": "int", + "pollen_level_tree": "int", + "pollen_level_weed": "int", + "predominant_pollen_type": "str", + "so2": "int", + "_list_length": 1 + } + ], + "lat": "float", + "lon": "float", + "state_code": "str", + "timezone": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Air Quality", + "api_name": "Air Quality Forecast", + "api_description": "Returns a 3 day (72 hour) air quality forecast for any point in the world given a lat/lon. ", + "required_parameters": [ + { + "name": "lat", + "type": "NUMBER", + "description": "Latitude", + "default": "35.779" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "Longitude", + "default": "-78.638" + } + ], + "optional_parameters": [ + { + "name": "hours", + "type": "NUMBER", + "description": "Limits response forecast hours (default 72). ", + "default": "72" + } + ], + "method": "GET", + "template_response": { + "city_name": "str", + "country_code": "str", + "data": [ + { + "aqi": "int", + "co": "float", + "datetime": "str", + "no2": "float", + "o3": "float", + "pm10": "float", + "pm25": "float", + "so2": "float", + "timestamp_local": "str", + "timestamp_utc": "str", + "ts": "int", + "_list_length": 72 + } + ], + "lat": "float", + "lon": "float", + "state_code": "str", + "timezone": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Air Quality", + "api_name": "Air Quality History", + "api_description": "Returns the past 24 hours of air quality observations for any point in the world given a lat/lon.", + "required_parameters": [ + { + "name": "lat", + "type": "NUMBER", + "description": "Latitude", + "default": "35.779" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "Longitude", + "default": "-78.638" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "city_name": "str", + "country_code": "str", + "data": [ + { + "aqi": "int", + "co": "float", + "datetime": "str", + "no2": "float", + "o3": "float", + "pm10": "float", + "pm25": "int", + "so2": "int", + "timestamp_local": "str", + "timestamp_utc": "str", + "ts": "int", + "_list_length": 72 + } + ], + "lat": "float", + "lon": "float", + "state_code": "str", + "timezone": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Test", + "api_name": "aaaaaa", + "api_description": "aaa", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Qwiper Weather", + "api_name": "M\u00e9t\u00e9o d'aujourd'hui - Niamey, Niger", + "api_description": "Obtenez la temp\u00e9rature, les conditions du ciel, les vents, l'humidit\u00e9, etc. pour la ville de Niamey.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "My company is organizing an outdoor team-building event at a park in Los Angeles. We need to ensure good air quality for the participants. Can you fetch the air quality history for the location and provide the current weather conditions as well? Also, suggest some fun team-building activities for the event.", + "relevant APIs": [ + [ + "Air Quality", + "Air Quality History" + ], + [ + "Qwiper Weather", + "M\u00e9t\u00e9o d'aujourd'hui - Niamey, Niger" + ] + ], + "query_id": 15844 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Ouranos", + "api_name": "Predict Feature Forecast 1 Day", + "api_description": "Predict Forecast returns \n- Binary predict value, 1 if it\u2019s a good night to observe and 0 if it\u2019s not. This value is calculated according to the forecast for the night.\n- Rating, score out of 5.\n- Tips for astronomers based on the forecast.", + "required_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "long", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Ouranos", + "api_name": "48 Hour Forecast", + "api_description": "Hourly Forecast return seeing value in arc seconds and transparency on a scale of 1 for the next 48 hours.", + "required_parameters": [ + { + "name": "long", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Ouranos", + "api_name": "3 Day Forecast", + "api_description": "3 Day Forecast return seeing value in arc seconds and transparency on a scale of 1 for the next 3 day every 3 hours", + "required_parameters": [ + { + "name": "long", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Easy Weather", + "api_name": "Current conditions (basic)", + "api_description": "Get (basic) current conditions for the given latitude and longitude.", + "required_parameters": [ + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "-80.13" + }, + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "25.77" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "resource": "str", + "parameters": { + "latitude": "str", + "longitude": "str" + }, + "currentWeather": { + "reportedTime": "str", + "readTime": "str", + "temperature": "float", + "conditionCode": "str", + "cloudCover": "float", + "pressure": "float", + "humidity": "float", + "daylight": "bool" + } + } + }, + { + "category_name": "Weather", + "tool_name": "Easy Weather", + "api_name": "Hourly forecast (48 hours)", + "api_description": "Get a 48-hour forecast for the given latitude and longitude.", + "required_parameters": [ + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "-22.95" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "-43.21" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "resource": "str", + "parameters": { + "latitude": "str", + "longitude": "str" + }, + "forecastHourly": { + "reportedTime": "str", + "readTime": "str", + "hours": [ + { + "forecastStart": "str", + "conditionCode": "str", + "cloudCover": "float", + "uvIndex": "int", + "humidity": "float", + "pressure": "float", + "pressureTrend": "str", + "snowfallAmount": "float", + "snowfallIntensity": "float", + "visibility": "float", + "windSpeed": "float", + "windGust": "float", + "windDirection": "int", + "precipitationChance": "float", + "precipitationType": "str", + "precipitationAmount": "float", + "temperature": "float", + "temperatureApparent": "float", + "temperatureDewPoint": "float", + "daylight": "bool", + "_list_length": 48 + } + ] + } + } + }, + { + "category_name": "Weather", + "tool_name": "Easy Weather", + "api_name": "Current conditions (detailed)", + "api_description": "Get (detailed) current conditions for the given latitude and longitude.", + "required_parameters": [ + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "2.29" + }, + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "48.85" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "havo", + "api_name": "weatherendpoin", + "api_description": "ob havo", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "WeatherAPI.com", + "api_name": "Realtime Weather API", + "api_description": "Current weather or realtime weather API method allows a user to get up to date current weather information in json and xml. The data is returned as a Current Object.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Query parameter based on which data is sent back. It could be following: Latitude and Longitude (Decimal degree) e.g: q=48.8567,2.3508 city name e.g.: q=Paris US zip e.g.: q=10001 UK postcode e.g: q=SW1 Canada postal code e.g: q=G2J metar: e.g: q=metar:EGLL iata:<3 digit airport code> e.g: q=iata:DXB auto:ip IP lookup e.g: q=auto:ip IP address (IPv4 and IPv6 supported) e.g: q=100.0.0.1", + "default": "53.1,-0.13" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "location": { + "name": "str", + "region": "str", + "country": "str", + "lat": "float", + "lon": "float", + "tz_id": "str", + "localtime_epoch": "int", + "localtime": "str" + }, + "current": { + "last_updated_epoch": "int", + "last_updated": "str", + "temp_c": "float", + "temp_f": "float", + "is_day": "int", + "condition": { + "text": "str", + "icon": "str", + "code": "int" + }, + "wind_mph": "float", + "wind_kph": "float", + "wind_degree": "int", + "wind_dir": "str", + "pressure_mb": "float", + "pressure_in": "float", + "precip_mm": "float", + "precip_in": "float", + "humidity": "int", + "cloud": "int", + "feelslike_c": "float", + "feelslike_f": "float", + "vis_km": "float", + "vis_miles": "float", + "uv": "float", + "gust_mph": "float", + "gust_kph": "float" + } + } + }, + { + "category_name": "Weather", + "tool_name": "WeatherAPI.com", + "api_name": "Astronomy API", + "api_description": "Astronomy API method allows a user to get up to date information for sunrise, sunset, moonrise, moonset, moon phase and illumination in json.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Query parameter based on which data is sent back. It could be following:\n\nLatitude and Longitude (Decimal degree) e.g: q=48.8567,2.3508\ncity name e.g.: q=Paris\nUS zip e.g.: q=10001\nUK postcode e.g: q=SW1\nCanada postal code e.g: q=G2J\nmetar: e.g: q=metar:EGLL\niata:<3 digit airport code> e.g: q=iata:DXB\nauto:ip IP lookup e.g: q=auto:ip\nIP address (IPv4 and IPv6 supported) e.g: q=100.0.0.1", + "default": "London" + } + ], + "optional_parameters": [ + { + "name": "dt", + "type": "DATE (YYYY-MM-DD)", + "description": "Date", + "default": "" + } + ], + "method": "GET", + "template_response": { + "location": { + "name": "str", + "region": "str", + "country": "str", + "lat": "float", + "lon": "float", + "tz_id": "str", + "localtime_epoch": "int", + "localtime": "str" + }, + "astronomy": { + "astro": { + "sunrise": "str", + "sunset": "str", + "moonrise": "str", + "moonset": "str", + "moon_phase": "str", + "moon_illumination": "str", + "is_moon_up": "int", + "is_sun_up": "int" + } + } + } + }, + { + "category_name": "Weather", + "tool_name": "WeatherAPI.com", + "api_name": "Future Weather API", + "api_description": "Future weather API method returns weather in a 3 hourly interval in future for a date between 14 days and 300 days from today in the future.", + "required_parameters": [ + { + "name": "dt", + "type": "DATE (YYYY-MM-DD)", + "description": "'dt' should be between 14 days and 300 days from today in the future in yyyy-MM-dd format (i.e. dt=2023-01-01)", + "default": "2022-12-25" + }, + { + "name": "q", + "type": "STRING", + "description": "Query parameter based on which data is sent back. It could be following:\n\nLatitude and Longitude (Decimal degree) e.g: q=48.8567,2.3508\ncity name e.g.: q=Paris\nUS zip e.g.: q=10001\nUK postcode e.g: q=SW1\nCanada postal code e.g: q=G2J\nmetar: e.g: q=metar:EGLL\niata:<3 digit airport code> e.g: q=iata:DXB\nauto:ip IP lookup e.g: q=auto:ip\nIP address (IPv4 and IPv6 supported) e.g: q=100.0.0.1", + "default": "London" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Returns 'condition:text' field in API in the desired language", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "weather_v14", + "api_name": "weather", + "api_description": "dsfghbn", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a road trip across the country. Can you give me the current weather conditions for my current location? Also, provide the astronomy data for today, including sunrise, sunset, moonrise, and moonset.", + "relevant APIs": [ + [ + "Easy Weather", + "Current conditions (basic)" + ], + [ + "WeatherAPI.com", + "Astronomy API" + ] + ], + "query_id": 15929 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Ski Resort Forecast", + "api_name": "Hourly Forecast", + "api_description": "Returns the hourly forecast for a given resort name", + "required_parameters": [ + { + "name": "resort", + "type": "string", + "description": "", + "default": "Jackson Hole" + } + ], + "optional_parameters": [ + { + "name": "el", + "type": "STRING", + "description": "Specify a part of the mountain. Accepted values are 'top', 'mid', and 'bot'. Using this parameter improves response time.", + "default": "top" + }, + { + "name": "units", + "type": "STRING", + "description": "Specify desired units. Accepted values are 'i' (imperial) and 'm' (metric). Using this parameter improves response time.", + "default": "i" + }, + { + "name": "c", + "type": "BOOLEAN", + "description": "Limit result to current day only", + "default": "false" + } + ], + "method": "GET", + "template_response": { + "forecast": [ + { + "time": "str", + "summary": "str", + "windSpeed": "str", + "windDirection": "str", + "rain": "str", + "maxTemp": "str", + "minTemp": "NoneType", + "windChill": "str", + "humidity": "str", + "freezeLevel": "str", + "_list_length": 14 + } + ], + "basicInfo": { + "region": "str", + "name": "str", + "url": "str", + "topLiftElevation": "str", + "midLiftElevation": "str", + "botLiftElevation": "str", + "lat": "str", + "lon": "str" + } + } + }, + { + "category_name": "Weather", + "tool_name": "Ski Resort Forecast", + "api_name": "Current Snow Conditions", + "api_description": "Returns the current snow conditions for a given resort name", + "required_parameters": [ + { + "name": "resort", + "type": "string", + "description": "", + "default": "Jackson Hole" + } + ], + "optional_parameters": [ + { + "name": "units", + "type": "STRING", + "description": "Specify desired units. Accepted values are 'i' (imperial) and 'm' (metric). Using this parameter improves response time.", + "default": "i" + } + ], + "method": "GET", + "template_response": { + "topSnowDepth": "str", + "botSnowDepth": "str", + "freshSnowfall": "NoneType", + "lastSnowfallDate": "NoneType", + "basicInfo": { + "region": "str", + "name": "str", + "url": "str", + "topLiftElevation": "str", + "midLiftElevation": "str", + "botLiftElevation": "str", + "lat": "str", + "lon": "str" + } + } + }, + { + "category_name": "Weather", + "tool_name": "Ski Resort Forecast", + "api_name": "5 Day Forecast", + "api_description": "Returns the 5 day forecast for a given resort name", + "required_parameters": [ + { + "name": "resort", + "type": "string", + "description": "", + "default": "Jackson Hole" + } + ], + "optional_parameters": [ + { + "name": "units", + "type": "STRING", + "description": "Specify desired units. Accepted values are 'i' (imperial) and 'm' (metric). Using this parameter improves response time.", + "default": "i" + }, + { + "name": "el", + "type": "STRING", + "description": "Specify a part of the mountain. Accepted values are 'top', 'mid and 'bot'. Using this parameter improves response time.", + "default": "top" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Air Quality API", + "api_name": "Current Air Quality", + "api_description": "Gives back data of current air quality in a specified city!", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "netherlands" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "amsterdam" + } + ], + "optional_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "52.377956" + }, + { + "name": "lon", + "type": "STRING", + "description": "", + "default": "4.897070" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "country": "str", + "timezone": "str", + "coordinates": { + "latitude": "float", + "longitude": "float" + }, + "current": { + "ts": "str", + "aqi": "int", + "mainPollutant": "str", + "concentration": "float", + "condition": "str", + "humidity": "int", + "pressure": "int", + "wind": { + "speed": "float", + "direction": "int" + }, + "temperature": "int", + "pollutants": [ + { + "aqi": "int", + "concentration": "float", + "estimationSource": { + "title": "str", + "type": "str" + }, + "estimated": "bool", + "pollutantName": "str", + "_list_length": 1 + } + ] + }, + "recommendations": { + "pollution": { + "exercice": { + "value": "str", + "text": "str" + }, + "windows": { + "value": "str", + "text": "str", + "product": { + "text": "str", + "name": "str", + "url": "str" + } + }, + "mask": { + "value": "str" + }, + "air_purifier": { + "value": "str" + } + } + } + } + }, + { + "category_name": "Weather", + "tool_name": "Air Quality API", + "api_name": "Air Quality Measurements", + "api_description": "Gives current air quality measurements per hour for a given city!", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "netherlands" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "amsterdam" + } + ], + "optional_parameters": [ + { + "name": "lon", + "type": "STRING", + "description": "", + "default": "4.897070" + }, + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "52.377956" + } + ], + "method": "GET", + "template_response": { + "measurements": { + "hourly": [ + { + "ts": "str", + "aqi": "int", + "pm25": { + "aqi": "int", + "concentration": "float" + }, + "pm10": { + "aqi": "int", + "concentration": "float" + }, + "o3": { + "aqi": "int", + "concentration": "float" + }, + "no2": { + "aqi": "int", + "concentration": "float" + }, + "so2": { + "aqi": "int", + "concentration": "float" + }, + "co": { + "aqi": "int", + "concentration": "float" + }, + "_list_length": 3 + } + ] + } + } + }, + { + "category_name": "Weather", + "tool_name": "Air Quality API", + "api_name": "Air Quality Forecasts", + "api_description": "Gives hourly air quality forecast for a given city!", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "netherlands" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "amsterdam" + } + ], + "optional_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "52.377956" + }, + { + "name": "lon", + "type": "STRING", + "description": "", + "default": "4.897070" + } + ], + "method": "GET", + "template_response": { + "forecasts": { + "hourly": [ + { + "ts": "str", + "aqi": "int", + "pressure": "int", + "humidity": "int", + "wind": { + "speed": "float", + "direction": "int" + }, + "condition": "str", + "temperature": "int", + "_list_length": 34 + } + ] + } + } + }, + { + "category_name": "Weather", + "tool_name": "Wavebase", + "api_name": "Ocean Conditions Closest to Latitude / Longitude", + "api_description": "\u200bhttps://api.wavebase.app/v4/conditions/search/{latitude}/{longitude}\n\nSearch for current and predicted ocean conditions closest to a given latitude/longitude.\n\nReturned conditions include the closest point found, along with Waves, Tides and Weather conditions are the location.", + "required_parameters": [ + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "52.8" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-4.07" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"closest_coordinates\": {\"latitude\": \"float\", \"longitude\": \"float\"}, \"conditions\": [{\"primary_swell_wave_from_direction\": \"float\", \"primary_swell_wave_mean_period\": \"float\", \"primary_swell_wave_significant_height\": \"float\", \"secondary_swell_wave_from_direction\": \"float\", \"secondary_swell_wave_mean_period\": \"float\", \"secondary_swell_wave_significant_height\": \"float\", \"tide_direction\": \"str\", \"tide_height\": \"float\", \"tide_state\": \"str\", \"valid_for_dtg\": \"str\", \"wave_from_direction\": \"float\", \"wave_from_direction_at_variance_spectral_density_maximum\": \"float\", \"wave_mean_period_from_variance_spectral_density_inverse_freq\": \"float\", \"wave_mean_period_from_variance_spectral_density_second_freq\": \"float\", \"wave_period_at_variance_spectral_density_maximum\": \"float\", \"wave_significant_height\": \"float\", \"wave_stokes_drift_x_velocity\": \"int\", \"wave_stokes_drift_y_velocity\": \"int\", \"wind_dir\": \"float\", \"wind_speed\": \"float\", \"wind_wave_from_direction\": \"float\", \"wind_wave_mean_period\": \"float\", \"" + }, + { + "category_name": "Weather", + "tool_name": "Wavebase", + "api_name": "XYZ Map Tiles for Ocean Conditions", + "api_description": "Wavebase Global Ocean Tiles API:\n\nWave Signficant Height (GET): https://api.wavebase.app/v1/tiles/singleband/{variable}/{date-timeslot - YYYYMMDDHH}/0/0/0.png\n\ne.g.: https://api.wavebase.app/v1/tiles/singleband/VHM0/2023051703/0/0/0.png \n\nCurrently only Tile at 0/0/0 is available Free. Contact: info@wavebase.app for additional tiles.", + "required_parameters": [ + { + "name": "variable", + "type": "string", + "description": "", + "default": "VHM0" + }, + { + "name": "datetime", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "APJOY-Weather Forecast", + "api_name": "GetWeatherForecast", + "api_description": "This endpoint provides weather forecast information based on the user's location. It returns the current weather conditions, daily forecasts, and additional weather data, such as temperature, humidity, and wind speed. The data is sourced from OpenWeatherMap, ensuring accurate and reliable information.", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "The name of the city or location for which to retrieve the weather forecast.", + "default": "London" + } + ], + "optional_parameters": [ + { + "name": "days", + "type": "NUMBER", + "description": "The number of days of forecast data to retrieve (1-16). If not provided, it defaults to 1 day.", + "default": "3" + } + ], + "method": "GET", + "template_response": { + "cod": "str", + "message": "int", + "cnt": "int", + "list": [ + { + "dt": "int", + "main": { + "temp": "float", + "feels_like": "float", + "temp_min": "float", + "temp_max": "float", + "pressure": "int", + "sea_level": "int", + "grnd_level": "int", + "humidity": "int", + "temp_kf": "float" + }, + "weather": [ + { + "id": "int", + "main": "str", + "description": "str", + "icon": "str", + "_list_length": 1 + } + ], + "clouds": { + "all": "int" + }, + "wind": { + "speed": "float", + "deg": "int", + "gust": "float" + }, + "visibility": "int", + "pop": "int", + "sys": { + "pod": "str" + }, + "dt_txt": "str", + "_list_length": 3 + } + ], + "city": { + "id": "int", + "name": "str", + "coord": { + "lat": "float", + "lon": "float" + }, + "country": "str", + "population": "int", + "timezone": "int", + "sunrise": "int", + "sunset": "int" + } + } + }, + { + "category_name": "Weather", + "tool_name": "Test", + "api_name": "aaaaaa", + "api_description": "aaa", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a weekend getaway to Jackson Hole and I need to know the current snow conditions and 5-day forecast for the resort. Additionally, give me the hourly weather forecast and ocean conditions closest to the latitude and longitude.", + "relevant APIs": [ + [ + "Ski Resort Forecast", + "Current Snow Conditions" + ], + [ + "Ski Resort Forecast", + "5 Day Forecast" + ], + [ + "Ski Resort Forecast", + "Hourly Forecast" + ], + [ + "Wavebase", + "Ocean Conditions Closest to Latitude / Longitude" + ] + ], + "query_id": 16133 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Movies details", + "api_name": "Find by title", + "api_description": "We will provide movies details by title", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "game of thr" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "@meta": { + "operation": "str", + "requestId": "str", + "serviceTimeMs": "float" + }, + "@type": "str", + "query": "str", + "results": [ + { + "id": "str", + "image": { + "height": "int", + "id": "str", + "url": "str", + "width": "int" + }, + "runningTimeInMinutes": "int", + "nextEpisode": "str", + "numberOfEpisodes": "int", + "seriesEndYear": "int", + "seriesStartYear": "int", + "title": "str", + "titleType": "str", + "year": "int", + "principals": [ + { + "id": "str", + "legacyNameText": "str", + "name": "str", + "category": "str", + "characters": [ + "list of str with length 1" + ], + "endYear": "int", + "episodeCount": "int", + "roles": [ + { + "character": "str", + "characterId": "str", + "_list_length": 1 + } + ], + "startYear": "int", + "_list_length": 3 + } + ], + "_list_length": 20 + } + ], + "types": [ + "list of str with length 2" + ] + } + }, + { + "category_name": "News_Media", + "tool_name": "Movie Articles and News", + "api_name": "Get Articles By Publisher", + "api_description": "Get articles by a specific publisher.", + "required_parameters": [ + { + "name": "publisher", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Movie Articles and News", + "api_name": "Get All Articles", + "api_description": "This endpoint will return all articles about movies from various publishers.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "News_Media", + "tool_name": "getMedia", + "api_name": "get media", + "api_description": "Get Media", + "required_parameters": [], + "optional_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "News Sentiment", + "api_name": "URL", + "api_description": "Input news URL", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.goodnewsnetwork.org/cave-art-carvings-beneath-2000-years-of-sediment-in-alabama/" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": { + "sentimentprediction": "str", + "sentimentscore": { + "negative": "float", + "neutral": "float", + "positive": "float", + "compound": "float" + } + } + } + } + ], + "query": "I'm a movie blogger and I'm looking for interesting movie trivia to share with my audience. Can you fetch some interesting facts about movies using the Movies details API? Additionally, could you provide me with sentiment analysis of an article about a classic movie using the News Sentiment API?", + "relevant APIs": [ + [ + "Movies details", + "Find by title" + ], + [ + "News Sentiment", + "URL" + ] + ], + "query_id": 17233 + }, + { + "api_list": [ + { + "category_name": "Business_Software", + "tool_name": "ROAC", + "api_name": "/api/Auditores/roac/{roac}Sociedad", + "api_description": "asd", + "required_parameters": [ + { + "name": "roac", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "documento": "str", + "codigoROAC": "str", + "idTipoDocumento": "str", + "nombre": "str", + "apellidos": "str", + "razonSocial": "NoneType", + "fechaAlta": "str", + "fechaBaja": "NoneType" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Stamping", + "api_name": "GET evidence", + "api_description": "GET by hash sha256 or TrxId from Blockchain of Bitcoin and Ethereum", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "cloudlayer.io", + "api_name": "Convert URL to Image", + "api_description": "Make a GET request to convert url to image, accepts simple options as query strings in URL (use POST endpoint for advanced options).", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://google.com" + } + ], + "optional_parameters": [ + { + "name": "timeout", + "type": "NUMBER", + "description": "milliseconds (default 30000)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str", + "error": "str" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Vizor Ads", + "api_name": "Show", + "api_description": "Get details of your existing embed records using it's unique slug", + "required_parameters": [ + { + "name": "slug", + "type": "string", + "description": "", + "default": "7dW8zGbP" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "int" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Vizor Ads", + "api_name": "API Status", + "api_description": "Check API server is running or not", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "env": "str" + }, + "message": "str", + "status": "int" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Global Email V4", + "api_name": "Global Email V4", + "api_description": "Define Input Fields", + "required_parameters": [ + { + "name": "opt", + "type": "STRING", + "description": "Express/Premium", + "default": "VerifyMailbox:Express|VerifyMailbox:ExpressPremium" + }, + { + "name": "email", + "type": "STRING", + "description": "Input Email", + "default": "support@melissa.com" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "Format of Response", + "default": "json" + } + ], + "method": "GET", + "template_response": { + "Version": "str", + "TransmissionReference": "str", + "TransmissionResults": "str", + "TotalRecords": "str", + "Records": [ + { + "RecordID": "str", + "DeliverabilityConfidenceScore": "str", + "Results": "str", + "EmailAddress": "str", + "MailboxName": "str", + "DomainName": "str", + "DomainAuthenticationStatus": "str", + "TopLevelDomain": "str", + "TopLevelDomainName": "str", + "DateChecked": "str", + "EmailAgeEstimated": "str", + "DomainAgeEstimated": "str", + "DomainExpirationDate": "str", + "DomainCreatedDate": "str", + "DomainUpdatedDate": "str", + "DomainEmail": "str", + "DomainOrganization": "str", + "DomainAddress1": "str", + "DomainLocality": "str", + "DomainAdministrativeArea": "str", + "DomainPostalCode": "str", + "DomainCountry": "str", + "DomainAvailability": "str", + "DomainCountryCode": "str", + "DomainPrivateProxy": "str", + "PrivacyFlag": "str", + "MXServer": "str", + "DomainTypeIndicator": "str", + "BreachCount": "str", + "_list_length": 1 + } + ] + } + } + ], + "query": "I'm hosting a photography contest and I need to verify the email addresses of the participants. Verify the email address 'participant1@example.com' and provide me with the verification results. Additionally, I want to retrieve the details of a specific embed record and display it on the contest website. Fetch the details for the embed record with the slug '7dW8zGbP'.", + "relevant APIs": [ + [ + "Global Email V4", + "Global Email V4" + ], + [ + "Vizor Ads", + "Show" + ] + ], + "query_id": 17864 + }, + { + "api_list": [ + { + "category_name": "Gaming", + "tool_name": "ContextoGuess", + "api_name": "guessWord", + "api_description": "guess a word and it will return the position it holds", + "required_parameters": [ + { + "name": "game", + "type": "string", + "description": "", + "default": "106" + }, + { + "name": "guess", + "type": "string", + "description": "", + "default": "potato" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Gaming", + "tool_name": "ContextoGuess", + "api_name": "getSecondWord", + "api_description": "returns the second word for a given game", + "required_parameters": [ + { + "name": "game", + "type": "string", + "description": "", + "default": "106" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Gaming", + "tool_name": "ContextoGuess", + "api_name": "docs", + "api_description": "docs", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Gaming", + "tool_name": "big89", + "api_name": "big89", + "api_description": "Big89 merupakan [situs judi online](https://www.inksgame.com) resmi di indonesia tanpa bank offline BCA BRI MANDIRI BNI DANAMON.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Dota2 Heroes", + "api_name": "Heroes Data", + "api_description": "You can get heroes all heroes data name, image, videos, roles, abilities and talents with 20 languages.", + "required_parameters": [ + { + "name": "language", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "id", + "type": "string", + "description": "", + "default": "37" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Dota2 Heroes", + "api_name": "Heroes List", + "api_description": "You can list of heroes id , name , image, complexity and attribute", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "name_loc": "str", + "name_english_loc": "str", + "primary_attr": "int", + "complexity": "int", + "image": "str", + "attribute_img": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "MMO Games", + "api_name": "Games by platform & category & sorted", + "api_description": "Games by platform & category & sorted.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort-by", + "type": "STRING", + "description": "", + "default": "release-date" + }, + { + "name": "platform", + "type": "STRING", + "description": "", + "default": "browser" + }, + { + "name": "category", + "type": "STRING", + "description": "", + "default": "mmorpg" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "thumbnail": "str", + "short_description": "str", + "game_url": "str", + "genre": "str", + "platform": "str", + "publisher": "str", + "developer": "str", + "release_date": "str", + "profile_url": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "MMO Games", + "api_name": "Sort Games", + "api_description": "Sort games by release date, alphabetical, popularity or relevance", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort-by", + "type": "STRING", + "description": "", + "default": "alphabetical" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "thumbnail": "str", + "short_description": "str", + "game_url": "str", + "genre": "str", + "platform": "str", + "publisher": "str", + "developer": "str", + "release_date": "str", + "profile_url": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "MMO Games", + "api_name": "Games by category or tag", + "api_description": "Insert game category or tag, eg: mmorpg, shooter, pvp, mmofps and more. Full tag list at [https://www.mmobomb.com/api](url)", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "", + "default": "shooter" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "thumbnail": "str", + "short_description": "str", + "game_url": "str", + "genre": "str", + "platform": "str", + "publisher": "str", + "developer": "str", + "release_date": "str", + "profile_url": "str" + } + } + ], + "query": "I am planning a surprise birthday party for my best friend and I need some unique game ideas. Can you suggest some party games that are suitable for all age groups? Additionally, I would like to gather some inspirational quotes about friendship to include in the party decorations. Lastly, could you provide me with a list of local hotels in the area for accommodation options?", + "relevant APIs": [ + [ + "ContextoGuess", + "docs" + ], + [ + "ContextoGuess", + "guessWord" + ], + [ + "ContextoGuess", + "getSecondWord" + ], + [ + "big89", + "big89" + ] + ], + "query_id": 18736 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "Local Search", + "api_name": "/businesses", + "api_description": "", + "required_parameters": [], + "optional_parameters": [ + { + "name": "Keyword", + "type": "STRING", + "description": "A term to search against business names and categories.", + "default": "" + }, + { + "name": "Name", + "type": "STRING", + "description": "The name of a business.", + "default": "" + }, + { + "name": "City", + "type": "STRING", + "description": "The name of the city to use as a search point.", + "default": "" + }, + { + "name": "State", + "type": "STRING", + "description": "The two-letter abbreviation of the state in USA to use as a search point.", + "default": "" + }, + { + "name": "PostalCode", + "type": "STRING", + "description": "The US postal code of a location. ( 5 or 9 digit)", + "default": "" + }, + { + "name": "Sort", + "type": "STRING", + "description": "", + "default": "value_distance" + }, + { + "name": "category", + "type": "STRING", + "description": "The category that defines (or relates to) the commercial offering of a business.", + "default": "Category" + } + ], + "method": "GET" + }, + { + "category_name": "Location", + "tool_name": "World Cities and Countries", + "api_name": "SearchCities", + "api_description": "API to search cities based on the matching search keyword passed in url param.\ne.g. \n`/v1/locations/cities/new y`: This will return all the matching cities whose name starts from `new y`.\nYou can also filter the cities or narrow down results for specific country by passing its 2 letter country code in query param which can be found from our searchCountry API.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "This indicates how many results you would like to query in one time.\nDefault value is `10` if limit is not provided.\nMaximum limit is `1000`", + "default": "100" + }, + { + "name": "page", + "type": "NUMBER", + "description": "This controls the pagination of results.\nDefault is `1`", + "default": "1" + }, + { + "name": "countryIsoCode", + "type": "STRING", + "description": "It is an optional parameter to narrow your search results.\nPass two letter Country code to filter the cities for specific country in query param which can be found in our searchCountry API in field name `alpha-2` for any country you search.\nfor e.g. 'IN', 'US' etc.", + "default": "US" + }, + { + "name": "keyword", + "type": "string", + "description": "", + "default": "new yo" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "city": "str", + "countryCode": "str", + "_list_length": 4 + } + ], + "page": "int", + "limit": "int", + "totalPages": "int", + "totalResults": "int" + } + }, + { + "category_name": "Location", + "tool_name": "World Cities and Countries", + "api_name": "ListAllCountries", + "api_description": "This API returns list of all countries and can be paginated over the results.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + }, + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `name:asc`, `name:desc` for country name sorting\n\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "name:asc" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 200 + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "isActive": "bool", + "name": "str", + "alpha-2": "str", + "alpha-3": "str", + "country-code": "str", + "iso_3166-2": "str", + "region": "str", + "sub-region": "str", + "intermediate-region": "str", + "region-code": "str", + "sub-region-code": "str", + "intermediate-region-code": "str", + "id": "str", + "_list_length": 200 + } + ], + "page": "int", + "limit": "int", + "totalPages": "int", + "totalResults": "int" + } + }, + { + "category_name": "Location", + "tool_name": "World Cities and Countries", + "api_name": "SearchCountries", + "api_description": "API to search county based on the matching search keyword passed in url param.\nNOTE: This API is case insensitive.\ne.g. \n`/v1/locations/countries/uni`: This will return all the matching countries whose name starts from `uni` and their additional info.", + "required_parameters": [ + { + "name": "keyword", + "type": "string", + "description": "", + "default": "uni" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 20 + }, + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `name:desc`, `alpha-2:asc`\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "name:asc" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": [ + { + "isActive": "bool", + "name": "str", + "alpha-2": "str", + "alpha-3": "str", + "country-code": "str", + "iso_3166-2": "str", + "region": "str", + "sub-region": "str", + "intermediate-region": "str", + "region-code": "str", + "sub-region-code": "str", + "intermediate-region-code": "str", + "id": "str", + "_list_length": 4 + } + ], + "page": "int", + "limit": "int", + "totalPages": "int", + "totalResults": "int" + } + }, + { + "category_name": "Location", + "tool_name": "IP Geolocation_v3", + "api_name": "Get IP Geolocation", + "api_description": "This endpoint returns geolocation and other useful points from an IP Address. If IP address is provided as query parameter, geolocation is performed on that IP address. If IP address is left empty, geolocation data of client IP is returned.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "206.71.50.230" + } + ], + "method": "GET" + }, + { + "category_name": "Location", + "tool_name": "World Time", + "api_name": "Timezones", + "api_description": "Request a list of valid timezones", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Location", + "tool_name": "World Time", + "api_name": "Current time by IP", + "api_description": "Request the current time based on your public IP", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "abbreviation": "str", + "client_ip": "str", + "datetime": "str", + "day_of_week": "int", + "day_of_year": "int", + "dst": "bool", + "dst_from": "NoneType", + "dst_offset": "int", + "dst_until": "NoneType", + "raw_offset": "int", + "timezone": "str", + "unixtime": "int", + "utc_datetime": "str", + "utc_offset": "str", + "week_number": "int" + } + }, + { + "category_name": "Location", + "tool_name": "World Time", + "api_name": "Timezone for Location", + "api_description": "Request the current time for a timezone (in plain text or JSON)", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "Location, example:\"London\" or \"London.txt\"", + "default": "London" + }, + { + "name": "area", + "type": "STRING", + "description": "Area, example:\"Europe\"", + "default": "Europe" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "abbreviation": "str", + "client_ip": "str", + "datetime": "str", + "day_of_week": "int", + "day_of_year": "int", + "dst": "bool", + "dst_from": "str", + "dst_offset": "int", + "dst_until": "str", + "raw_offset": "int", + "timezone": "str", + "unixtime": "int", + "utc_datetime": "str", + "utc_offset": "str", + "week_number": "int" + } + }, + { + "category_name": "Location", + "tool_name": "GEOIP_v2", + "api_name": "Visitor Lookup", + "api_description": "Returns the IP address of the client with additional data.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a hiking trip and I need to find hiking trails in different national parks. Can you help me search for parks and trails in different cities? It would be great if you could provide me with their contact details, address, and trail difficulty level. Additionally, I'd like to know the IP geolocation details for each city.", + "relevant APIs": [ + [ + "Local Search", + "/businesses" + ], + [ + "IP Geolocation_v3", + "Get IP Geolocation" + ] + ], + "query_id": 19186 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "Get IP Info_v2", + "api_name": "ip-city", + "api_description": "Get the detail of Longitude and Latitude on the basis of IP-Address", + "required_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "IP-Address of the Country", + "default": "74.125.45.100" + }, + { + "name": "key", + "type": "STRING", + "description": "API Key Generated by Infodb.com", + "default": "93b77a0add7dace51661cf559ef97326f3297ec27d6e5a9b903670e0246b8293" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Location", + "tool_name": "World Cities and Countries", + "api_name": "ListAllCountries", + "api_description": "This API returns list of all countries and can be paginated over the results.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + }, + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `name:asc`, `name:desc` for country name sorting\n\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "name:asc" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 200 + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "isActive": "bool", + "name": "str", + "alpha-2": "str", + "alpha-3": "str", + "country-code": "str", + "iso_3166-2": "str", + "region": "str", + "sub-region": "str", + "intermediate-region": "str", + "region-code": "str", + "sub-region-code": "str", + "intermediate-region-code": "str", + "id": "str", + "_list_length": 200 + } + ], + "page": "int", + "limit": "int", + "totalPages": "int", + "totalResults": "int" + } + }, + { + "category_name": "Location", + "tool_name": "World Cities and Countries", + "api_name": "SearchCountries", + "api_description": "API to search county based on the matching search keyword passed in url param.\nNOTE: This API is case insensitive.\ne.g. \n`/v1/locations/countries/uni`: This will return all the matching countries whose name starts from `uni` and their additional info.", + "required_parameters": [ + { + "name": "keyword", + "type": "string", + "description": "", + "default": "uni" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": 1 + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 20 + }, + { + "name": "sortBy", + "type": "STRING", + "description": "Valid format to sort is `field:order`\ne.g. `name:desc`, `alpha-2:asc`\nwhere `asc` for sorting in ascending order\n`desc` for sorting in descending order", + "default": "name:asc" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": [ + { + "isActive": "bool", + "name": "str", + "alpha-2": "str", + "alpha-3": "str", + "country-code": "str", + "iso_3166-2": "str", + "region": "str", + "sub-region": "str", + "intermediate-region": "str", + "region-code": "str", + "sub-region-code": "str", + "intermediate-region-code": "str", + "id": "str", + "_list_length": 4 + } + ], + "page": "int", + "limit": "int", + "totalPages": "int", + "totalResults": "int" + } + }, + { + "category_name": "Location", + "tool_name": "World Cities and Countries", + "api_name": "SearchCities", + "api_description": "API to search cities based on the matching search keyword passed in url param.\ne.g. \n`/v1/locations/cities/new y`: This will return all the matching cities whose name starts from `new y`.\nYou can also filter the cities or narrow down results for specific country by passing its 2 letter country code in query param which can be found from our searchCountry API.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "This indicates how many results you would like to query in one time.\nDefault value is `10` if limit is not provided.\nMaximum limit is `1000`", + "default": "100" + }, + { + "name": "page", + "type": "NUMBER", + "description": "This controls the pagination of results.\nDefault is `1`", + "default": "1" + }, + { + "name": "countryIsoCode", + "type": "STRING", + "description": "It is an optional parameter to narrow your search results.\nPass two letter Country code to filter the cities for specific country in query param which can be found in our searchCountry API in field name `alpha-2` for any country you search.\nfor e.g. 'IN', 'US' etc.", + "default": "US" + }, + { + "name": "keyword", + "type": "string", + "description": "", + "default": "new yo" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "city": "str", + "countryCode": "str", + "_list_length": 4 + } + ], + "page": "int", + "limit": "int", + "totalPages": "int", + "totalResults": "int" + } + }, + { + "category_name": "Location", + "tool_name": "Pharmacies de garde NC", + "api_name": "All", + "api_description": "Renvoie les pharmacies de garde de Nouvelle-Cal\u00e9donie", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "date": "str", + "nom": "str", + "type": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Pharmacies de garde NC", + "api_name": "Health", + "api_description": "Renvoie le statut de l'application : up ou down", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "checks": "empty list" + } + }, + { + "category_name": "Location", + "tool_name": "Pincode Distance Measurement ", + "api_name": "Fetch Distance between two pincodes", + "api_description": "Enter two valid pincodes.", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "", + "default": "415612" + }, + { + "name": "to", + "type": "STRING", + "description": "", + "default": "415639" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "errorCode": "int", + "message": "str", + "error": "str" + } + }, + { + "category_name": "Location", + "tool_name": "Local Search", + "api_name": "/businesses", + "api_description": "", + "required_parameters": [], + "optional_parameters": [ + { + "name": "Keyword", + "type": "STRING", + "description": "A term to search against business names and categories.", + "default": "" + }, + { + "name": "Name", + "type": "STRING", + "description": "The name of a business.", + "default": "" + }, + { + "name": "City", + "type": "STRING", + "description": "The name of the city to use as a search point.", + "default": "" + }, + { + "name": "State", + "type": "STRING", + "description": "The two-letter abbreviation of the state in USA to use as a search point.", + "default": "" + }, + { + "name": "PostalCode", + "type": "STRING", + "description": "The US postal code of a location. ( 5 or 9 digit)", + "default": "" + }, + { + "name": "Sort", + "type": "STRING", + "description": "", + "default": "value_distance" + }, + { + "name": "category", + "type": "STRING", + "description": "The category that defines (or relates to) the commercial offering of a business.", + "default": "Category" + } + ], + "method": "GET" + } + ], + "query": "My family and I are relocating to a new city and we need to find a suitable neighborhood. Can you recommend some cities in the United States with affordable housing options? Also, provide information about the healthcare facilities and pharmacies in those cities.", + "relevant APIs": [ + [ + "World Cities and Countries", + "ListAllCountries" + ], + [ + "World Cities and Countries", + "SearchCities" + ], + [ + "World Cities and Countries", + "SearchCountries" + ], + [ + "Local Search", + "/businesses" + ], + [ + "Pharmacies de garde NC", + "All" + ], + [ + "Pharmacies de garde NC", + "Health" + ] + ], + "query_id": 19188 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "IP forensics - IP Geolocation, Currency Exchange And Threat Intelligence API", + "api_name": "Single Lookup", + "api_description": "## Single Lookup\n\nThis is the primary IpForensics endpoint. It is used to look up any given IPv4 or IPv6 addresses. \n\nTo call this endpoint, simply attach an IP address to the API's base URL (HTTP GET method):\n\n**Each request to the single IP lookup endpoint consumes 1 token.**", + "required_parameters": [ + { + "name": "ip_address", + "type": "STRING", + "description": "", + "default": "102.219.153.59" + }, + { + "name": "apikey", + "type": "STRING", + "description": "Your API Key - Obtain the API key from your dashboard", + "default": "IPF-36ae36a6-4a32-4fae-a422-e45e70b0a515-X" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Location", + "tool_name": "Location_v2", + "api_name": "search result", + "api_description": "We are providing a location search result according to your search query,1", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "pizza" + } + ], + "optional_parameters": [ + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "24.562394" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "73.7124675" + } + ], + "method": "GET" + } + ], + "query": "I'm in need of a reliable currency exchange service. Can you provide me with a list of currency exchange locations in San Francisco? Additionally, fetch the geolocation and threat intelligence details for the IP address 10.0.0.1 using the IP Forensics API. Also, find the current weather conditions for San Francisco using the Weather API.", + "relevant APIs": [ + [ + "Location_v2", + "search result" + ], + [ + "IP forensics - IP Geolocation, Currency Exchange And Threat Intelligence API", + "Single Lookup" + ] + ], + "query_id": 19207 + }, + { + "api_list": [ + { + "category_name": "SMS", + "tool_name": "Phone verification", + "api_name": "Verify Single Number", + "api_description": "Get the details of phone number supplied in the query param. Do not forget to pass Authorization header with your access_token. \n\nHint - access_token are returned as part of login api call.", + "required_parameters": [ + { + "name": "number", + "type": "STRING", + "description": "Phone/mobile number to get details for.", + "default": "1234567891" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "status": "int", + "detail": "str", + "additional": { + "validation": [ + { + "location": [ + "list of str with length 1" + ], + "severity": "str", + "code": "str", + "message": "str", + "_list_length": 1 + } + ], + "workspaceSlug": "str", + "projectSlug": "str", + "url": "str", + "dynamic": "bool", + "mediaTypes": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "SMS", + "tool_name": "Phone verification", + "api_name": "Get Processing Status of File", + "api_description": "This endpoint gives you status of file uploaded for verification.", + "required_parameters": [ + { + "name": "fileName", + "type": "STRING", + "description": "file name received in response of upload file call. ", + "default": "MzFqDXKCSfYTexv.xlsx" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "status": "int", + "detail": "str", + "additional": { + "validation": [ + { + "location": [ + "list of str with length 1" + ], + "severity": "str", + "code": "str", + "message": "str", + "_list_length": 1 + } + ], + "workspaceSlug": "str", + "projectSlug": "str", + "url": "str", + "dynamic": "bool", + "mediaTypes": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "SMS", + "tool_name": "Phone verification", + "api_name": "Download Verification Results", + "api_description": "This endpoint returns the result file to be downloaded.\n\nPass name of file to be downloaded as path param. Result file name is always in format {filename}_output.xlsx Replace {filename} with the name returned from upload file call.\n\nTo download the file with angular follow sample code here\n\nhttps://stackoverflow.com/questions/40240796/angular-2-best-approach-to-use-filesaver-js", + "required_parameters": [ + { + "name": "fileName", + "type": "STRING", + "description": "Name of file to be downloaded. Result file name is always in format {filename}_output.xlsx Replace {filename} with the name returned from upload file call.", + "default": "filename_output.xlsx" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "SMS", + "tool_name": "SMSto", + "api_name": "Get messages", + "api_description": "Fetch paginated messages.\n\nPlease note that the messages will be sorted by the date of creating (sending) - latest first.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "created_at", + "type": "STRING", + "description": "Filter by created at", + "default": "2022-08-19" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Field to sort by", + "default": "created_at" + }, + { + "name": "to", + "type": "STRING", + "description": "Filter by recipient number", + "default": "+3579865333" + }, + { + "name": "order_direction", + "type": "STRING", + "description": "Sort messages.", + "default": "desc" + }, + { + "name": "status", + "type": "STRING", + "description": "Filter by status", + "default": "REJECTED" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "The number of messages per page.", + "default": "15" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "message": "str", + "data": "empty list" + } + }, + { + "category_name": "SMS", + "tool_name": "SMSto", + "api_name": "Get last campaign", + "api_description": "Get the last campaign that you have sent", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "message": "str", + "data": "empty list" + } + }, + { + "category_name": "SMS", + "tool_name": "SMSto", + "api_name": "Get message by id", + "api_description": "Get the message that you have sent by ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "11ed-072c-2e295590-89fe-02420a000287" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "message": "str", + "data": "empty list" + } + }, + { + "category_name": "SMS", + "tool_name": "SMS_v2", + "api_name": "Send SMS", + "api_description": "Send SMS", + "required_parameters": [ + { + "name": "provider", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "", + "default": "your_provider_password" + }, + { + "name": "username", + "type": "STRING", + "description": "", + "default": "your_provider_username" + }, + { + "name": "phone_number", + "type": "STRING", + "description": "", + "default": "051123123" + }, + { + "name": "from", + "type": "STRING", + "description": "", + "default": "040123123" + }, + { + "name": "sms", + "type": "STRING", + "description": "", + "default": "Test SMS message." + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "SMS", + "tool_name": "Gunsky", + "api_name": "Anjing", + "api_description": "Wkwkwland", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I need to verify the phone number +1234567891. Please fetch the details of this number using the Phone verification API. Also, provide the last campaign sent to this number and check if there are any pending messages for it using the SMSto API.", + "relevant APIs": [ + [ + "Phone verification", + "Verify Single Number" + ], + [ + "SMSto", + "Get messages" + ], + [ + "SMSto", + "Get last campaign" + ] + ], + "query_id": 19850 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "YouTube Search Results", + "api_name": "YouTubeSearchResults", + "api_description": "Get all the YouTube Search Results Items and their Information! No limits and no Google API Key needed!", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The URL Encoded search Query", + "default": "justin+bieber" + } + ], + "optional_parameters": [ + { + "name": "next", + "type": "STRING", + "description": "Leave empty if you want the results from the first page.\nUse the value from [nextpageRef] from the previous request (for example first page) to get the next page (for example 2nd page)\nMUST BE URL ENCODED", + "default": "" + } + ], + "method": "GET", + "template_response": { + "originalQuery": "str", + "correctedQuery": "str", + "results": "int", + "activeFilters": [ + { + "name": "str", + "active": "bool", + "url": "NoneType", + "description": "str", + "_list_length": 1 + } + ], + "refinements": "empty list", + "items": [ + { + "type": "str", + "title": "str", + "id": "str", + "url": "str", + "bestThumbnail": { + "url": "str", + "width": "int", + "height": "int" + }, + "thumbnails": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 2 + } + ], + "isUpcoming": "bool", + "upcoming": "NoneType", + "isLive": "bool", + "badges": [ + "list of str with length 1" + ], + "author": { + "name": "str", + "channelID": "str", + "url": "str", + "bestAvatar": { + "url": "str", + "width": "int", + "height": "int" + }, + "avatars": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 1 + } + ], + "ownerBadges": [ + "list of str with length 1" + ], + "verified": "bool" + }, + "description": "NoneType", + "views": "int", + "duration": "str", + "uploadedAt": "str", + "_list_length": 25 + } + ], + "continuation": "NoneType", + "status": "bool" + } + }, + { + "category_name": "Search", + "tool_name": "searchhook", + "api_name": "search", + "api_description": "Search endpoint - Parameters compatible to SEARXNG (see linked external documentation). \nIn addition, a parameter `url` might be given to specify a webhook URL (POST request will be sent).", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "SearchHook API" + } + ], + "optional_parameters": [ + { + "name": "safesearch", + "type": "STRING", + "description": "", + "default": "0" + }, + { + "name": "categories", + "type": "STRING", + "description": "", + "default": "general" + }, + { + "name": "time_range", + "type": "STRING", + "description": "", + "default": "None" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "de-DE" + }, + { + "name": "queryId", + "type": "STRING", + "description": "", + "default": "0x02cAce04c8469580A2ADc20F57E143a3693c22bF" + }, + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://engine.corrently.cloud/webhook-test/44a17c5c-5087-483f-8398-dedbc8d713d4" + } + ], + "method": "GET", + "template_response": "{\"query\": \"str\", \"number_of_results\": \"int\", \"results\": [{\"title\": \"str\", \"url\": \"str\", \"content\": \"str\", \"engine\": \"str\", \"parsed_url\": [\"list of str with length 6\"], \"template\": \"str\", \"engines\": [\"list of str with length 1\"], \"positions\": [\"list of int with length 1\"], \"score\": \"int\", \"category\": \"str\", \"pretty_url\": \"str\", \"open_group\": \"bool\", \"resultid\": \"str\", \"isNew\": \"bool\", \"firstSeen\": \"int\", \"_list_length\": 10}], \"answers\": \"empty list\", \"corrections\": \"empty list\", \"infoboxes\": \"empty list\", \"suggestions\": [\"list of str with length 8\"], \"unresponsive_engines\": [\"list of list with length 1\"], \"queryId\": \"str\", \"new\": [{\"title\": \"str\", \"url\": \"str\", \"content\": \"str\", \"engine\": \"str\", \"parsed_url\": [\"list of str with length 6\"], \"template\": \"str\", \"engines\": [\"list of str with length 1\"], \"positions\": [\"list of int with length 1\"], \"score\": \"float\", \"category\": \"str\", \"pretty_url\": \"str\", \"resultid\": \"str\", \"isNew\": \"bool\", \"firstSeen\": \"int\", \"_list_length\": 11}], \"webhookEr" + }, + { + "category_name": "Search", + "tool_name": "searchhook", + "api_name": "webhooks", + "api_description": "Returns list of saved queries with associated webhooks.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "queryId": "str", + "search": { + "language": "str", + "categories": "str", + "url": "str", + "q": "str", + "time_range": "str", + "safesearch": "str", + "format": "str", + "iteration": "bool" + }, + "url": "str", + "expires": "int" + } + }, + { + "category_name": "Search", + "tool_name": "searchhook", + "api_name": "extend", + "api_description": "Extend expiry of query identified with parameter `queryId` .", + "required_parameters": [ + { + "name": "queryId", + "type": "STRING", + "description": "", + "default": "0x02cAce04c8469580A2ADc20F57E143a3693c22bF" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Image Search", + "api_name": "v1 / Image Search", + "api_description": "v1 / Image Search", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Search Query", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "", + "default": "100" + } + ], + "method": "GET" + }, + { + "category_name": "Search", + "tool_name": "Image Search", + "api_name": "v2 / Image Search", + "api_description": "v2 / Image Search", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Search Query", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "suggestion_query", + "type": "STRING", + "description": "Suggestion Query Token", + "default": "" + }, + { + "name": "hl", + "type": "STRING", + "description": "Language", + "default": "en" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor Token", + "default": "" + } + ], + "method": "GET", + "template_response": { + "request": { + "hl": "str", + "query": "str", + "suggestion_query": "str", + "cursor": "str" + }, + "response": { + "next_cursor": "NoneType", + "suggestions": "empty list", + "images": "NoneType" + } + } + }, + { + "category_name": "Search", + "tool_name": "Job Search", + "api_name": "Search Jobs", + "api_description": "Search jobs by input value", + "required_parameters": [ + { + "name": "agent", + "type": "STRING", + "description": "", + "default": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110" + }, + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "75.83.85.4" + }, + { + "name": "l", + "type": "STRING", + "description": "", + "default": "San Diego, CA" + }, + { + "name": "q", + "type": "STRING", + "description": "", + "default": "RN Nurse" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Entity Search", + "api_name": "Entities Search", + "api_description": "Get entities and places results for a given query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search term.", + "default": "San Francisco" + } + ], + "optional_parameters": [ + { + "name": "mkt", + "type": "STRING", + "description": "The market where the results come from. You are strongly encouraged to always specify the market, if known. Specifying the market helps Bing route the request and return an appropriate and optimal response. This parameter and the cc query parameter are mutually exclusive\u2014do not specify both.", + "default": "en-us" + }, + { + "name": "SafeSearch", + "type": "STRING", + "description": "A filter used to filter adult content. Off: Return webpages with adult text, images, or videos. Moderate: Return webpages with adult text, but not adult images or videos. Strict: Do not return webpages with adult text, images, or videos. The default is Moderate. If the request comes from a market that Bing's adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.", + "default": "" + }, + { + "name": "ResponseFilter", + "type": "STRING", + "description": "A comma-delimited list of answers to include in the response. If you do not specify this parameter, the response includes all search answers for which there's relevant data.", + "default": "" + }, + { + "name": "ResponseFormat", + "type": "STRING", + "description": "The media type to use for the response. The following are the possible case-insensitive values: JSON, JSONLD. The default is JSON. If you specify JSONLD, the response body includes JSON-LD objects that contain the search results.", + "default": "" + }, + { + "name": "SetLang", + "type": "STRING", + "description": "The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the Accept-Language header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.", + "default": "" + }, + { + "name": "cc", + "type": "STRING", + "description": "A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive\u2014do not specify both.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "_type": "str", + "errors": [ + { + "code": "str", + "subCode": "str", + "message": "str", + "moreDetails": "str", + "parameter": "str", + "value": "str", + "_list_length": 3 + } + ] + } + } + ], + "query": "I'm planning a surprise date night for my partner. Can you suggest some romantic restaurants in the city and provide their contact information? Additionally, find some love quotes and poems using searchhook.", + "relevant APIs": [ + [ + "searchhook", + "search" + ], + [ + "Bing Entity Search", + "Entities Search" + ] + ], + "query_id": 21240 + }, + { + "api_list": [ + { + "category_name": "Visual_Recognition", + "tool_name": "Background Remover", + "api_name": "getImage", + "api_description": "Retuns the result of an image that was previously handled by autoremove route for the given image Id.\naccepts two parameters:\n - imageId: The Id of the image to get.\n - recompute: bollean, if set to true, asks the server to remove the backgorund again for the specified ID (costs credits).\n", + "required_parameters": [ + { + "name": "imageId", + "type": "STRING", + "description": "ID of the image to get", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "recompute", + "type": "BOOLEAN", + "description": "ask the server to remove the background again (cost credits)", + "default": true + } + ], + "method": "GET" + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Background Remover", + "api_name": "getAccount", + "api_description": "Returns a description of your user account information.\nUseful to get the remaining credits on your account\n", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "state": "str", + "statusCode": "int", + "code": "str", + "title": "str", + "message": "NoneType" + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Fashion", + "api_name": "Get version", + "api_description": "Returns an actual version of the service in format `vX.Y.Z` where X is the version of API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Image Text Recognition", + "api_name": "Supported Languages", + "api_description": "3 letters language codes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"afr\": \"str\", \"amh\": \"str\", \"ara\": \"str\", \"asm\": \"str\", \"aze\": \"str\", \"bel\": \"str\", \"ben\": \"str\", \"bod\": \"str\", \"bos\": \"str\", \"bul\": \"str\", \"cat\": \"str\", \"ceb\": \"str\", \"ces\": \"str\", \"chi_sim\": \"str\", \"chi_tra\": \"str\", \"chr\": \"str\", \"cym\": \"str\", \"dan\": \"str\", \"deu\": \"str\", \"dzo\": \"str\", \"ell\": \"str\", \"eng\": \"str\", \"enm\": \"str\", \"epo\": \"str\", \"est\": \"str\", \"eus\": \"str\", \"fas\": \"str\", \"fin\": \"str\", \"fra\": \"str\", \"frm\": \"str\", \"gle\": \"str\", \"glg\": \"str\", \"grc\": \"str\", \"guj\": \"str\", \"hat\": \"str\", \"heb\": \"str\", \"hin\": \"str\", \"hrv\": \"str\", \"hun\": \"str\", \"iku\": \"str\", \"ind\": \"str\", \"isl\": \"str\", \"ita\": \"str\", \"jav\": \"str\", \"jpn\": \"str\", \"kan\": \"str\", \"kat\": \"str\", \"kaz\": \"str\", \"khm\": \"str\", \"kir\": \"str\", \"kor\": \"str\", \"lao\": \"str\", \"lat\": \"str\", \"lav\": \"str\", \"lit\": \"str\", \"mal\": \"str\", \"mar\": \"str\", \"mkd\": \"str\", \"mlt\": \"str\", \"msa\": \"str\", \"mya\": \"str\", \"nep\": \"str\", \"nld\": \"str\", \"nor\": \"str\", \"ori\": \"str\", \"osd\": \"str\", \"pan\": \"str\", \"pol\": \"str\", \"por\": \"str\", \"pus\": \"str\", \"ron\": \"str" + } + ], + "query": "I want to know the version of the Fashion API. Fetch the supported languages for image text recognition. Additionally, remove the background from an image with the ID 'ghi123' and provide the result. Furthermore, fetch the remaining credits on my Background Remover account.", + "relevant APIs": [ + [ + "Fashion", + "Get version" + ], + [ + "Image Text Recognition", + "Supported Languages" + ], + [ + "Background Remover", + "getImage" + ], + [ + "Background Remover", + "getAccount" + ] + ], + "query_id": 21584 + }, + { + "api_list": [ + { + "category_name": "Visual_Recognition", + "tool_name": "Fast Hcaptcha Solver", + "api_name": "Get Response", + "api_description": "Get response using the Id received from the create Hcaptcha Request", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Everypixel Image Recognition", + "api_name": "/quality", + "api_description": "This method allows you to get the quality score for your photo. This service doesn't measure how cool or beautiful a person or an object on a photo may look. It cares only about technical parts like brightness, contrast, noise and so on. The service is not dedicated for scoring historical photos, illustrations or 3D visualizations.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "content", + "type": "STRING", + "description": "You can also send an actual image files for scoring.", + "default": "" + }, + { + "name": "url", + "type": "STRING", + "description": "Image URL to perform scoring on.", + "default": "http://image.everypixel.com/2014.12/67439828186edc79b9be81a4dedea8b03c09a12825b_b.jpg" + } + ], + "method": "GET", + "template_response": { + "quality": { + "score": "float" + }, + "status": "str" + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Everypixel Image Recognition", + "api_name": "/keywords", + "api_description": "By sending an image to this method you can get a list of suggested keywords. You may specify a number of returned words or a threshold of its minimum score. Just provide num_keywords or threshold parameter to this method.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "content", + "type": "STRING", + "description": "You can also send an actual image files for auto-tagging.", + "default": "" + }, + { + "name": "url", + "type": "STRING", + "description": "Image URL to perform auto-tagging on.", + "default": "http://image.everypixel.com/2014.12/67439828186edc79b9be81a4dedea8b03c09a12825b_b.jpg" + } + ], + "method": "GET", + "template_response": { + "keywords": [ + { + "keyword": "str", + "score": "float", + "_list_length": 14 + } + ], + "status": "str" + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Everypixel Image Recognition", + "api_name": "/quality_ugc", + "api_description": "The main difference between Stock photo scoring and this model is in the training dataset. User-Generated Photo Scoring is a model trained on a 347 000 of user photos from Instagram. Estimation parameters for this model were prepared by a group of 10 professional photographers. Scoring methods are based on five classes: very bad (0-20), bad (20-40), normal (40-60), good (60-80) and excellent (80-100). This model is designed to evaluate user photos taken both by a professional camera and by a camera of a smartphone. It doesn't estimate the plot and do not measure how cool or beautiful a person or an object on a photo may look. It cares only about technical parts like brightness, contrast, noise and so on. The service is not dedicated for scoring historical photos, illustrations or 3D visualizations.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "content", + "type": "STRING", + "description": "You can also send an actual image files for scoring.", + "default": "" + }, + { + "name": "url", + "type": "STRING", + "description": "Image URL to perform scoring on.", + "default": "http://image.everypixel.com/2014.12/67439828186edc79b9be81a4dedea8b03c09a12825b_b.jpg" + } + ], + "method": "GET", + "template_response": { + "quality": { + "score": "float", + "class": "int" + }, + "status": "str" + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "General Classification", + "api_name": "Get version", + "api_description": "Returns an actual version of the service in format `vX.Y.Z` where X is the version of API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Visual_Recognition", + "tool_name": "General Classification", + "api_name": "Get list of algorithms", + "api_description": "Service provides alternative algorithms that may be used for image classification.\nThe idea behind multiple algorithms is to let client try different algorithms to get the best one that matches client's use case.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I want to surprise my partner with a romantic dinner at home. Can you recommend some delicious recipes for a three-course meal? Also, provide me with a list of ingredients required for each recipe and suggest some romantic background music playlists.", + "relevant APIs": [ + [ + "Everypixel Image Recognition", + "/keywords" + ], + [ + "Everypixel Image Recognition", + "/quality" + ], + [ + "General Classification", + "Get list of algorithms" + ] + ], + "query_id": 21802 + }, + { + "api_list": [ + { + "category_name": "Visual_Recognition", + "tool_name": "Web Detection", + "api_name": "GET Web Detection", + "api_description": "the **important** thing is that you should use **image** as a query name\nExample (url?**image**=\u201cimage_url\u201d)", + "required_parameters": [ + { + "name": "image", + "type": "STRING", + "description": "", + "default": "https://avatars.mds.yandex.net/get-mpic/5215925/img_id4862938180215999126.jpeg/orig" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "entities": [ + { + "score": "float", + "text": "str", + "_list_length": 10 + } + ], + "fullMatches": [ + { + "url": "str", + "score": "int", + "_list_length": 10 + } + ], + "partialMatches": "empty list", + "visualMatches": [ + { + "url": "str", + "score": "int", + "_list_length": 10 + } + ], + "pages": [ + { + "fullMatches": [ + { + "url": "str", + "score": "int", + "_list_length": 1 + } + ], + "partialMatches": "empty list", + "url": "str", + "score": "int", + "title": "str", + "_list_length": 10 + } + ], + "success": "bool", + "dimensions": { + "height": "int", + "width": "int", + "type": "str" + } + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Document Image Validation", + "api_name": "GET Call", + "api_description": "Used to fetch api result using the request id received in responses.", + "required_parameters": [ + { + "name": "request_id", + "type": "STRING", + "description": "", + "default": "68bbb910-da9b-4d8a-9a1d-4bd878b19846" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Microsoft Computer Vision", + "api_name": "List Models", + "api_description": "This operation returns the list of domain-specific models that are supported by the Computer Vision API. Currently, the API supports following domain-specific models: celebrity recognizer, landmark recognizer.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "models": [ + { + "name": "str", + "categories": [ + "list of str with length 4" + ], + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Background Remover", + "api_name": "getAccount", + "api_description": "Returns a description of your user account information.\nUseful to get the remaining credits on your account\n", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "state": "str", + "statusCode": "int", + "code": "str", + "title": "str", + "message": "NoneType" + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Background Remover", + "api_name": "getImage", + "api_description": "Retuns the result of an image that was previously handled by autoremove route for the given image Id.\naccepts two parameters:\n - imageId: The Id of the image to get.\n - recompute: bollean, if set to true, asks the server to remove the backgorund again for the specified ID (costs credits).\n", + "required_parameters": [ + { + "name": "imageId", + "type": "STRING", + "description": "ID of the image to get", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "recompute", + "type": "BOOLEAN", + "description": "ask the server to remove the background again (cost credits)", + "default": true + } + ], + "method": "GET" + } + ], + "query": "I'm a fitness enthusiast and I'm looking for new workout routines to challenge myself. Can you recommend some high-intensity interval training (HIIT) exercises and provide me with images or videos demonstrating the correct form for each exercise? Additionally, suggest some post-workout recovery meals.", + "relevant APIs": [ + [ + "Background Remover", + "getImage" + ], + [ + "Web Detection", + "GET Web Detection" + ], + [ + "Web Detection", + "GET Web Detection" + ] + ], + "query_id": 21828 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "Helicopter by API-Ninjas", + "api_name": "/v1/helicopter", + "api_description": "API Ninjas Helicopter API endpoint. Returns a list of helicopter specs that match the given parameters.\n\nAt least one of the following parameters (excluding the limit parameter) must be set.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "max_height", + "type": "NUMBER", + "description": "Maximum height of the helicopter in feet.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many results to return. Must be between 1 and 30. Default is 1.", + "default": "" + }, + { + "name": "min_height", + "type": "NUMBER", + "description": "Minimum height of the helicopter in feet.", + "default": "" + }, + { + "name": "max_length", + "type": "NUMBER", + "description": "Maximum length of the helicopter in feet.", + "default": "" + }, + { + "name": "min_length", + "type": "NUMBER", + "description": "Minimum length of the helicopter in feet.", + "default": "" + }, + { + "name": "min_speed", + "type": "NUMBER", + "description": "Minimum max. air speed in knots.", + "default": "" + }, + { + "name": "min_range", + "type": "NUMBER", + "description": "Minimum range of the helicopter in nautical miles.", + "default": "" + }, + { + "name": "max_range", + "type": "NUMBER", + "description": "Maximum range of the helicopter in nautical miles.", + "default": "" + }, + { + "name": "max_speed", + "type": "NUMBER", + "description": "Maximum max. air speed in knots.", + "default": "" + }, + { + "name": "manufacturer", + "type": "STRING", + "description": "Company that designed and built the helicopter.", + "default": "Bell" + }, + { + "name": "model", + "type": "STRING", + "description": "Helicopter model name.", + "default": "206" + } + ], + "method": "GET", + "template_response": { + "manufacturer": "str", + "model": "str", + "max_speed_sl_knots": "str", + "cruise_speed_sl_knots": "str", + "range_nautical_miles": "str", + "cruise_time_min": "str", + "fuel_capacity_gallons": "str", + "gross_external_load_lbs": "str", + "external_load_limit_lbs": "str", + "main_rotor_diameter_ft": "str", + "num_blades": "str", + "blade_material": "str", + "rotor_type": "str", + "storage_width_ft": "str", + "length_ft": "str", + "height_ft": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Airlines by API-Ninjas", + "api_name": "/v1/airlines", + "api_description": "API Ninjas Airlines API endpoint. At least one of the optional parameters must be provided.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "iata", + "type": "STRING", + "description": "International Air Transport Association (IATA) 2-character airline code.", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "Airline name. This parameter supports partial matching (e.g. United will match United Airlines)", + "default": "Singapore Airlines" + }, + { + "name": "icao", + "type": "STRING", + "description": "International Civil Aviation Organization (ICAO) 3-character airline code.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "iata": "str", + "icao": "str", + "fleet": { + "A359": "int", + "A388": "int", + "B38M": "int", + "B738": "int", + "B744": "int", + "B772": "int", + "B773": "int", + "B77W": "int", + "B78X": "int", + "total": "int" + }, + "logo_url": "str", + "name": "str" + } + } + ], + "query": "I'm a helicopter enthusiast and I'm interested in learning about the different rotor types used in helicopters. Can you provide me with information on rotor types along with the specifications of helicopters manufactured by Bell? Also, recommend some airlines that operate Airbus A380 aircraft.", + "relevant APIs": [ + [ + "Helicopter by API-Ninjas", + "/v1/helicopter" + ], + [ + "Airlines by API-Ninjas", + "/v1/airlines" + ] + ], + "query_id": 21950 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "Airlines by API-Ninjas", + "api_name": "/v1/airlines", + "api_description": "API Ninjas Airlines API endpoint. At least one of the optional parameters must be provided.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "iata", + "type": "STRING", + "description": "International Air Transport Association (IATA) 2-character airline code.", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "Airline name. This parameter supports partial matching (e.g. United will match United Airlines)", + "default": "Singapore Airlines" + }, + { + "name": "icao", + "type": "STRING", + "description": "International Civil Aviation Organization (ICAO) 3-character airline code.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "iata": "str", + "icao": "str", + "fleet": { + "A359": "int", + "A388": "int", + "B38M": "int", + "B738": "int", + "B744": "int", + "B772": "int", + "B773": "int", + "B77W": "int", + "B78X": "int", + "total": "int" + }, + "logo_url": "str", + "name": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "InfoCarsAPI", + "api_name": "Get Car Makers", + "api_description": "This endpoint will return back all car makers supported.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "makers": { + "Acura": "str", + "Alfa Romeo": "str", + "Aston Martin": "str", + "Audi": "str", + "Bentley": "str", + "BMW": "str", + "Bugatti": "str", + "Buick": "str", + "Cadillac": "str", + "Canoo": "str", + "Chevrolet": "str", + "Chrysler": "str", + "Dodge": "str", + "Ferrari": "str", + "FIAT": "str", + "Fisker": "str", + "Ford": "str", + "Genesis": "str", + "GMC": "str", + "Honda": "str", + "Hyundai": "str", + "Infiniti": "str", + "Jaguar": "str", + "Jeep": "str", + "Karma": "str", + "Kia": "str", + "Lamborghini": "str", + "Land Rover": "str", + "Lexus": "str", + "Lincoln": "str", + "Lordstown": "str", + "Lotus": "str", + "Lucid": "str", + "Maserati": "str", + "Mazda": "str", + "McLaren": "str", + "Mercedes-Benz": "str", + "MINI": "str", + "Mitsubishi": "str", + "Nissan": "str", + "Polestar": "str", + "Porsche": "str", + "Ram": "str", + "Rivian": "str", + "Rolls-Royce": "str", + "Subaru": "str", + "Tesla": "str", + "Toyota": "str", + "VinFast": "str", + "Volkswagen": "str", + "Volvo": "str" + } + } + }, + { + "category_name": "Transportation", + "tool_name": "InfoCarsAPI", + "api_name": "Get Car Data", + "api_description": "You can get specifications, pictures and the average pricing of a car", + "required_parameters": [ + { + "name": "model", + "type": "string", + "description": "", + "default": "chiron" + }, + { + "name": "year", + "type": "string", + "description": "", + "default": "2021" + }, + { + "name": "maker", + "type": "string", + "description": "", + "default": "bugatti" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"data\": {\"maker\": \"str\", \"model\": \"str\", \"year\": \"int\", \"specifications\": [{\"name\": \"str\", \"value\": \"str\", \"_list_length\": 39}], \"specs\": [{\"name\": \"str\", \"value\": \"str\", \"_list_length\": 13}], \"powerMPG\": [{\"name\": \"str\", \"value\": \"str\", \"_list_length\": 11}], \"safety\": {\"ratings\": \"empty list\", \"features\": \"empty list\"}, \"msrpRange\": \"str\", \"images\": [{\"interiorExterior\": \"NoneType\", \"url\": \"str\", \"id\": \"str\", \"_list_length\": 4}], \"featuredImageUrl\": \"str\", \"featuredVideo\": {\"id\": \"str\", \"title\": \"str\", \"thumbnailUrl\": \"str\", \"url\": \"str\", \"widthPx\": \"int\", \"heightPx\": \"int\", \"duration\": \"int\", \"href\": \"str\", \"contentType\": \"str\", \"publishedDate\": \"str\", \"accessType\": \"str\", \"kalturaOoyalaId\": \"str\", \"categories\": [\"list of str with length 1\"], \"season\": \"str\", \"slug\": \"str\", \"episode\": \"str\", \"description\": \"str\", \"tags\": [{\"make\": \"str\", \"model\": \"str\", \"year\": \"int\", \"_list_length\": 1}], \"categoryName\": \"str\", \"author\": [\"list of str with length 1\"], \"show\": \"str\", \"meta\": {\"episod" + }, + { + "category_name": "Transportation", + "tool_name": "InfoCarsAPI", + "api_name": "Get Car Versions", + "api_description": "Get the different versions of a car model", + "required_parameters": [ + { + "name": "model", + "type": "string", + "description": "", + "default": "chiron" + }, + { + "name": "maker", + "type": "string", + "description": "", + "default": "bugatti" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "maker": "str", + "model": "str", + "years": [ + "list of str with length 1" + ] + } + } + ], + "query": "I'm planning a vacation and I need information about car makers. Fetch me the list of car makers along with their logos. Also, provide me with the fleet details of Singapore Airlines.", + "relevant APIs": [ + [ + "InfoCarsAPI", + "Get Car Makers" + ], + [ + "Airlines by API-Ninjas", + "/v1/airlines" + ] + ], + "query_id": 22018 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "Airports by API-Ninjas", + "api_name": "/v1/airports", + "api_description": "API Ninjas Airports API endpoint. At least one of the optional parameters must be provided.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination.", + "default": "" + }, + { + "name": "max_elevation", + "type": "NUMBER", + "description": "maximum airport elevation in feet.", + "default": "" + }, + { + "name": "region", + "type": "STRING", + "description": "administrative region such as state or province within a country (e.g. California)", + "default": "" + }, + { + "name": "min_elevation", + "type": "NUMBER", + "description": "minimum airport elevation in feet.", + "default": "" + }, + { + "name": "city", + "type": "STRING", + "description": "airport city (e.g. London)", + "default": "" + }, + { + "name": "country", + "type": "STRING", + "description": "airport country. Must be 2-character ISO-2 country code (e.g. GB)", + "default": "" + }, + { + "name": "timezone", + "type": "STRING", + "description": "airport timezone (e.g. Europe/London)\n\n", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "airport name. This parameter supports partial matching (e.g. Heathrow will match London Heathrow Airport)", + "default": "London Heathrow" + }, + { + "name": "icao", + "type": "STRING", + "description": "International Civil Aviation Organization (ICAO) 4-character airport code.", + "default": "" + }, + { + "name": "iata", + "type": "STRING", + "description": "International Air Transport Association (IATA) 3-character airport code.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "icao": "str", + "iata": "str", + "name": "str", + "city": "str", + "region": "str", + "country": "str", + "elevation_ft": "str", + "latitude": "str", + "longitude": "str", + "timezone": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Temporary Email Stats", + "api_description": "Get the number of temporary emails in the database and its last update", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Live Aircraft by REG", + "api_description": "Get live positioning for an aircraft with a specific REG", + "required_parameters": [ + { + "name": "reg", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Transportation", + "tool_name": "FachaAPI", + "api_name": "Live Aircraft by Squawk", + "api_description": "Get live positioning for all aircraft with a specific Squawk", + "required_parameters": [ + { + "name": "squawk", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm planning a vacation to a tropical island and I need to book a flight. Find me the airports in the Caribbean region with direct flights to Miami. Also, provide me with the live positioning of any aircraft with the registration number N12345.", + "relevant APIs": [ + [ + "Airports by API-Ninjas", + "/v1/airports" + ], + [ + "FachaAPI", + "Live Aircraft by REG" + ] + ], + "query_id": 22032 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "Facts by API-Ninjas", + "api_name": "/v1/facts", + "api_description": "API Ninjas Facts API endpoint", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "How many results to return. Must be between **1** and **30**. Default is **1**.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs.Annotation Cloud", + "api_name": "GetFilesList", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "Folder path e.g. '/folder'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs.Annotation Cloud", + "api_name": "DownloadFile", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "File path e.g. '/folder/file.ext'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + }, + { + "name": "versionId", + "type": "STRING", + "description": "File version ID to download", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs.Annotation Cloud", + "api_name": "GetDiscUsage", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs.Comparison Cloud", + "api_name": "ObjectExists", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "File or folder path e.g. '/file.ext' or '/folder'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "versionId", + "type": "STRING", + "description": "File version ID", + "default": "" + }, + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs.Comparison Cloud", + "api_name": "GetFilesList", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "Folder path e.g. '/folder'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs.Comparison Cloud", + "api_name": "GetSupportedFileFormats", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + } + ], + "query": "I need to organize my documents and files. Can you fetch the list of available files from my cloud storage and provide me with the disk usage details? Also, check if a specific file exists in the storage.", + "relevant APIs": [ + [ + "GroupDocs.Annotation Cloud", + "GetFilesList" + ], + [ + "GroupDocs.Annotation Cloud", + "GetDiscUsage" + ], + [ + "GroupDocs.Comparison Cloud", + "ObjectExists" + ] + ], + "query_id": 22262 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Pipotronic", + "api_name": "Get sentence", + "api_description": "Funny and ironic randomly generated textual content to incorportate into powerpoints, meetings, corporate brochures...", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Dark Humor Jokes", + "api_name": "Get Joke", + "api_description": "Fetch a joke.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a book club meeting and I want to add some humor to the discussion. Can you generate a funny sentence that I can include in the meeting agenda? Also, I need a dark humor joke to lighten the atmosphere during the meeting.", + "relevant APIs": [ + [ + "Pipotronic", + "Get sentence" + ], + [ + "Dark Humor Jokes", + "Get Joke" + ] + ], + "query_id": 24131 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Humor-Jokes-and-Memes", + "api_name": "random-joke", + "api_description": "Get a random joke.\nSee https://humorapi.com/docs/#Random-Joke for more.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "keywords", + "type": "STRING", + "description": "A comma separated list of keywords.", + "default": "rocket" + }, + { + "name": "include-tags", + "type": "STRING", + "description": "A comma separated list of tags that the joke must have.", + "default": "one_liner" + }, + { + "name": "min-rating", + "type": "NUMBER", + "description": "The minimum rating between 0 and 10 the result should have.", + "default": 7 + }, + { + "name": "max-length", + "type": "NUMBER", + "description": "The maximum number of letters in the joke.", + "default": 200 + }, + { + "name": "exclude-tags", + "type": "STRING", + "description": "A comma separated list of tags that the joke must not have.", + "default": "nsfw" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Humor-Jokes-and-Memes", + "api_name": "rate-word", + "api_description": "Rate the funniness of a word.\nSee https://humorapi.com/docs/#Rate-Word for more.", + "required_parameters": [ + { + "name": "word", + "type": "STRING", + "description": "The word to be rated.", + "default": "cookie" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Humor-Jokes-and-Memes", + "api_name": "Create Joke", + "api_description": "Create a joke using a large language model.", + "required_parameters": [ + { + "name": "topics", + "type": "STRING", + "description": "", + "default": "pirates" + } + ], + "optional_parameters": [ + { + "name": "max-length", + "type": "NUMBER", + "description": "", + "default": "1000" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "joke": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Midknightt", + "api_name": "Midknightt", + "api_description": "Receives data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Jokes by API-Ninjas", + "api_name": "/v1/jokes", + "api_description": "API Ninjas Jokes API endpoint.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "How many results to return. Must be between **1** and **30**. Default is **1**.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Drinking", + "api_name": "Get random challange", + "api_description": "Allows you to get a random challenge with optionally specifying the type of the challenge.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "You can choose the type from: funny, dirty, sport.", + "default": "funny" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Drinking", + "api_name": "Get random question", + "api_description": "Allows you to get a random question with optionally specifying the type of the challenge.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "You can choose question type from: funny, dirty.", + "default": "dirty" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a fun-filled party for my friends and we need some laughter. Fetch a random joke with the keyword 'rocket' and rate the word 'cookie' for funniness. Also, provide us with a random dirty question to add some excitement to our gathering.", + "relevant APIs": [ + [ + "Humor-Jokes-and-Memes", + "random-joke" + ], + [ + "Humor-Jokes-and-Memes", + "rate-word" + ], + [ + "Drinking", + "Get random question" + ] + ], + "query_id": 25347 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "Ordering", + "api_name": "getList", + "api_description": "Get paginated list of orders. This endpoint is compatible with React AdminOnRest framework to provide DataSource.", + "required_parameters": [ + { + "name": "filter", + "type": "OBJECT", + "description": "", + "default": "{\n \"_sort\": [],\n \"_order\": [\n \"ASC\"\n ],\n \"_start\": 0,\n \"_end\": 0,\n \"id\": \"\",\n \"extId\": \"\",\n \"status\": \"\",\n \"type\": \"DELIVERY\",\n \"completed\": true,\n \"closed\": true,\n \"phone\": \"\",\n \"mail\": \"\",\n \"createdFrom\": \"\",\n \"createdTo\": \"\",\n \"completedFrom\": \"\",\n \"completedTo\": \"\",\n \"venue\": \"\"\n}" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str", + "error_description": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Ordering", + "api_name": "listOpenedVenue", + "api_description": "Get opened orders in venue. Used by KDS, queue displays etc.", + "required_parameters": [ + { + "name": "uid", + "type": "STRING", + "description": "Venue id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str", + "error_description": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Ordering", + "api_name": "get", + "api_description": "Get single order by ID.", + "required_parameters": [ + { + "name": "uid", + "type": "STRING", + "description": "Order id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str", + "error_description": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Recipe_v4", + "api_name": "search recipes", + "api_description": "Search and Recommends recipes", + "required_parameters": [], + "optional_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "chicken" + } + ], + "method": "GET" + }, + { + "category_name": "Food", + "tool_name": "test1", + "api_name": "testfood", + "api_description": "testing about food", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Food", + "tool_name": "The Mexican Food DB", + "api_name": "List of Foods", + "api_description": "This endpoint responds with a list of mexican foods that includes their names and images, as well as their IDs, which must be provided in the \"Detailed Food Recipe by ID\" endpoint to receive the detailed recipe.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "title": "str", + "difficulty": "str", + "image": "str" + } + }, + { + "category_name": "Food", + "tool_name": "The Mexican Food DB", + "api_name": "Detailed Food Recipe by ID", + "api_description": "Mexican Food Recipe by ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "4" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "title": "str", + "difficulty": "str", + "portion": "str", + "time": "str", + "description": "str", + "ingredients": [ + "list of str with length 16" + ], + "method": [ + { + "Step 1": "str", + "_list_length": 3 + } + ], + "image": "str" + } + } + ], + "query": "I want to surprise my parents with a special homemade dinner. Can you suggest some recipes that are perfect for a romantic dinner for two? Also, I need to check if there are any open orders at our favorite restaurant. Please assist me with this.", + "relevant APIs": [ + [ + "Ordering", + "listOpenedVenue" + ], + [ + "Recipe_v4", + "search recipes" + ] + ], + "query_id": 25719 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "Recipe by API-Ninjas", + "api_name": "/v1/recipe", + "api_description": "Get a list of recipes for a given search query. Returns at most 10 results. To access more than the first 10 results, use the offset parameter to offset results in multiple API calls.", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "query text to search.", + "default": "italian wedding soup" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "STRING", + "description": "number of results to offset for pagination.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "title": "str", + "ingredients": "str", + "servings": "str", + "instructions": "str" + } + }, + { + "category_name": "Food", + "tool_name": "The Birthday Cake DB", + "api_name": "Detailed Cake Recipe by ID", + "api_description": "Get Cake Recipe by ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "5" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "title": "str", + "difficulty": "str", + "portion": "str", + "time": "str", + "description": "str", + "ingredients": [ + "list of str with length 20" + ], + "method": [ + { + "Step 1": "str", + "_list_length": 7 + } + ], + "image": "str" + } + }, + { + "category_name": "Food", + "tool_name": "The Birthday Cake DB", + "api_name": "List of Cakes", + "api_description": "This endpoint responds with a list of cakes that includes their names and images, as well as their IDs, which must be provided in the \"Detailed Cake Recipe by ID\t\n\" endpoint to receive the detailed recipe.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "title": "str", + "difficulty": "str", + "image": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Cocktails", + "api_name": "Search by name", + "api_description": "Search Cocktail by name", + "required_parameters": [ + { + "name": "name", + "type": "string", + "description": "", + "default": "Vodka Martini" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Cocktails", + "api_name": "Random Nonalcoholic", + "api_description": "Get a random nonalcoholic cocktail with all ingredients", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "body": [ + { + "name": "str", + "ingredients": [ + "list of str with length 5" + ], + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "Cocktails", + "api_name": "Search by ingredient", + "api_description": "Get cocktails by its ingredients", + "required_parameters": [ + { + "name": "ingredient", + "type": "string", + "description": "", + "default": "Gin" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Cocktail by API-Ninjas", + "api_name": "/v1/cocktail", + "api_description": "API Ninjas Cocktail API endpoint. Either **name** or **ingredients** parameter must be set.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "name of cocktail. This parameter supports partial matches (e.g. bloody will match bloody mary and bloody margarita)", + "default": "bloody mary" + }, + { + "name": "ingredients", + "type": "STRING", + "description": "comma-separated string of ingredients to search. Only cocktails containing all listed ingredients will be returned. For example, to search cocktails containing Vodka and lemon juice, use vodka,lemon juice.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "ingredients": [ + "list of str with length 7" + ], + "instructions": "str", + "name": "str" + } + } + ], + "query": "I'm hosting a cocktail party and I need some cocktail recipes. Can you suggest some cocktail recipes that contain vodka as one of the ingredients? Also, provide me with a cake recipe from The Birthday Cake DB.", + "relevant APIs": [ + [ + "Cocktail by API-Ninjas", + "/v1/cocktail" + ], + [ + "The Birthday Cake DB", + "List of Cakes" + ] + ], + "query_id": 25866 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "Recetas en espa\u00f1ol", + "api_name": "Get recipes details", + "api_description": "Get details of any recipe", + "required_parameters": [ + { + "name": "slug", + "type": "string", + "description": "", + "default": "articulo-13-jugos-verdes-para-adelgazar-y-quemar-grasa-71482.html" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "author": "str", + "date_publish": "str", + "content": "str", + "img": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Recetas en espa\u00f1ol", + "api_name": "Get recipes", + "api_description": "Get all recipes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "url": "str", + "title": "str", + "category": "str", + "img": "str", + "slug": "str" + } + }, + { + "category_name": "Food", + "tool_name": "DietaGram", + "api_name": "UPC Api", + "api_description": "Find food info by UPC (barcode)", + "required_parameters": [], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "4019300005154" + } + ], + "method": "GET", + "template_response": { + "dishes": [ + { + "name": "str", + "caloric": "str", + "type": "str", + "fat": "str", + "carbon": "str", + "protein": "str", + "category_id": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "DietaGram", + "api_name": "Food Api", + "api_description": "Find food info by name", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "Jab\u0142ko" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Lang is necessary for search in the certain lang food base. It will be detected automatically or you could set manually from this set of values (\\\\\\\"en\\\\\\\", \\\\\\\"ru\\\\\\\", \\\\\\\"pl\\\\\\\", \\\\\\\"bg\\\\\\\", \\\\\\\"de\\\\\\\", \\\\\\\"es\\\\\\\", \\\\\\\"ua\\\\\\\", \\\\\\\"by\\\\\\\")", + "default": "pl" + } + ], + "method": "GET", + "template_response": { + "dishes": [ + { + "id": "str", + "name": "str", + "caloric": "str", + "type": "str", + "fat": "str", + "carbon": "str", + "protein": "str", + "category_id": "str", + "_list_length": 15 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "Keto Diet", + "api_name": "All Keto Recipes", + "api_description": "Get a list of all available keto recipes.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"int\", \"recipe\": \"str\", \"category\": {\"id\": \"int\", \"category\": \"str\", \"thumbnail\": \"str\"}, \"prep_time_in_minutes\": \"int\", \"prep_time_note\": \"NoneType\", \"cook_time_in_minutes\": \"int\", \"cook_time_note\": \"NoneType\", \"difficulty\": \"str\", \"serving\": \"int\", \"measurement_1\": \"float\", \"measurement_2\": \"float\", \"measurement_3\": \"float\", \"measurement_4\": \"float\", \"measurement_5\": \"float\", \"measurement_6\": \"NoneType\", \"measurement_7\": \"NoneType\", \"measurement_8\": \"NoneType\", \"measurement_9\": \"NoneType\", \"measurement_10\": \"NoneType\", \"ingredient_1\": \"str\", \"ingredient_2\": \"str\", \"ingredient_3\": \"str\", \"ingredient_4\": \"str\", \"ingredient_5\": \"str\", \"ingredient_6\": \"NoneType\", \"ingredient_7\": \"NoneType\", \"ingredient_8\": \"NoneType\", \"ingredient_9\": \"NoneType\", \"ingredient_10\": \"NoneType\", \"directions_step_1\": \"str\", \"directions_step_2\": \"str\", \"directions_step_3\": \"str\", \"directions_step_4\": \"str\", \"directions_step_5\": \"str\", \"directions_step_6\": \"NoneType\", \"directions_step_7\": \"NoneType\", \"dir" + }, + { + "category_name": "Food", + "tool_name": "Keto Diet", + "api_name": "Filter - Cook Time in Minutes", + "api_description": "Gives keto recipes within given range of cooking time.\ncook_time_in_minutes__lt = Less than\ncook_time_in_minutes__gt = Greater than", + "required_parameters": [ + { + "name": "cook_time_in_minutes__tg", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "cook_time_in_minutes__lt", + "type": "NUMBER", + "description": "", + "default": "50" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"int\", \"recipe\": \"str\", \"category\": {\"id\": \"int\", \"category\": \"str\", \"thumbnail\": \"str\"}, \"prep_time_in_minutes\": \"int\", \"prep_time_note\": \"NoneType\", \"cook_time_in_minutes\": \"int\", \"cook_time_note\": \"NoneType\", \"difficulty\": \"str\", \"serving\": \"int\", \"measurement_1\": \"float\", \"measurement_2\": \"float\", \"measurement_3\": \"float\", \"measurement_4\": \"float\", \"measurement_5\": \"float\", \"measurement_6\": \"NoneType\", \"measurement_7\": \"NoneType\", \"measurement_8\": \"NoneType\", \"measurement_9\": \"NoneType\", \"measurement_10\": \"NoneType\", \"ingredient_1\": \"str\", \"ingredient_2\": \"str\", \"ingredient_3\": \"str\", \"ingredient_4\": \"str\", \"ingredient_5\": \"str\", \"ingredient_6\": \"NoneType\", \"ingredient_7\": \"NoneType\", \"ingredient_8\": \"NoneType\", \"ingredient_9\": \"NoneType\", \"ingredient_10\": \"NoneType\", \"directions_step_1\": \"str\", \"directions_step_2\": \"str\", \"directions_step_3\": \"str\", \"directions_step_4\": \"str\", \"directions_step_5\": \"str\", \"directions_step_6\": \"NoneType\", \"directions_step_7\": \"NoneType\", \"dir" + }, + { + "category_name": "Food", + "tool_name": "Keto Diet", + "api_name": "Single Keto Recipe", + "api_description": "Gives a single recipe by ID", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "87" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"int\", \"recipe\": \"str\", \"category\": {\"id\": \"int\", \"category\": \"str\", \"thumbnail\": \"str\"}, \"prep_time_in_minutes\": \"int\", \"prep_time_note\": \"NoneType\", \"cook_time_in_minutes\": \"int\", \"cook_time_note\": \"NoneType\", \"difficulty\": \"str\", \"serving\": \"int\", \"measurement_1\": \"float\", \"measurement_2\": \"float\", \"measurement_3\": \"NoneType\", \"measurement_4\": \"NoneType\", \"measurement_5\": \"NoneType\", \"measurement_6\": \"NoneType\", \"measurement_7\": \"NoneType\", \"measurement_8\": \"NoneType\", \"measurement_9\": \"NoneType\", \"measurement_10\": \"NoneType\", \"ingredient_1\": \"str\", \"ingredient_2\": \"str\", \"ingredient_3\": \"str\", \"ingredient_4\": \"NoneType\", \"ingredient_5\": \"NoneType\", \"ingredient_6\": \"NoneType\", \"ingredient_7\": \"NoneType\", \"ingredient_8\": \"NoneType\", \"ingredient_9\": \"NoneType\", \"ingredient_10\": \"NoneType\", \"directions_step_1\": \"str\", \"directions_step_2\": \"str\", \"directions_step_3\": \"str\", \"directions_step_4\": \"str\", \"directions_step_5\": \"str\", \"directions_step_6\": \"NoneType\", \"directions_step_7" + }, + { + "category_name": "Food", + "tool_name": "Payment", + "api_name": "GetPaymentTypes", + "api_description": "Find Payment Services allowed by tenant", + "required_parameters": [ + { + "name": "venueId", + "type": "STRING", + "description": "venueId of the object to fetch data.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Food", + "tool_name": "Generate a recipe based on an ingredient", + "api_name": "Generate recipe", + "api_description": "Generate your recipe for your use case or application!", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ingredient", + "type": "STRING", + "description": "", + "default": "chicken" + } + ], + "method": "GET" + } + ], + "query": "I want to surprise my family with a special dinner. Can you find a recipe for a main course using the ingredient 'salmon'? Also, provide me with the nutritional information of the dish and the accepted payment types at the local grocery store.", + "relevant APIs": [ + [ + "Generate a recipe based on an ingredient", + "Generate recipe" + ], + [ + "Payment", + "GetPaymentTypes" + ] + ], + "query_id": 26104 + }, + { + "api_list": [ + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "List existing Compensations", + "api_description": "Returns a list of all existing co2offset certificates linked to account.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "Retrieve Compensation", + "api_description": "Response contains full compensation details (if exists, and owner is account).", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "0xF0F2e446EeD32236EA0c78a6E4a91Ed712654799" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "err": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "Electricity Carbon Footprint Germany", + "api_name": "CO2 Emission", + "api_description": "The CO2 Emission endpoint will provide carbon emissions in grams per Kilo-Watt-Hour. To latest and historical footprint information for electricity in Germany.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "Allows retrieving historical values (back to yr 2017) .\n\nAccepted formats:\n\n- YYYY-MM-DD\n- MM/DD/YYYY\n- Unix Timestamp (ms)", + "default": "2022-08-20" + } + ], + "method": "GET", + "template_response": { + "date": "str", + "co2perKwh": "int", + "trend": { + "avg30": "int", + "avg365": "int" + } + } + }, + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "All Countries", + "api_description": "Get all of Europe countries Fuel prices", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "Get specific country", + "api_description": "Get fuel prices for a specific country", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "Germany" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "Marktdaten Deutschland", + "api_name": "marketdata", + "api_description": "Abruf einer regionalen Prognose des Strompreises.", + "required_parameters": [ + { + "name": "zip", + "type": "STRING", + "description": "Postleitzahl in Deutschland", + "default": "69256" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "object": "str", + "url": "str", + "license": "str", + "documentation": "str", + "support": "str", + "data": [ + { + "start_timestamp": "int", + "end_timestamp": "int", + "marketprice": "float", + "unit": "str", + "localprice": "float", + "localcell": "str", + "_list_length": 24 + } + ] + } + } + ], + "query": "I'm planning a sustainable road trip across Europe with my family. Can you provide me with a list of all existing CO2 offset certificates linked to my account? Additionally, fetch the fuel prices for Germany and the latest carbon emissions in grams per kilo-watt-hour for the electricity grid in Germany to help us make eco-friendly choices during our trip.", + "relevant APIs": [ + [ + "CO2 Offset", + "List existing Compensations" + ], + [ + "Europe Fuel Prices", + "Get specific country" + ], + [ + "Electricity Carbon Footprint Germany", + "CO2 Emission" + ] + ], + "query_id": 26341 + }, + { + "api_list": [ + { + "category_name": "Jobs", + "tool_name": "Open To Work Remote API", + "api_name": "Search Jobs", + "api_description": "# Open To Work Remote - API\n\n## Search Jobs:\n\nThis endpoint allows you to search for jobs.\n\nYou can search for jobs by filtering by title, tags, salary, location, and company name. All the information comes paginated.\n\n*[Click 3 Dots Button To View More Details About All Params]*\n\n### Parameters and Filters:\n\n**page:** Select the page.\n**perPage:** Quantity of jobs shown per page.\n**title:** Allows search jobs by title/role.\n**tag:** Allows search jobs by tags/categories.\n**location:** Allows search jobs by location.\n**company:** Allows search jobs by the company name.\n**salaryMin:** Allows search jobs by salary.\n**source:** Allows search jobs by the Job Board source.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "perPage", + "type": "STRING", + "description": "", + "default": "5" + } + ], + "method": "GET", + "template_response": { + "pagesInfo": { + "totalJobs": "int", + "totalpages": "int", + "page": "int", + "perPage": "int", + "nextPage": "str" + }, + "jobs": [ + { + "id": "int", + "company": "str", + "title": "str", + "salaryMin": "NoneType", + "salaryMax": "NoneType", + "salaryRange": "NoneType", + "logo": "str", + "location": "str", + "slug": "NoneType", + "url": "str", + "source": "str", + "tags": "empty list", + "featured": "int", + "date": "str", + "publicationDate": "str", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Jobs", + "tool_name": "Open To Work Remote API", + "api_name": "Get One Job", + "api_description": "# Open To Work Remote - API\n\n## Get One Job:\n\nThis endpoint allows you to get info on a job by id.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "138024" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "company": "str", + "title": "str", + "salaryMin": "NoneType", + "salaryMax": "NoneType", + "salaryRange": "NoneType", + "logo": "str", + "location": "str", + "slug": "NoneType", + "url": "str", + "source": "str", + "tags": [ + "list of str with length 33" + ], + "featured": "NoneType", + "date": "str", + "publicationDate": "str", + "description": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get a specific remote job by id", + "api_description": "Using the id of the job returned from /jobs route, get more details about a specific job", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get the latest remote jobs", + "api_description": "Get a list of the latest 20 remote jobs", + "required_parameters": [], + "optional_parameters": [ + { + "name": "company", + "type": "STRING", + "description": "", + "default": "shopify" + }, + { + "name": "category", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 3 + } + ] + } + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Pagination for remote jobs", + "api_description": "Paginate over the remote jobs by using the pageId parameter", + "required_parameters": [ + { + "name": "pageId", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Resume", + "api_description": "Endpoint that will generate a large text response containing a Resume document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + } + ], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Cover Letter", + "api_description": "Endpoint that will generate a large text response containing a Cover Letter document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "jobDescription", + "type": "STRING", + "description": "", + "default": "Example Co. is looking for a Full Stack Web Developer to maintain and improve our custom web application. The solutions will require both frontend and backend skills. Our web application runs on a LEMP stack. LEMP stack experience is a bonus, but not required." + }, + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "jobTitle", + "type": "STRING", + "description": "", + "default": "Full Stack Web Developer" + } + ], + "method": "GET" + } + ], + "query": "I'm looking for a remote job that offers a competitive salary. Can you suggest an API that allows me to search for remote jobs based on salary range? Additionally, I'd like to generate a cover letter for a specific job opportunity. Is there an AI-powered resume generator that can help me with that?", + "relevant APIs": [ + [ + "Open To Work Remote API", + "Search Jobs" + ], + [ + "AI Resume Generator", + "Generate Document: Cover Letter" + ] + ], + "query_id": 26821 + }, + { + "api_list": [ + { + "category_name": "Jobs", + "tool_name": "JobSearch", + "api_name": "/api/v1/Jobs/Search", + "api_description": "Search for your dream job", + "required_parameters": [ + { + "name": "SearchQuery", + "type": "STRING", + "description": "", + "default": "java" + } + ], + "optional_parameters": [ + { + "name": "PageSize", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "PageNumber", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "status": "int", + "traceId": "str", + "errors": { + "PageSize": [ + "list of str with length 1" + ], + "PageNumber": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "Jobs", + "tool_name": "JobSearch", + "api_name": "/api/v1/Jobs/{slug}", + "api_description": "Get details of a job by slug", + "required_parameters": [ + { + "name": "slug", + "type": "STRING", + "description": "", + "default": "freelance-content-writercopywriter-9399" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "url": "str", + "company": "str", + "location": "str", + "postDate": "str", + "salary": "NoneType", + "jobSource": "str", + "slug": "str", + "sentiment": { + "polarity": "int", + "subjectivity": "int" + }, + "dateAdded": "str", + "keyPhrases": [ + { + "affinity": "int", + "text": "str", + "_list_length": 5 + } + ], + "tags": [ + { + "text": "str", + "_list_length": 3 + } + ], + "summary": "str", + "originalPosting": "str", + "viewCount": "int" + } + }, + { + "category_name": "Jobs", + "tool_name": "Indeed Jobs API - Finland", + "api_name": "SearchJobs", + "api_description": "offset = 0 (starting of the page, it must be increased by 10 to achieve pagination)\nkeyword = python (it can be any search keyword for ex: job title or skill title)\nlocation = Helsinki (For now this API gets data for Finland Indeed. You can enter a specific city or state.)\nThis will provide you with a list of 15 jobs in the page, by default a single page can have a max of 15 jobs posting only. In order to get all the data using pagination you need to keep increasing the count of offset by 10.\n\nYou will get the following fields using this API.\n\n'position'\n'company_name'\n'job_title'\n'job_location'\n'salary'\n'date'\n'job_url'\n'urgently_hiring'\n'multiple_hiring'\n'company_rating'\n'company_reviews'\n'company_review_link'\n'company_logo_url'\n'page_number'", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "Helsinki" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "python developer" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "company_logo_url": "str", + "company_name": "str", + "company_rating": "str", + "company_review_link": "str", + "company_reviews": "int", + "date": "str", + "job_location": "str", + "job_title": "str", + "job_url": "str", + "multiple_hiring": "str", + "next_page": "str", + "page_number": "int", + "position": "int", + "salary": "str", + "urgently_hiring": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "Indeed Jobs API", + "api_name": "SearchJobs", + "api_description": "offset = 0 (starting of the page, it must be increased by 10 to achieve pagination)\nkeyword = python (it can be any search keyword for ex: job title or skill title)\nlocation = california (For now this API gets data for USA Indeed. You can enter a specific city or state.)\nThis will provide you with a list of 15 jobs in the page, by default a single page can have a max of 15 jobs posting only. In order to get all the data using pagination you need to keep increasing the count of offset by 10.\n\nYou will get the following fields using this API.\n\n'position'\n'company_name'\n'job_title'\n'job_location'\n'salary'\n'date'\n'job_url'\n'urgently_hiring'\n'multiple_hiring'\n'company_rating'\n'company_reviews'\n'company_review_link'\n'company_logo_url'\n'page_number'", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "california" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "python" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "company_logo_url": "str", + "company_name": "str", + "company_rating": "str", + "company_review_link": "str", + "company_reviews": "int", + "date": "str", + "job_location": "str", + "job_title": "str", + "job_url": "str", + "multiple_hiring": "str", + "next_page": "str", + "page_number": "int", + "position": "int", + "salary": "str", + "urgently_hiring": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "Indeed Jobs API - Sweden", + "api_name": "SearchJobs", + "api_description": "offset = 0 (starting of the page, it must be increased by 10 to achieve pagination)\nkeyword = python (it can be any search keyword for ex: job title or skill title)\nlocation = Stockholm (For now this API gets data for Sweden Indeed. You can enter a specific city or state.)\nThis will provide you with a list of 15 jobs in the page, by default a single page can have a max of 15 jobs posting only. In order to get all the data using pagination you need to keep increasing the count of offset by 10.\n\nYou will get the following fields using this API.\n\n'position'\n'company_name'\n'job_title'\n'job_location'\n'salary'\n'date'\n'job_url'\n'urgently_hiring'\n'multiple_hiring'\n'company_rating'\n'company_reviews'\n'company_review_link'\n'company_logo_url'\n'page_number'", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "Stockholm" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "python" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "company_logo_url": "str", + "company_name": "str", + "company_rating": "str", + "company_review_link": "str", + "company_reviews": "int", + "date": "str", + "job_location": "str", + "job_title": "str", + "job_url": "str", + "multiple_hiring": "str", + "next_page": "str", + "page_number": "int", + "position": "int", + "salary": "str", + "urgently_hiring": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Pagination for remote jobs", + "api_description": "Paginate over the remote jobs by using the pageId parameter", + "required_parameters": [ + { + "name": "pageId", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get a specific remote job by id", + "api_description": "Using the id of the job returned from /jobs route, get more details about a specific job", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get the latest remote jobs", + "api_description": "Get a list of the latest 20 remote jobs", + "required_parameters": [], + "optional_parameters": [ + { + "name": "company", + "type": "STRING", + "description": "", + "default": "shopify" + }, + { + "name": "category", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 3 + } + ] + } + } + ], + "query": "I'm a freelance content writer and I'm interested in finding remote job opportunities. Please fetch the latest 20 remote job listings and provide me with the details of a specific job with the ID 'abc456'. Additionally, can you search for 'copywriting' jobs using the JobSearch API?", + "relevant APIs": [ + [ + "Indeed Jobs API", + "SearchJobs" + ], + [ + "Remote Jobs API", + "Get the latest remote jobs" + ], + [ + "Remote Jobs API", + "Get a specific remote job by id" + ], + [ + "JobSearch", + "/api/v1/Jobs/Search" + ] + ], + "query_id": 26837 + }, + { + "api_list": [ + { + "category_name": "Medical", + "tool_name": "Covid-19 by API-Ninjas", + "api_name": "/v1/covid19", + "api_description": "API Ninjas Covid19 API endpoint. Either **date** or **country** must be set.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "type of data to retrieve. Must be either cases or deaths. If not set, cases will be used by default.", + "default": "" + }, + { + "name": "country", + "type": "STRING", + "description": "country name (case insensitive).", + "default": "" + }, + { + "name": "date", + "type": "STRING", + "description": "date to retrieve single-day snapshot. Must be in the form of YYYY-MM-DD (e.g. 2022-01-01)", + "default": "2022-01-01" + }, + { + "name": "county", + "type": "STRING", + "description": "county name for US states (case insensitive). For United States data only. Must be used in conjunction with country (United States) and region (e.g. California).", + "default": "" + }, + { + "name": "region", + "type": "STRING", + "description": "administrative region (also known as state or province in many countries) name (case insensitive). Must be used in conjunction with country. If not set, countries with data broken down by administrative regions will return separate data for each region.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "23andMe", + "api_name": "publish_get", + "api_description": "", + "required_parameters": [ + { + "name": "profile_id", + "type": "STRING", + "description": "profile_id", + "default": "" + }, + { + "name": "feature_id", + "type": "STRING", + "description": "feature_id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "23andMe", + "api_name": "drug_responses", + "api_description": "Our analysis of how each profile responds to these drugs (starred reports). status is reduced, typical, or increased for a person, not_applicable if the drug is not applicable to them (e.g., the oral contraceptives report is for women only), or null if they're not analyzed at any of the markers.", + "required_parameters": [ + { + "name": "profile_id", + "type": "STRING", + "description": "profile_id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "23andMe", + "api_name": "haplogroups", + "api_description": "For the user's profile, gets maternal and paternal haplogroups, as well as terminal SNPs. Maternal terminal SNPs include the rsid and rCRS reference position, while the paternal ones include the rsid and ISOGG SNP. Note: if the profile belongs to a female, the paternal (y) haplogroup and terminal SNP information will be null.", + "required_parameters": [ + { + "name": "profile_id", + "type": "STRING", + "description": "profile_id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am organizing a charity event and I need to assess the drug responses of our attendees. Can you provide me with the drug response data for each attendee's profile? Additionally, I would like to gather information on the current COVID-19 cases in the event location. Your assistance in this matter would be highly appreciated.", + "relevant APIs": [ + [ + "23andMe", + "drug_responses" + ], + [ + "Covid-19 by API-Ninjas", + "/v1/covid19" + ] + ], + "query_id": 26916 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "360 Business Tool", + "api_name": "GetAllRecords", + "api_description": "Get all data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "360 Business Tool", + "api_name": "GetCompanies", + "api_description": "Get all companies", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "360 Business Tool", + "api_name": "GetAllRecordsSince", + "api_description": "Get all data modified since", + "required_parameters": [ + { + "name": "timestamp", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "GST Return Status", + "api_name": "/gstin", + "api_description": "Get Details about GSTIN (GST number) and following \n1. Latest Return filing list\n2. GST Compliance Classification\n3. HSN/SAC", + "required_parameters": [ + { + "name": "gstin", + "type": "string", + "description": "", + "default": "27AAJCM9929L1ZM" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "compCategory": "str", + "dty": "str", + "hsn": [ + "list of str with length 2" + ], + "lgnm": "str", + "pan": "str", + "sts": "str", + "tradeName": "str", + "pincode": "str", + "gstin": "str", + "mandatedeInvoice": "str", + "einvoiceStatus": "str", + "ctb": "str", + "aggreTurnOverFY": "str", + "aggreTurnOver": "str", + "rgdt": "str", + "nba": [ + "list of str with length 1" + ], + "cxdt": "str", + "ctj": "str", + "stj": "str", + "adr": "str", + "meta": { + "latestgtsr1": "str", + "latestgtsr3b": "str", + "syncMasterDate": "str", + "syncReturnDate": "str" + }, + "fillingFreq": { + "2023_Q1": "str", + "2023_Q2": "str", + "2023_Q3": "str", + "2023_Q4": "str" + }, + "returns": [ + { + "fy": "str", + "dof": "str", + "rtntype": "str", + "taxp": "str", + "_list_length": 22 + } + ] + }, + "success": "bool" + } + }, + { + "category_name": "Business", + "tool_name": "Company Consultation Reportero Industrial Mexicano API", + "api_name": "Product By Name", + "api_description": "Return product data", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str", + "message": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Company Consultation Reportero Industrial Mexicano API", + "api_name": "Company By Name", + "api_description": "Return company data", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str", + "message": "str" + } + } + ], + "query": "I'm planning a company event and I need to gather some data. Can you provide me with all the records available in the 360 Business Tool? Additionally, I would like to search for a specific company by name in the Company Consultation Reportero Industrial Mexicano API.", + "relevant APIs": [ + [ + "360 Business Tool", + "GetAllRecords" + ], + [ + "Company Consultation Reportero Industrial Mexicano API", + "Company By Name" + ] + ], + "query_id": 27543 + }, + { + "api_list": [ + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Screening and Matching Resumes", + "api_name": "/sourcingResume", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Artificial intelligence News API", + "api_name": "Get News From All News Sources Related to Artificial Intelligence", + "api_description": "This end point will return back all the artificial intelligence news from all over the world.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "source": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Artificial intelligence News API", + "api_name": "Get Recent News From a Single News Source", + "api_description": "This will return all the artificial intelligence news from a single news source.", + "required_parameters": [ + { + "name": "paperId", + "type": "string", + "description": "", + "default": "forbes" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "url": "str", + "source": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Text Sentiment API", + "api_name": "List Endpoints (Can be used as an endpoint health-check)", + "api_description": "This endpoint lists the possible endpoints to connect to.\n\nAlias: /api/sentiment", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AION", + "api_name": "List my Bots", + "api_description": "Once you have created your bot, you can manage the configurations by using the \u201caccess_token\u201d received during authentication. Here you can view a list of all the bots you have created on the platform.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Text Mood Changer AI", + "api_name": "Mood List", + "api_description": "list of moods available", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + "list of str with length 12" + ] + } + } + ], + "query": "I'm planning a trip to New York City next month and I want to stay updated on the latest news about artificial intelligence. Can you provide me with the recent news from Forbes? Additionally, I would like to know the sentiment analysis of the articles using the Text Sentiment API.", + "relevant APIs": [ + [ + "Artificial intelligence News API", + "Get Recent News From a Single News Source" + ], + [ + "Text Sentiment API", + "List Endpoints (Can be used as an endpoint health-check)" + ] + ], + "query_id": 28662 + }, + { + "api_list": [ + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Quizy API", + "api_name": "/generateQuiz", + "api_description": "This endpoint will return you the 5 questions, options, correct answer and explaination for the quiz topic you provide.", + "required_parameters": [ + { + "name": "topic", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "body": [ + { + "question": "str", + "options": [ + "list of str with length 4" + ], + "correct_answer": "str", + "explanation": "str", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Artificial intelligence News API", + "api_name": "Get Recent News From a Single News Source", + "api_description": "This will return all the artificial intelligence news from a single news source.", + "required_parameters": [ + { + "name": "paperId", + "type": "string", + "description": "", + "default": "forbes" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "url": "str", + "source": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Artificial intelligence News API", + "api_name": "Get News From All News Sources Related to Artificial Intelligence", + "api_description": "This end point will return back all the artificial intelligence news from all over the world.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "source": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "LemurBot", + "api_name": "Get A Bot Category Group", + "api_description": "Get a specific bot category group by it's id and view it's details", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The id of BotCategoryGroup", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "LemurBot", + "api_name": "Get A Conversation Turn", + "api_description": "Get a specific conversation turn by it's id and view it's details", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "The id of ConversationTurn", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "LemurBot", + "api_name": "List All Conversation Turns", + "api_description": "Each conversation has conversation turns.\nEach turn represents an input from the client and the output from the bot.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "the number of records to return", + "default": 20 + }, + { + "name": "conversation", + "type": "STRING", + "description": "The slug of the conversation - conversation are linked to conversation turns", + "default": "" + }, + { + "name": "conversation_id", + "type": "NUMBER", + "description": "The id of the conversation - conversation are linked to conversation turns", + "default": "" + }, + { + "name": "dir", + "type": "STRING", + "description": "the direction of the ordering", + "default": "asc" + }, + { + "name": "input", + "type": "STRING", + "description": "What was said to the bot by the client - this is a partial search", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "the page number of results to start from", + "default": 1 + }, + { + "name": "output", + "type": "STRING", + "description": "What was said by the bot in response to the client input - this is a partial search", + "default": "" + }, + { + "name": "id", + "type": "NUMBER", + "description": "The id of the conversation turn", + "default": "" + }, + { + "name": "order", + "type": "STRING", + "description": "the search field you wish to order by - the available field names are the sames ones you can search by", + "default": "id" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "test", + "api_name": "qwetre", + "api_description": "qweytr", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "LexAI API", + "api_name": "get_classes", + "api_description": "Get available detection classes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to improve my cooking skills and learn new recipes. Can you provide me with a quiz on different culinary techniques? Additionally, recommend some popular cooking blogs for inspiration.", + "relevant APIs": [ + [ + "Quizy API", + "/generateQuiz" + ], + [ + "Artificial intelligence News API", + "Get News From All News Sources Related to Artificial Intelligence" + ], + [ + "LemurBot", + "List All Conversation Turns" + ] + ], + "query_id": 28714 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "QR Code by API-Ninjas", + "api_name": "/v1/qrcode", + "api_description": "API Ninjas QR Code API endpoint. Returns a QRCode image binary specified by input parameters.", + "required_parameters": [ + { + "name": "data", + "type": "STRING", + "description": "data to encode in the QR code.", + "default": "https://api-ninjas.com" + }, + { + "name": "format", + "type": "STRING", + "description": "image format to return. Must be one of the following: png, jpg, jpeg, eps, svg.", + "default": "png" + } + ], + "optional_parameters": [ + { + "name": "size", + "type": "NUMBER", + "description": "size of the QR code image to generate. The output will be a square image with (size x size) dimensions.", + "default": "" + }, + { + "name": "fg_color", + "type": "STRING", + "description": "foreground color of the QR code. Must be a 6-digit hex color (e.g. 00ff00 for green). Default is 000000 (black)", + "default": "" + }, + { + "name": "bg_color", + "type": "STRING", + "description": "background color of the QR code. Must be a 6-digit hex color (e.g. 00ff00 for green). Default is ffffff (white)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "bcolimited", + "api_name": "endpoint1", + "api_description": "endpoint desc", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "TrumpetBox Cloud", + "api_name": "Messages-GetPendingMessagesFromAccount", + "api_description": " ", + "required_parameters": [ + { + "name": "device", + "type": "STRING", + "description": "ID of the specific device you want to get pending messages (Optional)\n\n", + "default": "\"{{device}}\"" + }, + { + "name": "key", + "type": "STRING", + "description": "TrumpetBox Cloud API KEY", + "default": "\"{{API_KEY}}\"" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "int", + "message": "bool", + "data": "bool" + } + }, + { + "category_name": "Communication", + "tool_name": "TrumpetBox Cloud", + "api_name": "Devices-GetASingleDeviceInfoFromAccount", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "ID of the device", + "default": "\"{{id}}\"" + }, + { + "name": "key", + "type": "STRING", + "description": "TrumpetBox Cloud API KEY", + "default": "\"{{API_KEY}}\"" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "int", + "message": "bool", + "data": "bool" + } + } + ], + "query": "I'm hosting a conference and I want to provide attendees with a digital program. Can you generate a QR code with the event schedule and speaker information? Additionally, fetch the pending messages from my TrumpetBox Cloud account to check for any last-minute changes requested by speakers. Lastly, gather the details of the specific device '24680' in my TrumpetBox Cloud account.", + "relevant APIs": [ + [ + "QR Code by API-Ninjas", + "/v1/qrcode" + ], + [ + "TrumpetBox Cloud", + "Messages-GetPendingMessagesFromAccount" + ], + [ + "TrumpetBox Cloud", + "Devices-GetASingleDeviceInfoFromAccount" + ] + ], + "query_id": 29044 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "On hold audio messages", + "api_name": "Endpoint", + "api_description": "It needs for ordering messages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "Grup Terbuka", + "api_name": "Kirim Pesan", + "api_description": "api untuk kirim pesan", + "required_parameters": [ + { + "name": "pesan", + "type": "STRING", + "description": "", + "default": "pesan baru" + }, + { + "name": "key", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "code": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "BOTlibre", + "api_name": "form-check-user", + "api_description": "The form-check-user API validates user, and returns the user's details.", + "required_parameters": [ + { + "name": "user", + "type": "STRING", + "description": "REQUIRED: The ID of the user. The user must be registered with BOT libre. If not passed the user will be anonymous. The user is required if the bot is private.", + "default": "myuserid" + } + ], + "optional_parameters": [ + { + "name": "application", + "type": "STRING", + "description": "OPTIONAL: The application ID. If not passed, the application will be anonymous.", + "default": "myapp" + }, + { + "name": "password", + "type": "STRING", + "description": "REQUIRED: The password of the user. A token can also be used.", + "default": "password" + }, + { + "name": "token", + "type": "STRING", + "description": "REQUIRED: The token of the user. A token can be obtained through check-user, and is valid until reset.", + "default": "123456" + } + ], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "BOTlibre", + "api_name": "form-check-instance", + "api_description": "The form-check-instance API validates that a bot ID or name exists, and returns the bot's details.", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "OPTIONAL: The password of the user. A token can also be used.", + "default": "password" + } + ], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "REQUIRED: The ID of the bot to validate. The bot's name can also be used, but the ID is better as it is guaranteed to be unique.", + "default": "1234" + }, + { + "name": "name", + "type": "STRING", + "description": "REQUIRED: The nameof the bot to validate. The bot's ID can also be used.", + "default": "mybot" + }, + { + "name": "application", + "type": "STRING", + "description": "OPTIONAL: The application ID. If not passed, the application will be anonymous.", + "default": "myapp" + }, + { + "name": "user", + "type": "STRING", + "description": "OPTIONAL: The ID of the user. The user must be registered with BOT libre. If not passed the user will be anonymous. The user is required if the bot is private.", + "default": "myuserid" + }, + { + "name": "token", + "type": "STRING", + "description": "OPTIONAL: The token of the user. A token can be obtained through check-user, and is valid until reset.", + "default": "123456" + } + ], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "BOTlibre", + "api_name": "form-chat", + "api_description": "The form-chat API receives a chat message and returns the chat bot's reply as an XML document.", + "required_parameters": [ + { + "name": "instance", + "type": "STRING", + "description": "REQUIRED: The ID of the bot to chat with. The bot's name can also be used, but the ID is better as it is guaranteed to be unique.", + "default": "mybot" + } + ], + "optional_parameters": [ + { + "name": "application", + "type": "STRING", + "description": "OPTIONAL: The application ID. If not passed, the application will be anonymous.", + "default": "myapp" + }, + { + "name": "user", + "type": "STRING", + "description": "OPTIONAL: The ID of the user who is sending the message. The user must be registered with BOT libre. If not passed the user will be anonymous. The user is required if the bot is private. The user/password are only required on the first message.", + "default": "myuserid" + }, + { + "name": "password", + "type": "STRING", + "description": "OPTIONAL: The password of the user who is sending the message. A token can also be used.", + "default": "mypassword" + }, + { + "name": "token", + "type": "STRING", + "description": "OPTIONAL: The token of the user who is sending the message. A token can be obtained through check-user, and is valid until reset.", + "default": "123456" + }, + { + "name": "conversation", + "type": "STRING", + "description": "OPTIONAL: The conversation ID for the current conversation. This must not be passed on the first message, but will be returned by the response, and should be used for all subsequent messages in the conversation.", + "default": "1234" + }, + { + "name": "message", + "type": "STRING", + "description": "OPTIONAL: The chat message to send to the bot. The message can be omitted if you wish the bot to start the conversation (if the bot has a greeting set). The message must be encoded in the URI.", + "default": "Hello Bot" + }, + { + "name": "emote", + "type": "STRING", + "description": "OPTIONAL: A emotion to tag the message with. This is one of LOVE, LIKE, DISLIKE, HATE, RAGE, ANGER, CALM, SERENE, ECSTATIC, HAPPY, SAD, CRYING, PANIC, AFRAID, CONFIDENT, COURAGEOUS, SURPRISE, BORED, LAUGHTER, SERIOUS.", + "default": "HAPPY" + }, + { + "name": "correction", + "type": "STRING", + "description": "OPTIONAL: A boolean that defines the chat message is a correction to the bot's last answer.", + "default": "" + }, + { + "name": "offensive", + "type": "STRING", + "description": "OPTIONAL: A boolean that defines the bot's last answer as offensive. The message will be flagged for the bot's administrator to review.", + "default": "" + }, + { + "name": "disconnect", + "type": "STRING", + "description": "OPTIONAL: A boolean that defines the end of the conversation.", + "default": "" + }, + { + "name": "includeQuestion", + "type": "STRING", + "description": "OPTIONAL: A boolean that indicates the question should be included in the response.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "Barbaraaa", + "api_name": "M", + "api_description": "crypto", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "Revista Verde", + "api_name": "Green Journal", + "api_description": "A Revista Verde (RV) \u00e9 peri\u00f3dico cient\u00edfico internacional semestral do Programa Escola Verde e do Grupo de Pesquisa em Educa\u00e7\u00e3o Ambiental Interdisciplinar (CNPq) sobre problem\u00e1ticas socioambientais e sustentabilidade.\n\nWebsite: https://revistaverde.escolaverde.org", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm a content creator and I'm looking for an API that can generate chatbot responses for my videos. Can you recommend an API that provides this functionality? Additionally, suggest a hotel in a scenic location for my next travel vlog.", + "relevant APIs": [ + [ + "Grup Terbuka", + "Kirim Pesan" + ], + [ + "BOTlibre", + "form-chat" + ], + [ + "Barbaraaa", + "M" + ], + [ + "Revista Verde", + "Green Journal" + ] + ], + "query_id": 29346 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "ISS Location", + "api_name": "get", + "api_description": "gets you the data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "PubNub Network", + "api_name": "History", + "api_description": "Get older messages.", + "required_parameters": [ + { + "name": "callback", + "type": "STRING", + "description": "JSONP Callback", + "default": "0" + }, + { + "name": "limit", + "type": "STRING", + "description": "Limit of messages to return", + "default": "2" + }, + { + "name": "subscribe_key", + "type": "STRING", + "description": "Subscribe Key", + "default": "demo" + }, + { + "name": "channel", + "type": "STRING", + "description": "Channel Name", + "default": "my_channel" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Communication", + "tool_name": "PubNub Network", + "api_name": "Time", + "api_description": "Timetoken from PubNub Network", + "required_parameters": [ + { + "name": "callback", + "type": "STRING", + "description": "JSONP Callback", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "My friends and I are planning a stargazing trip and we want to track the International Space Station (ISS). Can you provide us with the current location of the ISS? Also, fetch the history of messages from the 'my_channel' channel on PubNub Network to see if there are any interesting updates about space exploration.", + "relevant APIs": [ + [ + "ISS Location", + "get" + ], + [ + "PubNub Network", + "History" + ] + ], + "query_id": 29499 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Diablo4 Smartable", + "api_name": "GetSponsorships", + "api_description": "Get Diablo 4 sponsorships.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "value": "empty list" + } + }, + { + "category_name": "Data", + "tool_name": "Diablo4 Smartable", + "api_name": "GetGamesByTopic", + "api_description": "Get Diablo 4 gameplays by topic.", + "required_parameters": [ + { + "name": "topic", + "type": "string", + "description": "", + "default": "druid" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "path": "str", + "page": "int", + "value": [ + { + "path": "str", + "title": "str", + "excerpt": "str", + "sourceUrl": "str", + "webUrl": "str", + "originalUrl": "str", + "featuredContent": "str", + "length": "str", + "provider": { + "name": "str", + "domain": "str" + }, + "topics": [ + "list of str with length 2" + ], + "heat": "int", + "images": [ + { + "url": "str", + "width": "int", + "height": "int", + "isCached": "bool", + "_list_length": 1 + } + ], + "content": "str", + "type": "str", + "publishedDateTime": "str", + "_list_length": 30 + } + ], + "nextPage": "int" + } + }, + { + "category_name": "Data", + "tool_name": "Diablo4 Smartable", + "api_name": "GetPeople", + "api_description": "Get Diablo 4 influencers and top players.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "path": "str", + "page": "int", + "value": [ + { + "path": "str", + "title": "str", + "excerpt": "str", + "sourceUrl": "str", + "webUrl": "str", + "type": "str", + "name": "str", + "bio": "str", + "location": "str", + "website": "str", + "twitter": { + "username": "str", + "url": "str", + "followers": "int" + }, + "affiliation": { + "path": "str", + "name": "str", + "domain": "str", + "images": [ + { + "url": "str", + "width": "int", + "height": "int", + "isCached": "bool", + "_list_length": 1 + } + ] + }, + "topics": [ + "list of str with length 1" + ], + "heat": "int", + "images": [ + { + "url": "str", + "width": "int", + "height": "int", + "title": "str", + "isCached": "bool", + "_list_length": 1 + } + ], + "content": "str", + "_list_length": 8 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Livescan a Domain", + "api_name": "Domain Information", + "api_description": "Get data points of a given domain : A record, MX record, TXT/SPF record, SOA record, CMS Type (Generator), Certificate Issuer, Certificate Subject, Certificate Start Date, Certificate End Date, Domain creation date, Domain name (or partial), Domain expire date, Domain updated date, Javascript Libraries, Hostname (or partial), HTML Header Tags, IP Address, Page title from domain homepage, Page meta tags (including og), Organization, Registrar, TLD, Server software (Apache, PHP, nginx etc), Server geolocation", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "LIVESCAN" + }, + { + "name": "q", + "type": "STRING", + "description": "", + "default": "domain.com" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Country List", + "api_name": "Get All Country List", + "api_description": "Nodes:\niso: iso\ncountryname: country name\nnicename: nicename\niso3: iso3\nnumcode: numcode\nphonecode:phonecode", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": [ + { + "id": "int", + "iso": "str", + "countryname": "str", + "nicename": "str", + "iso3": "str", + "numcode": "str", + "phonecode": "str", + "_list_length": 239 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Phone", + "api_name": "iso", + "api_description": "Get the ISO codes from a given Country", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Description of the Country in English", + "default": "Canada" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "api-message": "str", + "country-calling-code": "str", + "iso-code": "str", + "iso-code2": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Phone", + "api_name": "directory", + "api_description": "Get all the Local Area Codes from a given Country", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "\"ISO 2 letter country code\" or \"Name of the Country in English\"", + "default": "BR" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "items": [ + { + "api-message": "str", + "area-code": "str", + "country-calling-code": "str", + "iso-code": "str", + "_list_length": 67 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Phone", + "api_name": "area-code", + "api_description": "Get the International Country Calling Code and the Local Area Code information", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "\"ISO 2 letter country code\" or \"Name of the Country in English\"", + "default": "BR" + }, + { + "name": "region", + "type": "STRING", + "description": "Geographic Region (e.g. City). No accented letter is required.", + "default": "Manaus" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "api-message": "str", + "area-code": "str", + "country-calling-code": "str", + "iso-code": "str" + } + }, + { + "category_name": "Data", + "tool_name": "PowerBI", + "api_name": "GetPeopleByTopic", + "api_description": "Get Power BI influencers by topic.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "topic", + "type": "string", + "description": "", + "default": "dax" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "PowerBI", + "api_name": "GetFunctions", + "api_description": "Get Power BI DAX functions.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "path": "str", + "page": "int", + "value": [ + { + "path": "str", + "title": "str", + "excerpt": "str", + "sourceUrl": "str", + "webUrl": "str", + "name": "str", + "provider": { + "name": "str", + "domain": "str", + "images": [ + { + "url": "str", + "width": "int", + "height": "int", + "isCached": "bool", + "_list_length": 1 + } + ] + }, + "topics": [ + "list of str with length 2" + ], + "topItems": [ + { + "path": "str", + "title": "str", + "excerpt": "str", + "name": "str", + "topics": [ + "list of str with length 2" + ], + "heat": "int", + "type": "str", + "_list_length": 4 + } + ], + "size": "int", + "heat": "int", + "content": "str", + "type": "str", + "_list_length": 25 + } + ], + "nextPage": "int" + } + }, + { + "category_name": "Data", + "tool_name": "PowerBI", + "api_name": "GetCommunitiesByTopic", + "api_description": "Get Power BI communities by topic.", + "required_parameters": [ + { + "name": "topic", + "type": "string", + "description": "", + "default": "dax" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to learn more about the Diablo 4 game and its features. Can you provide me with a list of Diablo 4 gameplays related to the druid topic? Additionally, tell me about the DAX functions used in Power BI.", + "relevant APIs": [ + [ + "Diablo4 Smartable", + "GetGamesByTopic" + ], + [ + "PowerBI", + "GetFunctions" + ] + ], + "query_id": 30246 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Yandex Video API", + "api_name": "Get server time", + "api_description": "Gets server time.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Yandex Video API", + "api_name": "Get video from yandex search results", + "api_description": "Use advanced filtering to get specific video from yandex! Remember to set from which domain you want data. Default is yandex.com but yandex.ru, .by, .kz, .uz are also available. Set page number in order to get more results. 0 is the first page, 1 is second and so on.", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "0 - first page\n1 - second page\n...", + "default": "0" + }, + { + "name": "query", + "type": "STRING", + "description": "", + "default": "bitcoin" + }, + { + "name": "domain", + "type": "ENUM", + "description": "get search results from:\n- yandex.com\n- yandex.ru\n- yandex.by\n- yandex.kz\n- yandex.uz", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "videoDuration", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "region", + "type": "STRING", + "description": "e.g. Paris, France", + "default": "" + }, + { + "name": "videoRecent", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "videoHd", + "type": "BOOLEAN", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "type": "str", + "title": "str", + "status": "int", + "traceId": "str", + "errors": { + "Domain": [ + "list of str with length 1" + ], + "Region": [ + "list of str with length 1" + ], + "VideoHd": [ + "list of str with length 1" + ], + "VideoRecent": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "Data", + "tool_name": "Whois Lookup_v3", + "api_name": "DNS Lookup", + "api_description": "This endpoint pulls DNS data from a domain\n\nParameters:\n> domain - The domain to search\n> rtype - The type of record to pull. Records availables: A, PTR, MX, CNAME, TXT,NS.", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "The domain to search", + "default": "google.com" + }, + { + "name": "rtype", + "type": "STRING", + "description": "The rtype. i.e: A, MX, TXT, CNAME,NS, PTR", + "default": "NS" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Whois Lookup_v3", + "api_name": "Check Similarity", + "api_description": "This endpoint Helps to check if two domains are similar.\n\nParemeters:\n> domain1 \n>domain2", + "required_parameters": [ + { + "name": "domain1", + "type": "STRING", + "description": "first domain to compare with.", + "default": "google.com" + }, + { + "name": "domain2", + "type": "STRING", + "description": "second domain to compare with.", + "default": "shopify.com" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Whois Lookup_v3", + "api_name": "NS Lookup", + "api_description": "This endpoint returns IP from a domain. (NameServer)\n\nParameters\n-> search - The domain to search", + "required_parameters": [ + { + "name": "search", + "type": "STRING", + "description": "", + "default": "google.com" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Search for region", + "api_description": "Get location suggestions by keyword", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "santa monica" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_id": "str", + "_score": "float", + "area_type": "str", + "centroid": { + "lat": "float", + "lon": "float" + }, + "city": "str", + "counties": [ + { + "fips": "str", + "name": "str", + "state_code": "str", + "_list_length": 1 + } + ], + "country": "str", + "county_needed_for_uniq": "bool", + "geo_id": "str", + "slug_id": "str", + "state_code": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Search agents", + "api_description": "Search agents by city/zip", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "santa monica" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "price", + "type": "STRING", + "description": "Price range\nexample for range between 50k to 2m : \n50000_2000000", + "default": "" + }, + { + "name": "agentname", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lang", + "type": "STRING", + "description": "[afrikaans\nalbanian\narabic\narmenian\nasl\nbengali\nbosnian\nbulgarian\nchinese\ncroatian\nczech\nDanish\ndutch\nEstonian\nfarsi\nfilipino\nfinnish\nfrench\ngaelic\ngeorgian\ngerman\ngreek\nhawaiian\nhebrew\nhindi\nhungarian\nindonesian\nitalian\njapanese\nkorean\nlao\nlatvian\nlithuanian\nmalay\nmandarin\nnepali\nnorwegian\npolish\nportuguese\npunjabi\nromanian\nrussian\nserbian\nsindhi\nsinghalese\nslovenian\nspanish\nswahili\nswedish\ntagalog\ntaiwanese\nthai\nturkish\nukrainian\nurdu\nvietnamese\nyugoslavian]", + "default": "" + }, + { + "name": "photo", + "type": "BOOLEAN", + "description": "If the agent has a photo or not \n1 if yes\n0 if no", + "default": "1" + }, + { + "name": "rating", + "type": "NUMBER", + "description": "Rating (between 1 and 5)", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"agents\": [{\"address\": {\"city\": \"str\", \"country\": \"str\", \"line\": \"str\", \"line2\": \"str\", \"postal_code\": \"str\", \"state\": \"str\", \"state_code\": \"str\"}, \"advertiser_id\": \"int\", \"agent_rating\": \"int\", \"agent_team_details\": {\"is_team_member\": \"bool\"}, \"agent_type\": [\"list of str with length 2\"], \"areas_of_business\": \"empty list\", \"background_photo\": {\"href\": \"str\"}, \"broker\": {\"accent_color\": \"str\", \"designations\": \"empty list\", \"fulfillment_id\": \"int\", \"name\": \"str\", \"photo\": {\"href\": \"str\"}, \"video\": \"str\"}, \"data_flags\": \"NoneType\", \"description\": \"str\", \"designations\": \"empty list\", \"feed_licenses\": [{\"country\": \"str\", \"license_number\": \"str\", \"state_code\": \"str\", \"_list_length\": 1}], \"first_month\": \"int\", \"first_name\": \"str\", \"first_year\": \"int\", \"for_sale_price\": {\"count\": \"int\", \"last_listing_date\": \"str\", \"max\": \"int\", \"min\": \"int\"}, \"full_name\": \"str\", \"has_photo\": \"bool\", \"href\": \"str\", \"id\": \"str\", \"is_realtor\": \"bool\", \"lang\": {\"srp_content\": {\"Recommendations\": \"str\", \"active_ag" + }, + { + "category_name": "Data", + "tool_name": "Realtor", + "api_name": "Search properties for rent", + "api_description": "Search properties for rent by location", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "santa monica" + } + ], + "optional_parameters": [ + { + "name": "move_in_date-max", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "sqft-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "type", + "type": "STRING", + "description": "Property type comma-separated or empty for all types:\nsingle_family\napartment\ntownhomes\ncondo_townhome_rowhome_coop\nduplex_triplex\ncondos\ncondo_townhome_rowhome_coop\ncondo_townhome\n", + "default": "" + }, + { + "name": "sqft-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "list_price-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "beds-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Sort properties by :\nRecently_Added\nHighest_Price \nLowest_Price", + "default": "" + }, + { + "name": "threeDTours", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "baths-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "list_price-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "beds-max", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "baths-min", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "noFees", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "dogs", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "move_in_date-min", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "cats", + "type": "BOOLEAN", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Youtube Trending", + "api_name": "trending", + "api_description": "Gather Trending Videos from Youtube", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "enum for video type:\n- default\n- music\n- gaming\n- movies", + "default": "gaming" + }, + { + "name": "country", + "type": "STRING", + "description": "Country code to retrieve trending videos for the provided country.\nE.g, US, DE, JP etc.", + "default": "US" + } + ], + "method": "GET", + "template_response": { + "title": "str", + "description": "str", + "publishedDate": "str", + "publishedText": "str", + "videoId": "str", + "videoUrl": "str", + "channelName": "str", + "channelId": "str", + "channelUrl": "str", + "thumbnails": [ + { + "quality": "str", + "url": "str", + "width": "int", + "height": "int", + "_list_length": 9 + } + ], + "views": "int", + "viewsText": "str", + "duration": "int", + "durationText": "str", + "verified": "bool", + "creatorOnRise": "bool", + "isShort": "bool" + } + } + ], + "query": "I would like to watch trending movie videos on YouTube. Furthermore, check the similarity between the domains 'apple.com' and 'microsoft.com' using the Check Similarity API.", + "relevant APIs": [ + [ + "Youtube Trending", + "trending" + ], + [ + "Whois Lookup_v3", + "Check Similarity" + ] + ], + "query_id": 30501 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "YouTube v3_v3", + "api_name": "I18nRegions", + "api_description": "Returns a list of content regions that the YouTube website supports.", + "required_parameters": [ + { + "name": "part", + "type": "STRING", + "description": "The **part** parameter specifies the **i18nRegion** resource properties that the API response will include. Set the parameter value to **snippet**.", + "default": "snippet" + } + ], + "optional_parameters": [ + { + "name": "hl", + "type": "STRING", + "description": "The **hl** parameter specifies the language that should be used for text values in the API response. The default value is **en_US**.", + "default": "en_US" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "YouTube v3_v3", + "api_name": "PlaylistItems", + "api_description": "Returns a collection of playlist items that match the API request parameters. You can retrieve all of the playlist items in a specified playlist or retrieve one or more playlist items by their unique IDs.", + "required_parameters": [ + { + "name": "part", + "type": "STRING", + "description": "The **part** parameter specifies a comma-separated list of one or more **playlistItem** resource properties that the API response will include.\n\nIf the parameter identifies a property that contains child properties, the child properties will be included in the response. For example, in a **playlistItem** resource, the **snippet** property contains numerous fields, including the **title**, **description**, **position** and **resourceId** properties. As such, if you set **part=snippet**, the API response will contain all of those properties.\n\nThe following list contains the **part** names that you can include in the parameter value:\n\n- contentDetails\n- id\n- snippet\n- status", + "default": "snippet" + } + ], + "optional_parameters": [ + { + "name": "videoId", + "type": "STRING", + "description": "The **videoId** parameter specifies that the request should return only the playlist items that contain the specified video.", + "default": "" + }, + { + "name": "pageToken", + "type": "STRING", + "description": "The **pageToken** parameter identifies a specific page in the result set that should be returned. In an API response, the **nextPageToken** and **prevPageToken** properties identify other pages that could be retrieved.", + "default": "" + }, + { + "name": "id", + "type": "STRING", + "description": "The **id** parameter specifies a comma-separated list of one or more unique playlist item IDs.", + "default": "" + }, + { + "name": "maxResults", + "type": "NUMBER", + "description": "The **maxResults** parameter specifies the maximum number of items that should be returned in the result set. Acceptable values are **0** to **50**, inclusive. The default value is **5**.", + "default": "5" + }, + { + "name": "playlistId", + "type": "STRING", + "description": "The **playlistId** parameter specifies the unique ID of the playlist for which you want to retrieve playlist items. Note that even though this is an optional parameter, every request to retrieve playlist items must specify a value for either the **id** parameter or the **playlistId** parameter.", + "default": "PLOU2XLYxmsILMUsDRrVoRRlL29p8LHFIT" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "YouTube v3_v3", + "api_name": "ChannelSections", + "api_description": "Returns a list of `channelSection` resources that match the API request criteria.", + "required_parameters": [ + { + "name": "part", + "type": "STRING", + "description": "The **part** parameter specifies a comma-separated list of one or more **channelSection** resource properties that the API response will include.\n\nIf the parameter identifies a property that contains child properties, the child properties will be included in the response. For example, in a **channelSection** resource, the **snippet** property contains other properties, such as a display title for the section. If you set **part=snippet**, the API response will also contain all of those nested properties.\n\nThe following list contains the **part** names that you can include in the parameter value:\n\n- contentDetails\n- id\n- snippet", + "default": "snippet" + } + ], + "optional_parameters": [ + { + "name": "channelId", + "type": "STRING", + "description": "The **channelId** parameter specifies a YouTube channel ID. If a request specifies a value for this parameter, the API will only return the specified channel's sections.", + "default": "UC_x5XG1OV2P6uZZ5FSM9Ttw" + }, + { + "name": "hl", + "type": "STRING", + "description": "*This parameter has been deprecated.* The **hl** parameter provided support for retrieving localized metadata for a channel section. However, this functionality has been deprecated in YouTube Studio and in the YouTube app.", + "default": "" + }, + { + "name": "id", + "type": "STRING", + "description": "The **id** parameter specifies a comma-separated list of IDs that uniquely identify the **channelSection** resources that are being retrieved. In a **channelSection** resource, the **id** property specifies the section's ID.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Open Proxies", + "api_name": "Hourly Open Proxies", + "api_description": "Get a list of 200-400 working open proxies, updated every hour. Because they can go up & down, these IPs may not be functional when you retrieve them. For higher reliability, try the **Open Proxies** endpoint.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Open Proxies", + "api_name": "Open Proxies", + "api_description": "Get a list of 200-400 working open proxies, updated every 15 minutes. Because they can go up & down, these IPs may not be functional when you retrieve them. For higher reliability, consider a [paid proxy service](https://proxymesh.com/).", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Data", + "tool_name": "Open Proxies", + "api_name": "Daily Open Proxies", + "api_description": "Get a list of 200-400 open proxies, updated once per day around 00:00 UTC. Because they can go up & down, these IPs may not be functional when you retrieve them. For higher reliability, try the **Hourly** or **Open Proxies** endpoints.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Web Search", + "api_name": "newsSearch", + "api_description": "Get news articles relevant for a given query.", + "required_parameters": [ + { + "name": "pageSize", + "type": "NUMBER", + "description": "The number of items per page. The maximum value is 50.", + "default": "10" + }, + { + "name": "autoCorrect", + "type": "BOOLEAN", + "description": "Automatically correct spelling.", + "default": true + }, + { + "name": "q", + "type": "STRING", + "description": "The user's search query string.", + "default": "taylor swift" + }, + { + "name": "pageNumber", + "type": "NUMBER", + "description": "The page to view.", + "default": "1" + } + ], + "optional_parameters": [ + { + "name": "toPublishedDate", + "type": "STRING", + "description": "The published date and time for the newest article allowed. For example: *2015-05-16T05:50:06.* See [https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1 ](url)for more possible DateTime formats. ", + "default": "null" + }, + { + "name": "safeSearch", + "type": "BOOLEAN", + "description": "A filter used to filter results for adult content.", + "default": false + }, + { + "name": "fromPublishedDate", + "type": "STRING", + "description": "The published date and time for the oldest article allowed. For example: *2015-05-16T05:50:06.* See [https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1 ](url)for more possible DateTime formats. ", + "default": "null" + }, + { + "name": "withThumbnails", + "type": "BOOLEAN", + "description": "Show results with image thumbnails.", + "default": false + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Web Search", + "api_name": "webSearch", + "api_description": "Get relevant web pages for a given query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search query string.", + "default": "taylor swift" + }, + { + "name": "autoCorrect", + "type": "BOOLEAN", + "description": "Automatically correct spelling.", + "default": true + }, + { + "name": "pageNumber", + "type": "NUMBER", + "description": "The page to view.", + "default": "1" + }, + { + "name": "pageSize", + "type": "NUMBER", + "description": "The number of items per page. The maximum value is 50.", + "default": "10" + } + ], + "optional_parameters": [ + { + "name": "safeSearch", + "type": "BOOLEAN", + "description": "A filter used to filter results for adult content.", + "default": false + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Web Search", + "api_name": "spellCheck", + "api_description": "Check spelling.", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "The text string to check for spelling errors.", + "default": "teylor swiift" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am a small business owner and I need to create a promotional video for my company. Can you recommend some popular YouTube channels for video editing tutorials and provide me with a list of playlist items related to video editing software? Also, find relevant web pages for the query 'best video editing tools' and check if there are any spelling errors in the text 'video edting'.", + "relevant APIs": [ + [ + "YouTube v3_v3", + "PlaylistItems" + ], + [ + "YouTube v3_v3", + "ChannelSections" + ], + [ + "Web Search", + "webSearch" + ], + [ + "Web Search", + "spellCheck" + ] + ], + "query_id": 31779 + }, + { + "api_list": [ + { + "category_name": "Data", + "tool_name": "Covid Italy statistics", + "api_name": "General Info", + "api_description": "General information of service", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "dashboardData": { + "active": "int", + "confirmed": "int", + "deaths": "int", + "deltaConfirmed": "int", + "deltaDeaths": "int", + "deltaRecovered": "int", + "recovered": "int", + "state": "str", + "stateCode": "str", + "stateNotes": "NoneType", + "lastUpdatedTime": "str" + }, + "regions": [ + { + "state": "str", + "stateCode": "int", + "confirmed": "int", + "active": "int", + "recovered": "int", + "deaths": "int", + "lastUpdatedTime": "str", + "_list_length": 22 + } + ], + "nationalCasesTimes": [ + { + "dailyConfirmed": "int", + "dailyDeceased": "int", + "dailyRecovered": "int", + "date": "str", + "_list_length": 1208 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomArray", + "api_description": "Generate a random array with numbers, words or mixed values.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "data_type", + "type": "STRING", + "description": "", + "default": "string" + }, + { + "name": "size", + "type": "NUMBER", + "description": "", + "default": "5" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomName", + "api_description": "Returns random people's names..", + "required_parameters": [], + "optional_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "2" + }, + { + "name": "startingLetter", + "type": "STRING", + "description": "", + "default": "X" + }, + { + "name": "type", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Random Chunk API", + "api_name": "getRandomDate", + "api_description": "Get random date.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start", + "type": "STRING", + "description": "", + "default": "2022-08-21" + }, + { + "name": "end", + "type": "STRING", + "description": "", + "default": "2023-12-30" + } + ], + "method": "GET" + }, + { + "category_name": "Data", + "tool_name": "Hubspot APIs", + "api_name": "Search calls", + "api_description": "Search for calls", + "required_parameters": [ + { + "name": "after", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "name": "str", + "stack": "str", + "config": { + "transitional": { + "silentJSONParsing": "bool", + "forcedJSONParsing": "bool", + "clarifyTimeoutError": "bool" + }, + "adapter": [ + "list of str with length 2" + ], + "transformRequest": [ + "list of NoneType with length 1" + ], + "transformResponse": [ + "list of NoneType with length 1" + ], + "timeout": "int", + "xsrfCookieName": "str", + "xsrfHeaderName": "str", + "maxContentLength": "int", + "maxBodyLength": "int", + "env": {}, + "headers": { + "Accept": "str", + "Content-Type": "str", + "authorization": "str", + "accept-encoding": "str", + "User-Agent": "str", + "Content-Length": "str" + }, + "responseType": "str", + "method": "str", + "url": "str", + "data": "str" + }, + "code": "str", + "status": "int" + } + }, + { + "category_name": "Data", + "tool_name": "France 2D", + "api_name": "Live", + "api_description": "Live", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "live": { + "ipK_TRANSACTION_ID": "str", + "transactioN_DATE": "str", + "transactioN_TIME": "str", + "set": "str", + "value": "str", + "twO_D": "str", + "status": "str" + }, + "result": [ + { + "ipK_TRANSACTION_ID": "str", + "transactioN_DATE": "str", + "transactioN_TIME": "str", + "set": "str", + "value": "str", + "twO_D": "str", + "_list_length": 6 + } + ] + } + }, + { + "category_name": "Data", + "tool_name": "France 2D", + "api_name": "History", + "api_description": "History", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ipK_TRANSACTION_ID": "str", + "transactioN_DATE": "str", + "twoD_11_00": "str", + "twoD_13_00": "str", + "twoD_15_00": "str", + "twoD_17_00": "str", + "twoD_19_00": "str", + "twoD_21_00": "str" + } + }, + { + "category_name": "Data", + "tool_name": "phone validation", + "api_name": "/{phone}", + "api_description": "Get info on phone number", + "required_parameters": [ + { + "name": "phone", + "type": "STRING", + "description": "Provided number should be in E.164 format. (E.164 numbers can have a maximum of fifteen digits and are usually written as follows: [+][country code][subscriber number including area code].)", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "phone": "str", + "international": "str", + "national": "str", + "country_code": "int", + "blacklisted": "bool" + } + } + ], + "query": "I need to organize a virtual event and I want to send personalized invitations to my friends. Could you help me generate random names for the invitations? Also, provide me with random dates within the next two weeks for scheduling the event. Furthermore, I would like to retrieve the historical data of previous events from the France 2D API.", + "relevant APIs": [ + [ + "Random Chunk API", + "getRandomName" + ], + [ + "Random Chunk API", + "getRandomDate" + ], + [ + "France 2D", + "History" + ] + ], + "query_id": 32084 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "ClearDil", + "api_name": "Fetchindividualcustomer", + "api_description": " ", + "required_parameters": [ + { + "name": "customer_a_id", + "type": "STRING", + "description": "", + "default": "customer_a_id" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "ClearDil", + "api_name": "Fetchallmatches", + "api_description": " ", + "required_parameters": [ + { + "name": "screening_a_id", + "type": "STRING", + "description": "", + "default": "screening_a_id" + }, + { + "name": "customer_a_id", + "type": "STRING", + "description": "", + "default": "customer_a_id" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "ClearDil", + "api_name": "Searchscreeningsdone", + "api_description": " ", + "required_parameters": [ + { + "name": "status", + "type": "STRING", + "description": "", + "default": "DONE" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "Indian Bank Account Verification", + "api_name": "GET Call", + "api_description": "Used to fetch api result using the request id received in responses.", + "required_parameters": [ + { + "name": "request_id", + "type": "STRING", + "description": "", + "default": "68bbb910-da9b-4d8a-9a1d-4bd878b19846" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "QuantaEx Market Data", + "api_name": "24 Hours Tickers", + "api_description": "24 hours trading data", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quantaex.com", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "My company is conducting a thorough background check on potential employees. Can you search for screenings that have been completed and fetch the individual customer details for each screening? Additionally, provide me with the 24-hour tickers for the QuantaEx market data to stay updated on the latest trading trends.", + "relevant APIs": [ + [ + "ClearDil", + "Searchscreeningsdone" + ], + [ + "ClearDil", + "Fetchindividualcustomer" + ], + [ + "QuantaEx Market Data", + "24 Hours Tickers" + ] + ], + "query_id": 33950 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "Crypto Symbols by API-Ninjas", + "api_name": "/v1/cryptosymbols", + "api_description": "API Ninjas Crypto Symbols API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbols": [ + "list of str with length 522" + ], + "timestamp": "int" + } + }, + { + "category_name": "Financial", + "tool_name": "Number2Words", + "api_name": "Get", + "api_description": "Get equivalent words of this number", + "required_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "", + "default": "EN" + }, + { + "name": "number", + "type": "NUMBER", + "description": "", + "default": "98765432.10" + } + ], + "optional_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "", + "default": "USA" + }, + { + "name": "units", + "type": "STRING", + "description": "", + "default": "cent" + }, + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "dollar" + }, + { + "name": "output", + "type": "STRING", + "description": "", + "default": "text" + } + ], + "method": "GET" + }, + { + "category_name": "Financial", + "tool_name": "FreeFloatUs", + "api_name": "trades/pending", + "api_description": "Get pending trades for your freefloat strategies.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "FreeFloatUs", + "api_name": "portfolio", + "api_description": "Download your freefloat portfolio.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "TND Exchange Rate", + "api_name": "api", + "api_description": "GET the average exchange rate of TND against USD & EUR", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "USD": "float", + "EUR": "float", + "GBP": "float", + "CHF": "float", + "BTC": "float" + } + } + ], + "query": "My company is organizing a financial conference and we need to download the portfolio for the event. Can you assist us in downloading the portfolio from FreeFloatUs? Additionally, I'm interested in knowing the equivalent words for the number 98765432.10 in English.", + "relevant APIs": [ + [ + "FreeFloatUs", + "portfolio" + ], + [ + "Number2Words", + "Get" + ] + ], + "query_id": 34056 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "News In Bay", + "api_name": "Get San Francisco Chronicle news", + "api_description": "Get all news titled with keyword (sources via San Francisco Chronicle )", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sfchronicle", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Media", + "tool_name": "News In Bay", + "api_name": "Get All News", + "api_description": "Get all news titled with keyword (sources via San Francisco Chronicle / SFGATE / abc7News)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Bing Image Search", + "api_name": "Trending", + "api_description": "Get currently trending images.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "_type": "str", + "instrumentation": { + "_type": "str" + }, + "errors": [ + { + "code": "str", + "subCode": "str", + "message": "str", + "moreDetails": "str", + "parameter": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "Bing Image Search", + "api_name": "Image Search", + "api_description": "Get relevant images for a given query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search query string", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "The number of image results to return in the response. The actual number delivered may be less than requested.", + "default": "" + }, + { + "name": "safeSearch", + "type": "STRING", + "description": "A filter used to filter results for adult content.", + "default": "" + }, + { + "name": "offset", + "type": "STRING", + "description": "The zero-based offset that indicates the number of image results to skip before returning results.", + "default": "" + }, + { + "name": "mkt", + "type": "STRING", + "description": "The market where the results come from. Typically, this is the country where the user is making the request from; however, it could be a different country if the user is not located in a country where Bing delivers results. The market must be in the form -. For example, en-US.\n\n\n\nFull list of supported markets:\nes-AR, en-AU, de-AT, nl-BE, fr-BE, pt-BR, en-CA, fr-CA, es-CL, da-DK, fi-FI, fr-FR, de-DE, zh-HK, en-IN, en-ID, en-IE, it-IT, ja-JP, ko-KR, en-MY, es-MX, nl-NL, en-NZ, no-NO, zh-CN, pl-PL, pt-PT, en-PH, ru-RU, ar-SA, en-ZA, es-ES, sv-SE, fr-CH, de-CH, zh-TW, tr-TR, en-GB, en-US, es-US", + "default": "" + } + ], + "method": "GET", + "template_response": { + "_type": "str", + "errors": [ + { + "code": "str", + "subCode": "str", + "message": "str", + "moreDetails": "str", + "parameter": "str", + "value": "str", + "_list_length": 3 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "StreamlineWatch - Streaming Guide", + "api_name": "/shows/{id}/episodes", + "api_description": "List all the episodes from the show", + "required_parameters": [ + { + "name": "platform", + "type": "STRING", + "description": "Retrieve sources from the specified platform.\n*required, possible values: ios, android, androidtv, web*", + "default": "ios" + }, + { + "name": "id", + "type": "NUMBER", + "description": "The id of the show", + "default": "82856" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "Skips this number of records.\n*optional, default: 0*", + "default": "0" + }, + { + "name": "region", + "type": "STRING", + "description": "Filter by region.\n*optional, default: US*\n*possible values: US, FR*\n", + "default": "US" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Number of records to return per request.\n*optional, default: 25, max: 100*", + "default": "25" + }, + { + "name": "sort", + "type": "STRING", + "description": "Sort the records in regular order or reverse order to get most recent episodes first.\n*optional, default: regular*\n*possible values: regular, reverse*", + "default": "regular" + }, + { + "name": "season", + "type": "NUMBER", + "description": "A particular season for a show. Do not specify any value to get the episodes from all the seasons.\n*optional*", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "total": "int", + "data": [ + { + "_id": "int", + "episode_number": "int", + "first_aired": "str", + "season_number": "int", + "show_id": "int", + "thumbnail_path": "str", + "title": "str", + "sources": [ + { + "source": "str", + "link_ios": "str", + "_list_length": 1 + } + ], + "_list_length": 8 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "StreamlineWatch - Streaming Guide", + "api_name": "/movies/{id}", + "api_description": "Return the metadata associated with the specified movie.", + "required_parameters": [ + { + "name": "platform", + "type": "STRING", + "description": "Retrieve sources from the specified platform.\n*required, possible values: ios, android, androidtv, web*", + "default": "ios" + }, + { + "name": "id", + "type": "NUMBER", + "description": "The id of the movie. You can also use a tmdb id.", + "default": "508947" + } + ], + "optional_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Retrieve the sources' deep link from this region\n*optional, default: US*\n*possible values: US, FR*", + "default": "US" + } + ], + "method": "GET", + "template_response": { + "_id": "int", + "backdrop_path": "str", + "genres": [ + "list of str with length 4" + ], + "original_title": "str", + "overview": "str", + "poster_path": "str", + "release_date": "str", + "title": "str", + "vote_average": "float", + "vote_count": "int", + "youtube_trailer": "str", + "sources": [ + { + "source": "str", + "link_ios": "str", + "type": "str", + "_list_length": 3 + } + ] + } + }, + { + "category_name": "Media", + "tool_name": "StreamlineWatch - Streaming Guide", + "api_name": "/genres", + "api_description": "Return a list of all genres", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str" + } + } + ], + "query": "I'm a fan of documentaries and I want to learn about various topics. Can you suggest some popular documentary shows and provide the episodes' details? Also, find trending images related to documentaries.", + "relevant APIs": [ + [ + "StreamlineWatch - Streaming Guide", + "/shows/{id}/episodes" + ], + [ + "Bing Image Search", + "Trending" + ] + ], + "query_id": 34406 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Instagram Reels and post Downloader", + "api_name": "Reels Downloader", + "api_description": "You only need to provide the link to your Instagram media, and our API will give you the results in Download links of reels and posts", + "required_parameters": [ + { + "name": "link", + "type": "STRING", + "description": "", + "default": "https://www.instagram.com/reels/CsinDvAgoYA/" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Instagram Reels and post Downloader", + "api_name": "Posts", + "api_description": "Download post using instagram url", + "required_parameters": [ + { + "name": "link", + "type": "STRING", + "description": "", + "default": "https://www.instagram.com/p/CtwqsweyqYB/" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Images Infos - API1", + "api_name": "/getWebsitesPDF", + "api_description": "Get a PDF from a website", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Images Infos - API1", + "api_name": "/getWebsitesScreenshot", + "api_description": "Capture a screenshot from website", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Rijksmuseum", + "api_name": "Collection", + "api_description": "GET /api/[culture]/collection gives the full collection with brief information about each work. This results are split up in result pages. By using the p and ps parameters you can fetch more results. All of the other parameters are identical to the search page on the Rijksmuseum website. You can use that to find out what's the best query to use", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The search terms that need to occur in one of the fields of the artwork data", + "default": "Van Gogh" + }, + { + "name": "culture", + "type": "STRING", + "description": "nl / en\t\tThe language to search in (and of the results)", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "convm", + "api_name": "theofficialvkr", + "api_description": "put video url to download", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Giphy", + "api_name": "Translate", + "api_description": "This is prototype endpoint for using Giphy as a translation engine for a GIF dialect. The translate API draws on search, but uses the Giphy \"special sauce\" to handle translating from one vocabulary to another. In this case, words and phrases to GIFs. Use a plus or url encode for phrases.", + "required_parameters": [ + { + "name": "s", + "type": "STRING", + "description": "term or phrase to translate into a GIF", + "default": "superman" + } + ], + "optional_parameters": [ + { + "name": "rating", + "type": "STRING", + "description": "limit results to those rated (y,g, pg, pg-13 or r).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": "empty list", + "meta": { + "status": "int", + "msg": "str", + "response_id": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Giphy", + "api_name": "Trending GIFs", + "api_description": "Fetch GIFs currently trending online. The data returned mirrors that used to create The Hot 100 list of GIFs on Giphy. Returns 25 results by default.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "limits the number of results returned. By default returns 25 results.", + "default": "" + }, + { + "name": "rating", + "type": "STRING", + "description": "limit results to those rated (y,g, pg, pg-13 or r).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": "empty list", + "meta": { + "status": "int", + "msg": "str", + "response_id": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Giphy", + "api_name": "STICKER Trending", + "api_description": "Get the latest stickers trending on Giphy with this endpoint.", + "required_parameters": [ + { + "name": "s", + "type": "STRING", + "description": "term or phrase to translate into a GIF", + "default": "hungry" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "number of results to return, maximum 100. Default: 25", + "default": "" + }, + { + "name": "offset", + "type": "STRING", + "description": "results offset, defaults to 0", + "default": "" + }, + { + "name": "fmt", + "type": "STRING", + "description": "return results in html or json format.", + "default": "" + }, + { + "name": "rating", + "type": "STRING", + "description": "limit results to those rated (y,g, pg, pg-13 or r).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": "empty list", + "meta": { + "status": "int", + "msg": "str", + "response_id": "str" + } + } + } + ], + "query": "I'm a web developer and I'm looking for inspiration for my new project. Can you suggest some trending GIFs and stickers related to coding and technology? Additionally, provide me with a tool to capture screenshots of websites with modern and innovative designs.", + "relevant APIs": [ + [ + "Images Infos - API1", + "/getWebsitesScreenshot" + ], + [ + "Giphy", + "Trending GIFs" + ], + [ + "Giphy", + "STICKER Trending" + ] + ], + "query_id": 34437 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Amazon Data_v2", + "api_name": "MarketPlace List", + "api_description": "This endpoint lists down the market places we use to fetch data!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Data_v2", + "api_name": "Categories List", + "api_description": "This endpoint point fetches categories of Amazon!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "natural milk", + "api_name": "natural-milk", + "api_description": "natural-milk", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Walmart_v2", + "api_name": "Product-reviews", + "api_description": "Get product reviews on Walmart.com by specifying product page url or usItemId.", + "required_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.walmart.com/ip/Sceptre-65-Class-4K-UHD-LED-TV-HDR-U650CV-U/48874705" + }, + { + "name": "usItemId", + "type": "STRING", + "description": "", + "default": "48874705" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Walmart_v2", + "api_name": "Store-location", + "api_description": "Get detailed Walmart store locations (phone number and address) by specifying the zip code.", + "required_parameters": [ + { + "name": "zip_code", + "type": "STRING", + "description": "", + "default": "30301" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Ecommerce Product API", + "api_name": "Product Data", + "api_description": "The /data endpoint is a part of the Ecommerce Product API that allows you to retrieve information about a specific product in your ecommerce store. By making a GET request to this endpoint and specifying the product name, you can access a wide range of information about the product, including its name, description, images, and more. The response to the request will be in JSON format and will include all relevant product data. This endpoint is an essential tool for retrieving information about products in your store, and is designed to be fast and efficient, ensuring that you receive the information you need quickly and easily.", + "required_parameters": [ + { + "name": "product", + "type": "STRING", + "description": "", + "default": "phone" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Data_v3", + "api_name": "Get comments with product id", + "api_description": "Retrieve comments based on a product id.", + "required_parameters": [ + { + "name": "product_id", + "type": "STRING", + "description": "", + "default": "B094NVF2V1" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a charity event and I need to gather information about various marketplaces. Can you provide me with a list of marketplaces we can use to fetch data? Additionally, fetch the comments for a specific product with the ID B094NVF2V1 using the Amazon Data_v3 API.", + "relevant APIs": [ + [ + "Amazon Data_v2", + "MarketPlace List" + ], + [ + "Amazon Data_v3", + "Get comments with product id" + ] + ], + "query_id": 34667 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "EcartAPI", + "api_name": "GetallstoreWebhoooks", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "EcartAPI", + "api_name": "Countallproducts", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "error": "str", + "message": "str", + "ecartapiError": "bool" + } + }, + { + "category_name": "eCommerce", + "tool_name": "EcartAPI", + "api_name": "Getallorders", + "api_description": "

Note:
\nFilters are available depending of the ecommerce\n

", + "required_parameters": [], + "optional_parameters": [ + { + "name": "search", + "type": "STRING", + "description": "Search by key-word", + "default": "String. [ customer@email.com ]" + }, + { + "name": "sinceId", + "type": "STRING", + "description": "Request orders since a certain Id", + "default": "String" + }, + { + "name": "page", + "type": "STRING", + "description": "Pagination is numbered or by token(only when response includes page object)", + "default": "String or Number" + }, + { + "name": "status[financial]", + "type": "STRING", + "description": "Filter orders by financial status. Values subject to ecommerce", + "default": "Values subject to ecommerce" + }, + { + "name": "status[status]", + "type": "STRING", + "description": "Filter orders by status. Values subject to ecommerce", + "default": "Values subject to ecommerce" + }, + { + "name": "draft", + "type": "STRING", + "description": "Shopify Only.", + "default": "[ true, false ]" + }, + { + "name": "status[ecartapi]", + "type": "STRING", + "description": "Filter orders by status.", + "default": "[ pending, authorized, paid, partially_paid, refunded, partially_refunded, cancelled, delete, shipped, other ]" + }, + { + "name": "createdAt[to]", + "type": "STRING", + "description": "Filter orders by date created to.", + "default": "YYYY-MM-DD" + }, + { + "name": "ids", + "type": "STRING", + "description": "List of order ids separated by comas", + "default": "String" + }, + { + "name": "recent", + "type": "STRING", + "description": "Shows the most recent orders, including the ones with dates before e expiration_date and have not been qualified", + "default": "[ true, false ]" + }, + { + "name": "fulfillmentStatus", + "type": "STRING", + "description": "Filter orders by the fulfillment status. Values subject to ecommerce", + "default": "Values subject to ecommerce" + }, + { + "name": "offset", + "type": "STRING", + "description": "Lower limit of the results block. Modifies the range of the results provided, range goes from offset to limit", + "default": "Int" + }, + { + "name": "createdAt[from]", + "type": "STRING", + "description": "Filter orders by date created from.", + "default": "YYYY-MM-DD" + }, + { + "name": "updatedAt[to]", + "type": "STRING", + "description": "Filter orders by date updated to.", + "default": "YYYY-MM-DD" + }, + { + "name": "limit", + "type": "STRING", + "description": "Limit of documents requested by call", + "default": "Int" + }, + { + "name": "status[id]", + "type": "STRING", + "description": "Filter orders by status Id. Values are subject to ecommerce", + "default": "Values subject to ecommerce" + }, + { + "name": "allStores", + "type": "STRING", + "description": "Search items in all stores.", + "default": "[true, false]" + }, + { + "name": "sort", + "type": "STRING", + "description": "Shows orders by ascending or descending dates.", + "default": "[ asc, desc ]" + }, + { + "name": "updatedAt[from]", + "type": "STRING", + "description": "Filter orders by date updatedfrom.", + "default": "YYYY-MM-DD" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "error": "str", + "message": "str", + "ecartapiError": "bool" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Facebook Marketplace", + "api_name": "categories", + "api_description": "Facebook items categories", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Facebook Marketplace", + "api_name": "cities", + "api_description": "Facebook items cities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Facebook Marketplace", + "api_name": "products", + "api_description": "Get facbook items", + "required_parameters": [], + "optional_parameters": [ + { + "name": "no_of_save", + "type": "NUMBER", + "description": "", + "default": "25" + }, + { + "name": "min_sales", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "min_price", + "type": "STRING", + "description": "", + "default": "2.00" + }, + { + "name": "category", + "type": "STRING", + "description": "", + "default": "Apparel" + }, + { + "name": "city", + "type": "STRING", + "description": "", + "default": "New York" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "total_products": "int", + "total_pages": "int", + "result_per_page": "int", + "data": [ + { + "ID": "int", + "Title": "str", + "City_Name": "str", + "Category": "str", + "Item_Description": "str", + "Main_Image": "str", + "Seller_Name": "str", + "Seller_Profile": "str", + "Item_Link": "str", + "Seller_Feedback_Amount": "int", + "Num_Saves": "int", + "No_Of_Sales": "int", + "Shipping_Cost": "int", + "Discounted_Price": "int", + "Original_Price": "int", + "Created_At": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Product Price Data", + "api_name": "product", + "api_description": "Get Amazon product price information by locale.\n\nASINs provided will be searched by the locale provided, e.g. if `B005YQZ1KE,B074R8RQQ2` were provided and `US` as a locale were provided, it will provide metadata from only `amazon.com`.\n\nPlease note that price data may be up to 30 minutes out of date.\n\nCurrently supported locales:\n\nUS (amazon.com)\nUK (amazon.co.uk)\nCA (amazon.ca)\nIN (amazon.in)\nFR (amazon.fr)\n\nMore coming soon!", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "Currently supported locales:\n\nUS (amazon.com)\nUK (amazon.co.uk)\nCA (amazon.ca)\nIN (amazon.in)\nFR (amazon.fr)\n\nMore coming soon!", + "default": "US" + }, + { + "name": "asins", + "type": "STRING", + "description": "", + "default": "B005YQZ1KE,B074R8RQQ2" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Product Reviews", + "api_name": "AmazonProductReviews", + "api_description": "It will accept three parameters asin, domain, pageNum.\nFor Ex:\nasin: B087N3LWRB (you can find it in the product page of amazon)\ndomain: amazon.co.uk (put the domain without www, currently we only provide amazon.com, amazon.in and amazon.co.uk)\npageNum: 1 (min 1 and max depends on the number of reviews on the product. Each page give 10 reviews)", + "required_parameters": [ + { + "name": "pageNum", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "amazon.com" + }, + { + "name": "asin", + "type": "STRING", + "description": "", + "default": "B01H6GUCCQ" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Wayfair", + "api_name": "products/list", + "api_description": "List products with filters and options", + "required_parameters": [ + { + "name": "categoryId", + "type": "NUMBER", + "description": "The value of categoryId fields returned in .../categories/list endpoint", + "default": "45974" + } + ], + "optional_parameters": [ + { + "name": "currentZipCode", + "type": "STRING", + "description": "The postal code to get near available products.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "For paging purpose", + "default": "1" + }, + { + "name": "itemsPerPage", + "type": "NUMBER", + "description": "For paging purpose", + "default": "48" + }, + { + "name": "sortId", + "type": "NUMBER", + "description": "Check availableSorts field returned right in this endpoint for suitable sortId", + "default": "" + }, + { + "name": "filterStringUnencoded", + "type": "STRING", + "description": "The value of filterStringUnencoded fields returned right in this endpoint to filter products, pass this parameter multiple times for multiple filters. Ex : ...&filterStringUnencoded=a1234567890~2147483646&filterStringUnencoded=at_style~Tiffany&...", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"summary\": {\"request_id\": \"str\", \"transaction_id\": \"str\", \"page_type\": \"str\", \"response_hash\": \"str\", \"response_matches_prior_hash\": \"bool\", \"cache_seconds\": \"int\", \"cache_always_check_server\": \"bool\", \"spv_custom_vars\": \"str\"}, \"response\": {\"data\": {\"category\": {\"category_id\": \"str\", \"name\": \"str\", \"class_id\": \"int\", \"browse\": {\"roadsign\": \"str\", \"postalCode\": \"str\", \"pagination\": {\"currentPage\": \"int\", \"totalNumberOfPages\": \"int\"}, \"sort\": {\"appliedSort\": {\"id\": \"int\", \"name\": \"str\"}, \"availableSorts\": [{\"id\": \"int\", \"name\": \"str\", \"_list_length\": 4}]}, \"currentFilterString\": \"str\", \"productCount\": \"int\", \"products\": [{\"sku\": \"str\", \"name\": \"str\", \"url\": \"str\", \"leadImage\": {\"id\": \"int\"}, \"percent_sold\": \"int\", \"promo_text\": \"str\", \"banner_type\": \"int\", \"special_sku_type\": \"int\", \"manufacturer\": {\"name\": \"str\", \"shortName\": \"str\"}, \"hasReturnSale\": \"bool\", \"inventory\": {\"stockStatus\": \"str\"}, \"pricing\": {\"customerPrice\": {\"unitPrice\": {\"value\": \"float\"}, \"appliedPromotion\": \"str\"}, " + }, + { + "category_name": "eCommerce", + "tool_name": "Wayfair", + "api_name": "reviews/list", + "api_description": "List reviews relating to specific product", + "required_parameters": [ + { + "name": "sku", + "type": "STRING", + "description": "The value of sku fields returned in .../products/list or .../products/search endpoint.", + "default": "W004939121" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "For paging purpose", + "default": "1" + }, + { + "name": "star", + "type": "STRING", + "description": "Leave empty or 1 to 5", + "default": "" + }, + { + "name": "sort_order", + "type": "STRING", + "description": "One of the following : RELEVANCE|HELPFUL|DATE_ASCENDING|DATE_DESCENDING|IMAGE|RATING_DESCENDING|RATING_ASCENDING", + "default": "RELEVANCE" + } + ], + "method": "GET", + "template_response": { + "summary": { + "request_id": "str", + "transaction_id": "str", + "page_type": "str", + "response_hash": "str", + "response_matches_prior_hash": "bool", + "cache_seconds": "int", + "cache_always_check_server": "bool", + "spv_custom_vars": "str" + }, + "response": { + "data": { + "product": { + "customer_reviews": { + "sku": "str", + "average_rating_value": "float", + "rating_count": "int", + "histogram_stats": [ + { + "rating": "int", + "count": "int", + "_list_length": 5 + } + ], + "reviews": [ + { + "is_kit_child": "bool", + "review_id": "int", + "rating": "int", + "date": "str", + "has_verified_buyer_status": "bool", + "reviewer_name": "str", + "reviewer_location": "str", + "headline": "str", + "product_comments": "str", + "has_customer_photos": "bool", + "language_code": "str", + "review_helpful": "int", + "reviewer_badge_id": "int", + "reviewer_badge_text": "str", + "customer_photos": [ + { + "src": "str", + "ire_id": "int", + "_list_length": 1 + } + ], + "_list_length": 10 + } + ] + } + } + } + } + } + }, + { + "category_name": "eCommerce", + "tool_name": "Wayfair", + "api_name": "auto-complete", + "api_description": "Get auto suggestions by term or phrase", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Any term or phrase that you are familiar with", + "default": "red pillow" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "summary": { + "request_id": "str", + "transaction_id": "str", + "page_type": "str", + "response_hash": "str", + "response_matches_prior_hash": "bool", + "cache_seconds": "int", + "cache_always_check_server": "bool", + "spv_custom_vars": "str" + }, + "response": [ + { + "schema_id": "str", + "value": "str", + "type": "str", + "first_in_section": "bool", + "is_reform": "bool", + "keyword": "bool", + "_list_length": 9 + } + ] + } + } + ], + "query": "I'm a food lover and I want to try out new recipes. Can you recommend some kitchen appliances and cooking utensils from Facebook Marketplace? It would be helpful if you could provide me with the prices and customer reviews for the products. Additionally, I would like to track the delivery status of the ordered products using EcartAPI.", + "relevant APIs": [ + [ + "Facebook Marketplace", + "products" + ], + [ + "Facebook Marketplace", + "categories" + ], + [ + "EcartAPI", + "Getallorders" + ] + ], + "query_id": 34789 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Amazon India Scraper_v3", + "api_name": "Gets Products", + "api_description": "Get The Product Details Using A Identifier(id)", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "B098XK9BPC" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon India Scraper_v3", + "api_name": "Product Reviews", + "api_description": "Get The Product's Reviews", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "B098XK9BPC" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Scrapper_v4", + "api_name": "GET search results", + "api_description": "GET search results", + "required_parameters": [ + { + "name": "searchQuery", + "type": "string", + "description": "", + "default": "sdfsdf" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Scrapper_v4", + "api_name": "GET a product reviews", + "api_description": "GET a product reviews", + "required_parameters": [ + { + "name": "productId", + "type": "string", + "description": "", + "default": "sdfsdfsdf" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Scrapper_v4", + "api_name": "GET a product details", + "api_description": "GET a product details.\nYou can get the product id from the URL when you search for a particular product. It is the next value after '/dp/'.\nEg: B08N5WG761 is the value we want from the url - \nhttps://www.amazon.in/Apple-MacBook-Chip-13-inch-256GB/dp/B08N5WG761/", + "required_parameters": [ + { + "name": "productId", + "type": "string", + "description": "", + "default": "B08N5WG761" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "\u00c7i\u00e7eksepeti Data", + "api_name": "Get Comments from product id", + "api_description": "Retrieve comments based on a product id.", + "required_parameters": [ + { + "name": "product_id", + "type": "STRING", + "description": "", + "default": "41892066" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "comments": [ + "list of str with length 40" + ], + "stars": [ + "list of int with length 40" + ] + } + }, + { + "category_name": "eCommerce", + "tool_name": "Amazon Data_v3", + "api_name": "Get comments with product id", + "api_description": "Retrieve comments based on a product id.", + "required_parameters": [ + { + "name": "product_id", + "type": "STRING", + "description": "", + "default": "B094NVF2V1" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My company is planning to launch a new product and we need to gather customer feedback. Can you provide us with the comments and star ratings for the product with the ID 41892066? Additionally, we would like to get the comments for a different product with the ID B094NVF2V1.", + "relevant APIs": [ + [ + "\u00c7i\u00e7eksepeti Data", + "Get Comments from product id" + ], + [ + "Amazon Data_v3", + "Get comments with product id" + ] + ], + "query_id": 34980 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Ebay de Product Details Page Scraper", + "api_name": "Detail Page", + "api_description": "Get all Data from https://www.ebay.de/itm/ITEM_ID\n\n**Payload:** ITEM_ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "265488616472" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Price Comparison", + "api_name": "details", + "api_description": "get details on the product", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "An identifier can be any of the following:\n\n- UPC\n- EAN\n- ISBN\n- GTIN\n- Amazon ASIN", + "default": "611247373064" + } + ], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "US" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "-122.49493" + }, + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "37.777805" + } + ], + "method": "GET", + "template_response": { + "ID": "int", + "ASIN": "str", + "Title": "str", + "BasePrice": "float", + "FormattedBasePrice": "str", + "BestPrice": "float", + "FormattedBestPrice": "str", + "ProductCategories": [ + { + "Source": "str", + "Name": "str", + "FullName": "str", + "_list_length": 1 + } + ], + "Media": { + "XImage": "str", + "OriginalWidth": "int", + "OriginalHeight": "int", + "AverageColor": "str", + "DominantColor": "str", + "ImageAlternatives": [ + "list of str with length 14" + ] + }, + "Attributes": [ + { + "Type": "str", + "Key": "str", + "Value": "str", + "_list_length": 4 + } + ], + "Offers": [ + { + "ID": "NoneType", + "Merchant": "str", + "ProductID": "int", + "Quality": "str", + "Venue": "str", + "Price": "float", + "FormattedPrice": "str", + "Link": "str", + "Links": { + "AffiliateLink": "str", + "CashbackLink": "NoneType", + "ParentLink": "NoneType", + "ParentAffiliateLink": "NoneType", + "ParentCashbackLink": "NoneType" + }, + "InStockStatus": "str", + "BasePrice": "int", + "FormattedBasePrice": "str", + "_list_length": 1 + } + ], + "Raw": "NoneType" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Price Comparison", + "api_name": "offers", + "api_description": "list offers for the product", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "An identifier can be any of the following:\n\n- UPC\n- EAN\n- ISBN\n- GTIN\n- Amazon ASIN", + "default": "611247373064" + } + ], + "optional_parameters": [ + { + "name": "latitude", + "type": "STRING", + "description": "", + "default": "37.777805" + }, + { + "name": "longitude", + "type": "STRING", + "description": "", + "default": "-122.49493" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "US" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Target", + "api_name": "products/v2/list-recommended", + "api_description": "List more products to consider", + "required_parameters": [ + { + "name": "store_id", + "type": "NUMBER", + "description": "The value of location_id returned in .../stores/list endpoint", + "default": "911" + }, + { + "name": "tcins", + "type": "NUMBER", + "description": "The value of tcin field returned in .../products/list endpoint", + "default": "54191097" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "errors": [ + { + "message": "str", + "_list_length": 1 + } + ], + "data": {} + } + }, + { + "category_name": "eCommerce", + "tool_name": "Target", + "api_name": "stores/list", + "api_description": "List available nearby store by zipcode, GEO location, or city name. One at a time, do NOT use them together at once.", + "required_parameters": [ + { + "name": "zipcode", + "type": "STRING", + "description": "Zip code or postal code of area to look for stores, such as : 10009", + "default": "10009" + } + ], + "optional_parameters": [ + { + "name": "city", + "type": "STRING", + "description": "Name of city to look for stores, such as : california", + "default": "" + }, + { + "name": "latlng", + "type": "STRING", + "description": "GEO location to look for around stores, such as : 36.839828,-119.727711", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"place\": \"str\", \"type\": \"str\", \"limit\": \"int\", \"within\": \"int\", \"unit\": \"str\", \"locale\": \"str\", \"count\": \"int\", \"locations\": [{\"location_id\": \"int\", \"type_code\": \"str\", \"type_description\": \"str\", \"status\": \"str\", \"distance\": \"float\", \"distance_unit\": \"str\", \"location_names\": [{\"name_type\": \"str\", \"name\": \"str\", \"_list_length\": 1}], \"address\": {\"address_line1\": \"str\", \"city\": \"str\", \"county\": \"str\", \"region\": \"str\", \"state\": \"str\", \"postal_code\": \"str\"}, \"capabilities\": [{\"capability_code\": \"str\", \"capability_name\": \"str\", \"_list_length\": 4}], \"physical_specifications\": {\"total_building_area\": \"int\"}, \"contact_information\": {\"building_area\": \"str\", \"telephone_type\": \"str\", \"telephone_number\": \"str\"}, \"geographic_specifications\": {\"latitude\": \"float\", \"longitude\": \"float\", \"time_zone_code\": \"str\", \"iso_time_zone\": \"str\"}, \"rolling_operating_hours\": {\"regular_event_hours\": {\"days\": [{\"sequence_number\": \"int\", \"date\": \"str\", \"day_name\": \"str\", \"is_open\": \"bool\", \"hours\": [{\"begin_time\": \"" + }, + { + "category_name": "eCommerce", + "tool_name": "Target", + "api_name": "products/v2/get-details (Deprecated)", + "api_description": "Get detail information of product", + "required_parameters": [ + { + "name": "store_id", + "type": "NUMBER", + "description": "The value of location_id returned in .../stores/list endpoint", + "default": "911" + }, + { + "name": "tcin", + "type": "NUMBER", + "description": "The value of tcin field returned in .../products/list endpoint", + "default": "54191097" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "BestBuy Product Data API", + "api_name": "BestBuyProductData", + "api_description": "It will accept two parameters keyword and page.\nFor Ex:\nkeyword: iphone (it is the search term and it can be anything for example: iphone, ps5, sony tv etc)\npage: min 1 (max depends on the number of products available)", + "required_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "iphone" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I want to plan a trip to New York City with my friends. Can you provide me with the details of a specific product with ID 611247373064 in the Price Comparison tool? Additionally, find nearby stores in New York City using the Target tool.", + "relevant APIs": [ + [ + "Price Comparison", + "details" + ], + [ + "Target", + "stores/list" + ] + ], + "query_id": 35139 + }, + { + "api_list": [ + { + "category_name": "Sports", + "tool_name": "IPL API", + "api_name": "getMatchByWinner", + "api_description": "get all the matches by winner", + "required_parameters": [], + "optional_parameters": [ + { + "name": "winner", + "type": "STRING", + "description": "", + "default": "Kolkata Knight Riders" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "IPL API", + "api_name": "getMatchesByCity", + "api_description": "get all the matches by **city**", + "required_parameters": [ + { + "name": "city", + "type": "STRING", + "description": "", + "default": "Kolkata" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "IPL API", + "api_name": "getMatchesByTeam", + "api_description": "get all the matches by a particular team", + "required_parameters": [ + { + "name": "team", + "type": "STRING", + "description": "", + "default": "Kolkata Knight Riders" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "city": "str", + "date": "str", + "player_of_match": "str", + "venue": "str", + "neutral_venue": "int", + "team1": "str", + "team2": "str", + "toss_winner": "str", + "toss_decision": "str", + "winner": "str", + "result": "str", + "result_margin": "float", + "eliminator": "str", + "method": "NoneType", + "umpire1": "str", + "umpire2": "str" + } + }, + { + "category_name": "Sports", + "tool_name": "Major League Soccer Standings", + "api_name": "Major League Soccer Standings", + "api_description": "Major League Soccer Standings", + "required_parameters": [], + "optional_parameters": [ + { + "name": "season", + "type": "STRING", + "description": "e.g. `2022`\ne.g. `2021`", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Sports", + "tool_name": "Cricbuzz Cricket", + "api_name": "teams/get-stats", + "api_description": "Get stats by team", + "required_parameters": [ + { + "name": "statsType", + "type": "STRING", + "description": "The value of 'value' field returned in \u2026/teams/get-stats-filter endpoint", + "default": "mostRuns" + }, + { + "name": "teamId", + "type": "NUMBER", + "description": "The value of teamId field returned in \u2026/teams/list endpoint", + "default": "2" + } + ], + "optional_parameters": [ + { + "name": "opponent", + "type": "NUMBER", + "description": "The value of 'teamId' field returned right in this endpoint", + "default": "" + }, + { + "name": "team", + "type": "NUMBER", + "description": "The value of 'teamId' field returned right in this endpoint", + "default": "" + }, + { + "name": "year", + "type": "NUMBER", + "description": "Specify year to get stats. Ex : 2021", + "default": "" + }, + { + "name": "matchType", + "type": "NUMBER", + "description": "The value of matchTypeId field returned right in this endpoint", + "default": "" + } + ], + "method": "GET", + "template_response": { + "filter": { + "matchtype": [ + { + "matchTypeId": "str", + "matchTypeDesc": "str", + "_list_length": 3 + } + ], + "team": [ + { + "id": "str", + "teamShortName": "str", + "_list_length": 733 + } + ], + "selectedMatchType": "str", + "selectedTeam": "str" + }, + "headers": [ + "list of str with length 5" + ], + "values": [ + { + "values": [ + "list of str with length 6" + ], + "_list_length": 20 + } + ], + "appIndex": { + "seoTitle": "str", + "webURL": "str" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Cricbuzz Cricket", + "api_name": "series/get-news", + "api_description": "Get news by series", + "required_parameters": [ + { + "name": "seriesId", + "type": "NUMBER", + "description": "The value of id field returned in \u2026/series/list or \u2026/series/list-archives endpoints.", + "default": "3636" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "storyList": [ + { + "story": { + "id": "int", + "hline": "str", + "intro": "str", + "pubTime": "str", + "source": "str", + "storyType": "str", + "imageId": "int", + "seoHeadline": "str", + "context": "str", + "coverImage": { + "id": "str", + "caption": "str", + "source": "str" + } + }, + "_list_length": 12 + } + ], + "lastUpdatedTime": "str", + "appIndex": { + "seoTitle": "str", + "webURL": "str" + } + } + }, + { + "category_name": "Sports", + "tool_name": "Cricbuzz Cricket", + "api_name": "matches/get-scorecard", + "api_description": "Get match scorecard", + "required_parameters": [ + { + "name": "matchId", + "type": "NUMBER", + "description": "The value of matchId field returned in \u2026/matches/list, \u2026/schedules/list, \u2026/series/get-matches, \u2026/teams/get-schedules, \u2026/teams/get-results, \u2026/venues/get-matches endpoints.", + "default": "40381" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"scoreCard\": [{\"matchId\": \"int\", \"inningsId\": \"int\", \"timeScore\": \"int\", \"batTeamDetails\": {\"batTeamId\": \"int\", \"batTeamName\": \"str\", \"batTeamShortName\": \"str\", \"batsmenData\": {\"bat_5\": {\"batId\": \"int\", \"batName\": \"str\", \"batShortName\": \"str\", \"isCaptain\": \"bool\", \"isKeeper\": \"bool\", \"runs\": \"int\", \"balls\": \"int\", \"dots\": \"int\", \"fours\": \"int\", \"sixes\": \"int\", \"mins\": \"int\", \"strikeRate\": \"float\", \"outDesc\": \"str\", \"bowlerId\": \"int\", \"fielderId1\": \"int\", \"fielderId2\": \"int\", \"fielderId3\": \"int\", \"ones\": \"int\", \"twos\": \"int\", \"threes\": \"int\", \"fives\": \"int\", \"boundaries\": \"int\", \"sixers\": \"int\", \"wicketCode\": \"str\", \"isOverseas\": \"bool\", \"inMatchChange\": \"str\", \"playingXIChange\": \"str\"}, \"bat_2\": {\"batId\": \"int\", \"batName\": \"str\", \"batShortName\": \"str\", \"isCaptain\": \"bool\", \"isKeeper\": \"bool\", \"runs\": \"int\", \"balls\": \"int\", \"dots\": \"int\", \"fours\": \"int\", \"sixes\": \"int\", \"mins\": \"int\", \"strikeRate\": \"float\", \"outDesc\": \"str\", \"bowlerId\": \"int\", \"fielderId1\": \"int\", \"fielderId2\": \"int\", " + } + ], + "query": "I'm a sports journalist and I'm writing an article about the performance of the Kolkata Knight Riders in the IPL. Can you provide me with the statistics of the team for the most runs? Also, give me the current standings of Major League Soccer for the 2021 season.", + "relevant APIs": [ + [ + "IPL API", + "getMatchesByTeam" + ], + [ + "Cricbuzz Cricket", + "teams/get-stats" + ], + [ + "Major League Soccer Standings", + "Major League Soccer Standings" + ] + ], + "query_id": 36115 + }, + { + "api_list": [ + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "balance", + "api_description": "The Balance API provides a count of request credits left in the user's account for the day. Balance is reset at midnight UTC everyday (00:00 UTC).", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "reverse", + "api_description": "Reverse geocoding is the process of converting a coordinate or location (latitude, longitude) to a readable address or place name. This permits the identification of nearby street addresses, places, and/or area subdivisions such as a neighborhood, county, state, or country.", + "required_parameters": [ + { + "name": "normalizecity", + "type": "NUMBER", + "description": "Normalizes village to city level data to city", + "default": 1 + }, + { + "name": "lat", + "type": "NUMBER", + "description": "Latitude of the location to generate an address for.", + "default": 40.7487727 + }, + { + "name": "format", + "type": "STRING", + "description": "Format to geocode. Only JSON supported for SDKs", + "default": "\"json\"" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "Longitude of the location to generate an address for.", + "default": -73.9849336 + } + ], + "optional_parameters": [ + { + "name": "addressdetails", + "type": "NUMBER", + "description": "Include a breakdown of the address into elements. Defaults to 1.", + "default": 1 + }, + { + "name": "accept-language", + "type": "STRING", + "description": "Preferred language order for showing search results, overrides the value specified in the Accept-Language HTTP header. Defaults to en. To use native language for the response when available, use accept-language=native", + "default": "\"en\"" + }, + { + "name": "postaladdress", + "type": "NUMBER", + "description": "Returns address inside the postaladdress key, that is specifically formatted for each country. Currently supported for addresses in Germany. Defaults to 0 [0,1]", + "default": 0 + }, + { + "name": "namedetails", + "type": "NUMBER", + "description": "Include a list of alternative names in the results. These may include language variants, references, operator and brand.", + "default": 0 + }, + { + "name": "showdistance", + "type": "NUMBER", + "description": "Returns the straight line distance (meters) between the input location and the result's location. Value is set in the distance key of the response. Defaults to 0 [0,1]", + "default": 0 + }, + { + "name": "statecode", + "type": "NUMBER", + "description": "Adds state or province code when available to the statecode key inside the address element. Currently supported for addresses in the USA, Canada and Australia. Defaults to 0", + "default": 0 + }, + { + "name": "extratags", + "type": "NUMBER", + "description": "Include additional information in the result if available, e.g. wikipedia link, opening hours.", + "default": 0 + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "LocationIQ", + "api_name": "Nearest", + "api_description": "Snaps a coordinate to the street network and returns the nearest n matches. Where coordinates only supports a single {longitude},{latitude} entry.", + "required_parameters": [ + { + "name": "coordinates", + "type": "STRING", + "description": "String of format {longitude},{latitude};{longitude},{latitude}[;{longitude},{latitude} ...] or polyline({polyline}) or polyline6({polyline6}). polyline follows Google's polyline format with precision 5", + "default": "\"-0.16102,51.523854\"" + } + ], + "optional_parameters": [ + { + "name": "exclude", + "type": "STRING", + "description": "Additive list of classes to avoid, order does not matter. input Value - {class}[,{class}] Format - A class name determined by the profile or none.", + "default": "\"toll\"" + }, + { + "name": "number", + "type": "NUMBER", + "description": "Number of nearest segments that should be returned. [ integer >= 1 (default 1) ]", + "default": 3 + }, + { + "name": "bearings", + "type": "STRING", + "description": "Limits the search to segments with given bearing in degrees towards true north in clockwise direction. List of positive integer pairs separated by semi-colon and bearings array should be equal to length of coordinate array.\nInput Value :- {bearing};{bearing}[;{bearing} ...] Bearing follows the following format : bearing\t{value},{range} integer 0 .. 360,integer 0 .. 180", + "default": "\"10,20\"" + }, + { + "name": "generate_hints", + "type": "STRING", + "description": "Adds a Hint to the response which can be used in subsequent requests, see hints parameter. Input Value - true (default), false Format - Base64 String", + "default": "\"false\"" + }, + { + "name": "approaches", + "type": "STRING", + "description": "Keep waypoints on curb side. Input Value - {approach};{approach}[;{approach} ...] Format - curb or unrestricted (default)", + "default": "\"curb\"" + }, + { + "name": "radiuses", + "type": "STRING", + "description": "Limits the search to given radius in meters Radiuses array length should be same as coordinates array, eaach value separated by semi-colon. Input Value - {radius};{radius}[;{radius} ...] Radius has following format :- double >= 0 or unlimited (default)", + "default": "\"1000\"" + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "Reverse Geocode Locator (U.S)", + "api_name": "Lookup Coordinates", + "api_description": "Convert US latitude and longitude coordinates into local city information", + "required_parameters": [ + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "40.785091" + }, + { + "name": "long", + "type": "STRING", + "description": "", + "default": "-73.968285" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "timestamp": "int", + "data": { + "zipcode": "str", + "state_abbr": "str", + "latitude": "str", + "longitude": "str", + "city": "str", + "state": "str", + "distance": "float" + } + } + }, + { + "category_name": "Mapping", + "tool_name": "Walk Score", + "api_name": "Walk Score", + "api_description": "Get Walk Score", + "required_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "\tThe latitude of the requested location.", + "default": "" + }, + { + "name": "address", + "type": "STRING", + "description": "The URL encoded address.", + "default": "" + }, + { + "name": "wsapikey", + "type": "STRING", + "description": "Your Walk Score API Key. https://www.walkscore.com/professional/api-sign-up.php", + "default": "" + }, + { + "name": "lon", + "type": "STRING", + "description": "\tThe longitude of the requested location.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "Type of result to return: (movie, series, episode)", + "default": "" + }, + { + "name": "bike", + "type": "STRING", + "description": "\tSet bike=1 to request Bike Score (if available).", + "default": "" + }, + { + "name": "transit", + "type": "STRING", + "description": "Set transit=1 to request Transit Score (if available).", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "MapToolkit", + "api_name": "Terrain RGB", + "api_description": "Global TerrainRGB Tiles.", + "required_parameters": [ + { + "name": "x", + "type": "string", + "description": "", + "default": "1" + }, + { + "name": "y", + "type": "string", + "description": "", + "default": "1" + }, + { + "name": "z", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "MapToolkit", + "api_name": "Hillshading", + "api_description": "Global raster hillshading tiles.", + "required_parameters": [ + { + "name": "x", + "type": "string", + "description": "", + "default": "1" + }, + { + "name": "y", + "type": "string", + "description": "", + "default": "1" + }, + { + "name": "z", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [ + { + "name": "ratio", + "type": "STRING", + "description": "Set to `2` for retina tiles.", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Mapping", + "tool_name": "MapToolkit", + "api_name": "Contours Vector Tiles", + "api_description": "Global Contourlines.", + "required_parameters": [ + { + "name": "x", + "type": "string", + "description": "", + "default": "1" + }, + { + "name": "z", + "type": "string", + "description": "", + "default": "1" + }, + { + "name": "y", + "type": "string", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a company retreat in a remote location and I need to find a suitable venue. Can you help me locate an area with breathtaking natural landscapes and good accessibility? Additionally, provide me with the Terrain RGB and Hillshading tiles for the selected location to assess the topography.", + "relevant APIs": [ + [ + "LocationIQ", + "reverse" + ], + [ + "LocationIQ", + "Nearest" + ], + [ + "MapToolkit", + "Terrain RGB" + ], + [ + "MapToolkit", + "Hillshading" + ] + ], + "query_id": 37074 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Date Calculator", + "api_name": "now", + "api_description": "Computes and returns local time zone taking into account Daylight Saving Time (DST).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "tzname", + "type": "STRING", + "description": "The time zone name", + "default": "UTC" + } + ], + "method": "GET", + "template_response": { + "timezone": "str", + "now": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Date Calculator", + "api_name": "sdate", + "api_description": "Shifts a date or a datetime in the future or past.", + "required_parameters": [ + { + "name": "start_date", + "type": "STRING", + "description": "The start date w/ or w/o the time part in [ISO 8601 format](https://www.w3.org/TR/NOTE-datetime)", + "default": "2021-09-21" + } + ], + "optional_parameters": [ + { + "name": "weekday", + "type": "STRING", + "description": "Allows to shift a date to the specified next or previous Nth weekday. It should be one of the weekday instances (SU, MO, TU, WE, TH, FR, SA). These instances may receive a parameter N, specifying the Nth weekday in parentheses, which could be positive or negative (like MO(+1) or MO(-2)). Not specifying it is the same as specifying +1. If the calculated date is already Monday, using MO(1) or MO(-1) won't change the day.", + "default": "MO" + }, + { + "name": "hours", + "type": "NUMBER", + "description": "The number of hours before(negative value) or after(positive value) start_date.", + "default": "14" + }, + { + "name": "microseconds", + "type": "NUMBER", + "description": "The number of microseconds before(negative value) or after(positive value) start_date.", + "default": 0 + }, + { + "name": "seconds", + "type": "NUMBER", + "description": "The number of seconds before(negative value) or after(positive value) start_date.", + "default": 0 + }, + { + "name": "minutes", + "type": "NUMBER", + "description": "The number of minutes before(negative value) or after(positive value) start_date.", + "default": 0 + }, + { + "name": "days", + "type": "NUMBER", + "description": "The number of days before(negative value) or after(positive value) start_date.", + "default": 0 + }, + { + "name": "months", + "type": "NUMBER", + "description": "The number of months before(negative value) or after(positive value) start_date.", + "default": "-1" + }, + { + "name": "weeks", + "type": "NUMBER", + "description": "The number of weeks before(negative value) or after(positive value) start_date.", + "default": "1" + }, + { + "name": "years", + "type": "NUMBER", + "description": "The number of years before(negative value) or after(positive value) start_date.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "sdate": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Date Calculator", + "api_name": "edate", + "api_description": "Computes and returns a date on the same day of the month in the future or past. This resource behave exactly as Excel EDATE function.", + "required_parameters": [ + { + "name": "months", + "type": "NUMBER", + "description": "The number of months before or after start_date. A positive value for months yields a future date; a negative value yields a past date.", + "default": 1 + }, + { + "name": "start_date", + "type": "STRING", + "description": "The start date w/ or w/o the time part in [ISO 8601 format](https://www.w3.org/TR/NOTE-datetime)", + "default": "2021-09-21" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "edate": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "European Central Bank - Reference Rates", + "api_name": "GetReferenceRates", + "api_description": "Get the current Reference Rates", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "subject": "str", + "sender": "str", + "time": "str", + "rates": [ + { + "currency": "str", + "rate": "float", + "_list_length": 30 + } + ] + } + }, + { + "category_name": "Finance", + "tool_name": "Pancakeswap API Freemium", + "api_name": "Get NFT Collections", + "api_description": "An Endpoint to get NFT Collections on Pancakeswap", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "address": "str", + "owner": "str", + "name": "str", + "description": "str", + "symbol": "str", + "totalSupply": "str", + "verified": "bool", + "createdAt": "str", + "updatedAt": "str", + "avatar": "str", + "banner_large": "str", + "banner_small": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Pancakeswap API Freemium", + "api_name": "Get Token Price", + "api_description": "An endpoint to get Token Price", + "required_parameters": [], + "optional_parameters": [ + { + "name": "token", + "type": "STRING", + "description": "", + "default": "0xe9e7cea3dedca5984780bafc599bd69add087d56" + } + ], + "method": "GET", + "template_response": { + "price": "float" + } + }, + { + "category_name": "Finance", + "tool_name": "Pancakeswap API Freemium", + "api_name": "Get Token Balance", + "api_description": "An endpoint to get Token Balance", + "required_parameters": [ + { + "name": "address", + "type": "STRING", + "description": "", + "default": "0xe9e7cea3dedca5984780bafc599bd69add087d56" + }, + { + "name": "token", + "type": "STRING", + "description": "", + "default": "0xe9e7cea3dedca5984780bafc599bd69add087d56" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "balance": "int", + "balance_decimal": "float" + } + } + ], + "query": "My family and I are planning a trip to Japan next year. Can you fetch the available NFT collections on Pancakeswap? We also need the current reference rates for currency exchange.", + "relevant APIs": [ + [ + "Pancakeswap API Freemium", + "Get NFT Collections" + ], + [ + "European Central Bank - Reference Rates", + "GetReferenceRates" + ] + ], + "query_id": 38571 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Inflation by API-Ninjas", + "api_name": "/v1/inflation", + "api_description": "API Ninjas Inflation API endpoint. Returns current monthly and annual inflation percentages.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "inflation indicator type. Can be either CPI (Consumer Price Index) or HICP (Harmonized Index of Consumer Prices). If not provided, the CPI will be used by default.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "country": "str", + "type": "str", + "period": "str", + "monthly_rate_pct": "float", + "yearly_rate_pct": "float" + } + }, + { + "category_name": "Finance", + "tool_name": "Realtime Crypto Prices", + "api_name": "Market Capitalization", + "api_description": "Returns Market Capitalization of a coin in US Dollars.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "BTC" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "marketcap": "int", + "readable_marketcap": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Realtime Crypto Prices", + "api_name": "Get Liquidity Value", + "api_description": "Returns Liquidity value of a coin in US Dollars", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "BTC" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "liquidity": "int", + "readable_liquidity": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Realtime Crypto Prices", + "api_name": "Get Realtime Volume", + "api_description": "Returns Realtime volume of a coin in US Dollars.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "BTC" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "volume": "int", + "readable_volume": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Defi Data", + "api_name": "Protocol", + "api_description": "Get historical TVL of a protocol and breakdowns by token and chain", + "required_parameters": [ + { + "name": "protocol", + "type": "string", + "description": "protocol slug", + "default": "aave" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"str\", \"name\": \"str\", \"url\": \"str\", \"description\": \"str\", \"logo\": \"str\", \"chains\": \"empty list\", \"gecko_id\": \"str\", \"cmcId\": \"str\", \"treasury\": \"str\", \"twitter\": \"str\", \"governanceID\": [\"list of str with length 2\"], \"wrongLiquidity\": \"bool\", \"github\": [\"list of str with length 1\"], \"currentChainTvls\": {\"Ethereum\": \"float\", \"Ethereum-borrowed\": \"float\", \"borrowed\": \"float\", \"Optimism\": \"float\", \"Metis\": \"float\", \"Arbitrum-borrowed\": \"float\", \"Polygon-borrowed\": \"float\", \"Metis-borrowed\": \"float\", \"Harmony\": \"int\", \"Harmony-borrowed\": \"float\", \"Fantom-borrowed\": \"float\", \"Optimism-borrowed\": \"float\", \"Avalanche\": \"float\", \"Polygon\": \"float\", \"Arbitrum\": \"float\", \"Fantom\": \"float\", \"Avalanche-borrowed\": \"float\", \"pool2\": \"float\", \"Ethereum-pool2\": \"float\", \"Ethereum-staking\": \"float\", \"staking\": \"float\"}, \"chainTvls\": {\"Ethereum\": {\"tvl\": [{\"date\": \"int\", \"totalLiquidityUSD\": \"float\", \"_list_length\": 1124}], \"tokens\": \"NoneType\", \"tokensInUsd\": \"NoneType\"}, \"Ethereum-borrowed\": {\"t" + }, + { + "category_name": "Finance", + "tool_name": "Defi Data", + "api_name": "Block", + "api_description": "Get closest block to a timestamp\n\nRuns binary search over a blockchain's blocks to get the closest one to a timestamp.\n\nEvery time this is run we add new data to our database, so each query permanently speeds up future queries.", + "required_parameters": [ + { + "name": "chain", + "type": "string", + "description": "Chain which you want to get the block from", + "default": "ethereum" + }, + { + "name": "timestamp", + "type": "string", + "description": "UNIX timestamp of the block you are searching for", + "default": "1541548802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "height": "int", + "timestamp": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Defi Data", + "api_name": "Tvl protocol", + "api_description": "Get only protocol TVL", + "required_parameters": [ + { + "name": "protocol", + "type": "string", + "description": "protocol slug", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "name": "str", + "stack": "str", + "config": { + "transitional": { + "silentJSONParsing": "bool", + "forcedJSONParsing": "bool", + "clarifyTimeoutError": "bool" + }, + "transformRequest": [ + "list of NoneType with length 1" + ], + "transformResponse": [ + "list of NoneType with length 1" + ], + "timeout": "int", + "xsrfCookieName": "str", + "xsrfHeaderName": "str", + "maxContentLength": "int", + "maxBodyLength": "int", + "headers": { + "Accept": "str", + "User-Agent": "str" + }, + "method": "str", + "url": "str" + }, + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "CoinLore Cryptocurrency", + "api_name": "Get markets of coin", + "api_description": "Returns top 50 markets for coin", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "90" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "base": "str", + "quote": "str", + "price": "float", + "price_usd": "float", + "volume": "float", + "volume_usd": "float", + "time": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "CoinLore Cryptocurrency", + "api_name": "Get exchanges", + "api_description": "Get all exchanges", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"501\": {\"id\": \"str\", \"0\": \"str\", \"name\": \"str\", \"1\": \"str\", \"name_id\": \"str\", \"2\": \"str\", \"url\": \"str\", \"3\": \"str\", \"country\": \"str\", \"4\": \"str\", \"date_live\": \"str\", \"5\": \"str\", \"date_added\": \"str\", \"6\": \"str\", \"usdt\": \"str\", \"7\": \"str\", \"fiat\": \"str\", \"8\": \"str\", \"auto\": \"str\", \"9\": \"str\", \"alexa\": \"NoneType\", \"10\": \"NoneType\", \"centralized\": \"NoneType\", \"11\": \"NoneType\", \"mining\": \"NoneType\", \"12\": \"NoneType\", \"f\": \"str\", \"13\": \"str\", \"dex\": \"NoneType\", \"14\": \"NoneType\", \"volume_usd\": \"float\", \"udate\": \"str\", \"pairs\": \"int\", \"tr\": \"int\", \"volume_usd_adj\": \"int\"}, \"5\": {\"id\": \"str\", \"0\": \"str\", \"name\": \"str\", \"1\": \"str\", \"name_id\": \"str\", \"2\": \"str\", \"url\": \"str\", \"3\": \"str\", \"country\": \"str\", \"4\": \"str\", \"date_live\": \"str\", \"5\": \"str\", \"date_added\": \"str\", \"6\": \"str\", \"usdt\": \"str\", \"7\": \"str\", \"fiat\": \"str\", \"8\": \"str\", \"auto\": \"str\", \"9\": \"str\", \"alexa\": \"NoneType\", \"10\": \"NoneType\", \"centralized\": \"NoneType\", \"11\": \"NoneType\", \"mining\": \"NoneType\", \"12\": \"NoneType\", \"f\": \"str\", \"" + }, + { + "category_name": "Finance", + "tool_name": "CoinLore Cryptocurrency", + "api_name": "All coins ticker", + "api_description": "Get tickers for coins", + "required_parameters": [ + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "100" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "id": "str", + "symbol": "str", + "name": "str", + "nameid": "str", + "rank": "int", + "price_usd": "str", + "percent_change_24h": "str", + "percent_change_1h": "str", + "percent_change_7d": "str", + "price_btc": "str", + "market_cap_usd": "str", + "volume24": "float", + "volume24a": "float", + "csupply": "str", + "tsupply": "str", + "msupply": "str", + "_list_length": 100 + } + ], + "info": { + "coins_num": "int", + "time": "int" + } + } + }, + { + "category_name": "Finance", + "tool_name": "Stoxx", + "api_name": "Get Company Market Performance", + "api_description": "Retrieve the overall current market performance\n\n```\n{\n\"datetimeUpdated\":1661544000005\n\"performance\":-0.01535\n\"sector\":\"Utilities\"\n\"symbol\":\"XLU\"\n}\n```", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "datetimeUpdated": "int", + "performance": "float", + "sector": "str", + "symbol": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Stoxx", + "api_name": "Get Company Information", + "api_description": "Provides detailed information for a given company:\n- Symbol\n- Company Name\n- Industry\n- Website\n- Relevant Tags\n- General Sector\n- Country\n- Zip Code", + "required_parameters": [ + { + "name": "ticker", + "type": "string", + "description": "", + "default": "amzn" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "companyName": "str", + "country": "str", + "industry": "str", + "sector": "str", + "symbol": "str", + "tags": [ + "list of str with length 2" + ], + "website": "str", + "zip": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Stoxx", + "api_name": "Get Company Historical Data", + "api_description": "Provides access to daily historical company pricing data over a given period of months\n\nA sample output for each day:\n`{\n\"changePercent\":0\n\"close\":115.1465\n\"date\":\"2022-05-27\"\n\"high\":115.187\n\"low\":112.628\n\"open\":113.55\n\"symbol\":\"AMZN\"\n\"updated\":1654726813000\n\"volume\":93660160\n}`", + "required_parameters": [ + { + "name": "ticker", + "type": "string", + "description": "", + "default": "amzn" + }, + { + "name": "months", + "type": "string", + "description": "", + "default": "3" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "changePercent": "int", + "close": "float", + "date": "str", + "high": "float", + "low": "float", + "open": "float", + "priceDate": "str", + "symbol": "str", + "updated": "int", + "volume": "int" + } + } + ], + "query": "I want to know the current monthly and annual inflation percentages for the Consumer Price Index (CPI). Also, provide the market capitalization and real-time volume of Bitcoin in US Dollars. Can you also fetch the company information for Amazon, including its industry and website?", + "relevant APIs": [ + [ + "Inflation by API-Ninjas", + "/v1/inflation" + ], + [ + "Realtime Crypto Prices", + "Market Capitalization" + ], + [ + "Realtime Crypto Prices", + "Get Realtime Volume" + ], + [ + "Stoxx", + "Get Company Information" + ] + ], + "query_id": 38666 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Inflation by API-Ninjas", + "api_name": "/v1/inflation", + "api_description": "API Ninjas Inflation API endpoint. Returns current monthly and annual inflation percentages.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "inflation indicator type. Can be either CPI (Consumer Price Index) or HICP (Harmonized Index of Consumer Prices). If not provided, the CPI will be used by default.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "country": "str", + "type": "str", + "period": "str", + "monthly_rate_pct": "float", + "yearly_rate_pct": "float" + } + }, + { + "category_name": "Finance", + "tool_name": "Realtime Crypto Prices", + "api_name": "Market Capitalization", + "api_description": "Returns Market Capitalization of a coin in US Dollars.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "BTC" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "marketcap": "int", + "readable_marketcap": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Realtime Crypto Prices", + "api_name": "Get Liquidity Value", + "api_description": "Returns Liquidity value of a coin in US Dollars", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "BTC" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "liquidity": "int", + "readable_liquidity": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Realtime Crypto Prices", + "api_name": "Get Realtime Volume", + "api_description": "Returns Realtime volume of a coin in US Dollars.", + "required_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "BTC" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "volume": "int", + "readable_volume": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Defi Data", + "api_name": "Protocol", + "api_description": "Get historical TVL of a protocol and breakdowns by token and chain", + "required_parameters": [ + { + "name": "protocol", + "type": "string", + "description": "protocol slug", + "default": "aave" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"id\": \"str\", \"name\": \"str\", \"url\": \"str\", \"description\": \"str\", \"logo\": \"str\", \"chains\": \"empty list\", \"gecko_id\": \"str\", \"cmcId\": \"str\", \"treasury\": \"str\", \"twitter\": \"str\", \"governanceID\": [\"list of str with length 2\"], \"wrongLiquidity\": \"bool\", \"github\": [\"list of str with length 1\"], \"currentChainTvls\": {\"Ethereum\": \"float\", \"Ethereum-borrowed\": \"float\", \"borrowed\": \"float\", \"Optimism\": \"float\", \"Metis\": \"float\", \"Arbitrum-borrowed\": \"float\", \"Polygon-borrowed\": \"float\", \"Metis-borrowed\": \"float\", \"Harmony\": \"int\", \"Harmony-borrowed\": \"float\", \"Fantom-borrowed\": \"float\", \"Optimism-borrowed\": \"float\", \"Avalanche\": \"float\", \"Polygon\": \"float\", \"Arbitrum\": \"float\", \"Fantom\": \"float\", \"Avalanche-borrowed\": \"float\", \"pool2\": \"float\", \"Ethereum-pool2\": \"float\", \"Ethereum-staking\": \"float\", \"staking\": \"float\"}, \"chainTvls\": {\"Ethereum\": {\"tvl\": [{\"date\": \"int\", \"totalLiquidityUSD\": \"float\", \"_list_length\": 1124}], \"tokens\": \"NoneType\", \"tokensInUsd\": \"NoneType\"}, \"Ethereum-borrowed\": {\"t" + }, + { + "category_name": "Finance", + "tool_name": "Defi Data", + "api_name": "Block", + "api_description": "Get closest block to a timestamp\n\nRuns binary search over a blockchain's blocks to get the closest one to a timestamp.\n\nEvery time this is run we add new data to our database, so each query permanently speeds up future queries.", + "required_parameters": [ + { + "name": "chain", + "type": "string", + "description": "Chain which you want to get the block from", + "default": "ethereum" + }, + { + "name": "timestamp", + "type": "string", + "description": "UNIX timestamp of the block you are searching for", + "default": "1541548802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "height": "int", + "timestamp": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Defi Data", + "api_name": "Tvl protocol", + "api_description": "Get only protocol TVL", + "required_parameters": [ + { + "name": "protocol", + "type": "string", + "description": "protocol slug", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "name": "str", + "stack": "str", + "config": { + "transitional": { + "silentJSONParsing": "bool", + "forcedJSONParsing": "bool", + "clarifyTimeoutError": "bool" + }, + "transformRequest": [ + "list of NoneType with length 1" + ], + "transformResponse": [ + "list of NoneType with length 1" + ], + "timeout": "int", + "xsrfCookieName": "str", + "xsrfHeaderName": "str", + "maxContentLength": "int", + "maxBodyLength": "int", + "headers": { + "Accept": "str", + "User-Agent": "str" + }, + "method": "str", + "url": "str" + }, + "status": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "CoinLore Cryptocurrency", + "api_name": "Get markets of coin", + "api_description": "Returns top 50 markets for coin", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "90" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "base": "str", + "quote": "str", + "price": "float", + "price_usd": "float", + "volume": "float", + "volume_usd": "float", + "time": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "CoinLore Cryptocurrency", + "api_name": "Get exchanges", + "api_description": "Get all exchanges", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"501\": {\"id\": \"str\", \"0\": \"str\", \"name\": \"str\", \"1\": \"str\", \"name_id\": \"str\", \"2\": \"str\", \"url\": \"str\", \"3\": \"str\", \"country\": \"str\", \"4\": \"str\", \"date_live\": \"str\", \"5\": \"str\", \"date_added\": \"str\", \"6\": \"str\", \"usdt\": \"str\", \"7\": \"str\", \"fiat\": \"str\", \"8\": \"str\", \"auto\": \"str\", \"9\": \"str\", \"alexa\": \"NoneType\", \"10\": \"NoneType\", \"centralized\": \"NoneType\", \"11\": \"NoneType\", \"mining\": \"NoneType\", \"12\": \"NoneType\", \"f\": \"str\", \"13\": \"str\", \"dex\": \"NoneType\", \"14\": \"NoneType\", \"volume_usd\": \"float\", \"udate\": \"str\", \"pairs\": \"int\", \"tr\": \"int\", \"volume_usd_adj\": \"int\"}, \"5\": {\"id\": \"str\", \"0\": \"str\", \"name\": \"str\", \"1\": \"str\", \"name_id\": \"str\", \"2\": \"str\", \"url\": \"str\", \"3\": \"str\", \"country\": \"str\", \"4\": \"str\", \"date_live\": \"str\", \"5\": \"str\", \"date_added\": \"str\", \"6\": \"str\", \"usdt\": \"str\", \"7\": \"str\", \"fiat\": \"str\", \"8\": \"str\", \"auto\": \"str\", \"9\": \"str\", \"alexa\": \"NoneType\", \"10\": \"NoneType\", \"centralized\": \"NoneType\", \"11\": \"NoneType\", \"mining\": \"NoneType\", \"12\": \"NoneType\", \"f\": \"str\", \"" + }, + { + "category_name": "Finance", + "tool_name": "CoinLore Cryptocurrency", + "api_name": "All coins ticker", + "api_description": "Get tickers for coins", + "required_parameters": [ + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "100" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "id": "str", + "symbol": "str", + "name": "str", + "nameid": "str", + "rank": "int", + "price_usd": "str", + "percent_change_24h": "str", + "percent_change_1h": "str", + "percent_change_7d": "str", + "price_btc": "str", + "market_cap_usd": "str", + "volume24": "float", + "volume24a": "float", + "csupply": "str", + "tsupply": "str", + "msupply": "str", + "_list_length": 100 + } + ], + "info": { + "coins_num": "int", + "time": "int" + } + } + }, + { + "category_name": "Finance", + "tool_name": "Stoxx", + "api_name": "Get Company Market Performance", + "api_description": "Retrieve the overall current market performance\n\n```\n{\n\"datetimeUpdated\":1661544000005\n\"performance\":-0.01535\n\"sector\":\"Utilities\"\n\"symbol\":\"XLU\"\n}\n```", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "datetimeUpdated": "int", + "performance": "float", + "sector": "str", + "symbol": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Stoxx", + "api_name": "Get Company Information", + "api_description": "Provides detailed information for a given company:\n- Symbol\n- Company Name\n- Industry\n- Website\n- Relevant Tags\n- General Sector\n- Country\n- Zip Code", + "required_parameters": [ + { + "name": "ticker", + "type": "string", + "description": "", + "default": "amzn" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "companyName": "str", + "country": "str", + "industry": "str", + "sector": "str", + "symbol": "str", + "tags": [ + "list of str with length 2" + ], + "website": "str", + "zip": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Stoxx", + "api_name": "Get Company Historical Data", + "api_description": "Provides access to daily historical company pricing data over a given period of months\n\nA sample output for each day:\n`{\n\"changePercent\":0\n\"close\":115.1465\n\"date\":\"2022-05-27\"\n\"high\":115.187\n\"low\":112.628\n\"open\":113.55\n\"symbol\":\"AMZN\"\n\"updated\":1654726813000\n\"volume\":93660160\n}`", + "required_parameters": [ + { + "name": "ticker", + "type": "string", + "description": "", + "default": "amzn" + }, + { + "name": "months", + "type": "string", + "description": "", + "default": "3" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "changePercent": "int", + "close": "float", + "date": "str", + "high": "float", + "low": "float", + "open": "float", + "priceDate": "str", + "symbol": "str", + "updated": "int", + "volume": "int" + } + } + ], + "query": "Retrieve the market capitalization and real-time volume of Bitcoin in US Dollars. Can you also fetch the historical TVL of the Aave protocol? Additionally, provide me with the market performance of the XLU sector in the Stoxx market.", + "relevant APIs": [ + [ + "Realtime Crypto Prices", + "Market Capitalization" + ], + [ + "Realtime Crypto Prices", + "Get Realtime Volume" + ], + [ + "Defi Data", + "Protocol" + ], + [ + "Stoxx", + "Get Company Market Performance" + ] + ], + "query_id": 38668 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "Scan Web Heades API", + "api_name": "Scan Headers", + "api_description": "This endpoint takes a 'GET' request with domain as a query string parameter and returns status of Headers of Web Page", + "required_parameters": [ + { + "name": "domain", + "type": "STRING", + "description": "", + "default": "www.google.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "url": "NoneType", + "config": "NoneType", + "timestamp": "str", + "results": "NoneType", + "id": "NoneType", + "statusObject": "NoneType" + } + }, + { + "category_name": "Monitoring", + "tool_name": "openSquat", + "api_name": "Get Daily Domains", + "api_description": "Get the daily list of domains that have been registered in the past day that have a similar word to {keyword} - the keyword should not contain any domain, e.g: Google", + "required_parameters": [ + { + "name": "keyword", + "type": "string", + "description": "", + "default": "Google" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "response": "str", + "keyword": "str", + "count": "int", + "domains": [ + "list of str with length 28" + ] + } + }, + { + "category_name": "Monitoring", + "tool_name": "Pages hosted on domain", + "api_name": "searchDomain", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [ + { + "name": "matchType", + "type": "STRING", + "description": "", + "default": "prefix" + }, + { + "name": "collapse", + "type": "STRING", + "description": "", + "default": "urlkey" + }, + { + "name": "url", + "type": "STRING", + "description": "", + "default": "httpsimage.com" + }, + { + "name": "fl", + "type": "STRING", + "description": "", + "default": "timestamp:4,original,urlkey" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "100000" + }, + { + "name": "filter", + "type": "STRING", + "description": "", + "default": "statuscode:200" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Ambee Soil Data", + "api_name": "Soil Data by lat lng", + "api_description": "get nearest places readings based around the given lattitude and logitude", + "required_parameters": [ + { + "name": "lng", + "type": "NUMBER", + "description": "", + "default": "78.96" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "20.59" + } + ], + "optional_parameters": [ + { + "name": "pollutants", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Ambee Soil Data", + "api_name": "Soil History Data", + "api_description": "Ambee Soil History Data", + "required_parameters": [ + { + "name": "lng", + "type": "NUMBER", + "description": "", + "default": "78.96" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "20.59" + }, + { + "name": "startDate", + "type": "STRING", + "description": "", + "default": "'YYYY-MM-DD hh:mm:ss'" + }, + { + "name": "endDate", + "type": "STRING", + "description": "", + "default": "YYYY-MM-DD hh:mm:ss''" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Price Tracking Tools", + "api_name": "camelizer/get-prices", + "api_description": "Get latest prices, history highest/lowest prices of a product from Amazon", + "required_parameters": [ + { + "name": "asin", + "type": "STRING", + "description": "The asin number of a product from Amazon, and must be in the correct format. Ex : B08QB93S6R", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "One of the following : au|ca|fr|de|it|es|uk|us", + "default": "us" + } + ], + "method": "GET" + }, + { + "category_name": "Monitoring", + "tool_name": "Price Tracking Tools", + "api_name": "camelizer/get-price-chart", + "api_description": "Get pricing history chart of a product from Amazon", + "required_parameters": [ + { + "name": "asin", + "type": "STRING", + "description": "The asin number of a product from Amazon, and must be in the correct format. Ex : B08QB93S6R", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "One of the following : en|fr|de|it|es", + "default": "en" + }, + { + "name": "tp", + "type": "STRING", + "description": "Time period. One of the following : 1m|3m|6m|1y|all", + "default": "3m" + }, + { + "name": "w", + "type": "NUMBER", + "description": "The width of the chart", + "default": "720" + }, + { + "name": "h", + "type": "NUMBER", + "description": "The height of the chart", + "default": "480" + }, + { + "name": "country", + "type": "STRING", + "description": "One of the following : au|ca|fr|de|it|es|uk|us", + "default": "us" + } + ], + "method": "GET" + } + ], + "query": "I'm a music producer and I'm looking for unique sounds and samples for my upcoming album. Can you assist me in finding rare instruments and audio samples? Also, provide me with information about the best music production software and plugins. Additionally, could you recommend some music blogs or forums where I can connect with other producers?", + "relevant APIs": [ + [ + "Price Tracking Tools", + "camelizer/get-prices" + ], + [ + "Ambee Soil Data", + "Soil History Data" + ], + [ + "Price Tracking Tools", + "camelizer/get-price-chart" + ] + ], + "query_id": 41910 + }, + { + "api_list": [ + { + "category_name": "Translation", + "tool_name": "RushTranslate", + "api_name": "Get Order", + "api_description": "Get detailed information about a specific order.", + "required_parameters": [ + { + "name": "order_number", + "type": "STRING", + "description": "Order number", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Translation", + "tool_name": "RushTranslate", + "api_name": "Download File", + "api_description": "Retrieve a temporary download URL for the file. Files are encrypted and stored in an Amazon S3 bucket. When you want to download a file this request will generate a temporary signed URL allowing access to download the file securely. URLs expire after two minutes.", + "required_parameters": [ + { + "name": "file_id", + "type": "STRING", + "description": "File ID", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Translation", + "tool_name": "RushTranslate", + "api_name": "Get File", + "api_description": "Get detailed information about a specific file.", + "required_parameters": [ + { + "name": "file_id", + "type": "STRING", + "description": "File ID", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Translation", + "tool_name": "Translate Language", + "api_name": "Supported Languages", + "api_description": "Supported Languages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": [ + { + "code": "str", + "language": "str", + "_list_length": 107 + } + ], + "message": "str", + "status": "bool", + "totalResultCount": "int" + } + }, + { + "category_name": "Translation", + "tool_name": "ceviri", + "api_name": "ceee", + "api_description": "faas aasdd", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Translation", + "tool_name": "AI Translation APIs", + "api_name": "Supported Languages List", + "api_description": "Get Supported Languages List That AI Translation APIs Support", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Translation", + "tool_name": "Language Detection_v2", + "api_name": "Language Codes List", + "api_description": "Return list of language codes in ISO 639-1 format.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I need the supported languages list for AI translation. Please provide me with the list of languages that AI translation APIs support. Additionally, I would like to retrieve the language codes in ISO 639-1 format. Thank you!", + "relevant APIs": [ + [ + "AI Translation APIs", + "Supported Languages List" + ], + [ + "Language Detection_v2", + "Language Codes List" + ] + ], + "query_id": 42365 + }, + { + "api_list": [ + { + "category_name": "Text_Analysis", + "tool_name": "National ID Vietnam OCR", + "api_name": "GET Call", + "api_description": "Used to fetch api result using the request id received in responses.", + "required_parameters": [ + { + "name": "request_id", + "type": "STRING", + "description": "", + "default": "68bbb910-da9b-4d8a-9a1d-4bd878b19846" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "VPS Tester", + "api_name": "Test", + "api_description": "Test", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Text_Analysis", + "tool_name": "Offensive User Comment Detection", + "api_name": "Detect Offensive Message", + "api_description": "This endpoint will detect hate speech, offensive language in a message", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "son of a ***" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "query": "str", + "hate_score": "str" + } + }, + { + "category_name": "Text_Analysis", + "tool_name": "Walnut Word Completion", + "api_name": "wrt_transformer", + "api_description": "Returns the hidden word in the sentence.", + "required_parameters": [ + { + "name": "payload", + "type": "STRING", + "description": "", + "default": "All [MASK] like to chase rats." + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": "str" + } + } + ], + "query": "I'm curious if my recent comment 'son of a ***' contains any offensive language. Could you please use the Offensive User Comment Detection tool to check that? Also, I'm interested in finding the hidden word in the sentence 'All [MASK] like to chase rats' using the Walnut Word Completion tool.", + "relevant APIs": [ + [ + "Offensive User Comment Detection", + "Detect Offensive Message" + ], + [ + "Walnut Word Completion", + "wrt_transformer" + ] + ], + "query_id": 44321 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "test", + "api_name": "testtesttest", + "api_description": "nsadas", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "http://www.africau.edu/images/default/sample.pdf" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "asd", + "api_name": "user endpoint", + "api_description": "user", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "pe-demo", + "api_name": "View IP address", + "api_description": "View the IP address of the client in JSON format.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ip": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "pe-demo", + "api_name": "View status code and message", + "api_description": "View status code and message for the specified value.", + "required_parameters": [ + { + "name": "code", + "type": "STRING", + "description": "HTTP status code.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "pe-demo", + "api_name": "View request headers and body", + "api_description": "View the request headers and body in JSON format.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "headers": { + "host": "str", + "x-forwarded-port": "str", + "x-forwarded-proto": "str", + "x-real-ip": "str", + "x-forwarded-host": "str", + "x-amzn-trace-id": "str", + "user-agent": "str", + "accept-encoding": "str", + "accept": "str", + "x-rapidapi-host": "str", + "x-mashape-version": "str", + "x-mashape-proxy-secret": "str", + "x-rapidapi-version": "str", + "x-rapidapi-proxy-secret": "str", + "x-rapidapi-tenant-name": "str", + "x-rapidapi-request-id": "str", + "x-mashape-user": "str", + "x-mashape-subscription": "str", + "x-rapidapi-user": "str", + "x-rapidapi-subscription": "str", + "x-cloud-trace-context": "str", + "via": "str", + "x-forwarded-for": "str", + "connection": "str" + }, + "method": "str", + "url": "str", + "body": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "underscore test", + "api_name": "/test", + "api_description": "/test", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "valid_keys": [ + "list of str with length 2" + ] + } + } + ], + "query": "I am starting a new business and I need to create a logo. Can you suggest some popular color combinations and fonts that are commonly used in logo design? Also, provide me with a list of graphic designers or design agencies that I can hire for my logo creation. Additionally, recommend some online platforms where I can create my own logo.", + "relevant APIs": [ + [ + "test", + "testtesttest" + ], + [ + "asd", + "user endpoint" + ] + ], + "query_id": 44978 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Reuters Business and Financial News", + "api_name": "Get Article by Category ID and Article Date", + "api_description": "Get Article by category id and article date\nex :/api/v1/category-id-8/article-date-11-04-2021\n\ncategory - category id from Category endpoint\ndate-{day-month-year}", + "required_parameters": [ + { + "name": "category", + "type": "string", + "description": "", + "default": "8" + }, + { + "name": "date", + "type": "string", + "description": "", + "default": "11-04-2021" + }, + { + "name": "category-id", + "type": "STRING", + "description": "", + "default": "8" + }, + { + "name": "ArticleDate", + "type": "STRING", + "description": "", + "default": "11-04-2021" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "articlesName": "str", + "articlesShortDescription": "str", + "articlesDescription": "str", + "minutesToRead": "int", + "primaryAssetType": "int", + "wordCount": "NoneType", + "urlSupplier": "str", + "canonicalSupplier": "str", + "publishedAt": { + "date": "str", + "timezone_type": "int", + "timezone": "str" + }, + "dateModified": { + "date": "str", + "timezone_type": "int", + "timezone": "str" + }, + "files": [ + { + "filesName": "NoneType", + "filesTitle": "str", + "filesDescription": "str", + "contentType": "str", + "urlCdn": "str", + "_list_length": 1 + } + ], + "videos": "empty list", + "tags": [ + { + "name": "str", + "slug": "str", + "_list_length": 30 + } + ], + "keywords": [ + { + "keywordName": "str", + "keywordSlug": "str", + "_list_length": 33 + } + ], + "n2": [ + { + "code": "str", + "name": "str", + "_list_length": 30 + } + ], + "authors": [ + { + "authorName": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "News_Media", + "tool_name": "Reuters Business and Financial News", + "api_name": "Get all SubCategories", + "api_description": "Get all SubCategories", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "childs": "empty list" + } + }, + { + "category_name": "News_Media", + "tool_name": "Reuters Business and Financial News", + "api_name": "Get all Categories", + "api_description": "Get all Categories", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Flixster", + "api_name": "search", + "api_description": "Search for movies, actors, theaters by term and phrase", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "", + "default": "spiderman" + } + ], + "optional_parameters": [ + { + "name": "longitude", + "type": "NUMBER", + "description": "The GEO longitude", + "default": "" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "The GEO latitude", + "default": "" + }, + { + "name": "radius", + "type": "NUMBER", + "description": "The radius", + "default": "50" + }, + { + "name": "zipCode", + "type": "STRING", + "description": "The postal code", + "default": "90002" + } + ], + "method": "GET", + "template_response": { + "data": { + "search": { + "movies": [ + { + "emsId": "str", + "emsVersionId": "str", + "name": "str", + "posterImage": "NoneType", + "tomatoRating": "NoneType", + "userRating": { + "dtlLikedScore": "NoneType", + "dtlWtsScore": "NoneType", + "iconImage": { + "url": "str" + } + }, + "_list_length": 4 + } + ], + "people": "empty list", + "theaters": "empty list" + } + } + } + }, + { + "category_name": "News_Media", + "tool_name": "Flixster", + "api_name": "movies/get-dvds", + "api_description": "Get movies that watch at home", + "required_parameters": [], + "optional_parameters": [ + { + "name": "typeMovie", + "type": "STRING", + "description": "One of the following : NEW_RELEASE|COMING_SOON", + "default": "NEW_RELEASE" + } + ], + "method": "GET", + "template_response": { + "data": { + "dvdMovies": [ + { + "emsId": "str", + "emsVersionId": "str", + "name": "str", + "posterImage": { + "url": "str", + "type": "NoneType", + "width": "NoneType", + "height": "NoneType" + }, + "dvdReleaseDate": "NoneType", + "ovdReleaseDate": "str", + "releaseDate": "str", + "totalGross": "str", + "tomatoRating": { + "tomatometer": "int", + "ratingCount": "int", + "iconImage": { + "url": "str" + } + }, + "userRating": { + "dtlLikedScore": "int", + "ratingCount": "NoneType", + "iconImage": { + "url": "str" + } + }, + "ovds": [ + { + "host": { + "hostId": "str", + "name": "str" + }, + "_list_length": 1 + } + ], + "_list_length": 99 + } + ], + "ovdProviders": [ + { + "id": "str", + "title": "str", + "_list_length": 5 + } + ] + } + } + }, + { + "category_name": "News_Media", + "tool_name": "Flixster", + "api_name": "news/list", + "api_description": "List latest news", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "newsStories": [ + { + "id": "str", + "title": "str", + "mainImage": { + "url": "str" + }, + "status": "str", + "link": "str", + "_list_length": 40 + } + ] + } + } + }, + { + "category_name": "News_Media", + "tool_name": "getMedia", + "api_name": "get media", + "api_description": "Get Media", + "required_parameters": [], + "optional_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Climate Change Live_v27", + "api_name": "Get individual news source news", + "api_description": "This API gets news from individual news source", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "guardian" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Climate Change Live_v27", + "api_name": "Home page", + "api_description": "This is the API's home page", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Climate Change Live_v27", + "api_name": "Get all climate change news", + "api_description": "This endpoint will return back all news about Climate Change from all over the world.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "News Sentiment", + "api_name": "URL", + "api_description": "Input news URL", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.goodnewsnetwork.org/cave-art-carvings-beneath-2000-years-of-sediment-in-alabama/" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": { + "sentimentprediction": "str", + "sentimentscore": { + "negative": "float", + "neutral": "float", + "positive": "float", + "compound": "float" + } + } + } + } + ], + "query": "I'm a huge fan of Reuters Business and Financial News. Can you give me the latest articles from the 'Technology' category that were published on April 11, 2021? Additionally, provide me with the subcategories available for browsing and suggest some movies related to the articles.", + "relevant APIs": [ + [ + "Reuters Business and Financial News", + "Get Article by Category ID and Article Date" + ], + [ + "Reuters Business and Financial News", + "Get all SubCategories" + ], + [ + "Flixster", + "search" + ] + ], + "query_id": 45507 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Greek News in English", + "api_name": "Get Articles From A Single Source", + "api_description": "Get Greek News from a specific news source.", + "required_parameters": [ + { + "name": "siteId", + "type": "string", + "description": "", + "default": "ktg" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "description": "str", + "image": "str", + "site": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Greek News in English", + "api_name": "Get All News", + "api_description": "This endpoint will return back all greek news from all the sources.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "description": "str", + "image": "str", + "site": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Greek News in English", + "api_name": "Get All Sources", + "api_description": "Get All Sources' names and ids", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "AI News_v2", + "api_name": "Get all AI News", + "api_description": "This endpoint will return back all news about artificial intelligence around the world", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "AI News_v2", + "api_name": "Get Individual Source News", + "api_description": "Gets News about Artificial Intelligence from a specific news resource.", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "gizmodo" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "article-api", + "api_name": "/extract", + "api_description": "get readable content and metadata of a url", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "url of the article", + "default": "cognitivecamp.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Google News API", + "api_name": "Get articles", + "api_description": "Get, filter, smart search google news articles.", + "required_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Supported by 10 languages. \n\nLanguage request codes:\n\n TR, EN, FR, DE, IT, ZH, ES, RU, KO, PT", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "You can arrange the articles systematically in groups; separate according to type, class, etc.\n\nSorting refers to ordering articles in an increasing or decreasing manner according to some linear relationship among the article items. You can order the articles and arrange them in a sequence ordered by category with similar properties.\n\nExpected values:\n\ndate:asc\ndate:desc\n\n_score:asc\n_score:desc", + "default": "" + }, + { + "name": "required_props", + "type": "STRING", + "description": "Required props are delimited by commas. Each property must have a name. If one of the property names is missing from the article, that property is excluded.\n\nExample:\n\ntitle, image\n\n", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "This defines the returned value of the \\\\\\\"next_cursor\\\\\\\". It allows you to navigate to next article list.", + "default": "" + }, + { + "name": "to", + "type": "STRING", + "description": "\\\\\\\"to\\\\\\\" when used defines the date of items published before the specified date.\n\nFormat:\nISO date standart format is used. \nYYYY-MM-DDTHH:mm:ss\n\nExample:\n2022-10-17T18:41:34.306Z", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "With \\\\\\\"limit,\\\\\\\" you can specify the number of articles required per request. Maximum limit is set to 100 articles per request.", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "\\\\\\\"from\\\\\\\" when used defines the date of items published after the specified date.\n\nFormat:\nISO date standart format is used. \nYYYY-MM-DDTHH:mm:ss\n\nExample:\n2022-10-17T18:41:34.306Z\n\n", + "default": "" + }, + { + "name": "q", + "type": "STRING", + "description": "The search term or terms used to locate the article.\n\n\\\\\\\"AND\\\\\\\" or \\\\\\\"OR\\\\\\\" may be placed between the keywords.\n\nIf you wish to group the keywords, you may include them in parenthesis.\n\nFor instance: (cats and dogs) OR (fish)\n\nIf you wish to omit articles by term, you can do so by prefixing the keyword with a (-) sign.\n\nExample: cats -dogs\n(This will return articles featuring cats but exclude those with the term \\\\\\\"dog.\\\\\\\"\n\n", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "messsage": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "NFT API News", + "api_name": "NFT News", + "api_description": "This is where you get all the up to date NFT news. This is a live feed and is updated daily.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "nftnews", + "type": "STRING", + "description": "This is where you get all the up to date NFT News. This is updated daily.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "externalDocs": {} + } + }, + { + "category_name": "News_Media", + "tool_name": "NFT API News", + "api_name": "Welcome", + "api_description": "This is the welcome page.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "nft", + "type": "STRING", + "description": "This is the welcome page.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "externalDocs": {} + } + } + ], + "query": "My friends and I are starting a tech blog and we want to provide our readers with the latest news and articles about artificial intelligence. Can you fetch news articles about AI from different sources using the AI News_v2 tool? Additionally, it would be great if you could provide us with the details of a specific news article from the Google News API tool.", + "relevant APIs": [ + [ + "AI News_v2", + "Get all AI News" + ], + [ + "Google News API", + "Get articles" + ] + ], + "query_id": 45688 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Instant Cameroon News", + "api_name": "Home page", + "api_description": "Home and Welcome page that introduces the API", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Instant Cameroon News", + "api_name": "Retrieve data", + "api_description": "Endpoint, which you use to retrieve the data you need. This endpoint can accept some parameters like page, search key and data range", + "required_parameters": [], + "optional_parameters": [ + { + "name": "rank", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "search", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Spaceflight News", + "api_name": "Blogs", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "url": "str", + "imageUrl": "str", + "newsSite": "str", + "summary": "str", + "publishedAt": "str", + "updatedAt": "str", + "launches": "empty list", + "events": "empty list" + } + }, + { + "category_name": "News_Media", + "tool_name": "Spaceflight News", + "api_name": "Count", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Spaceflight News", + "api_name": "Detail2", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "error": "str", + "message": "str" + } + } + ], + "query": "I'm organizing a company event and I want to showcase the latest space news. Can you provide me with the top news articles and blog posts from spaceflight news? Also, I need to gather information about the current events in Cameroon. Thanks!", + "relevant APIs": [ + [ + "Spaceflight News", + "Blogs" + ], + [ + "Instant Cameroon News", + "Retrieve data" + ] + ], + "query_id": 46175 + }, + { + "api_list": [ + { + "category_name": "Business_Software", + "tool_name": "Beeg", + "api_name": "ss", + "api_description": "ss", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "LimouCloud", + "api_name": "Get Reservations", + "api_description": "get all driver related reservations", + "required_parameters": [], + "optional_parameters": [ + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2021-11-20" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2021-11-14" + }, + { + "name": "page_size", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "status", + "type": "STRING", + "description": "Please provide Values from the below list as per your need. \n 'QUOTED '=> Quoted by the client but not confirmed\n'CONFIRMED' => Confirmed by Driver (assigned to the driver)\n 'SCHEDULED' => Scheduled for later\n'COMPLETED' => Completed trip\n'CANCELLED' => Canceled by either party\n 'REQUESTED' => Requested to driver (new rides)", + "default": "CONFIRMED" + } + ], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "LimouCloud", + "api_name": "Get Reservation by ID", + "api_description": "Get Reservation by ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "LimouCloud", + "api_name": "Logout", + "api_description": "Logout from account", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str" + } + }, + { + "category_name": "Business_Software", + "tool_name": "fomoAPI", + "api_name": "Get Campaign From URL", + "api_description": "Get lead from Specific website Campaign", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "Lead" + } + ], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "gogofodo.com" + } + ], + "method": "GET", + "template_response": { + "list_complete": "bool", + "keys": "empty list" + } + }, + { + "category_name": "Business_Software", + "tool_name": "fomoAPI", + "api_name": "Get Campaign Lead From ID", + "api_description": "Get ALL Lead From Your Campaign Social Proof", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "Lead" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "list_complete": "bool", + "keys": "empty list" + } + }, + { + "category_name": "Business_Software", + "tool_name": "testapi_v2", + "api_name": "bananas", + "api_description": "hey", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "testapi_v2", + "api_name": "mobilitu/public", + "api_description": "mobilitu", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "BoldSign", + "api_name": "BrandList", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "BoldSign", + "api_name": "GetTeam", + "api_description": " ", + "required_parameters": [ + { + "name": "teamId", + "type": "STRING", + "description": "Team Id.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "BoldSign", + "api_name": "GetProperties", + "api_description": " ", + "required_parameters": [ + { + "name": "templateId", + "type": "STRING", + "description": "Template Id.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to organize a surprise birthday party for my best friend next week. Can you help me find a list of available party venues in her city? Additionally, I need to create personalized invitations for the guests. Can you suggest a tool that can assist me in designing and sending digital invitations?", + "relevant APIs": [ + [ + "LimouCloud", + "Get Reservations" + ], + [ + "BoldSign", + "GetProperties" + ] + ], + "query_id": 47532 + }, + { + "api_list": [ + { + "category_name": "Cybersecurity", + "tool_name": "WebLasso", + "api_name": "Get Scan Status", + "api_description": "Check the status of a scan (ongoing/completed) using a scan ID.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "scan_id", + "type": "STRING", + "description": "", + "default": "e04d3e18-bda7-420b-b240-894fd3d4992d" + } + ], + "method": "GET" + }, + { + "category_name": "Cybersecurity", + "tool_name": "WebLasso", + "api_name": "Get Scan Results", + "api_description": "Obtain the scan results from a given scan ID.", + "required_parameters": [ + { + "name": "scan_id", + "type": "STRING", + "description": "", + "default": "b12394ad-c804-4b5a-bc20-14f7c8cafdb6" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Cybersecurity", + "tool_name": "WebLasso", + "api_name": "Get Scan ID", + "api_description": "Run a scan against a target URL and receive a scan ID to obtain scan results or check scan status at a later time.\n\nProvide an optional callback URL to receive scan results automatically once the scan is completed (ensure that the callback URL accepts POST requests)", + "required_parameters": [ + { + "name": "target", + "type": "STRING", + "description": "", + "default": "tesla.com" + } + ], + "optional_parameters": [ + { + "name": "callback_url", + "type": "STRING", + "description": "", + "default": "https://my-callback-url.com" + } + ], + "method": "GET" + }, + { + "category_name": "Cybersecurity", + "tool_name": "Token Scanner Multichain | Honeypot Checker Multichain", + "api_name": "Get Chain Id", + "api_description": "Returns chainId from chain name.", + "required_parameters": [ + { + "name": "chain", + "type": "STRING", + "description": "Available chains:\n**ethereum, bsc, okc, heco, polygon, arbitrum, optimism, avalanche, fantom, kcc, gnosis, tron, linea, harmony, zkysnc, ethw, fon, cronos**", + "default": "bsc" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int" + } + } + ], + "query": "Please check if my scan with scan ID 'e04d3e18-bda7-420b-b240-894fd3d4992d' on WebLasso is completed. If it's completed, get me the scan results using the scan ID 'b12394ad-c804-4b5a-bc20-14f7c8cafdb6'. Also, provide me with the chain ID for the Cronos blockchain using the Token Scanner Multichain | Honeypot Checker Multichain tool.", + "relevant APIs": [ + [ + "WebLasso", + "Get Scan Status" + ], + [ + "WebLasso", + "Get Scan Results" + ], + [ + "Token Scanner Multichain | Honeypot Checker Multichain", + "Get Chain Id" + ] + ], + "query_id": 47748 + }, + { + "api_list": [ + { + "category_name": "Gaming", + "tool_name": "Trivia by API-Ninjas", + "api_name": "/v1/trivia", + "api_description": "API Ninjas Trivia API endpoint", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "How many results to return. Must be between **1** and **30**. Default is **1**.", + "default": "" + }, + { + "name": "category", + "type": "STRING", + "description": "Category of trivia. Possible values are: \n\n**artliterature\nlanguage\nsciencenature\ngeneral\nfooddrink\npeopleplaces\ngeography\nhistoryholidays\nentertainment\ntoysgames\nmusic\nmathematics\nreligionmythology\nsportsleisure**", + "default": "" + } + ], + "method": "GET", + "template_response": { + "category": "str", + "question": "str", + "answer": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "SteamGames Special offers", + "api_name": "GamesList", + "api_description": "This Endpoint will List all the Games which are on Special Discount Offers.", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "", + "default": "US" + }, + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "games_list": [ + "list of int with length 10" + ], + "possible_has_more": "bool", + "total_games": "int" + } + }, + { + "category_name": "Gaming", + "tool_name": "SteamGames Special offers", + "api_name": "GamesData", + "api_description": "This endpoint will give you the Games Data if you provide the APP_ID.\nYou can use the GamesList endpoint to get the list of APP_IDs and Feed it to this Endpoint to get the Games Data. Sample Details are given below:\n`{\n \"discount\": \"-40%\",\n \"original_price\": \"$49.99\",\n \"price\": \"$29.99\",\n \"title\": \"God of War\",\n \"url\": \"https://store.steampowered.com/app/1593500/\"\n}`", + "required_parameters": [ + { + "name": "app_id", + "type": "NUMBER", + "description": "", + "default": "1581770" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Epic Free Games", + "api_name": "Get Epic Free Games", + "api_description": "Get Epic Free Games", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "description": "str", + "offerImageWide": "str", + "offerImageTall": "str", + "publisher": "str", + "discountPrice": "int", + "originalPrice": "int", + "currencyCode": "str", + "appUrl": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Epic Free Games", + "api_name": "Get Epic Free Games Coming Soon", + "api_description": "Get Epic Free Games - Coming Soon", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "description": "str", + "offerImageWide": "str", + "offerImageTall": "str", + "publisher": "str", + "discountPrice": "int", + "originalPrice": "int", + "currencyCode": "str", + "appUrl": "str" + } + } + ], + "query": "I'm organizing a pub quiz night and I need some challenging trivia questions to keep the participants engaged. Can you provide me with twenty trivia questions from the 'language' and 'geography' categories? Furthermore, I would like to explore the special discount offers on Steam games to recommend some games to the participants.", + "relevant APIs": [ + [ + "Trivia by API-Ninjas", + "/v1/trivia" + ], + [ + "SteamGames Special offers", + "GamesList" + ] + ], + "query_id": 48039 + }, + { + "api_list": [ + { + "category_name": "Gaming", + "tool_name": "Tibia Items", + "api_name": "Get single Item", + "api_description": "This Endpoint will help you get sigle item in our data base by World", + "required_parameters": [ + { + "name": "World", + "type": "STRING", + "description": "", + "default": "Bona" + }, + { + "name": "NameItem", + "type": "STRING", + "description": "", + "default": "Sliver" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "World": "str", + "RegisterDate": "str", + "ItemName": "str", + "Average": { + "BuyOffers": { + "NumberofTransactions": "str", + "LowestPrice": "str", + "AveragePrice": "str", + "HighestPrice": "str" + }, + "SellOffers": { + "NumberofTransactions": "str", + "LowestPrice": "str", + "AveragePrice": "str", + "HighestPrice": "str" + } + }, + "TypeItem": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Tibia Items", + "api_name": "Get imbuements for Vampirism (Life steal)", + "api_description": "This enpoint will get all imbuement for type Vampirism\n\nVampirism (Life steal)\nVampire Teeth \nBloody Pincers \nPiece of Dead Brain", + "required_parameters": [ + { + "name": "World", + "type": "STRING", + "description": "", + "default": "Adra" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "World": "str", + "itemName": "str", + "RegisterDate": "str", + "Average": { + "sellNumberofTransactions": "str", + "buyNumberofTransactions": "str", + "sell": "str", + "buy": "str" + }, + "TypeItem": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Tibia Items", + "api_name": "Get imbuements for Lich Shroud (Death Protection)", + "api_description": "This enpoint will get all imbuement for type Lich Shroud\n\nLich Shroud (Death Protection)\nFlask of Embalming Fluid \nGloom Wolf Fur \nMystical Hourglass", + "required_parameters": [ + { + "name": "World", + "type": "STRING", + "description": "", + "default": "Adra" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "cs-skin API", + "api_name": "Specific Skin", + "api_description": "retrieve name, price, icon, class and weapon for a specific counterstrike skin \n(prices for field tested condition in USD)\n\n(replace skin_name, underscores instead of spaces)\n\nExample: /api/AK-47_Redline", + "required_parameters": [ + { + "name": "skin_name", + "type": "string", + "description": "", + "default": "AK-47_Slate" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "price": "str", + "img": "str", + "weapon": "str", + "class": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "cs-skin API", + "api_name": "Random Skin", + "api_description": "retrieve name, price, icon, class and weapon for a random counterstrike skin (prices for field tested condition)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Gaming", + "tool_name": "cs-skin API", + "api_name": "Random Skin from Class", + "api_description": "retrieve name, price, icon, class and weapon for a random counterstrike skin from a specific class \n(prices for field tested condition in USD)\n\n(replace class_name)\n\nExample: /api/randomclass/Rifle", + "required_parameters": [ + { + "name": "class_name", + "type": "string", + "description": "", + "default": "Knife" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "price": "str", + "img": "str", + "weapon": "str", + "class": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Epic Store Games", + "api_name": "Search Coming Soon Games", + "api_description": "Search Coming Soon Games", + "required_parameters": [ + { + "name": "searchWords", + "type": "STRING", + "description": "", + "default": "Assasin" + } + ], + "optional_parameters": [ + { + "name": "categories", + "type": "ENUM", + "description": "Default: **Games**", + "default": "" + }, + { + "name": "country", + "type": "STRING", + "description": "Default: **us** --- *For the price*", + "default": "us" + }, + { + "name": "locale", + "type": "STRING", + "description": "Default: **us** --- *For the language*", + "default": "us" + } + ], + "method": "GET", + "template_response": { + "error-index": "str", + "status": "str", + "searchValue": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Epic Store Games", + "api_name": "Search On Sale Games", + "api_description": "Search On Sale Games", + "required_parameters": [ + { + "name": "searchWords", + "type": "STRING", + "description": "", + "default": "Mount" + } + ], + "optional_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "Default: **us** --- *For the language*", + "default": "us" + }, + { + "name": "country", + "type": "STRING", + "description": "Default: **us** --- *For the price*", + "default": "us" + }, + { + "name": "categories", + "type": "ENUM", + "description": "Default: **Games**", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error-index": "str", + "status": "str", + "searchValue": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "BingoAPI", + "api_name": "/us", + "api_description": "US game spec.\nReturns numbers between 1 and 75, randomized in 5 groups.\n\nIf you have a paid plan you can specify the number of cards to generate as a query parameter: `?cards=10`\nThis will return an array of array (the cards).\n\nPlease note that empty spaces are not returned as it is more portable for who don't need them. You are free to loop through the cards and add them at your wish.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "cards", + "type": "STRING", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Gaming", + "tool_name": "BingoAPI", + "api_name": "/eu", + "api_description": "EU game spec.\nReturns numbers between 1 and 90.\n\nIf you have a paid plan you can specify the number of cards to generate as a query parameter: `?cards=10`\nThis will return an array of array (the cards).\n\nPlease note that empty spaces are not returned as it is more portable for who don't need them. You are free to loop through the cards and add them at your wish.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Gaming", + "tool_name": "Minecraft UUID Converter", + "api_name": "UUID to Name", + "api_description": "Convert your Mineccraft UUID to a Name", + "required_parameters": [ + { + "name": "uuid", + "type": "string", + "description": "", + "default": "069a79f444e94726a5befca90e38aaf5" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "uuid": "str", + "images": { + "faceImage": "str", + "headImage": "str", + "bodyImage": "str", + "skinImage": "str", + "capeImage": "str" + } + } + }, + { + "category_name": "Gaming", + "tool_name": "Minecraft UUID Converter", + "api_name": "Name to UUID", + "api_description": "Provide your Minecraft username", + "required_parameters": [ + { + "name": "name", + "type": "string", + "description": "", + "default": "Kara_Danvers" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "uuid": "str", + "images": { + "faceImage": "str", + "headImage": "str", + "bodyImage": "str", + "skinImage": "str", + "capeImage": "str" + } + } + } + ], + "query": "I'm planning a surprise birthday party for my best friend and I need some ideas. Can you suggest some unique party themes and decorations? Additionally, I would like to gather news articles about the latest party trends to ensure a memorable celebration. Also, provide me with information about local hotels for accommodation options.", + "relevant APIs": [ + [ + "Tibia Items", + "Get single Item" + ], + [ + "Epic Store Games", + "Search Coming Soon Games" + ] + ], + "query_id": 48258 + }, + { + "api_list": [ + { + "category_name": "Location", + "tool_name": "GoApis Geocoding API", + "api_name": "Geocding", + "api_description": "Geocoding is the process of converting a physical address into geographic coordinates, such as latitude and longitude. It allows for the identification of a specific location on the Earth's surface, making it possible to map and analyze data spatially", + "required_parameters": [], + "optional_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "37.7749" + }, + { + "name": "long", + "type": "STRING", + "description": "", + "default": "-122.4194" + } + ], + "method": "GET", + "template_response": { + "plus_code": { + "compound_code": "str", + "global_code": "str" + }, + "results": [ + { + "address_components": [ + { + "long_name": "str", + "short_name": "str", + "types": [ + "list of str with length 1" + ], + "_list_length": 8 + } + ], + "formatted_address": "str", + "geometry": { + "location": { + "lat": "float", + "lng": "float" + }, + "location_type": "str", + "viewport": { + "northeast": { + "lat": "float", + "lng": "float" + }, + "southwest": { + "lat": "float", + "lng": "float" + } + } + }, + "place_id": "str", + "plus_code": { + "compound_code": "str", + "global_code": "str" + }, + "types": [ + "list of str with length 1" + ], + "_list_length": 9 + } + ], + "status": "str" + } + }, + { + "category_name": "Location", + "tool_name": "World Time by API-Ninjas", + "api_name": "/v1/worldtime", + "api_description": "API Ninjas World Time API endpoint. Returns the current date and time by city/state/country, location coordinates (latitude/longitude), or timezone.\n\nOne of the following parameter combinations must be set:\nlat + lon,\ncity (state and country optional),\ntimezone", + "required_parameters": [], + "optional_parameters": [ + { + "name": "timezone", + "type": "STRING", + "description": "Timezone of desired location (e.g. Europe/London).", + "default": "" + }, + { + "name": "lon", + "type": "STRING", + "description": "Longitude of desired location.", + "default": "" + }, + { + "name": "lat", + "type": "STRING", + "description": "Latitude of desired location.", + "default": "" + }, + { + "name": "state", + "type": "STRING", + "description": "US state name or 2-letter abbreviation (for United States cities only).", + "default": "" + }, + { + "name": "country", + "type": "STRING", + "description": "Country name or 2-letter country code.", + "default": "" + }, + { + "name": "city", + "type": "STRING", + "description": "City name.", + "default": "London" + } + ], + "method": "GET", + "template_response": { + "timezone": "str", + "datetime": "str", + "date": "str", + "year": "str", + "month": "str", + "day": "str", + "hour": "str", + "minute": "str", + "second": "str", + "day_of_week": "str" + } + } + ], + "query": "I'm planning a trip to London next week with my family. Can you provide me with the current date and time in London and also the geocoding details for the city? Additionally, fetch the world time for New York and get the geocoding information for that city as well.", + "relevant APIs": [ + [ + "GoApis Geocoding API", + "Geocding" + ], + [ + "World Time by API-Ninjas", + "/v1/worldtime" + ] + ], + "query_id": 48770 + }, + { + "api_list": [ + { + "category_name": "SMS", + "tool_name": "Whatsapp Checker PRO", + "api_name": "Validate PhoneNumber", + "api_description": "Whatsapp Validate PhoneNumber", + "required_parameters": [ + { + "name": "Phone", + "type": "string", + "description": "", + "default": "PhoneNumber" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "response": "str" + } + }, + { + "category_name": "SMS", + "tool_name": "D7SMS", + "api_name": "Get Message Status", + "api_description": "Get Message Delivery Status of previously sent messages.", + "required_parameters": [ + { + "name": "request_id", + "type": "string", + "description": "The Request id which was returned from **Send Message** endpoint", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + }, + { + "category_name": "SMS", + "tool_name": "D7SMS", + "api_name": "D7API - Check Balance", + "api_description": "Get information about current balance on your D7API account", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + }, + { + "category_name": "SMS", + "tool_name": "D7SMS", + "api_name": "Get OTP Status", + "api_description": "Get the status of OTP generated or verified", + "required_parameters": [ + { + "name": "otp_id", + "type": "string", + "description": "The otp_ id which was returned from **Send OTP** endpoint", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + }, + { + "category_name": "SMS", + "tool_name": "Promotional SMS", + "api_name": "Promotional sms", + "api_description": "Promotional sms Endpoint", + "required_parameters": [ + { + "name": "sender", + "type": "STRING", + "description": "", + "default": "SEDEMO" + }, + { + "name": "apikey", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "to", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "message", + "type": "STRING", + "description": "", + "default": "This is a test message from spring edge" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "", + "default": "json" + } + ], + "method": "GET", + "template_response": { + "status": "bool", + "error": "str" + } + }, + { + "category_name": "SMS", + "tool_name": "SMS_v2", + "api_name": "Send SMS", + "api_description": "Send SMS", + "required_parameters": [ + { + "name": "provider", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "", + "default": "your_provider_password" + }, + { + "name": "username", + "type": "STRING", + "description": "", + "default": "your_provider_username" + }, + { + "name": "phone_number", + "type": "STRING", + "description": "", + "default": "051123123" + }, + { + "name": "from", + "type": "STRING", + "description": "", + "default": "040123123" + }, + { + "name": "sms", + "type": "STRING", + "description": "", + "default": "Test SMS message." + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to send SMS notifications to my customers about their order status. Can you help me find the API call to send SMS notifications and the API to check the balance on my D7SMS account?", + "relevant APIs": [ + [ + "D7SMS", + "D7API - Check Balance" + ], + [ + "SMS_v2", + "Send SMS" + ] + ], + "query_id": 49308 + }, + { + "api_list": [ + { + "category_name": "SMS", + "tool_name": "SMS_v2", + "api_name": "Send SMS", + "api_description": "Send SMS", + "required_parameters": [ + { + "name": "provider", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "", + "default": "your_provider_password" + }, + { + "name": "username", + "type": "STRING", + "description": "", + "default": "your_provider_username" + }, + { + "name": "phone_number", + "type": "STRING", + "description": "", + "default": "051123123" + }, + { + "name": "from", + "type": "STRING", + "description": "", + "default": "040123123" + }, + { + "name": "sms", + "type": "STRING", + "description": "", + "default": "Test SMS message." + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "SMS", + "tool_name": "dedu", + "api_name": "dedu", + "api_description": "dedu", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "SMS", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Order", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "SMS", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Products in Category", + "api_description": " ", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": "empty list", + "summary": { + "count": "int" + } + } + }, + { + "category_name": "SMS", + "tool_name": "\ud83d\udc4b Demo Project", + "api_name": "Get Categories", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "category": "NoneType", + "_list_length": 872 + } + ] + } + }, + { + "category_name": "SMS", + "tool_name": "D7SMS", + "api_name": "Get OTP Status", + "api_description": "Get the status of OTP generated or verified", + "required_parameters": [ + { + "name": "otp_id", + "type": "string", + "description": "The otp_ id which was returned from **Send OTP** endpoint", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + }, + { + "category_name": "SMS", + "tool_name": "D7SMS", + "api_name": "Get Message Status", + "api_description": "Get Message Delivery Status of previously sent messages.", + "required_parameters": [ + { + "name": "request_id", + "type": "string", + "description": "The Request id which was returned from **Send Message** endpoint", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + }, + { + "category_name": "SMS", + "tool_name": "D7SMS", + "api_name": "D7API - Check Balance", + "api_description": "Get information about current balance on your D7API account", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + } + ], + "query": "I need to send an urgent SMS to my friend. Can you please use my RapidAPI account and send a message to +1234567890 with the content 'Meeting postponed to tomorrow'? Also, check the balance in my D7SMS account to ensure I have enough credits.", + "relevant APIs": [ + [ + "SMS_v2", + "Send SMS" + ], + [ + "D7SMS", + "D7API - Check Balance" + ] + ], + "query_id": 49339 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Tweesky", + "api_name": "/status", + "api_description": "Endpoint to verify API is working and available
", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TwttrAPI", + "api_name": "Get Tweet Conversation", + "api_description": "Get a tweet conversation", + "required_parameters": [ + { + "name": "tweet_id", + "type": "STRING", + "description": "", + "default": "1652849795336159233" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"data\": {\"timeline_response\": {\"instructions\": [{\"__typename\": \"str\", \"entries\": [{\"content\": {\"__typename\": \"str\", \"content\": {\"__typename\": \"str\", \"hasModeratedReplies\": \"bool\", \"tweetDisplayType\": \"str\", \"tweetResult\": {\"result\": {\"__typename\": \"str\", \"conversation_muted\": \"bool\", \"core\": {\"user_result\": {\"result\": {\"__typename\": \"str\", \"affiliates_highlighted_label\": {\"label\": {\"badge\": {\"url\": \"str\"}, \"description\": \"str\", \"url\": {\"url\": \"str\", \"urlType\": \"str\"}, \"userLabelDisplayType\": \"str\", \"userLabelType\": \"str\"}}, \"business_account\": {}, \"exclusive_tweet_following\": \"bool\", \"has_nft_avatar\": \"bool\", \"is_blue_verified\": \"bool\", \"legacy\": {\"advertiser_account_service_levels\": [\"list of str with length 1\"], \"advertiser_account_type\": \"str\", \"analytics_type\": \"str\", \"created_at\": \"str\", \"description\": \"str\", \"entities\": {\"description\": {\"hashtags\": \"empty list\", \"symbols\": \"empty list\", \"urls\": \"empty list\", \"user_mentions\": \"empty list\"}}, \"fast_followers_count\": \"int\", \"favour" + }, + { + "category_name": "Social", + "tool_name": "TwttrAPI", + "api_name": "Get DM Conversation", + "api_description": "Get single conversation messages", + "required_parameters": [], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "max_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "username", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TwttrAPI", + "api_name": "Get Tweet", + "api_description": "Get a tweet", + "required_parameters": [ + { + "name": "tweet_id", + "type": "STRING", + "description": "", + "default": "1652849795336159233" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"data\": {\"tweet_result\": {\"result\": {\"__typename\": \"str\", \"conversation_muted\": \"bool\", \"core\": {\"user_result\": {\"result\": {\"__typename\": \"str\", \"affiliates_highlighted_label\": {\"label\": {\"badge\": {\"url\": \"str\"}, \"description\": \"str\", \"url\": {\"url\": \"str\", \"urlType\": \"str\"}, \"userLabelDisplayType\": \"str\", \"userLabelType\": \"str\"}}, \"business_account\": {}, \"exclusive_tweet_following\": \"bool\", \"has_nft_avatar\": \"bool\", \"is_blue_verified\": \"bool\", \"legacy\": {\"advertiser_account_service_levels\": [\"list of str with length 1\"], \"advertiser_account_type\": \"str\", \"analytics_type\": \"str\", \"created_at\": \"str\", \"description\": \"str\", \"entities\": {\"description\": {\"hashtags\": \"empty list\", \"symbols\": \"empty list\", \"urls\": \"empty list\", \"user_mentions\": \"empty list\"}}, \"fast_followers_count\": \"int\", \"favourites_count\": \"int\", \"followers_count\": \"int\", \"friends_count\": \"int\", \"geo_enabled\": \"bool\", \"has_custom_timelines\": \"bool\", \"has_extended_profile\": \"bool\", \"id_str\": \"str\", \"is_translator\": \"bool\"" + }, + { + "category_name": "Social", + "tool_name": "Instagram Cheapest", + "api_name": "user_medias", + "api_description": "get user_medias by user_id", + "required_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "", + "default": "13460080" + } + ], + "optional_parameters": [ + { + "name": "next_max_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"items\": [{\"taken_at\": \"int\", \"pk\": \"str\", \"id\": \"str\", \"device_timestamp\": \"int\", \"media_type\": \"int\", \"code\": \"str\", \"client_cache_key\": \"str\", \"filter_type\": \"int\", \"caption\": {\"pk\": \"str\", \"user_id\": \"str\", \"text\": \"str\", \"type\": \"int\", \"created_at\": \"int\", \"created_at_utc\": \"int\", \"content_type\": \"str\", \"status\": \"str\", \"bit_flags\": \"int\", \"did_report_as_spam\": \"bool\", \"share_enabled\": \"bool\", \"user\": {\"has_anonymous_profile_picture\": \"bool\", \"fan_club_info\": {\"fan_club_id\": \"NoneType\", \"fan_club_name\": \"NoneType\", \"is_fan_club_referral_eligible\": \"NoneType\", \"fan_consideration_page_revamp_eligiblity\": \"NoneType\", \"is_fan_club_gifting_eligible\": \"NoneType\", \"subscriber_count\": \"NoneType\", \"connected_member_count\": \"NoneType\", \"autosave_to_exclusive_highlight\": \"NoneType\"}, \"fbid_v2\": \"str\", \"transparency_product_enabled\": \"bool\", \"is_unpublished\": \"bool\", \"pk\": \"str\", \"pk_id\": \"str\", \"username\": \"str\", \"full_name\": \"str\", \"is_private\": \"bool\", \"is_verified\": \"bool\", \"profile_pic_" + }, + { + "category_name": "Social", + "tool_name": "Instagram Cheapest", + "api_name": "userinfo", + "api_description": "get userinfo by username", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "nike" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"data\": {\"user\": {\"biography\": \"str\", \"bio_links\": [{\"title\": \"str\", \"lynx_url\": \"str\", \"url\": \"str\", \"link_type\": \"str\", \"_list_length\": 1}], \"biography_with_entities\": {\"raw_text\": \"str\", \"entities\": [{\"user\": \"NoneType\", \"hashtag\": {\"name\": \"str\"}, \"_list_length\": 2}]}, \"blocked_by_viewer\": \"bool\", \"restricted_by_viewer\": \"NoneType\", \"country_block\": \"bool\", \"eimu_id\": \"str\", \"external_url\": \"str\", \"external_url_linkshimmed\": \"str\", \"edge_followed_by\": {\"count\": \"int\"}, \"fbid\": \"str\", \"followed_by_viewer\": \"bool\", \"edge_follow\": {\"count\": \"int\"}, \"follows_viewer\": \"bool\", \"full_name\": \"str\", \"group_metadata\": \"NoneType\", \"has_ar_effects\": \"bool\", \"has_clips\": \"bool\", \"has_guides\": \"bool\", \"has_channel\": \"bool\", \"has_blocked_viewer\": \"bool\", \"highlight_reel_count\": \"int\", \"has_requested_viewer\": \"bool\", \"hide_like_and_view_counts\": \"bool\", \"id\": \"str\", \"is_business_account\": \"bool\", \"is_professional_account\": \"bool\", \"is_supervision_enabled\": \"bool\", \"is_guardian_of_viewer\": \"bool\"," + }, + { + "category_name": "Social", + "tool_name": "Reddit", + "api_name": "Top Posts By Username", + "api_description": "Top Posts By Username", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "GoldenChrysus" + }, + { + "name": "time", + "type": "STRING", + "description": "you can just select one item from below:\n`hour`\n`day`\n`week`\n`month`\n`year`\n`all`", + "default": "all" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"success\": \"bool\", \"data\": {\"cursor\": \"str\", \"posts\": [{\"id\": \"str\", \"numComments\": \"int\", \"created\": \"int\", \"score\": \"int\", \"distinguishType\": \"NoneType\", \"isLocked\": \"bool\", \"isStickied\": \"bool\", \"thumbnail\": {\"url\": \"str\", \"width\": \"NoneType\", \"height\": \"NoneType\"}, \"title\": \"str\", \"author\": \"str\", \"authorId\": \"str\", \"authorIsBlocked\": \"bool\", \"domain\": \"str\", \"postId\": \"str\", \"upvoteRatio\": \"float\", \"numDuplicates\": \"NoneType\", \"discussionType\": \"NoneType\", \"viewCount\": \"int\", \"goldCount\": \"int\", \"isArchived\": \"bool\", \"contestMode\": \"bool\", \"gildings\": \"NoneType\", \"postCategories\": \"NoneType\", \"suggestedSort\": \"NoneType\", \"belongsTo\": {\"id\": \"str\", \"type\": \"str\"}, \"flair\": \"empty list\", \"hidden\": \"bool\", \"saved\": \"bool\", \"isGildable\": \"bool\", \"isMediaOnly\": \"bool\", \"isSponsored\": \"bool\", \"isNSFW\": \"bool\", \"isMeta\": \"bool\", \"isSpoiler\": \"bool\", \"isBlank\": \"bool\", \"sendReplies\": \"bool\", \"voteState\": \"int\", \"permalink\": \"str\", \"events\": \"empty list\", \"eventsOnRender\": \"empty list\", \"" + }, + { + "category_name": "Social", + "tool_name": "Reddit", + "api_name": "Top Popular Posts", + "api_description": "Top Popular Posts", + "required_parameters": [ + { + "name": "time", + "type": "STRING", + "description": "you can just select one item from below:\n`hour`\n`day`\n`week`\n`month`\n`year`\n`all`", + "default": "year" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"success\": \"bool\", \"data\": {\"cursor\": \"str\", \"posts\": [{\"id\": \"str\", \"numComments\": \"int\", \"created\": \"int\", \"score\": \"int\", \"distinguishType\": \"NoneType\", \"isLocked\": \"bool\", \"isStickied\": \"bool\", \"thumbnail\": {\"url\": \"str\", \"width\": \"int\", \"height\": \"int\"}, \"title\": \"str\", \"author\": \"str\", \"authorId\": \"str\", \"authorIsBlocked\": \"bool\", \"domain\": \"str\", \"postId\": \"str\", \"upvoteRatio\": \"float\", \"numDuplicates\": \"NoneType\", \"discussionType\": \"NoneType\", \"viewCount\": \"int\", \"goldCount\": \"int\", \"isArchived\": \"bool\", \"contestMode\": \"bool\", \"gildings\": {\"gid1\": \"int\", \"gid2\": \"int\", \"gid3\": \"int\"}, \"allAwardings\": [{\"awardType\": \"str\", \"awardSubType\": \"str\", \"coinPrice\": \"int\", \"coinReward\": \"int\", \"daysOfDripExtension\": \"NoneType\", \"daysOfPremium\": \"NoneType\", \"description\": \"str\", \"giverCoinReward\": \"NoneType\", \"iconUrl\": \"str\", \"iconWidth\": \"int\", \"iconHeight\": \"int\", \"staticIconUrl\": \"str\", \"staticIconWidth\": \"int\", \"staticIconHeight\": \"int\", \"id\": \"str\", \"isEnabled\": \"bool\", \"isNew\": \"" + }, + { + "category_name": "Social", + "tool_name": "Reddit", + "api_name": "Rising Popular Posts", + "api_description": "Rising Popular Posts", + "required_parameters": [], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"success\": \"bool\", \"data\": {\"cursor\": \"str\", \"posts\": [{\"id\": \"str\", \"numComments\": \"int\", \"created\": \"int\", \"score\": \"int\", \"distinguishType\": \"NoneType\", \"isLocked\": \"bool\", \"isStickied\": \"bool\", \"thumbnail\": {\"url\": \"str\", \"width\": \"int\", \"height\": \"int\"}, \"title\": \"str\", \"author\": \"str\", \"authorId\": \"str\", \"authorIsBlocked\": \"bool\", \"domain\": \"str\", \"postId\": \"str\", \"upvoteRatio\": \"float\", \"numDuplicates\": \"NoneType\", \"discussionType\": \"NoneType\", \"viewCount\": \"int\", \"goldCount\": \"int\", \"isArchived\": \"bool\", \"contestMode\": \"bool\", \"gildings\": \"NoneType\", \"postCategories\": \"NoneType\", \"suggestedSort\": \"NoneType\", \"belongsTo\": {\"id\": \"str\", \"type\": \"str\"}, \"flair\": [{\"text\": \"str\", \"type\": \"str\", \"textColor\": \"str\", \"backgroundColor\": \"str\", \"templateId\": \"str\", \"_list_length\": 1}], \"hidden\": \"bool\", \"saved\": \"bool\", \"isGildable\": \"bool\", \"isMediaOnly\": \"bool\", \"isSponsored\": \"bool\", \"isNSFW\": \"bool\", \"isMeta\": \"bool\", \"isSpoiler\": \"bool\", \"isBlank\": \"bool\", \"sendReplies\": \"bool\", \"" + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "Music Data by ID", + "api_description": "Get** Music Data **by **ID**", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "User Feed by ID", + "api_description": "Get **User Feed** by** ID**", + "required_parameters": [ + { + "name": "user_id", + "type": "string", + "description": "", + "default": "6614519312189947909" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TikTok_Solutions", + "api_name": "User by Keyword", + "api_description": "Get** Search of Users **by **Keyword**", + "required_parameters": [ + { + "name": "keyword", + "type": "string", + "description": "", + "default": "Food" + } + ], + "optional_parameters": [ + { + "name": "max_cursor", + "type": "NUMBER", + "description": "", + "default": "30" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"data\": {\"cursor\": \"int\", \"has_more\": \"int\", \"input_keyword\": \"str\", \"qc\": \"str\", \"type\": \"int\", \"user_list\": [{\"challenges\": \"NoneType\", \"effects\": \"NoneType\", \"items\": \"NoneType\", \"mix_list\": \"NoneType\", \"musics\": \"NoneType\", \"position\": \"NoneType\", \"uniqid_position\": \"NoneType\", \"user_info\": {\"avatar_168x168\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"int\"}, \"avatar_300x300\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"int\"}, \"avatar_larger\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"int\"}, \"avatar_medium\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"int\"}, \"avatar_thumb\": {\"uri\": \"str\", \"url_list\": [\"list of str with length 2\"], \"width\": \"int\", \"height\": \"int\"}, \"avatar_uri\": \"str\", \"aweme_count\": \"int\", \"custom_verify\": \"str\", \"download_prompt_ts\": \"int\", \"follower_count\": \"int\", \"following_count\":" + } + ], + "query": "I need to gather information about the latest news articles related to a specific topic. Can you fetch the DM conversation using the Get DM Conversation API? Additionally, provide me with the top posts by a specific user from the Reddit API to get a comprehensive view of the topic. Thank you for your assistance.", + "relevant APIs": [ + [ + "TwttrAPI", + "Get DM Conversation" + ], + [ + "Reddit", + "Top Posts By Username" + ] + ], + "query_id": 50058 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Flirty words", + "api_name": "Generate flirty line", + "api_description": "Generates a random flirty line", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "title": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram Downloader_v2", + "api_name": "Get Media", + "api_description": "Post, Photo, Video, Igtv, Reel, Profile Picture", + "required_parameters": [ + { + "name": "url_username", + "type": "STRING", + "description": "", + "default": "https://www.instagram.com/p/CqDpQo4piyE/" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a singles mixer and I need some flirty lines to break the ice. Can you generate a few random flirty lines for me? Also, I'd like to download some interesting videos from Instagram to play during the event. Please fetch the media from these Instagram posts.", + "relevant APIs": [ + [ + "Flirty words", + "Generate flirty line" + ], + [ + "Instagram Downloader_v2", + "Get Media" + ] + ], + "query_id": 50406 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Google Keyword Scraper", + "api_name": "KeywordSearch", + "api_description": "you can get all popular keywords in any country and with any language", + "required_parameters": [ + { + "name": "glanguage", + "type": "STRING", + "description": "you will use alpha code for any language you need: \n\nAfrikaans => \\\"af\\\"\nAlbanian => \\\"sq\\\"\nAmharic => \\\"sm\\\"\nArabic => \\\"ar\\\"\nAzerbaijani => \\\"az\\\"\nBasque => \\\"eu\\\"\nBelarusian => \\\"be\\\"\nBengali => \\\"bn\\\"\nBihari => \\\"bh\\\"\nBosnian => \\\"bs\\\"\nBulgarian => \\\"bg\\\"\nCatalan => \\\"ca\\\"\nChinese (Simplified) => \\\"zh-CN\\\"\nChinese (Traditional) => \\\"zh-TW\\\"\nCroatian => \\\"hr\\\"\nCzech => \\\"cs\\\"\nDanish => \\\"da\\\"\nDutch => \\\"nl\\\"\nEnglish => \\\"en\\\"\nEsperanto => \\\"eo\\\"\nEstonian => \\\"et\\\"\nFaroese => \\\"fo\\\"\nFinnish => \\\"fi\\\"\nFrench => \\\"fr\\\"\nFrisian => \\\"fy\\\"\nGalician => \\\"gl\\\"\nGeorgian => \\\"ka\\\"\nGerman => \\\"de\\\"\nGreek => \\\"el\\\"\nGujarati => \\\"gu\\\"\nHebrew => \\\"iw\\\"\nHindi => \\\"hi\\\"\nHungarian => \\\"hu\\\"\nIcelandic => \\\"is\\\"\nIndonesian => \\\"id\\\"\nInterlingua => \\\"ia\\\"\nIrish => \\\"ga\\\"\nItalian => \\\"it\\\"\nJapanese => \\\"ja\\\"\nJavanese => \\\"jw\\\"\nKannada => \\\"kn\\\"\nKorean => \\\"ko\\\"\nLatin => \\\"la\\\"\nLatvian => \\\"lv\\\"\nLithuanian => \\\"lt\\\"\nMacedonian => \\\"mk\\\"\nMalay => \\\"ms\\\"\nMalayam => \\\"ml\\\"\nMaltese => \\\"mt\\\"\nMarathi => \\\"mr\\\"\nNepali => \\\"ne\\\"\nNorwegian => \\\"no\\\"\nNorwegian (Nynorsk) => \\\"nn\\\"\nOccitan => \\\"oc\\\"\nPersian => \\\"fa\\\"\nPolish => \\\"pl\\\"\nPortuguese (Brazil) => \\\"pt-BR\\\"\nPortuguese (Portugal) => \\\"pt-PT\\\"\nPunjabi => \\\"pa\\\"\nRomanian => \\\"ro\\\"\nRussian => \\\"ru\\\"\nScots Gaelic => \\\"gd\\\"\nSerbian => \\\"sr\\\"\nSinhalese => \\\"si\\\"\nSlovak => \\\"sk\\\"\nSlovenian => \\\"sl\\\"\nSpanish => \\\"es\\\"\nSudanese => \\\"su\\\"\nSwahili => \\\"sw\\\"\nSwedish => \\\"sv\\\"\nTagalog => \\\"tl\\\"\nTamil => \\\"ta\\\"\nTelugu => \\\"te\\\"\nThai => \\\"th\\\"\nTigrinya => \\\"ti\\\"\nTurkish => \\\"tr\\\"\nUkrainian => \\\"uk\\\"\nUrdu => \\\"ur\\\"\nUzbek => \\\"uz\\\"\nVietnamese => \\\"vi\\\"\nWelsh => \\\"cy\\\"\nXhosa => \\\"xh\\\"\nZulu => \\\"zu\\\"", + "default": "en" + }, + { + "name": "gcountry", + "type": "STRING", + "description": "you will use only the alpha code of any country \n\nAfghanistan => \\\"af\\\"\nAlbania => \\\"al\\\"\nAlgeria => \\\"dz\\\"\nAmerican Samoa => \\\"as\\\"\nAndorra => \\\"ad\\\"\nAngola => \\\"ao\\\"\nAnguilla => \\\"ai\\\"\nAntarctica => \\\"aq\\\"\nAntigua and Barbuda => \\\"ag\\\"\nArgentina => \\\"ar\\\"\nArmenia => \\\"am\\\"\nAruba => \\\"aw\\\"\nAustralia => \\\"au\\\"\nAustria => \\\"at\\\"\nAzerbaijan => \\\"az\\\"\nBahamas => \\\"bs\\\"\nBahrain => \\\"bh\\\"\nBangladesh => \\\"bd\\\"\nBarbados => \\\"bb\\\"\nBelarus => \\\"by\\\"\nBelgium => \\\"be\\\"\nBelize => \\\"bz\\\"\nBenin => \\\"bj\\\"\nBermuda => \\\"bm\\\"\nBhutan => \\\"bt\\\"\nBolivia, Plurinational State of => \\\"bo\\\"\nBolivia => \\\"bo\\\"\nBosnia and Herzegovina => \\\"ba\\\"\nBotswana => \\\"bw\\\"\nBouvet Island => \\\"bv\\\"\nBrazil => \\\"br\\\"\nBritish Indian Ocean Territory => \\\"io\\\"\nBrunei Darussalam => \\\"bn\\\"\nBrunei => \\\"bn\\\"\nBulgaria => \\\"bg\\\"\nBurkina Faso => \\\"bf\\\"\nBurundi => \\\"bi\\\"\nCambodia => \\\"kh\\\"\nCameroon => \\\"cm\\\"\nCanada => \\\"ca\\\"\nCape Verde => \\\"cv\\\"\nCayman Islands => \\\"ky\\\"\nCentral African Republic => \\\"cf\\\"\nChad => \\\"td\\\"\nChile => \\\"cl\\\"\nChina => \\\"cn\\\"\nChristmas Island => \\\"cx\\\"\nCocos (Keeling) Islands => \\\"cc\\\"\nColombia => \\\"co\\\"\nComoros => \\\"km\\\"\nCongo => \\\"cg\\\"\nCongo, the Democratic Republic of the => \\\"cd\\\"\nCook Islands => \\\"ck\\\"\nCosta Rica => \\\"cr\\\"\nC\u00f4te d'Ivoire => \\\"ci\\\"\nIvory Coast => \\\"ci\\\"\nCroatia => \\\"hr\\\"\nCuba => \\\"cu\\\"\nCyprus => \\\"cy\\\"\nCzech Republic => \\\"cz\\\"\nDenmark => \\\"dk\\\"\nDjibouti => \\\"dj\\\"\nDominica => \\\"dm\\\"\nDominican Republic => \\\"do\\\"\nEcuador => \\\"ec\\\"\nEgypt => \\\"eg\\\"\nEl Salvador => \\\"sv\\\"\nEquatorial Guinea => \\\"gq\\\"\nEritrea => \\\"er\\\"\nEstonia => \\\"ee\\\"\nEthiopia => \\\"et\\\"\nFalkland Islands (Malvinas) => \\\"fk\\\"\nFaroe Islands => \\\"fo\\\"\nFiji => \\\"fj\\\"\nFinland => \\\"fi\\\"\nFrance => \\\"fr\\\"\nFrench Guiana => \\\"gf\\\"\nFrench Polynesia => \\\"pf\\\"\nFrench Southern Territories => \\\"tf\\\"\nGabon => \\\"ga\\\"\nGambia => \\\"gm\\\"\nGeorgia => \\\"ge\\\"\nGermany => \\\"de\\\"\nGhana => \\\"gh\\\"\nGibraltar => \\\"gi\\\"\nGreece => \\\"gr\\\"\nGreenland => \\\"gl\\\"\nGrenada => \\\"gd\\\"\nGuadeloupe => \\\"gp\\\"\nGuam => \\\"gu\\\"\nGuatemala => \\\"gt\\\"\nGuernsey => \\\"gg\\\"\nGuinea => \\\"gn\\\"\nGuinea-Bissau => \\\"gw\\\"\nGuyana => \\\"gy\\\"\nHaiti => \\\"ht\\\"\nHeard Island and McDonald Islands => \\\"hm\\\"\nHoly See (Vatican City State) => \\\"va\\\"\nHonduras => \\\"hn\\\"\nHong Kong => \\\"hk\\\"\nHungary => \\\"hu\\\"\nIceland => \\\"is\\\"\nIndia => \\\"in\\\"\nIndonesia => \\\"id\\\"\nIran, Islamic Republic of => \\\"ir\\\"\nIraq => \\\"iq\\\"\nIreland => \\\"ie\\\"\nIsle of Man => \\\"im\\\"\nIsrael => \\\"il\\\"\nItaly => \\\"it\\\"\nJamaica => \\\"jm\\\"\nJapan => \\\"jp\\\"\nJersey => \\\"je\\\"\nJordan => \\\"jo\\\"\nKazakhstan => \\\"kz\\\"\nKenya => \\\"ke\\\"\nKiribati => \\\"ki\\\"\nKorea, Democratic People's Republic of => \\\"kp\\\"\nKorea, Republic of => \\\"kr\\\"\nSouth Korea => \\\"kr\\\"\nKuwait => \\\"kw\\\"\nKyrgyzstan => \\\"kg\\\"\nLao People's Democratic Republic => \\\"la\\\"\nLatvia => \\\"lv\\\"\nLebanon => \\\"lb\\\"\nLesotho => \\\"ls\\\"\nLiberia => \\\"lr\\\"\nLibyan Arab Jamahiriya => \\\"ly\\\"\nLibya => \\\"ly\\\"\nLiechtenstein => \\\"li\\\"\nLithuania => \\\"lt\\\"\nLuxembourg => \\\"lu\\\"\nMacao => \\\"mo\\\"\nMacedonia, the former Yugoslav Republic of => \\\"mk\\\"\nMadagascar => \\\"mg\\\"\nMalawi => \\\"mw\\\"\nMalaysia => \\\"my\\\"\nMaldives => \\\"mv\\\"\nMali => \\\"ml\\\"\nMalta => \\\"mt\\\"\nMarshall Islands => \\\"mh\\\"\nMartinique => \\\"mq\\\"\nMauritania => \\\"mr\\\"\nMauritius => \\\"mu\\\"\nMayotte => \\\"yt\\\"\nMexico => \\\"mx\\\"\nMicronesia, Federated States of => \\\"fm\\\"\nMoldova, Republic of => \\\"md\\\"\nMonaco => \\\"mc\\\"\nMongolia => \\\"mn\\\"\nMontenegro => \\\"me\\\"\nMontserrat => \\\"ms\\\"\nMorocco => \\\"ma\\\"\nMozambique => \\\"mz\\\"\nMyanmar => \\\"mm\\\"\nBurma => \\\"mm\\\"\nNamibia => \\\"na\\\"\nNauru => \\\"nr\\\"\nNepal => \\\"np\\\"\nNetherlands => \\\"nl\\\"\nNetherlands Antilles => \\\"an\\\"\nNew Caledonia => \\\"nc\\\"\nNew Zealand => \\\"nz\\\"\nNicaragua => \\\"ni\\\"\nNiger => \\\"ne\\\"\nNigeria => \\\"ng\\\"\nNiue => \\\"nu\\\"\nNorfolk Island => \\\"nf\\\"\nNorthern Mariana Islands => \\\"mp\\\"\nNorway => \\\"no\\\"\nOman => \\\"om\\\"\nPakistan => \\\"pk\\\"\nPalau => \\\"pw\\\"\nPalestinian Territory, Occupied => \\\"ps\\\"\nPanama => \\\"pa\\\"\nPapua New Guinea => \\\"pg\\\"\nParaguay => \\\"py\\\"\nPeru => \\\"pe\\\"\nPhilippines => \\\"ph\\\"\nPitcairn => \\\"pn\\\"\nPoland => \\\"pl\\\"\nPortugal => \\\"pt\\\"\nPuerto Rico => \\\"pr\\\"\nQatar => \\\"qa\\\"\nR\u00e9union => \\\"re\\\"\nRomania => \\\"ro\\\"\nRussian Federation => \\\"ru\\\"\nRussia => \\\"ru\\\"\nRwanda => \\\"rw\\\"\nSaint Helena, Ascension and Tristan da Cunha => \\\"sh\\\"\nSaint Kitts and Nevis => \\\"kn\\\"\nSaint Lucia => \\\"lc\\\"\nSaint Pierre and Miquelon => \\\"pm\\\"\nSaint Vincent and the Grenadines => \\\"vc\\\"\nSaint Vincent & the Grenadines => \\\"vc\\\"\nSt. Vincent and the Grenadines => \\\"vc\\\"\nSamoa => \\\"ws\\\"\nSan Marino => \\\"sm\\\"\nSao Tome and Principe => \\\"st\\\"\nSaudi Arabia => \\\"sa\\\"\nSenegal => \\\"sn\\\"\nSerbia => \\\"rs\\\"\nSeychelles => \\\"sc\\\"\nSierra Leone => \\\"sl\\\"\nSingapore => \\\"sg\\\"\nSlovakia => \\\"sk\\\"\nSlovenia => \\\"si\\\"\nSolomon Islands => \\\"sb\\\"\nSomalia => \\\"so\\\"\nSouth Africa => \\\"za\\\"\nSouth Georgia and the South Sandwich Islands => \\\"gs\\\"\nSouth Sudan => \\\"ss\\\"\nSpain => \\\"es\\\"\nSri Lanka => \\\"lk\\\"\nSudan => \\\"sd\\\"\nSuriname => \\\"sr\\\"\nSvalbard and Jan Mayen => \\\"sj\\\"\nSwaziland => \\\"sz\\\"\nSweden => \\\"se\\\"\nSwitzerland => \\\"ch\\\"\nSyrian Arab Republic => \\\"sy\\\"\nTaiwan, Province of China => \\\"tw\\\"\nTaiwan => \\\"tw\\\"\nTajikistan => \\\"tj\\\"\nTanzania, United Republic of => \\\"tz\\\"\nThailand => \\\"th\\\"\nTimor-Leste => \\\"tl\\\"\nTogo => \\\"tg\\\"\nTokelau => \\\"tk\\\"\nTonga => \\\"to\\\"\nTrinidad and Tobago => \\\"tt\\\"\nTunisia => \\\"tn\\\"\nTurkey => \\\"tr\\\"\nTurkmenistan => \\\"tm\\\"\nTurks and Caicos Islands => \\\"tc\\\"\nTuvalu => \\\"tv\\\"\nUganda => \\\"ug\\\"\nUkraine => \\\"ua\\\"\nUnited Arab Emirates => \\\"ae\\\"\nUnited Kingdom => \\\"gb\\\"\nUnited States => \\\"us\\\"\nUnited States Minor Outlying Islands => \\\"um\\\"\nUruguay => \\\"uy\\\"\nUzbekistan => \\\"uz\\\"\nVanuatu => \\\"vu\\\"\nVenezuela, Bolivarian Republic of => \\\"ve\\\"\nVenezuela => \\\"ve\\\"\nViet Nam => \\\"vn\\\"\nVietnam => \\\"vn\\\"\nVirgin Islands, British => \\\"vg\\\"\nVirgin Islands, U.S. => \\\"vi\\\"\nWallis and Futuna => \\\"wf\\\"\nWestern Sahara => \\\"eh\\\"\nYemen => \\\"ye\\\"\nZambia => \\\"zm\\\"\nZimbabwe => \\\"zw\\\"\n", + "default": "ua" + }, + { + "name": "gkeyword", + "type": "STRING", + "description": "", + "default": "ukraine war" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "searchWord": "str", + "country": "str", + "language": "str", + "keywords": [ + { + "keyword": "str", + "score": "float", + "isTop10": "bool", + "_list_length": 291 + } + ] + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Web Search API", + "api_description": "Search data and suggested keywords from Bing search engine.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "size", + "type": "STRING", + "description": "", + "default": "30" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "how-to-use-excel-for-free" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "request": { + "keyword": "str", + "page": "int", + "size": "int" + }, + "data": { + "items": [ + { + "title": "str", + "link": "str", + "description": "str", + "_list_length": 5 + } + ], + "keyword_related": [ + "list of str with length 8" + ], + "question": "empty list" + }, + "in_seconds": "float" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Images Search", + "api_description": "Search images from the search engine for the most relevant keywords and images related to keywords and images.", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "wallpapers" + } + ], + "optional_parameters": [ + { + "name": "size", + "type": "STRING", + "description": "", + "default": "30" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Emails Search", + "api_description": "Search emails from search engines for related keywords.", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "sun" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "request": { + "keyword": "str" + }, + "data": [ + "list of str with length 9" + ], + "in_seconds": "float" + } + } + ], + "query": "I want to surprise my parents with a special anniversary gift. Can you suggest keywords related to unique anniversary gifts? Additionally, it would be helpful to search for images of personalized gift ideas. Finally, could you find some emails related to gift shops or online stores?", + "relevant APIs": [ + [ + "Google Keyword Scraper", + "KeywordSearch" + ], + [ + "Bing Search APIs", + "Web Search API" + ], + [ + "Bing Search APIs", + "Images Search" + ], + [ + "Bing Search APIs", + "Emails Search" + ] + ], + "query_id": 50656 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Google Keyword Scraper", + "api_name": "KeywordSearch", + "api_description": "you can get all popular keywords in any country and with any language", + "required_parameters": [ + { + "name": "glanguage", + "type": "STRING", + "description": "you will use alpha code for any language you need: \n\nAfrikaans => \\\"af\\\"\nAlbanian => \\\"sq\\\"\nAmharic => \\\"sm\\\"\nArabic => \\\"ar\\\"\nAzerbaijani => \\\"az\\\"\nBasque => \\\"eu\\\"\nBelarusian => \\\"be\\\"\nBengali => \\\"bn\\\"\nBihari => \\\"bh\\\"\nBosnian => \\\"bs\\\"\nBulgarian => \\\"bg\\\"\nCatalan => \\\"ca\\\"\nChinese (Simplified) => \\\"zh-CN\\\"\nChinese (Traditional) => \\\"zh-TW\\\"\nCroatian => \\\"hr\\\"\nCzech => \\\"cs\\\"\nDanish => \\\"da\\\"\nDutch => \\\"nl\\\"\nEnglish => \\\"en\\\"\nEsperanto => \\\"eo\\\"\nEstonian => \\\"et\\\"\nFaroese => \\\"fo\\\"\nFinnish => \\\"fi\\\"\nFrench => \\\"fr\\\"\nFrisian => \\\"fy\\\"\nGalician => \\\"gl\\\"\nGeorgian => \\\"ka\\\"\nGerman => \\\"de\\\"\nGreek => \\\"el\\\"\nGujarati => \\\"gu\\\"\nHebrew => \\\"iw\\\"\nHindi => \\\"hi\\\"\nHungarian => \\\"hu\\\"\nIcelandic => \\\"is\\\"\nIndonesian => \\\"id\\\"\nInterlingua => \\\"ia\\\"\nIrish => \\\"ga\\\"\nItalian => \\\"it\\\"\nJapanese => \\\"ja\\\"\nJavanese => \\\"jw\\\"\nKannada => \\\"kn\\\"\nKorean => \\\"ko\\\"\nLatin => \\\"la\\\"\nLatvian => \\\"lv\\\"\nLithuanian => \\\"lt\\\"\nMacedonian => \\\"mk\\\"\nMalay => \\\"ms\\\"\nMalayam => \\\"ml\\\"\nMaltese => \\\"mt\\\"\nMarathi => \\\"mr\\\"\nNepali => \\\"ne\\\"\nNorwegian => \\\"no\\\"\nNorwegian (Nynorsk) => \\\"nn\\\"\nOccitan => \\\"oc\\\"\nPersian => \\\"fa\\\"\nPolish => \\\"pl\\\"\nPortuguese (Brazil) => \\\"pt-BR\\\"\nPortuguese (Portugal) => \\\"pt-PT\\\"\nPunjabi => \\\"pa\\\"\nRomanian => \\\"ro\\\"\nRussian => \\\"ru\\\"\nScots Gaelic => \\\"gd\\\"\nSerbian => \\\"sr\\\"\nSinhalese => \\\"si\\\"\nSlovak => \\\"sk\\\"\nSlovenian => \\\"sl\\\"\nSpanish => \\\"es\\\"\nSudanese => \\\"su\\\"\nSwahili => \\\"sw\\\"\nSwedish => \\\"sv\\\"\nTagalog => \\\"tl\\\"\nTamil => \\\"ta\\\"\nTelugu => \\\"te\\\"\nThai => \\\"th\\\"\nTigrinya => \\\"ti\\\"\nTurkish => \\\"tr\\\"\nUkrainian => \\\"uk\\\"\nUrdu => \\\"ur\\\"\nUzbek => \\\"uz\\\"\nVietnamese => \\\"vi\\\"\nWelsh => \\\"cy\\\"\nXhosa => \\\"xh\\\"\nZulu => \\\"zu\\\"", + "default": "en" + }, + { + "name": "gcountry", + "type": "STRING", + "description": "you will use only the alpha code of any country \n\nAfghanistan => \\\"af\\\"\nAlbania => \\\"al\\\"\nAlgeria => \\\"dz\\\"\nAmerican Samoa => \\\"as\\\"\nAndorra => \\\"ad\\\"\nAngola => \\\"ao\\\"\nAnguilla => \\\"ai\\\"\nAntarctica => \\\"aq\\\"\nAntigua and Barbuda => \\\"ag\\\"\nArgentina => \\\"ar\\\"\nArmenia => \\\"am\\\"\nAruba => \\\"aw\\\"\nAustralia => \\\"au\\\"\nAustria => \\\"at\\\"\nAzerbaijan => \\\"az\\\"\nBahamas => \\\"bs\\\"\nBahrain => \\\"bh\\\"\nBangladesh => \\\"bd\\\"\nBarbados => \\\"bb\\\"\nBelarus => \\\"by\\\"\nBelgium => \\\"be\\\"\nBelize => \\\"bz\\\"\nBenin => \\\"bj\\\"\nBermuda => \\\"bm\\\"\nBhutan => \\\"bt\\\"\nBolivia, Plurinational State of => \\\"bo\\\"\nBolivia => \\\"bo\\\"\nBosnia and Herzegovina => \\\"ba\\\"\nBotswana => \\\"bw\\\"\nBouvet Island => \\\"bv\\\"\nBrazil => \\\"br\\\"\nBritish Indian Ocean Territory => \\\"io\\\"\nBrunei Darussalam => \\\"bn\\\"\nBrunei => \\\"bn\\\"\nBulgaria => \\\"bg\\\"\nBurkina Faso => \\\"bf\\\"\nBurundi => \\\"bi\\\"\nCambodia => \\\"kh\\\"\nCameroon => \\\"cm\\\"\nCanada => \\\"ca\\\"\nCape Verde => \\\"cv\\\"\nCayman Islands => \\\"ky\\\"\nCentral African Republic => \\\"cf\\\"\nChad => \\\"td\\\"\nChile => \\\"cl\\\"\nChina => \\\"cn\\\"\nChristmas Island => \\\"cx\\\"\nCocos (Keeling) Islands => \\\"cc\\\"\nColombia => \\\"co\\\"\nComoros => \\\"km\\\"\nCongo => \\\"cg\\\"\nCongo, the Democratic Republic of the => \\\"cd\\\"\nCook Islands => \\\"ck\\\"\nCosta Rica => \\\"cr\\\"\nC\u00f4te d'Ivoire => \\\"ci\\\"\nIvory Coast => \\\"ci\\\"\nCroatia => \\\"hr\\\"\nCuba => \\\"cu\\\"\nCyprus => \\\"cy\\\"\nCzech Republic => \\\"cz\\\"\nDenmark => \\\"dk\\\"\nDjibouti => \\\"dj\\\"\nDominica => \\\"dm\\\"\nDominican Republic => \\\"do\\\"\nEcuador => \\\"ec\\\"\nEgypt => \\\"eg\\\"\nEl Salvador => \\\"sv\\\"\nEquatorial Guinea => \\\"gq\\\"\nEritrea => \\\"er\\\"\nEstonia => \\\"ee\\\"\nEthiopia => \\\"et\\\"\nFalkland Islands (Malvinas) => \\\"fk\\\"\nFaroe Islands => \\\"fo\\\"\nFiji => \\\"fj\\\"\nFinland => \\\"fi\\\"\nFrance => \\\"fr\\\"\nFrench Guiana => \\\"gf\\\"\nFrench Polynesia => \\\"pf\\\"\nFrench Southern Territories => \\\"tf\\\"\nGabon => \\\"ga\\\"\nGambia => \\\"gm\\\"\nGeorgia => \\\"ge\\\"\nGermany => \\\"de\\\"\nGhana => \\\"gh\\\"\nGibraltar => \\\"gi\\\"\nGreece => \\\"gr\\\"\nGreenland => \\\"gl\\\"\nGrenada => \\\"gd\\\"\nGuadeloupe => \\\"gp\\\"\nGuam => \\\"gu\\\"\nGuatemala => \\\"gt\\\"\nGuernsey => \\\"gg\\\"\nGuinea => \\\"gn\\\"\nGuinea-Bissau => \\\"gw\\\"\nGuyana => \\\"gy\\\"\nHaiti => \\\"ht\\\"\nHeard Island and McDonald Islands => \\\"hm\\\"\nHoly See (Vatican City State) => \\\"va\\\"\nHonduras => \\\"hn\\\"\nHong Kong => \\\"hk\\\"\nHungary => \\\"hu\\\"\nIceland => \\\"is\\\"\nIndia => \\\"in\\\"\nIndonesia => \\\"id\\\"\nIran, Islamic Republic of => \\\"ir\\\"\nIraq => \\\"iq\\\"\nIreland => \\\"ie\\\"\nIsle of Man => \\\"im\\\"\nIsrael => \\\"il\\\"\nItaly => \\\"it\\\"\nJamaica => \\\"jm\\\"\nJapan => \\\"jp\\\"\nJersey => \\\"je\\\"\nJordan => \\\"jo\\\"\nKazakhstan => \\\"kz\\\"\nKenya => \\\"ke\\\"\nKiribati => \\\"ki\\\"\nKorea, Democratic People's Republic of => \\\"kp\\\"\nKorea, Republic of => \\\"kr\\\"\nSouth Korea => \\\"kr\\\"\nKuwait => \\\"kw\\\"\nKyrgyzstan => \\\"kg\\\"\nLao People's Democratic Republic => \\\"la\\\"\nLatvia => \\\"lv\\\"\nLebanon => \\\"lb\\\"\nLesotho => \\\"ls\\\"\nLiberia => \\\"lr\\\"\nLibyan Arab Jamahiriya => \\\"ly\\\"\nLibya => \\\"ly\\\"\nLiechtenstein => \\\"li\\\"\nLithuania => \\\"lt\\\"\nLuxembourg => \\\"lu\\\"\nMacao => \\\"mo\\\"\nMacedonia, the former Yugoslav Republic of => \\\"mk\\\"\nMadagascar => \\\"mg\\\"\nMalawi => \\\"mw\\\"\nMalaysia => \\\"my\\\"\nMaldives => \\\"mv\\\"\nMali => \\\"ml\\\"\nMalta => \\\"mt\\\"\nMarshall Islands => \\\"mh\\\"\nMartinique => \\\"mq\\\"\nMauritania => \\\"mr\\\"\nMauritius => \\\"mu\\\"\nMayotte => \\\"yt\\\"\nMexico => \\\"mx\\\"\nMicronesia, Federated States of => \\\"fm\\\"\nMoldova, Republic of => \\\"md\\\"\nMonaco => \\\"mc\\\"\nMongolia => \\\"mn\\\"\nMontenegro => \\\"me\\\"\nMontserrat => \\\"ms\\\"\nMorocco => \\\"ma\\\"\nMozambique => \\\"mz\\\"\nMyanmar => \\\"mm\\\"\nBurma => \\\"mm\\\"\nNamibia => \\\"na\\\"\nNauru => \\\"nr\\\"\nNepal => \\\"np\\\"\nNetherlands => \\\"nl\\\"\nNetherlands Antilles => \\\"an\\\"\nNew Caledonia => \\\"nc\\\"\nNew Zealand => \\\"nz\\\"\nNicaragua => \\\"ni\\\"\nNiger => \\\"ne\\\"\nNigeria => \\\"ng\\\"\nNiue => \\\"nu\\\"\nNorfolk Island => \\\"nf\\\"\nNorthern Mariana Islands => \\\"mp\\\"\nNorway => \\\"no\\\"\nOman => \\\"om\\\"\nPakistan => \\\"pk\\\"\nPalau => \\\"pw\\\"\nPalestinian Territory, Occupied => \\\"ps\\\"\nPanama => \\\"pa\\\"\nPapua New Guinea => \\\"pg\\\"\nParaguay => \\\"py\\\"\nPeru => \\\"pe\\\"\nPhilippines => \\\"ph\\\"\nPitcairn => \\\"pn\\\"\nPoland => \\\"pl\\\"\nPortugal => \\\"pt\\\"\nPuerto Rico => \\\"pr\\\"\nQatar => \\\"qa\\\"\nR\u00e9union => \\\"re\\\"\nRomania => \\\"ro\\\"\nRussian Federation => \\\"ru\\\"\nRussia => \\\"ru\\\"\nRwanda => \\\"rw\\\"\nSaint Helena, Ascension and Tristan da Cunha => \\\"sh\\\"\nSaint Kitts and Nevis => \\\"kn\\\"\nSaint Lucia => \\\"lc\\\"\nSaint Pierre and Miquelon => \\\"pm\\\"\nSaint Vincent and the Grenadines => \\\"vc\\\"\nSaint Vincent & the Grenadines => \\\"vc\\\"\nSt. Vincent and the Grenadines => \\\"vc\\\"\nSamoa => \\\"ws\\\"\nSan Marino => \\\"sm\\\"\nSao Tome and Principe => \\\"st\\\"\nSaudi Arabia => \\\"sa\\\"\nSenegal => \\\"sn\\\"\nSerbia => \\\"rs\\\"\nSeychelles => \\\"sc\\\"\nSierra Leone => \\\"sl\\\"\nSingapore => \\\"sg\\\"\nSlovakia => \\\"sk\\\"\nSlovenia => \\\"si\\\"\nSolomon Islands => \\\"sb\\\"\nSomalia => \\\"so\\\"\nSouth Africa => \\\"za\\\"\nSouth Georgia and the South Sandwich Islands => \\\"gs\\\"\nSouth Sudan => \\\"ss\\\"\nSpain => \\\"es\\\"\nSri Lanka => \\\"lk\\\"\nSudan => \\\"sd\\\"\nSuriname => \\\"sr\\\"\nSvalbard and Jan Mayen => \\\"sj\\\"\nSwaziland => \\\"sz\\\"\nSweden => \\\"se\\\"\nSwitzerland => \\\"ch\\\"\nSyrian Arab Republic => \\\"sy\\\"\nTaiwan, Province of China => \\\"tw\\\"\nTaiwan => \\\"tw\\\"\nTajikistan => \\\"tj\\\"\nTanzania, United Republic of => \\\"tz\\\"\nThailand => \\\"th\\\"\nTimor-Leste => \\\"tl\\\"\nTogo => \\\"tg\\\"\nTokelau => \\\"tk\\\"\nTonga => \\\"to\\\"\nTrinidad and Tobago => \\\"tt\\\"\nTunisia => \\\"tn\\\"\nTurkey => \\\"tr\\\"\nTurkmenistan => \\\"tm\\\"\nTurks and Caicos Islands => \\\"tc\\\"\nTuvalu => \\\"tv\\\"\nUganda => \\\"ug\\\"\nUkraine => \\\"ua\\\"\nUnited Arab Emirates => \\\"ae\\\"\nUnited Kingdom => \\\"gb\\\"\nUnited States => \\\"us\\\"\nUnited States Minor Outlying Islands => \\\"um\\\"\nUruguay => \\\"uy\\\"\nUzbekistan => \\\"uz\\\"\nVanuatu => \\\"vu\\\"\nVenezuela, Bolivarian Republic of => \\\"ve\\\"\nVenezuela => \\\"ve\\\"\nViet Nam => \\\"vn\\\"\nVietnam => \\\"vn\\\"\nVirgin Islands, British => \\\"vg\\\"\nVirgin Islands, U.S. => \\\"vi\\\"\nWallis and Futuna => \\\"wf\\\"\nWestern Sahara => \\\"eh\\\"\nYemen => \\\"ye\\\"\nZambia => \\\"zm\\\"\nZimbabwe => \\\"zw\\\"\n", + "default": "ua" + }, + { + "name": "gkeyword", + "type": "STRING", + "description": "", + "default": "ukraine war" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "searchWord": "str", + "country": "str", + "language": "str", + "keywords": [ + { + "keyword": "str", + "score": "float", + "isTop10": "bool", + "_list_length": 291 + } + ] + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Web Search API", + "api_description": "Search data and suggested keywords from Bing search engine.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "size", + "type": "STRING", + "description": "", + "default": "30" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "how-to-use-excel-for-free" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "request": { + "keyword": "str", + "page": "int", + "size": "int" + }, + "data": { + "items": [ + { + "title": "str", + "link": "str", + "description": "str", + "_list_length": 5 + } + ], + "keyword_related": [ + "list of str with length 8" + ], + "question": "empty list" + }, + "in_seconds": "float" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Images Search", + "api_description": "Search images from the search engine for the most relevant keywords and images related to keywords and images.", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "wallpapers" + } + ], + "optional_parameters": [ + { + "name": "size", + "type": "STRING", + "description": "", + "default": "30" + }, + { + "name": "page", + "type": "STRING", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Search APIs", + "api_name": "Emails Search", + "api_description": "Search emails from search engines for related keywords.", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "sun" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "request": { + "keyword": "str" + }, + "data": [ + "list of str with length 9" + ], + "in_seconds": "float" + } + } + ], + "query": "I'm starting a new business and I need to research the market. Can you suggest keywords related to market analysis? Additionally, it would be helpful to search for images of successful business strategies. Finally, could you find some emails related to marketing agencies?", + "relevant APIs": [ + [ + "Google Keyword Scraper", + "KeywordSearch" + ], + [ + "Bing Search APIs", + "Web Search API" + ], + [ + "Bing Search APIs", + "Images Search" + ], + [ + "Bing Search APIs", + "Emails Search" + ] + ], + "query_id": 50658 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Emplois OPT-NC", + "api_name": "All", + "api_description": "L'int\u00e9gralit\u00e9 des [offres d'emploi](https://office.opt.nc/fr/emploi-et-carriere/postuler-lopt-nc/offres-emploi), sans pagination.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "nid": "str", + "titre": "str", + "intitule_poste": "str", + "reference_se": "str", + "niveau_diplome": "str", + "mission": "str", + "diplome_formation": "str", + "experience": "str", + "duree_contrat": "str", + "date_mise_en_ligne": "str", + "date_recrutement": "str", + "direction": "str", + "service": "str", + "site": "str", + "url_fiche_poste": "str", + "lien": "str", + "langcode": "str" + } + }, + { + "category_name": "Search", + "tool_name": "SERP API", + "api_name": "/search", + "api_description": "Perform Google search and get results", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "liverpool" + } + ], + "optional_parameters": [ + { + "name": "gl", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "cr", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "tbs", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "num", + "type": "NUMBER", + "description": "", + "default": "20" + }, + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "hl", + "type": "STRING", + "description": "Locale of Google search results. E.g. en-US", + "default": "" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "title": "str", + "link": "str", + "snippet": "str", + "metaHtml": "str", + "_list_length": 18 + } + ], + "stats": { + "page": "NoneType", + "approximateResults": "str", + "seconds": "NoneType" + } + } + }, + { + "category_name": "Search", + "tool_name": "Google Web Search", + "api_name": "Search", + "api_description": "Search", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Search query. You can use Google Search parameters.\n\ne.g. adele site:youtube.com\ne.g. harry potter filetype:pdf\ne.g. inurl:store\ne.g. ronaldo -cristiano", + "default": "World Cup" + } + ], + "optional_parameters": [ + { + "name": "related_keywords", + "type": "STRING", + "description": "Shows related keywords. Default: false\n\nEntering true, increases API latency", + "default": "true" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Max results number. Max recommended value is 300.", + "default": "20" + } + ], + "method": "GET", + "template_response": { + "search_term": "str", + "knowledge_panel": { + "name": "str", + "label": "str", + "description": { + "text": "str", + "url": "str", + "site": "str" + }, + "image": { + "url": "str", + "width": "int", + "height": "int", + "page_url": "str" + }, + "info": [ + { + "title": "str", + "labels": [ + "list of str with length 1" + ], + "_list_length": 4 + } + ] + }, + "results": [ + { + "position": "int", + "url": "str", + "title": "str", + "description": "str", + "_list_length": 20 + } + ], + "related_keywords": { + "spelling_suggestion_html": "NoneType", + "spelling_suggestion": "NoneType", + "keywords": [ + { + "position": "int", + "knowledge": { + "title": "str", + "label": "str", + "image": "NoneType" + }, + "keyword_html": "str", + "keyword": "str", + "_list_length": 10 + } + ] + } + } + }, + { + "category_name": "Search", + "tool_name": "Fiverr Pro services", + "api_name": "Services", + "api_description": "List of pro sellers for a service category", + "required_parameters": [ + { + "name": "category_name", + "type": "string", + "description": "", + "default": "Graphics & Design: Logo Design" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Fiverr Pro services", + "api_name": "Categories", + "api_description": "List of category names you can search for", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Search", + "tool_name": "Bing Autosuggest", + "api_name": "Suggestions", + "api_description": "This operation provides suggestions for a given query or partial query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search term.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "safeSearch", + "type": "STRING", + "description": "Filter suggestions for adult content. The following are the possible filter values. Off: Return suggestions with adult text, images, or videos. Moderate: Return suggestion with adult text but not adult images or videos. Strict: Do not return news articles with adult text, images, or videos. If the request comes from a market that Bing's adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.", + "default": "" + }, + { + "name": "cc", + "type": "STRING", + "description": "A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive\u2014do not specify both.", + "default": "" + }, + { + "name": "ResponseFormat", + "type": "ARRAY", + "description": "The media type to use for the response. The following are the possible case-insensitive values: JSON, JSONLD. The default is JSON. If you specify JSONLD, the response body includes JSON-LD objects that contain the search results.", + "default": "" + }, + { + "name": "setLang", + "type": "STRING", + "description": "The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the Accept-Language header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.", + "default": "" + }, + { + "name": "mkt", + "type": "STRING", + "description": "The market where the results come from. You are strongly encouraged to always specify the market, if known. Specifying the market helps Bing route the request and return an appropriate and optimal response. This parameter and the cc query parameter are mutually exclusive\u2014do not specify both.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "_type": "str", + "errors": [ + { + "code": "str", + "subCode": "str", + "message": "str", + "moreDetails": "str", + "parameter": "str", + "value": "str", + "_list_length": 2 + } + ] + } + } + ], + "query": "I'm planning a surprise party for my best friend's birthday and I need some inspiration for the decorations. Can you suggest some unique logo designs from Fiverr Pro services for the party theme? Additionally, I would like to search for personalized suggestions for the party venue and cake ideas using Bing Autosuggest.", + "relevant APIs": [ + [ + "Fiverr Pro services", + "Services" + ], + [ + "Fiverr Pro services", + "Categories" + ], + [ + "Bing Autosuggest", + "Suggestions" + ] + ], + "query_id": 50851 + }, + { + "api_list": [ + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "2. Get Account Information", + "api_description": "Get the information for an account created under a Customer", + "required_parameters": [ + { + "name": "customer", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "account_identifier", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "7. Get order history", + "api_description": "Get more information about all the orders placed on this customer and account", + "required_parameters": [ + { + "name": "customer", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "account_identifier", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "end_date", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "4. Get list of rewards", + "api_description": "Gets the list of rewards available for the platform", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Kitten", + "api_description": "Fetches random kitten image!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Cat", + "api_description": "Fetches a random cat picture.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to surprise my friends with a kitten-themed party. Can you fetch a random kitten image using the 'Kitten Placeholder' tool? Additionally, provide me with the account information of my friends' 'Rewards as a Service' accounts to check their reward history.", + "relevant APIs": [ + [ + "Kitten Placeholder", + "Kitten" + ], + [ + "Rewards as a Service", + "2. Get Account Information" + ] + ], + "query_id": 50866 + }, + { + "api_list": [ + { + "category_name": "Visual_Recognition", + "tool_name": "Face Detection_v3", + "api_name": "Get version", + "api_description": "Returns an actual version of the service in format `vX.Y.Z` where X is the version of API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Wine Recognition", + "api_name": "Get version", + "api_description": "Returns an actual version of the service in format `vX.Y.Z` where X is the version of API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Visual_Recognition", + "tool_name": "General Classification", + "api_name": "Get list of algorithms", + "api_description": "Service provides alternative algorithms that may be used for image classification.\nThe idea behind multiple algorithms is to let client try different algorithms to get the best one that matches client's use case.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Visual_Recognition", + "tool_name": "General Classification", + "api_name": "Get version", + "api_description": "Returns an actual version of the service in format `vX.Y.Z` where X is the version of API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a wine enthusiast and I want to learn more about different wine classifications. Can you provide me with a list of available algorithms in the General Classification tool? Additionally, I'm interested in the current version of the Face Detection tool. Can you fetch that for me?", + "relevant APIs": [ + [ + "General Classification", + "Get list of algorithms" + ], + [ + "Face Detection_v3", + "Get version" + ] + ], + "query_id": 51054 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "US Gas Prices", + "api_name": "/us/mn", + "api_description": "Returns current gas price data for Minnesota. Historical data starting from 2023-06-01 can be queried by adding the `date` parameter to this endpoint. In order to return XML instead of the default JSON format, simply add the `Accept: application/xml` header to your request.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Transportation", + "tool_name": "US Gas Prices", + "api_name": "/us/nm", + "api_description": "Returns current gas price data for New Mexico. Historical data starting from 2023-06-01 can be queried by adding the `date` parameter to this endpoint. In order to return XML instead of the default JSON format, simply add the `Accept: application/xml` header to your request.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Transportation", + "tool_name": "US Gas Prices", + "api_name": "/us/ia", + "api_description": "Returns current gas price data for Iowa. Historical data starting from 2023-06-01 can be queried by adding the `date` parameter to this endpoint. In order to return XML instead of the default JSON format, simply add the `Accept: application/xml` header to your request.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Transportation", + "tool_name": "Travel Hacking Tool", + "api_name": "Get Airport Details", + "api_description": "This endpoint returns the details such as name and location for a specified IATA airport.", + "required_parameters": [ + { + "name": "code", + "type": "string", + "description": "Specify a valid three letter IATA code.", + "default": "DFW" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str", + "icao": "str", + "name": "str", + "latitude": "float", + "longitude": "float", + "elevation": "int", + "url": "str", + "time_zone": "str", + "city_code": "str", + "country": "str", + "city": "str", + "state": "str", + "county": "str", + "type": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Travel Hacking Tool", + "api_name": "Get Airplane Details", + "api_description": "This endpoint returns a list of airplanes and other means of transportation to match GDS responses.", + "required_parameters": [ + { + "name": "code", + "type": "string", + "description": "", + "default": "777" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "code": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Travel Hacking Tool", + "api_name": "Get TimeZones", + "api_description": "Get TimeZones in Olsen Format with UTC offset and Daylight Savings Time (DST).", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "timezone": "str", + "utc": "str", + "dst": "str", + "zone_code": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "aqls-b2c-system", + "api_name": "get_priorityrows_mrt__train_no__wagons__wagon_no__priorityrow_get", + "api_description": " ", + "required_parameters": [ + { + "name": "wagon_no", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "train_no", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "aqls-b2c-system", + "api_name": "get_wagon_by_no_mrt_wagons__wagon_no__get", + "api_description": " ", + "required_parameters": [ + { + "name": "wagon_no", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "aqls-b2c-system", + "api_name": "get_stands_mrt__train_no__wagons__wagon_no__standrows__standrows_no__seats_get", + "api_description": " ", + "required_parameters": [ + { + "name": "wagon_no", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "standrows_no", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "train_no", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + } + ], + "query": "I'm planning a vacation and I'm interested in the gas prices in Iowa. Can you fetch the current gas price data for Iowa? Additionally, I'm curious about the details of the airport in Dallas-Fort Worth (DFW) and the airplanes with the code '777'.", + "relevant APIs": [ + [ + "US Gas Prices", + "/us/ia" + ], + [ + "Travel Hacking Tool", + "Get Airport Details" + ], + [ + "Travel Hacking Tool", + "Get Airplane Details" + ] + ], + "query_id": 51287 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "US Gas Prices", + "api_name": "/us/mn", + "api_description": "Returns current gas price data for Minnesota. Historical data starting from 2023-06-01 can be queried by adding the `date` parameter to this endpoint. In order to return XML instead of the default JSON format, simply add the `Accept: application/xml` header to your request.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Transportation", + "tool_name": "US Gas Prices", + "api_name": "/us/nm", + "api_description": "Returns current gas price data for New Mexico. Historical data starting from 2023-06-01 can be queried by adding the `date` parameter to this endpoint. In order to return XML instead of the default JSON format, simply add the `Accept: application/xml` header to your request.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Transportation", + "tool_name": "US Gas Prices", + "api_name": "/us/ia", + "api_description": "Returns current gas price data for Iowa. Historical data starting from 2023-06-01 can be queried by adding the `date` parameter to this endpoint. In order to return XML instead of the default JSON format, simply add the `Accept: application/xml` header to your request.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Transportation", + "tool_name": "Travel Hacking Tool", + "api_name": "Get Airport Details", + "api_description": "This endpoint returns the details such as name and location for a specified IATA airport.", + "required_parameters": [ + { + "name": "code", + "type": "string", + "description": "Specify a valid three letter IATA code.", + "default": "DFW" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str", + "icao": "str", + "name": "str", + "latitude": "float", + "longitude": "float", + "elevation": "int", + "url": "str", + "time_zone": "str", + "city_code": "str", + "country": "str", + "city": "str", + "state": "str", + "county": "str", + "type": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Travel Hacking Tool", + "api_name": "Get Airplane Details", + "api_description": "This endpoint returns a list of airplanes and other means of transportation to match GDS responses.", + "required_parameters": [ + { + "name": "code", + "type": "string", + "description": "", + "default": "777" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "code": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Travel Hacking Tool", + "api_name": "Get TimeZones", + "api_description": "Get TimeZones in Olsen Format with UTC offset and Daylight Savings Time (DST).", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "timezone": "str", + "utc": "str", + "dst": "str", + "zone_code": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "aqls-b2c-system", + "api_name": "get_priorityrows_mrt__train_no__wagons__wagon_no__priorityrow_get", + "api_description": " ", + "required_parameters": [ + { + "name": "wagon_no", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "train_no", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "aqls-b2c-system", + "api_name": "get_wagon_by_no_mrt_wagons__wagon_no__get", + "api_description": " ", + "required_parameters": [ + { + "name": "wagon_no", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "aqls-b2c-system", + "api_name": "get_stands_mrt__train_no__wagons__wagon_no__standrows__standrows_no__seats_get", + "api_description": " ", + "required_parameters": [ + { + "name": "wagon_no", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "standrows_no", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "train_no", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str" + } + } + ], + "query": "I'm planning a road trip and I'm interested in the gas prices in New Mexico. Can you provide me with the current gas price data for New Mexico? Additionally, I'm curious about the details of the airport in Dallas-Fort Worth (DFW) and the time zones in Olsen format.", + "relevant APIs": [ + [ + "US Gas Prices", + "/us/nm" + ], + [ + "Travel Hacking Tool", + "Get Airport Details" + ], + [ + "Travel Hacking Tool", + "Get TimeZones" + ] + ], + "query_id": 51289 + }, + { + "api_list": [ + { + "category_name": "Transportation", + "tool_name": "Canadian Gas Prices", + "api_name": "Province List", + "api_description": "Returns list of valid provinces for this API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "provinces": [ + "list of str with length 10" + ] + } + }, + { + "category_name": "Transportation", + "tool_name": "Canadian Gas Prices", + "api_name": "State", + "api_description": "Endpoint to provide average gas price of a given American State.", + "required_parameters": [ + { + "name": "state", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "type", + "type": "ENUM", + "description": "Type of fuel you want the price for. Default is unleaded.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Canadian Gas Prices", + "api_name": "Cities", + "api_description": "Returns the average price of gas of major cities in a specific province in Canada.", + "required_parameters": [ + { + "name": "province", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "Helicopter by API-Ninjas", + "api_name": "/v1/helicopter", + "api_description": "API Ninjas Helicopter API endpoint. Returns a list of helicopter specs that match the given parameters.\n\nAt least one of the following parameters (excluding the limit parameter) must be set.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "max_height", + "type": "NUMBER", + "description": "Maximum height of the helicopter in feet.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many results to return. Must be between 1 and 30. Default is 1.", + "default": "" + }, + { + "name": "min_height", + "type": "NUMBER", + "description": "Minimum height of the helicopter in feet.", + "default": "" + }, + { + "name": "max_length", + "type": "NUMBER", + "description": "Maximum length of the helicopter in feet.", + "default": "" + }, + { + "name": "min_length", + "type": "NUMBER", + "description": "Minimum length of the helicopter in feet.", + "default": "" + }, + { + "name": "min_speed", + "type": "NUMBER", + "description": "Minimum max. air speed in knots.", + "default": "" + }, + { + "name": "min_range", + "type": "NUMBER", + "description": "Minimum range of the helicopter in nautical miles.", + "default": "" + }, + { + "name": "max_range", + "type": "NUMBER", + "description": "Maximum range of the helicopter in nautical miles.", + "default": "" + }, + { + "name": "max_speed", + "type": "NUMBER", + "description": "Maximum max. air speed in knots.", + "default": "" + }, + { + "name": "manufacturer", + "type": "STRING", + "description": "Company that designed and built the helicopter.", + "default": "Bell" + }, + { + "name": "model", + "type": "STRING", + "description": "Helicopter model name.", + "default": "206" + } + ], + "method": "GET", + "template_response": { + "manufacturer": "str", + "model": "str", + "max_speed_sl_knots": "str", + "cruise_speed_sl_knots": "str", + "range_nautical_miles": "str", + "cruise_time_min": "str", + "fuel_capacity_gallons": "str", + "gross_external_load_lbs": "str", + "external_load_limit_lbs": "str", + "main_rotor_diameter_ft": "str", + "num_blades": "str", + "blade_material": "str", + "rotor_type": "str", + "storage_width_ft": "str", + "length_ft": "str", + "height_ft": "str" + } + }, + { + "category_name": "Transportation", + "tool_name": "ADSBx Flight Sim Traffic", + "api_name": "LiveTraffic", + "api_description": "Returns all aircraft within 25nm radius of specified Lat/Lon", + "required_parameters": [ + { + "name": "lat", + "type": "NUMBER", + "description": "Latitude (-90 to 90)", + "default": "" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "Longitude (-180 to 180) Hint: US is negative longitude!", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ERR": "str", + "V": "str" + } + } + ], + "query": "I'm organizing a company event in Montreal and need to estimate the travel expenses for my colleagues. Can you provide the average gas prices in different provinces? Additionally, I want to check the live traffic data for Montreal to plan the itinerary.", + "relevant APIs": [ + [ + "Canadian Gas Prices", + "Province List" + ], + [ + "Canadian Gas Prices", + "Cities" + ], + [ + "ADSBx Flight Sim Traffic", + "LiveTraffic" + ] + ], + "query_id": 51435 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "Dog API", + "api_name": "GetRandom", + "api_description": "DISPLAY SINGLE RANDOM IMAGE FROM ALL DOGS COLLECTION", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "message": "str", + "code": "int" + } + }, + { + "category_name": "Other", + "tool_name": "Dog API", + "api_name": "GetBreeds", + "api_description": "LIST ALL BREEDS", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "message": "str", + "code": "int" + } + }, + { + "category_name": "Other", + "tool_name": "13", + "api_name": "getProductById", + "api_description": "Retrieves an product", + "required_parameters": [ + { + "name": "productID", + "type": "STRING", + "description": "The id of the product you want to retrieve", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "13", + "api_name": "getCategoryById", + "api_description": "Retrieves an category", + "required_parameters": [ + { + "name": "categoryID", + "type": "STRING", + "description": "The category id you want to retrieve", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "13", + "api_name": "printerList", + "api_description": "Retrieves all the printers", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "getAssessments", + "api_name": "getAssessment", + "api_description": "getAssessment", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "Neko SFW", + "api_name": "SFW", + "api_description": "This endpoint will provide SFW images", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "MyPolicyAPI", + "api_name": "Get Policy", + "api_description": "Get Policy", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning a company retreat and I need some ideas for team-building activities. Can you suggest some engaging games and provide information about dog breeds that are known for their loyalty and teamwork?", + "relevant APIs": [ + [ + "Dog API", + "GetBreeds" + ], + [ + "Dog API", + "GetRandom" + ], + [ + "getAssessments", + "getAssessment" + ], + [ + "Neko SFW", + "SFW" + ] + ], + "query_id": 51670 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "J2ACoin", + "api_name": "Ranking list", + "api_description": "Example test", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "Ukraine war data", + "api_name": "Refugee by country", + "api_description": "Ukranian refugees per country", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "country": "str", + "date": "str", + "individuals": "str", + "centroid_lon": "str", + "centroid_lat": "str", + "lat_max": "float", + "lon_max": "float", + "lat_min": "float", + "lon_min": "float", + "source": "str" + } + }, + { + "category_name": "Other", + "tool_name": "Ukraine war data", + "api_name": "Refugee by data", + "api_description": "Refugee by data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "date": "str", + "individuals": "int" + } + }, + { + "category_name": "Other", + "tool_name": "TestAPI_v3", + "api_name": "test", + "api_description": "test", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "cat-facts", + "api_name": "Get a random fact about cats", + "api_description": "This endpoint returns a random fact about cats", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Fact": "str" + } + }, + { + "category_name": "Other", + "tool_name": "cat-facts", + "api_name": "Get all facts about cat", + "api_description": "This endpoint returns all available fact about cats in our database.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "AllFacts": [ + "list of str with length 279" + ] + } + } + ], + "query": "I'm writing an article on the Ukraine war and its impact on refugee displacement. Can you assist me in gathering data on the cumulative number of refugees from Ukraine over time? Additionally, I would like to explore the ranking list of J2ACoin to understand the current cryptocurrency market trends. Thank you!", + "relevant APIs": [ + [ + "Ukraine war data", + "Refugee by data" + ], + [ + "J2ACoin", + "Ranking list" + ] + ], + "query_id": 51901 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "Quotes Villa", + "api_name": "getQuotesbyCategory", + "api_description": "For valid response try these categories listed below:-\n- Quotes Categories are:-\n\n age science success time travel\n\n wisdom alone art attitude courage\n\n culture dreams friendship happiness hope\n\n humour imagination inspirational life motivational\n\n nature philosophy poetry popular psychology", + "required_parameters": [ + { + "name": "category", + "type": "string", + "description": "", + "default": "art" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "4Bro - 1337X", + "api_name": "GetBroCoins", + "api_description": "GetBroCoins", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "4Bro - 1337X", + "api_name": "GetAccountInfos", + "api_description": "GetAccountInfos", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Other", + "tool_name": "URLTEST", + "api_name": "getInventory", + "api_description": "Returns a map of status codes to quantities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "totvs": "int", + "sold": "int", + "string": "int", + "pending": "int", + "cat": "int", + "dgdfgdf": "int", + "available": "int", + "not available": "int", + "Available": "int", + "peric": "int", + "disponible": "int" + } + }, + { + "category_name": "Other", + "tool_name": "URLTEST", + "api_name": "getUserByName", + "api_description": "Get user by user name", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "username": "str", + "firstName": "str", + "lastName": "str", + "email": "str", + "password": "str", + "phone": "str", + "userStatus": "int" + } + }, + { + "category_name": "Other", + "tool_name": "URLTEST", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": 0 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs Metadata Cloud", + "api_name": "GetFileVersions", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "File path e.g. '/file.ext'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs Metadata Cloud", + "api_name": "ObjectExists", + "api_description": " ", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "File or folder path e.g. '/file.ext' or '/folder'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + }, + { + "name": "versionId", + "type": "STRING", + "description": "File version ID", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + }, + { + "category_name": "Other", + "tool_name": "GroupDocs Metadata Cloud", + "api_name": "GetDiscUsage", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [ + { + "name": "storageName", + "type": "STRING", + "description": "Storage name", + "default": "" + } + ], + "method": "GET", + "template_response": { + "requestId": "str", + "error": { + "code": "str", + "message": "str", + "description": "str", + "dateTime": "str", + "innerError": "NoneType" + } + } + } + ], + "query": "I'm a teacher organizing an art workshop for students and I want to inspire them with famous art quotes. Can you fetch me art quotes from Quotes Villa? Additionally, I would like to know the inventory status of a specific product on URLTEST. And retrieve the user details with the username 'string' from URLTEST.", + "relevant APIs": [ + [ + "Quotes Villa", + "getQuotesbyCategory" + ], + [ + "URLTEST", + "getInventory" + ], + [ + "URLTEST", + "getUserByName" + ] + ], + "query_id": 51914 + }, + { + "api_list": [ + { + "category_name": "Other", + "tool_name": "Hafez", + "api_name": "Fal", + "api_description": "get a random a poem(Fal) and it's meaning!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poem": "str", + "text": "str" + } + }, + { + "category_name": "Other", + "tool_name": "petFood", + "api_name": "petfoods", + "api_description": "petfoods", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Other", + "tool_name": "Baby Names by API-Ninjas", + "api_name": "/v1/babynames", + "api_description": "API Ninjas Baby Names API endpoint. Returns 10 baby name results.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "popular_only", + "type": "STRING", + "description": "Whether to only return popular (top 10%) of names. Must be either true or false. If unset, default is true.", + "default": "" + }, + { + "name": "gender", + "type": "STRING", + "description": "Baby name gender. Must be one of the following: boy, girl, neutral", + "default": "" + } + ], + "method": "GET", + "template_response": {} + } + ], + "query": "We're planning a company event and we want to incorporate unique baby names into the theme. Retrieve 10 baby name suggestions from the Baby Names API by API-Ninjas. It would also be helpful if you could provide some pet food recommendations for the office pets.", + "relevant APIs": [ + [ + "Baby Names by API-Ninjas", + "/v1/babynames" + ], + [ + "petFood", + "petfoods" + ] + ], + "query_id": 52115 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Random Cat Fact", + "api_name": "Cat Facts", + "api_description": "Get some random cat fact", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Lotto America", + "api_name": "Latest 10 Drawings", + "api_description": "Get the latest, and last winning 10 Lotto America number sets.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Lotto America", + "api_name": "Get All Lotto America Drawings", + "api_description": "Get all winning drawings from Lotto America.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Lotto America", + "api_name": "General Statistics", + "api_description": "This endpoint pulls basic statistics of the Lotto America numbers. For each ball (denoted firstNumber, secondNumber, thirdNumber, fourthNumber, fifthNumber, starBall, bonus) this endpoint returns the mean, median, mode, min, max, standard deviation, variance, skewness, and kurtosis. After which, the endpoint returns the number of occurrences of each number over the life of game.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Deezer", + "api_name": "Genre", + "api_description": "A genre object", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The editorial's Deezer id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Deezer", + "api_name": "Editorial", + "api_description": "An editorial object", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The editorial's Deezer id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Deezer", + "api_name": "Artist", + "api_description": "An artist object", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The artist's Deezer id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "SimAPI Movies", + "api_name": "Movies", + "api_description": "", + "required_parameters": [ + { + "name": "t", + "type": "STRING", + "description": "Movie Title", + "default": "" + }, + { + "name": "r", + "type": "STRING", + "description": "Response Type", + "default": "json" + }, + { + "name": "type", + "type": "STRING", + "description": "Get by 'Movie' or 'Person'", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "y", + "type": "STRING", + "description": "Year of production", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Argentina movie theatres", + "api_name": "/showtimes", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Argentina movie theatres", + "api_name": "/cinemas/{id}/films", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The cinema identifier", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Argentina movie theatres", + "api_name": "/cinemas", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [ + { + "name": "brand", + "type": "STRING", + "description": "The brand of the cinema", + "default": "hoyts" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a family movie night and I need some recommendations. Can you fetch the last winning 10 Lotto America number sets? Also, recommend a genre of music that matches the movie we'll be watching.", + "relevant APIs": [ + [ + "Lotto America", + "Latest 10 Drawings" + ], + [ + "Deezer", + "Genre" + ] + ], + "query_id": 52855 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Love Quotes by LoveMelon", + "api_name": "getLoveQuotes", + "api_description": "Get Love Quotes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "LightningRoulletteAPI", + "api_name": "History", + "api_description": "The Histories of last 30 spins with all the details", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "LightningRoulletteAPI", + "api_name": "Get last update", + "api_description": "A JSON response with information about a single roulette spin.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "SimSimi Conversation", + "api_name": "request", + "api_description": "", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "Query message", + "default": "hi" + }, + { + "name": "lc", + "type": "STRING", + "description": "Language code", + "default": "en" + } + ], + "optional_parameters": [ + { + "name": "ft", + "type": "NUMBER", + "description": "Sexual Contents", + "default": "0.0" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Fancy text", + "api_name": "/text", + "api_description": "", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "\u0454\u03b7\u0442\u0454\u044f \u0443\u03c3\u03c5\u044f \u0442\u0454\u03c7\u0442 \u03b1\u03b7\u2202 \u00a2\u043d\u03b1\u03b7g\u0454 \u0442\u03c3 \u0192\u03b1\u03b7\u00a2\u0443 \u0442\u0454\u03c7\u0442 \u03c5\u0455\u03b9\u03b7g \u0442\u043d\u03b9\u0455 \u00a2\u03c3\u03c3\u2113 \u03b1\u03c1\u03b9 :", + "default": "This is funny." + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Outking", + "api_name": "Get Poster", + "api_description": "Get movie poster by title and release year", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "The Shawshank Redemption" + }, + { + "name": "year", + "type": "NUMBER", + "description": "", + "default": "1994" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a company event and I want to include some love quotes in the presentation. Can you fetch me a variety of love quotes that I can use? Additionally, I'm looking for the movie poster of 'The Shawshank Redemption' released in 1994. Can you fetch me the poster?", + "relevant APIs": [ + [ + "Love Quotes by LoveMelon", + "getLoveQuotes" + ], + [ + "Outking", + "Get Poster" + ] + ], + "query_id": 54151 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Get all jokes", + "api_description": "Get all the jokes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Search jokes", + "api_description": "Search jokes using the keywords of joke", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Anime Jokes", + "api_name": "Query joke using ID", + "api_description": "Search anime joke using joke ID", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "4" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "4D Results", + "api_name": "Get 4D Company List", + "api_description": "Return available company code and name.\nCode can use as parameter to query the Get 4D Results method.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "4D Results", + "api_name": "Get Past Results (1 year)", + "api_description": "Return all company 4D Results within a specific date range.\n(Up to 1 year data and only available for ULTRA PLAN subscriber)", + "required_parameters": [ + { + "name": "start", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2020-01-01" + }, + { + "name": "end", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2020-03-31" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "4D Results", + "api_name": "Get Draw Dates (2023)", + "api_description": "List of draw dates in 2023.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Joke1", + "api_name": "/random_joke", + "api_description": "Returns a random joke", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My family and I are planning a game night and we need some jokes to make it more enjoyable. Search the Anime Jokes API for jokes containing the keyword 'fun'. Additionally, fetch a random joke from the Joke1 API to keep the laughter going.", + "relevant APIs": [ + [ + "Anime Jokes", + "Search jokes" + ], + [ + "Joke1", + "/random_joke" + ] + ], + "query_id": 54246 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "Sigue payout", + "api_name": "batch", + "api_description": "batch process to retrieve payout transaction data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "Virtual Accounts API", + "api_name": "GetByAccountNumber", + "api_description": "To get a virtual account by account number.", + "required_parameters": [ + { + "name": "accountNumber", + "type": "NUMBER", + "description": "(Required) ", + "default": 1200022398 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "Virtual Accounts API", + "api_name": "GetTransactionsByAccount", + "api_description": "To get transactions by account.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "(Required) ", + "default": "0dd3a3be-7783-4f87-b347-d9aed69a4334" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "Virtual Accounts API", + "api_name": "GetAllAccounts", + "api_description": "To get all virtual accounts in your organisation.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + } + ], + "query": "My family and I are planning a vacation, and we need to manage our virtual accounts. Can you fetch the latest transactions made to our accounts? Additionally, provide us with a list of all virtual accounts in our organization. It would be great if you could suggest some batch processes to retrieve payout transaction data for our financial planning.", + "relevant APIs": [ + [ + "Virtual Accounts API", + "GetTransactionsByAccount" + ], + [ + "Virtual Accounts API", + "GetAllAccounts" + ], + [ + "Sigue payout", + "batch" + ] + ], + "query_id": 54739 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "Image QR code generator", + "api_name": "Red colour QR code generator", + "api_description": "Generate the QR code for anything you want.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "grayhat.in" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "fastmoney", + "api_name": "Authentic Money Transfer Portal", + "api_description": "Authentic Money Transfer Portal", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a surprise birthday party for my best friend and I need to generate red QR codes for the event invitations. The QR codes should contain the party details, such as the date, time, and venue. Additionally, I'm looking for a reliable money transfer portal for collecting party contributions. Can you provide information about the portal's transaction fees and withdrawal options?", + "relevant APIs": [ + [ + "Image QR code generator", + "Red colour QR code generator" + ], + [ + "fastmoney", + "Authentic Money Transfer Portal" + ] + ], + "query_id": 54775 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "Image QR code generator", + "api_name": "Red colour QR code generator", + "api_description": "Generate the QR code for anything you want.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "grayhat.in" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "fastmoney", + "api_name": "Authentic Money Transfer Portal", + "api_description": "Authentic Money Transfer Portal", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a small business owner and I'm interested in incorporating QR codes into my marketing materials. Generate red QR codes that link to my company's website and social media profiles. Additionally, I need information about a secure money transfer portal for processing online payments. Can you share details about the portal's account setup process and supported currencies?", + "relevant APIs": [ + [ + "Image QR code generator", + "Red colour QR code generator" + ], + [ + "fastmoney", + "Authentic Money Transfer Portal" + ] + ], + "query_id": 54776 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "NOWPayments", + "api_name": "2.Getavailablecurrencies", + "api_description": "This is a method for obtaining information about the cryptocurrencies available for payments. This depends on the cryptocurrency you choose for your particular store.\nOptional parameters:\n- fixed_rate(optional) - boolean, can be **true** or **false**. Returns avaliable currencies with minimum and maximum amount of the exchange.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Payments", + "tool_name": "NOWPayments", + "api_name": "1.GetAPIstatus", + "api_description": "This is a method to get information about the current state of the API. If everything is OK, you will receive an \"OK\" message. Otherwise, you'll see some error.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Payments", + "tool_name": "NOWPayments", + "api_name": "7.Getlistofpayments", + "api_description": "Returns the entire list of all transactions, created with certain API key.\nThe list of optional parameters:\n- limit - number of records in one page. (possible values: from 1 to 500)\n- page - the page number you want to get (possible values: from 0 to **page count - 1**)\n- sortBy - sort the received list by a paramenter. Set to **created_at** by default (possible values: payment_id, payment_status, pay_address, price_amount, price_currency, pay_amount, actually_paid, pay_currency, order_id, order_description, purchase_id, outcome_amount, outcome_currency)\n- orderBy - display the list in ascending or descending order. Set to **asc** by default (possible values: asc, desc)\n- dateFrom - select the displayed period start date (date format: YYYY-MM-DD or yy-MM-ddTHH:mm:ss.SSSZ).\n- dateTo - select the displayed period end date (date format: YYYY-MM-DD or yy-MM-ddTHH:mm:ss.SSSZ).", + "required_parameters": [ + { + "name": "dateFrom", + "type": "STRING", + "description": "", + "default": "2020-01-01" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": 10 + }, + { + "name": "sortBy", + "type": "STRING", + "description": "", + "default": "created_at" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "", + "default": "asc" + }, + { + "name": "dateTo", + "type": "STRING", + "description": "", + "default": "2021-01-01" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Payments", + "tool_name": "Zanjir cryptocurrency payment gateway", + "api_name": "verify transactions (logs)", + "api_description": "You can confirm successful transactions using this API.", + "required_parameters": [ + { + "name": "in_wallet", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get Products in Category", + "api_description": " ", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "products": "empty list", + "summary": { + "count": "int" + } + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Get User Orders", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "\ud83d\udc4b Onboarding Project", + "api_name": "Me", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "FraudSentinel", + "api_name": "FraudSentinel", + "api_description": "Detailed JSON data from hundreds of IP classification databases.", + "required_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "127.0.0.1" + } + ], + "optional_parameters": [ + { + "name": "nocache", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "paranoid", + "type": "BOOLEAN", + "description": "", + "default": false + } + ], + "method": "GET" + }, + { + "category_name": "Payments", + "tool_name": "Sigue payout", + "api_name": "batch", + "api_description": "batch process to retrieve payout transaction data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm organizing a charity event and I need to keep track of the payments made by the attendees. Can you provide me with a list of all the payments received so far? Additionally, I would like to verify the transactions made through our cryptocurrency payment gateway.", + "relevant APIs": [ + [ + "NOWPayments", + "7.Getlistofpayments" + ], + [ + "Zanjir cryptocurrency payment gateway", + "verify transactions (logs)" + ] + ], + "query_id": 54778 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "Zanjir cryptocurrency payment gateway", + "api_name": "verify transactions (logs)", + "api_description": "You can confirm successful transactions using this API.", + "required_parameters": [ + { + "name": "in_wallet", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "NOWPayments", + "api_name": "6.Gettheminimumpaymentamount", + "api_description": "Get the minimum payment amount for a specific pair.\n\nYou can provide both currencies in the pair or just currency_from, and we will calculate the minimum payment amount for currency_from and currency which you have specified as the outcome in the Store Settings.\n\nIn the case of several outcome wallets we will calculate the minimum amount in the same way we route your payment to a specific wallet.", + "required_parameters": [ + { + "name": "currency_from", + "type": "STRING", + "description": "", + "default": "eth" + }, + { + "name": "currency_to", + "type": "STRING", + "description": "", + "default": "trx" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Payments", + "tool_name": "NOWPayments", + "api_name": "3.Getestimatedprice", + "api_description": "This is a method for calculating the approximate price in cryptocurrency for a given value in Fiat currency. You will need to provide the initial cost in the Fiat currency (amount, currency_from) and the necessary cryptocurrency (currency_to)\nCurrently following fiat currencies are available: usd, eur, nzd, brl, gbp.", + "required_parameters": [ + { + "name": "currency_to", + "type": "STRING", + "description": "", + "default": "btc" + }, + { + "name": "currency_from", + "type": "STRING", + "description": "", + "default": "usd" + }, + { + "name": "amount", + "type": "NUMBER", + "description": "", + "default": 3999.5 + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Payments", + "tool_name": "NOWPayments", + "api_name": "5.Getpaymentstatus", + "api_description": "Get the actual information about the payment. You need to provide the ID of the payment in the request.\n\nNOTE! You should make the get payment status request with the same API key that you used in the create payment request.\nHere is the list of avalable statuses:\n- waiting - waiting for the customer to send the payment. The initial status of each payment.\n- confirming - the transaction is being processed on the blockchain. Appears when NOWPayments detect the funds from the user on the blockchain.\n- confirmed - the process is confirmed by the blockchain. Customer\u2019s funds have accumulated enough confirmations.\n- sending - the funds are being sent to your personal wallet. We are in the process of sending the funds to you.\n- partially_paid - it shows that the customer sent the less than the actual price. Appears when the funds have arrived in your wallet.\n- finished - the funds have reached your personal address and the payment is finished.\n- failed - the payment wasn't completed due to the error of some kind.\n- refunded - the funds were refunded back to the user.\n- expired - the user didn't send the funds to the specified address in the 24 hour time window.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Payments", + "tool_name": "Image QR code generator", + "api_name": "Red colour QR code generator", + "api_description": "Generate the QR code for anything you want.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "grayhat.in" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "Fake Valid CC Data Generator", + "api_name": "Receive the credit card data", + "api_description": "Receive the requested credit card data set consisting of:\n\n- type\n- firstname\n- lastname\n- cc\n- valid_date\n- cvc\n\n**The following providers are valid and can be generated**\n***amex,diners,discover',jcb',jcb15,jcb16,maestro,mastercard,visa,visa13,visa16,visa19***", + "required_parameters": [], + "optional_parameters": [ + { + "name": "visa_type", + "type": "STRING", + "description": "", + "default": "visa" + } + ], + "method": "GET", + "template_response": { + "type": "str", + "firstname": "str", + "lastname": "str", + "cc": "str", + "valid_date": "str", + "cvc": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "FraudSentinel", + "api_name": "FraudSentinel", + "api_description": "Detailed JSON data from hundreds of IP classification databases.", + "required_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "127.0.0.1" + } + ], + "optional_parameters": [ + { + "name": "nocache", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "paranoid", + "type": "BOOLEAN", + "description": "", + "default": false + } + ], + "method": "GET" + } + ], + "query": "I need to verify the successful transactions made to my wallet '0x98aF2b1cD5e7b7e8b6D3Cf9A1b4e4B5C6A7F8B9C'. Please provide me with the transaction logs. Can you also generate a red color QR code for my friend's website 'www.friendwebsite.com'?", + "relevant APIs": [ + [ + "Zanjir cryptocurrency payment gateway", + "verify transactions (logs)" + ], + [ + "Image QR code generator", + "Red colour QR code generator" + ] + ], + "query_id": 54793 + }, + { + "api_list": [ + { + "category_name": "Food", + "tool_name": "MyNewTestApi", + "api_name": "MyTestEndpoint", + "api_description": "My test end point", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "testkey": "str" + } + }, + { + "category_name": "Food", + "tool_name": "ComfyFood", + "api_name": "Get All Categories", + "api_description": "Returns all categories", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "categories": [ + { + "Name": "str", + "ImageName": "str", + "_list_length": 36 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "ComfyFood", + "api_name": "Get all Recipes 2", + "api_description": "return more recipes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "recipes": [ + { + "Id": "str", + "Name": "str", + "Description": "str", + "Steps": "str", + "Official": "bool", + "Ingredients": "str", + "ImageName": "str", + "RecipeCategories": [ + { + "Name": "str", + "ImageName": "str", + "_list_length": 1 + } + ], + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "ComfyFood", + "api_name": "Get all recipes 3", + "api_description": "return more recipes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "recipes": [ + { + "Id": "str", + "Name": "str", + "Description": "str", + "Steps": "str", + "Official": "bool", + "Ingredients": "str", + "ImageName": "str", + "RecipeCategories": [ + { + "Name": "str", + "ImageName": "str", + "_list_length": 1 + } + ], + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Food", + "tool_name": "Food Nutrional Data", + "api_name": "Search a food/recipe item (100g serving)", + "api_description": "Search a food item and get all its nutritional information", + "required_parameters": [ + { + "name": "nutrientQuery", + "type": "string", + "description": "", + "default": "milk" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"total\": \"int\", \"result\": [{\"_id\": \"str\", \"food_code\": \"int\", \"food_description\": \"str\", \"category_number\": \"int\", \"category_description\": \"str\", \"energy_kj\": \"float\", \"energy_kcal\": \"int\", \"protein_g\": \"float\", \"carbohydrate_g\": \"float\", \"sugar_g\": \"float\", \"fiber_g\": \"int\", \"fat_g\": \"float\", \"fatty_acid_g\": \"float\", \"fatty_acid_monounsaturated_g\": \"float\", \"fatty_acid_polyunsaturated_g\": \"float\", \"cholesterol_mg\": \"int\", \"retinol_mcg\": \"int\", \"vitamin_a_rae_mcg_RAE\": \"int\", \"carotene_alpha_mcg\": \"int\", \"carotene_beta_mcg\": \"int\", \"cryptoxanthin_beta_mcg\": \"int\", \"lycopene_mcg\": \"int\", \"lutein_plus_zeaxanthin_mcg\": \"int\", \"thiamin_mg\": \"float\", \"riboflavin_mg\": \"float\", \"niacin_mg\": \"float\", \"vitamin_b6_mg\": \"float\", \"folic_acid_mcg\": \"int\", \"folate_food_mcg\": \"int\", \"folate_dfe_mcg_dfe\": \"int\", \"folate_total_mcg\": \"int\", \"choline_total_mg\": \"float\", \"vitamin_b12_mcg\": \"float\", \"vitamin_b12_added_mcg\": \"int\", \"vitamin_c_mg\": \"float\", \"vitamin_d_d2_plus_d3_mcg\": \"float\", \"vitamin_e_al" + }, + { + "category_name": "Food", + "tool_name": "The Mexican Food DB", + "api_name": "List of Foods", + "api_description": "This endpoint responds with a list of mexican foods that includes their names and images, as well as their IDs, which must be provided in the \"Detailed Food Recipe by ID\" endpoint to receive the detailed recipe.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "title": "str", + "difficulty": "str", + "image": "str" + } + }, + { + "category_name": "Food", + "tool_name": "The Mexican Food DB", + "api_name": "Detailed Food Recipe by ID", + "api_description": "Mexican Food Recipe by ID", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "4" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "title": "str", + "difficulty": "str", + "portion": "str", + "time": "str", + "description": "str", + "ingredients": [ + "list of str with length 16" + ], + "method": [ + { + "Step 1": "str", + "_list_length": 3 + } + ], + "image": "str" + } + }, + { + "category_name": "Food", + "tool_name": "Recipe Search and Diet", + "api_name": "Recipe Search and Recommendations", + "api_description": "Search 2 million recipes using keywords, 28 nutrients and 40 diet and health filters", + "required_parameters": [], + "optional_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "chicken" + }, + { + "name": "r", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"q\": \"str\", \"from\": \"int\", \"to\": \"int\", \"more\": \"bool\", \"count\": \"int\", \"hits\": [{\"recipe\": {\"uri\": \"str\", \"label\": \"str\", \"image\": \"str\", \"source\": \"str\", \"url\": \"str\", \"shareAs\": \"str\", \"yield\": \"float\", \"dietLabels\": [\"list of str with length 1\"], \"healthLabels\": [\"list of str with length 3\"], \"cautions\": [\"list of str with length 1\"], \"ingredientLines\": [\"list of str with length 10\"], \"ingredients\": [{\"text\": \"str\", \"weight\": \"float\", \"foodCategory\": \"str\", \"foodId\": \"str\", \"image\": \"str\", \"_list_length\": 11}], \"calories\": \"float\", \"totalWeight\": \"float\", \"totalTime\": \"float\", \"cuisineType\": [\"list of str with length 1\"], \"mealType\": [\"list of str with length 1\"], \"dishType\": [\"list of str with length 1\"], \"totalNutrients\": {\"ENERC_KCAL\": {\"label\": \"str\", \"quantity\": \"float\", \"unit\": \"str\"}, \"FAT\": {\"label\": \"str\", \"quantity\": \"float\", \"unit\": \"str\"}, \"FASAT\": {\"label\": \"str\", \"quantity\": \"float\", \"unit\": \"str\"}, \"FATRN\": {\"label\": \"str\", \"quantity\": \"float\", \"unit\": \"str\"}, \"FAMS" + } + ], + "query": "I'm planning a surprise dinner for my friends and I need some recipe recommendations. Can you suggest some delicious chicken recipes that are suitable for a low-carb diet? Additionally, I would like to know the nutritional information of milk. Please provide the calorie count, protein content, and fat content per 100g serving.", + "relevant APIs": [ + [ + "Recipe Search and Diet", + "Recipe Search and Recommendations" + ], + [ + "Food Nutrional Data", + "Search a food/recipe item (100g serving)" + ] + ], + "query_id": 55251 + }, + { + "api_list": [ + { + "category_name": "Energy", + "tool_name": "ecoweather", + "api_name": "Schneetage", + "api_description": "Beantwortet die Frage, wie viel Schnee und an wie viel Tagen innerhalb eines Zeitraums vorhanden gewesen ist. Wird verwendet zum Beispiel bei der Einsatzplanung im Winterdienst und Hausmeisterservice sowie im Tourismus.", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "", + "default": "2021-01-01" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "", + "default": "8.79" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "49.34" + } + ], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "2021-09-21" + } + ], + "method": "GET", + "template_response": { + "input": { + "geo": { + "lat": "str", + "lon": "str" + }, + "timeframe": { + "from": "str", + "to": "str" + } + }, + "aggregations": { + "snowdays": "int", + "snow": "float" + }, + "result": [ + { + "timestamp": "int", + "date": "str", + "snow": "float", + "_list_length": 264 + } + ] + } + }, + { + "category_name": "Energy", + "tool_name": "ecoweather", + "api_name": "Heizgradtage", + "api_description": "Beantwortet die Frage, wie viele Heizgradtage innerhalb eines Zeitraums vorhanden gewesen sind. Wird verwendet zum Beispiel bei der unterj\u00e4hrigen Abgrenzung von Heizkosten bei der Nebenkostenabrechnung.", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "", + "default": "2021-01-01" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "", + "default": "8.79" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "49.34" + } + ], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "2021-09-21" + } + ], + "method": "GET", + "template_response": { + "input": { + "geo": { + "lat": "str", + "lon": "str" + }, + "timeframe": { + "from": "str", + "to": "str" + } + }, + "aggregations": { + "hdd12": "float", + "hdd15": "float" + }, + "result": [ + { + "timestamp": "int", + "date": "str", + "hdd12": "float", + "hdd15": "float", + "_list_length": 264 + } + ] + } + }, + { + "category_name": "Energy", + "tool_name": "ecoweather", + "api_name": "Niederschlag", + "api_description": "Beantwortet die Frage, wie viel Niederschlag innerhalb eines Zeitraums vorhanden gewesen ist. Wird verwendet zum Beispiel bei der Dimensionierung von Regenwassernutzung (Zisterne) oder bei der Planung von G\u00e4rten .", + "required_parameters": [ + { + "name": "from", + "type": "STRING", + "description": "", + "default": "2021-01-01" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "", + "default": "8.79" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "49.34" + } + ], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "2021-09-21" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "proclima", + "api_name": "dolar", + "api_description": "dolar", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "Get specific country", + "api_description": "Get fuel prices for a specific country", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "Germany" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "All Countries", + "api_description": "Get all of Europe countries Fuel prices", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "Electricity Carbon Footprint Germany", + "api_name": "CO2 Emission", + "api_description": "The CO2 Emission endpoint will provide carbon emissions in grams per Kilo-Watt-Hour. To latest and historical footprint information for electricity in Germany.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "Allows retrieving historical values (back to yr 2017) .\n\nAccepted formats:\n\n- YYYY-MM-DD\n- MM/DD/YYYY\n- Unix Timestamp (ms)", + "default": "2022-08-20" + } + ], + "method": "GET", + "template_response": { + "date": "str", + "co2perKwh": "int", + "trend": { + "avg30": "int", + "avg365": "int" + } + } + }, + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "Retrieve Compensation", + "api_description": "Response contains full compensation details (if exists, and owner is account).", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "0xF0F2e446EeD32236EA0c78a6E4a91Ed712654799" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "err": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "List existing Compensations", + "api_description": "Returns a list of all existing co2offset certificates linked to account.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + } + ], + "query": "My family and I are planning a summer vacation in Europe and we want to choose a destination with good weather. Can you provide me with the historical data for the number of heating degree days and cooling degree days in Germany, France, Italy, and Spain for the past year? Additionally, I would like to know the fuel prices for Germany.", + "relevant APIs": [ + [ + "ecoweather", + "Heizgradtage" + ], + [ + "Europe Fuel Prices", + "Get specific country" + ] + ], + "query_id": 55655 + }, + { + "api_list": [ + { + "category_name": "Energy", + "tool_name": "INDIAN FUEL", + "api_name": "/fuel/data/{city}", + "api_description": " ", + "required_parameters": [ + { + "name": "city", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "INDIAN FUEL", + "api_name": "/fuel/data", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "city": "str", + "diesel": "str", + "petrol": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "List existing Compensations", + "api_description": "Returns a list of all existing co2offset certificates linked to account.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "Retrieve Compensation", + "api_description": "Response contains full compensation details (if exists, and owner is account).", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "0xF0F2e446EeD32236EA0c78a6E4a91Ed712654799" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "err": "str" + } + } + ], + "query": "I'm organizing a company event in Mumbai and need to calculate the fuel expenses for our fleet of vehicles. Can you provide me with the current petrol and diesel prices in Mumbai? Also, I would like to retrieve the full details of a specific compensation linked to our account.", + "relevant APIs": [ + [ + "INDIAN FUEL", + "/fuel/data/{city}" + ], + [ + "CO2 Offset", + "Retrieve Compensation" + ] + ], + "query_id": 55671 + }, + { + "api_list": [ + { + "category_name": "Jobs", + "tool_name": "Indeed Jobs API - Sweden", + "api_name": "SearchJobs", + "api_description": "offset = 0 (starting of the page, it must be increased by 10 to achieve pagination)\nkeyword = python (it can be any search keyword for ex: job title or skill title)\nlocation = Stockholm (For now this API gets data for Sweden Indeed. You can enter a specific city or state.)\nThis will provide you with a list of 15 jobs in the page, by default a single page can have a max of 15 jobs posting only. In order to get all the data using pagination you need to keep increasing the count of offset by 10.\n\nYou will get the following fields using this API.\n\n'position'\n'company_name'\n'job_title'\n'job_location'\n'salary'\n'date'\n'job_url'\n'urgently_hiring'\n'multiple_hiring'\n'company_rating'\n'company_reviews'\n'company_review_link'\n'company_logo_url'\n'page_number'", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "Stockholm" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "python" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "company_logo_url": "str", + "company_name": "str", + "company_rating": "str", + "company_review_link": "str", + "company_reviews": "int", + "date": "str", + "job_location": "str", + "job_title": "str", + "job_url": "str", + "multiple_hiring": "str", + "next_page": "str", + "page_number": "int", + "position": "int", + "salary": "str", + "urgently_hiring": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "Open To Work Remote API", + "api_name": "Search Jobs", + "api_description": "# Open To Work Remote - API\n\n## Search Jobs:\n\nThis endpoint allows you to search for jobs.\n\nYou can search for jobs by filtering by title, tags, salary, location, and company name. All the information comes paginated.\n\n*[Click 3 Dots Button To View More Details About All Params]*\n\n### Parameters and Filters:\n\n**page:** Select the page.\n**perPage:** Quantity of jobs shown per page.\n**title:** Allows search jobs by title/role.\n**tag:** Allows search jobs by tags/categories.\n**location:** Allows search jobs by location.\n**company:** Allows search jobs by the company name.\n**salaryMin:** Allows search jobs by salary.\n**source:** Allows search jobs by the Job Board source.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "perPage", + "type": "STRING", + "description": "", + "default": "5" + } + ], + "method": "GET", + "template_response": { + "pagesInfo": { + "totalJobs": "int", + "totalpages": "int", + "page": "int", + "perPage": "int", + "nextPage": "str" + }, + "jobs": [ + { + "id": "int", + "company": "str", + "title": "str", + "salaryMin": "NoneType", + "salaryMax": "NoneType", + "salaryRange": "NoneType", + "logo": "str", + "location": "str", + "slug": "NoneType", + "url": "str", + "source": "str", + "tags": "empty list", + "featured": "int", + "date": "str", + "publicationDate": "str", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Jobs", + "tool_name": "Open To Work Remote API", + "api_name": "Get One Job", + "api_description": "# Open To Work Remote - API\n\n## Get One Job:\n\nThis endpoint allows you to get info on a job by id.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "138024" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "company": "str", + "title": "str", + "salaryMin": "NoneType", + "salaryMax": "NoneType", + "salaryRange": "NoneType", + "logo": "str", + "location": "str", + "slug": "NoneType", + "url": "str", + "source": "str", + "tags": [ + "list of str with length 33" + ], + "featured": "NoneType", + "date": "str", + "publicationDate": "str", + "description": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "Indeed Jobs API", + "api_name": "SearchJobs", + "api_description": "offset = 0 (starting of the page, it must be increased by 10 to achieve pagination)\nkeyword = python (it can be any search keyword for ex: job title or skill title)\nlocation = california (For now this API gets data for USA Indeed. You can enter a specific city or state.)\nThis will provide you with a list of 15 jobs in the page, by default a single page can have a max of 15 jobs posting only. In order to get all the data using pagination you need to keep increasing the count of offset by 10.\n\nYou will get the following fields using this API.\n\n'position'\n'company_name'\n'job_title'\n'job_location'\n'salary'\n'date'\n'job_url'\n'urgently_hiring'\n'multiple_hiring'\n'company_rating'\n'company_reviews'\n'company_review_link'\n'company_logo_url'\n'page_number'", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "california" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "python" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "company_logo_url": "str", + "company_name": "str", + "company_rating": "str", + "company_review_link": "str", + "company_reviews": "int", + "date": "str", + "job_location": "str", + "job_title": "str", + "job_url": "str", + "multiple_hiring": "str", + "next_page": "str", + "page_number": "int", + "position": "int", + "salary": "str", + "urgently_hiring": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Resume", + "api_description": "Endpoint that will generate a large text response containing a Resume document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + } + ], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Cover Letter", + "api_description": "Endpoint that will generate a large text response containing a Cover Letter document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "jobDescription", + "type": "STRING", + "description": "", + "default": "Example Co. is looking for a Full Stack Web Developer to maintain and improve our custom web application. The solutions will require both frontend and backend skills. Our web application runs on a LEMP stack. LEMP stack experience is a bonus, but not required." + }, + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "jobTitle", + "type": "STRING", + "description": "", + "default": "Full Stack Web Developer" + } + ], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get a specific remote job by id", + "api_description": "Using the id of the job returned from /jobs route, get more details about a specific job", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Pagination for remote jobs", + "api_description": "Paginate over the remote jobs by using the pageId parameter", + "required_parameters": [ + { + "name": "pageId", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get the latest remote jobs", + "api_description": "Get a list of the latest 20 remote jobs", + "required_parameters": [], + "optional_parameters": [ + { + "name": "company", + "type": "STRING", + "description": "", + "default": "shopify" + }, + { + "name": "category", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 3 + } + ] + } + } + ], + "query": "I'm organizing a job fair and I need to gather information about available job opportunities. Can you search for Python developer jobs in California using the Indeed Jobs API? Additionally, fetch the details of a specific job with the ID 138024 using the Open To Work Remote API.", + "relevant APIs": [ + [ + "Indeed Jobs API", + "SearchJobs" + ], + [ + "Open To Work Remote API", + "Get One Job" + ] + ], + "query_id": 56101 + }, + { + "api_list": [ + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Cover Letter", + "api_description": "Endpoint that will generate a large text response containing a Cover Letter document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "jobDescription", + "type": "STRING", + "description": "", + "default": "Example Co. is looking for a Full Stack Web Developer to maintain and improve our custom web application. The solutions will require both frontend and backend skills. Our web application runs on a LEMP stack. LEMP stack experience is a bonus, but not required." + }, + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "jobTitle", + "type": "STRING", + "description": "", + "default": "Full Stack Web Developer" + } + ], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Resume", + "api_description": "Endpoint that will generate a large text response containing a Resume document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + } + ], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get a specific remote job by id", + "api_description": "Using the id of the job returned from /jobs route, get more details about a specific job", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Pagination for remote jobs", + "api_description": "Paginate over the remote jobs by using the pageId parameter", + "required_parameters": [ + { + "name": "pageId", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Jobs", + "tool_name": "Remote Jobs API", + "api_name": "Get the latest remote jobs", + "api_description": "Get a list of the latest 20 remote jobs", + "required_parameters": [], + "optional_parameters": [ + { + "name": "company", + "type": "STRING", + "description": "", + "default": "shopify" + }, + { + "name": "category", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "meta": { + "page": "int", + "total": "int", + "has_more": "bool" + }, + "items": [ + { + "_id": "str", + "company_logo": "str", + "id": "str", + "title": "str", + "location": "str", + "company_name": "str", + "date": "str", + "_list_length": 3 + } + ] + } + } + ], + "query": "I'm a freelance web developer with a degree in Information Systems from Michigan State University. Can you generate a resume and cover letter for me? Additionally, I'm interested in exploring remote job opportunities and would like to know more about a specific job by its ID. Lastly, provide me with the latest remote jobs available.", + "relevant APIs": [ + [ + "AI Resume Generator", + "Generate Document: Cover Letter" + ], + [ + "AI Resume Generator", + "Generate Document: Resume" + ], + [ + "Remote Jobs API", + "Get a specific remote job by id" + ], + [ + "Remote Jobs API", + "Get the latest remote jobs" + ] + ], + "query_id": 56133 + }, + { + "api_list": [ + { + "category_name": "Jobs", + "tool_name": "Indeed Jobs API - Finland", + "api_name": "SearchJobs", + "api_description": "offset = 0 (starting of the page, it must be increased by 10 to achieve pagination)\nkeyword = python (it can be any search keyword for ex: job title or skill title)\nlocation = Helsinki (For now this API gets data for Finland Indeed. You can enter a specific city or state.)\nThis will provide you with a list of 15 jobs in the page, by default a single page can have a max of 15 jobs posting only. In order to get all the data using pagination you need to keep increasing the count of offset by 10.\n\nYou will get the following fields using this API.\n\n'position'\n'company_name'\n'job_title'\n'job_location'\n'salary'\n'date'\n'job_url'\n'urgently_hiring'\n'multiple_hiring'\n'company_rating'\n'company_reviews'\n'company_review_link'\n'company_logo_url'\n'page_number'", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "Helsinki" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "python developer" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "company_logo_url": "str", + "company_name": "str", + "company_rating": "str", + "company_review_link": "str", + "company_reviews": "int", + "date": "str", + "job_location": "str", + "job_title": "str", + "job_url": "str", + "multiple_hiring": "str", + "next_page": "str", + "page_number": "int", + "position": "int", + "salary": "str", + "urgently_hiring": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "Indeed Jobs API - Sweden", + "api_name": "SearchJobs", + "api_description": "offset = 0 (starting of the page, it must be increased by 10 to achieve pagination)\nkeyword = python (it can be any search keyword for ex: job title or skill title)\nlocation = Stockholm (For now this API gets data for Sweden Indeed. You can enter a specific city or state.)\nThis will provide you with a list of 15 jobs in the page, by default a single page can have a max of 15 jobs posting only. In order to get all the data using pagination you need to keep increasing the count of offset by 10.\n\nYou will get the following fields using this API.\n\n'position'\n'company_name'\n'job_title'\n'job_location'\n'salary'\n'date'\n'job_url'\n'urgently_hiring'\n'multiple_hiring'\n'company_rating'\n'company_reviews'\n'company_review_link'\n'company_logo_url'\n'page_number'", + "required_parameters": [ + { + "name": "location", + "type": "STRING", + "description": "", + "default": "Stockholm" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "python" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "company_logo_url": "str", + "company_name": "str", + "company_rating": "str", + "company_review_link": "str", + "company_reviews": "int", + "date": "str", + "job_location": "str", + "job_title": "str", + "job_url": "str", + "multiple_hiring": "str", + "next_page": "str", + "page_number": "int", + "position": "int", + "salary": "str", + "urgently_hiring": "str" + } + }, + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Resume", + "api_description": "Endpoint that will generate a large text response containing a Resume document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + } + ], + "method": "GET" + }, + { + "category_name": "Jobs", + "tool_name": "AI Resume Generator", + "api_name": "Generate Document: Cover Letter", + "api_description": "Endpoint that will generate a large text response containing a Cover Letter document using the provided information", + "required_parameters": [], + "optional_parameters": [ + { + "name": "jobDescription", + "type": "STRING", + "description": "", + "default": "Example Co. is looking for a Full Stack Web Developer to maintain and improve our custom web application. The solutions will require both frontend and backend skills. Our web application runs on a LEMP stack. LEMP stack experience is a bonus, but not required." + }, + { + "name": "degree", + "type": "STRING", + "description": "", + "default": "Information Systems" + }, + { + "name": "university", + "type": "STRING", + "description": "", + "default": "Michigan State University" + }, + { + "name": "skills", + "type": "STRING", + "description": "", + "default": "Networking, Web Development" + }, + { + "name": "jobTitle", + "type": "STRING", + "description": "", + "default": "Full Stack Web Developer" + } + ], + "method": "GET" + } + ], + "query": "I want to explore job opportunities in Helsinki, Finland as a Python developer. Can you find some job postings for me? I need the details of the top 15 jobs, including the company name, job title, job location, salary, and job URL. Additionally, generate a cover letter for me with a degree in Information Systems from Michigan State University, skills in networking and web development, and a job title of Full Stack Web Developer.", + "relevant APIs": [ + [ + "Indeed Jobs API - Finland", + "SearchJobs" + ], + [ + "AI Resume Generator", + "Generate Document: Cover Letter" + ] + ], + "query_id": 56155 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/trending/overall", + "api_description": "Treding Youtube (including non-music) videos worldwide", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "video": "str", + "link": "str", + "highlights": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/topartist_feat/{year}", + "api_description": "Youtube top artist including features in music videos by year", + "required_parameters": [ + { + "name": "year", + "type": "string", + "description": "", + "default": "2022" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "artist": "str", + "views": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/24h/{type}", + "api_description": "Youtube most viewed music video by content language type: (English, Spanish, Asian or Other)", + "required_parameters": [ + { + "name": "type", + "type": "string", + "description": "", + "default": "english" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "video": "str", + "link": "str", + "views": "str", + "likes": "str" + } + }, + { + "category_name": "Music", + "tool_name": "baixar musicas mp3 completas", + "api_name": "teste", + "api_description": "teste", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Spotify Web", + "api_name": "Artist singles", + "api_description": "Get artist singles", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Artist ID", + "default": "2w9zwq3AktTeYYMuhMjju8" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "STRING", + "description": "", + "default": "0" + }, + { + "name": "limit", + "type": "STRING", + "description": "", + "default": "20" + } + ], + "method": "GET", + "template_response": { + "data": { + "artist": { + "discography": { + "singles": { + "totalCount": "int", + "items": [ + { + "releases": { + "items": [ + { + "id": "str", + "uri": "str", + "name": "str", + "type": "str", + "date": { + "year": "int", + "isoString": "str" + }, + "coverArt": { + "sources": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 3 + } + ] + }, + "playability": { + "playable": "bool", + "reason": "str" + }, + "sharingInfo": { + "shareId": "str", + "shareUrl": "str" + }, + "tracks": { + "totalCount": "int" + }, + "_list_length": 1 + } + ] + }, + "_list_length": 20 + } + ] + } + } + } + }, + "extensions": "empty list" + } + }, + { + "category_name": "Music", + "tool_name": "Spotify Web", + "api_name": "User followers", + "api_description": "Get user followers", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "User ID", + "default": "nocopyrightsounds" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "profiles": [ + { + "uri": "str", + "name": "str", + "followers_count": "int", + "color": "int", + "_list_length": 1000 + } + ] + } + }, + { + "category_name": "Music", + "tool_name": "Spotify Web", + "api_name": "Search", + "api_description": "Search", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Search query", + "default": "" + }, + { + "name": "type", + "type": "STRING", + "description": "`multi` or one of these:\n\n- albums\n- artists\n- episodes\n- genres\n- playlists\n- podcasts\n- tracks\n- users", + "default": "multi" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "numberOfTopResults", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "albums": { + "totalCount": "int", + "items": "empty list" + }, + "artists": { + "totalCount": "int", + "items": "empty list" + }, + "episodes": { + "totalCount": "int", + "items": "empty list" + }, + "genres": { + "totalCount": "int", + "items": "empty list" + }, + "playlists": { + "totalCount": "int", + "items": "empty list" + }, + "podcasts": { + "totalCount": "int", + "items": "empty list" + }, + "topResults": { + "items": "empty list", + "featured": "empty list" + }, + "tracks": { + "totalCount": "int", + "items": "empty list" + }, + "users": { + "totalCount": "int", + "items": "empty list" + } + } + } + ], + "query": "I'm organizing a music event and I need to find the top artists featured in music videos in 2022 on YouTube. Additionally, provide me with the Spotify singles of these artists and the number of followers for each one.", + "relevant APIs": [ + [ + "MusicData API", + "/youtube/topartist_feat/{year}" + ], + [ + "Spotify Web", + "Artist singles" + ], + [ + "Spotify Web", + "User followers" + ] + ], + "query_id": 56266 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "L-yrics", + "api_name": "Main endpoint", + "api_description": "Get the song lyrics", + "required_parameters": [ + { + "name": "song", + "type": "STRING", + "description": "", + "default": "Ashes" + } + ], + "optional_parameters": [ + { + "name": "artist", + "type": "STRING", + "description": "", + "default": "Stellar" + } + ], + "method": "GET", + "template_response": { + "song": "str", + "artist": "str", + "lyrics": "str" + } + }, + { + "category_name": "Music", + "tool_name": "Spotify", + "api_name": "Album metadata", + "api_description": "Get album metadata", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Album ID", + "default": "3IBcauSj5M2A6lTeffJzdv" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"data\": {\"album\": {\"uri\": \"str\", \"name\": \"str\", \"artists\": {\"totalCount\": \"int\", \"items\": [{\"uri\": \"str\", \"profile\": {\"name\": \"str\"}, \"visuals\": {\"avatarImage\": {\"sources\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 3}]}}, \"sharingInfo\": {\"shareUrl\": \"str\"}, \"_list_length\": 1}]}, \"coverArt\": {\"extractedColors\": {\"colorRaw\": {\"hex\": \"str\"}}, \"sources\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 3}]}, \"discs\": {\"totalCount\": \"int\", \"items\": [{\"number\": \"int\", \"tracks\": {\"totalCount\": \"int\"}, \"_list_length\": 1}]}, \"tracks\": {\"totalCount\": \"int\", \"items\": [{\"track\": {\"playability\": {\"playable\": \"bool\", \"reason\": \"str\"}, \"duration\": {\"totalMilliseconds\": \"int\"}}, \"_list_length\": 10}]}, \"releases\": {\"totalCount\": \"int\", \"items\": \"empty list\"}, \"type\": \"str\", \"date\": {\"isoString\": \"str\", \"precision\": \"str\"}, \"playability\": {\"playable\": \"bool\", \"reason\": \"str\"}, \"label\": \"str\", \"copyright\": {\"totalCount\": \"int\", \"items\": [{\"type\": \"str\", \"text\": \"st" + }, + { + "category_name": "Music", + "tool_name": "Spotify", + "api_name": "Artist related", + "api_description": "Artist related", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Artist ID", + "default": "2w9zwq3AktTeYYMuhMjju8" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "artists": [ + { + "external_urls": { + "spotify": "str" + }, + "followers": { + "href": "NoneType", + "total": "int" + }, + "genres": [ + "list of str with length 1" + ], + "id": "str", + "images": [ + { + "height": "int", + "url": "str", + "width": "int", + "_list_length": 3 + } + ], + "name": "str", + "popularity": "int", + "type": "str", + "uri": "str", + "_list_length": 20 + } + ] + } + }, + { + "category_name": "Music", + "tool_name": "Spotify", + "api_name": "User profile", + "api_description": "Get user profile", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "User ID", + "default": "nocopyrightsounds" + } + ], + "optional_parameters": [ + { + "name": "playlistLimit", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "artistLimit", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "uri": "str", + "name": "str", + "image_url": "str", + "followers_count": "int", + "following_count": "int", + "public_playlists": [ + { + "uri": "str", + "name": "str", + "image_url": "str", + "followers_count": "int", + "_list_length": 10 + } + ], + "total_public_playlists_count": "int", + "is_verified": "bool", + "report_abuse_disabled": "bool", + "has_spotify_name": "bool", + "has_spotify_image": "bool", + "color": "int", + "allow_follows": "bool", + "show_follows": "bool" + } + }, + { + "category_name": "Music", + "tool_name": "247NaijaBuzz", + "api_name": "247NaijaBuzz Media", + "api_description": "For Flash Music Download", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to surprise my partner with a romantic evening and need some inspiration. Fetch the lyrics for the song 'Perfect' by Stellar and provide me with the artist's related information on Spotify. Additionally, find out if there are any upcoming events featuring this artist.", + "relevant APIs": [ + [ + "L-yrics", + "Main endpoint" + ], + [ + "Spotify", + "Artist related" + ] + ], + "query_id": 56305 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "deepsound", + "api_name": "Prueb", + "api_description": "Prueb", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "baixar musicas mp3 completas", + "api_name": "teste", + "api_description": "teste", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "247NaijaBuzz", + "api_name": "247NaijaBuzz Media", + "api_description": "For Flash Music Download", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Genius - Song Lyrics", + "api_name": "Song Recommendations", + "api_description": "Song Recommendations", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Song ID", + "default": "2396871" + } + ], + "optional_parameters": [ + { + "name": "text_format", + "type": "STRING", + "description": "Format for text bodies related to the document. One or more of `dom`, `plain`, `markdown`, and `html`, separated by commas (defaults to html).", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"song_recommendations\": {\"_type\": \"str\", \"api_path\": \"str\", \"recommendation_strategy\": \"str\", \"recommendations\": [{\"_type\": \"str\", \"unique_common_viewers\": \"int\", \"recommended_song\": {\"_type\": \"str\", \"annotation_count\": \"int\", \"api_path\": \"str\", \"artist_names\": \"str\", \"full_title\": \"str\", \"header_image_thumbnail_url\": \"str\", \"header_image_url\": \"str\", \"id\": \"int\", \"instrumental\": \"bool\", \"language\": \"str\", \"lyrics_owner_id\": \"int\", \"lyrics_state\": \"str\", \"lyrics_updated_at\": \"int\", \"path\": \"str\", \"pyongs_count\": \"int\", \"relationships_index_url\": \"str\", \"release_date_components\": {\"year\": \"int\", \"month\": \"int\", \"day\": \"int\"}, \"release_date_for_display\": \"str\", \"release_date_with_abbreviated_month_for_display\": \"str\", \"song_art_image_thumbnail_url\": \"str\", \"song_art_image_url\": \"str\", \"stats\": {\"unreviewed_annotations\": \"int\", \"concurrents\": \"int\", \"hot\": \"bool\", \"pageviews\": \"int\"}, \"title\": \"str\", \"title_with_featured\": \"str\", \"updated_by_human_at\": \"int\", \"url\": \"str\", \"featured_arti" + }, + { + "category_name": "Music", + "tool_name": "Genius - Song Lyrics", + "api_name": "User Contributions (transcriptions)", + "api_description": "User Contributions (transcriptions)", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "User ID", + "default": "1" + } + ], + "optional_parameters": [ + { + "name": "next_cursor", + "type": "STRING", + "description": "Next cursor", + "default": "" + }, + { + "name": "text_format", + "type": "STRING", + "description": "Format for text bodies related to the document. One or more of `dom`, `plain`, `markdown`, and `html`, separated by commas (defaults to html).", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of results to return per request", + "default": "10" + }, + { + "name": "sort", + "type": "ENUM", + "description": "One of these:\n\n- popularity\n- chronologically", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Music", + "tool_name": "Genius - Song Lyrics", + "api_name": "User Contributions (all)", + "api_description": "User Contributions (all)", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "User ID", + "default": "1" + } + ], + "optional_parameters": [ + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of results to return per request", + "default": "10" + }, + { + "name": "text_format", + "type": "STRING", + "description": "Format for text bodies related to the document. One or more of `dom`, `plain`, `markdown`, and `html`, separated by commas (defaults to html).", + "default": "" + }, + { + "name": "next_cursor", + "type": "STRING", + "description": "Next cursor", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"contribution_groups\": [{\"contribution_type\": \"str\", \"date\": \"int\", \"contributions\": [{\"_type\": \"str\", \"created_at\": \"int\", \"id\": \"int\", \"note\": {}, \"pyongable_type\": \"str\", \"pyongable\": {\"_type\": \"str\", \"api_path\": \"str\", \"context_title\": \"str\", \"url\": \"str\"}, \"user\": {\"_type\": \"str\", \"about_me\": {}, \"about_me_summary\": \"str\", \"annotations_count\": \"int\", \"api_path\": \"str\", \"avatar\": {\"tiny\": {\"url\": \"str\", \"bounding_box\": {\"width\": \"int\", \"height\": \"int\"}}, \"thumb\": {\"url\": \"str\", \"bounding_box\": {\"width\": \"int\", \"height\": \"int\"}}, \"small\": {\"url\": \"str\", \"bounding_box\": {\"width\": \"int\", \"height\": \"int\"}}, \"medium\": {\"url\": \"str\", \"bounding_box\": {\"width\": \"int\", \"height\": \"int\"}}}, \"channel_iqs\": \"empty list\", \"custom_header_image_url\": \"str\", \"followed_users_count\": \"int\", \"followers_count\": \"int\", \"header_image_url\": \"str\", \"human_readable_role_for_display\": \"str\", \"id\": \"int\", \"iq\": \"int\", \"iq_for_display\": \"str\", \"is_meme_verified\": \"bool\", \"is_verified\": \"bool\", \"login\": \"str\"," + } + ], + "query": "I'm a music enthusiast and I want to explore the vast collection of song lyrics. Can you fetch all the user contributions from Genius - Song Lyrics API and provide me with a random quote in English from baixar musicas mp3 completas API?", + "relevant APIs": [ + [ + "Genius - Song Lyrics", + "User Contributions (all)" + ], + [ + "baixar musicas mp3 completas", + "teste" + ] + ], + "query_id": 56636 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "firstAPI_v2", + "api_name": "getOrderById", + "api_description": "for testing purpose only", + "required_parameters": [ + { + "name": "orderid", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Petstore", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Quickbooks", + "api_name": "/api/Customer", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Business", + "tool_name": "Quickbooks", + "api_name": "/api/Customer/{id}", + "api_description": " ", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Business", + "tool_name": "000", + "api_name": "Ppp", + "api_description": "Ppp", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am a small business owner and I am looking for a reliable accounting software. Can you provide me with information about the features and pricing of Quickbooks API? Additionally, I need to check the order status of my recent purchase from the Petstore API using the order ID 10. Furthermore, I would like to gather customer information from Quickbooks API to update my client database. Lastly, I am interested in exploring the features of the Ppp API. Could you provide more details about it?", + "relevant APIs": [ + [ + "Quickbooks", + "/api/Customer" + ], + [ + "Petstore", + "getOrderById" + ], + [ + "Quickbooks", + "/api/Customer" + ], + [ + "000", + "Ppp" + ] + ], + "query_id": 57384 + }, + { + "api_list": [ + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Text to Speech PRO", + "api_name": "Get List of Audios", + "api_description": "Get List of Audios", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Text to Speech PRO", + "api_name": "Get List of Voices", + "api_description": "Get List of Voices", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "ARImageSynthesizer", + "api_name": "My Images", + "api_description": "Get all generated images' information in a JSON response. Images can be accessed at `/get` endpoint with the given hash.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "image": [ + { + "engine": "str", + "guidanceScale": "float", + "hash": "str", + "height": "int", + "img2img_image": "NoneType", + "img2img_strength": "NoneType", + "inferenceSteps": "int", + "negativePrompt": "str", + "prompt": "str", + "ready": "bool", + "requestTime": "int", + "style": "str", + "uniqueID": "str", + "userName": "str", + "width": "int", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "ARImageSynthesizer", + "api_name": "My Images by ID", + "api_description": "Similar to `/my_images` endpoint, returns generated images' information in a JSON response filtered by given `id`.", + "required_parameters": [ + { + "name": "uniqueID", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "image": [ + { + "engine": "str", + "guidanceScale": "float", + "hash": "str", + "height": "int", + "img2img_image": "NoneType", + "img2img_strength": "NoneType", + "inferenceSteps": "int", + "negativePrompt": "str", + "prompt": "str", + "ready": "bool", + "requestTime": "int", + "style": "str", + "uniqueID": "str", + "userName": "str", + "width": "int", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "ARImageSynthesizer", + "api_name": "Get Image", + "api_description": "Retrieve generated image with given `hash`.", + "required_parameters": [ + { + "name": "hash", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "returnType", + "type": "STRING", + "description": "", + "default": "image" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Face Studio", + "api_name": "/generate", + "api_description": "Generate a face given optional parameters: **gender**, **age**, and **ethnicity**. Ethnicity is an approximation of the corresponding ethnic/racial phenotype for a given option.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ethnicity", + "type": "STRING", + "description": "For ethnicity, the following options are available: *european*, *african*, *west_asian*, *south_asian*, *east_asian*, *southeast_asian*, and *latin_american*. If not specified, the ethnic phenotype of the face will be random.", + "default": "european" + }, + { + "name": "gender", + "type": "STRING", + "description": "For gender, the following options are available: *male* and *female*. If not specified, the gender of the face can be either male or female.", + "default": "female" + }, + { + "name": "age", + "type": "STRING", + "description": "For age, the following options are available: *10s*, *20s*, *30s*, *40s*, *50s*, and *60s*. For more fine-grained control, it is also possible to input a specific *numeric* value for age. If age is not specified, then the age of the face will be random.", + "default": "20s" + } + ], + "method": "GET" + } + ], + "query": "I'm writing a blog post on the latest trends in technology and I need some unique images to accompany the content. Can you suggest some images generated by the ARImageSynthesizer API? Also, I would like to include a custom-generated face image to represent the future of technology using the Face Studio API.", + "relevant APIs": [ + [ + "ARImageSynthesizer", + "My Images" + ], + [ + "Face Studio", + "/generate" + ] + ], + "query_id": 58028 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "Scout", + "api_name": "Advanced Phone Number Lookup", + "api_description": "**Advanced Phone Number Information**\n\n*retrieves valuable technical data about a phone number*\n\n- validity\n\n- approximate location\n\n- timezone\n\n- carrier\n\n- line type\n\n- ported status\n\n- carrier\n\n- robocall/spam score\n\n- much more", + "required_parameters": [ + { + "name": "dialcode", + "type": "STRING", + "description": "", + "default": "+16502530000" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "dialcode_e164": "str", + "timezone": "str", + "timezone_short": "str", + "timezone_utc_offset": "str", + "region": "str", + "sub_region": "str", + "administrative_area_level_3": "NoneType", + "administrative_area_level_2": "str", + "administrative_area_level_1": "str", + "administrative_area_level_1_short": "str", + "locality": "str", + "sublocality_level_1": "NoneType", + "point_of_interest": "NoneType", + "neighborhood": "NoneType", + "clli": "str", + "country": "str", + "country_short": "str", + "postal_code": "str", + "operating_company_name": "str", + "operating_company_type": "str", + "lata": "str", + "ocn": "str", + "line_type": "str", + "location_routing_number": "str", + "ported": "bool", + "risk_rating": "str", + "risk_level": "int", + "ported_date": "NoneType", + "dialcode_invalid": "bool", + "dialcode_impossible": "bool", + "notes": "str", + "switch_assignment_date": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Scout", + "api_name": "Basic Phone Number Validation", + "api_description": "**Basic Phone Number Validation**\n\n- determine if a phone number is in a valid format \n\n- determine if a phone number is impossible for a particular region\n\n- properly format the number for various scenarios like international or local dialing\n\n- attempts to determine line type\n\n- determines country and country code", + "required_parameters": [ + { + "name": "dialcode", + "type": "STRING", + "description": "", + "default": "+12125551234" + } + ], + "optional_parameters": [ + { + "name": "country_code", + "type": "STRING", + "description": "", + "default": "US" + } + ], + "method": "GET", + "template_response": { + "original": "str", + "sanitized": "str", + "e164": "str", + "national": "str", + "full_national": "str", + "full_international": "str", + "country": "str", + "country_name": "str", + "country_code_prefix": "str", + "area_code": "str", + "valid_countries": [ + "list of str with length 1" + ], + "invalid": "bool", + "impossible": "bool", + "type": "str", + "possible_types": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "List allocated numbers", + "api_description": "Get list of allocated numbers", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "Retrieve text", + "api_description": "Retrieve text from previously converted speech-to-text.", + "required_parameters": [ + { + "name": "transactionid", + "type": "STRING", + "description": "ID of speech-to-text transaction", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Melrose Labs Voice API", + "api_name": "Retrieve audio file", + "api_description": "Retrieve audio file from previously converted text-to-speech. File is in MP3 format.", + "required_parameters": [ + { + "name": "transactionid", + "type": "STRING", + "description": "Transaction ID for previously submitted text-to-speech conversion.", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "test apideno", + "api_name": "article index", + "api_description": "article index", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "code": "str", + "info": "str", + "data": { + "items": [ + { + "id": "int", + "name": "str", + "image_url": "str", + "youtube_url": "NoneType", + "content": "str", + "slug": "str", + "category_id": "int", + "user_id": "int", + "order_in_landing_page": "int", + "column_medium": "NoneType", + "show_banner": "NoneType", + "created_at": "str", + "publish_date": "str", + "category": { + "id": "int", + "name": "str", + "slug": "str", + "user_id": "int", + "order_in_header": "int", + "order_in_footer": "int", + "is_active": "int", + "created_at": "str", + "updated_at": "str" + }, + "created_by": { + "name": "str", + "username": "str", + "email": "str", + "profile_image": "str" + }, + "_list_length": 1 + } + ], + "pagination": { + "total_found": "int", + "limit": "int", + "current_page": "int", + "total_page": "int" + } + } + } + } + ], + "query": "I'm planning a road trip with my friends and we need to rent a car. Can you help me find car rental companies in Los Angeles that offer affordable rates? Additionally, provide me with information about the types of cars available and their rental prices. Oh, and could you also suggest some scenic routes and must-visit destinations along the way?", + "relevant APIs": [ + [ + "Scout", + "Advanced Phone Number Lookup" + ], + [ + "Melrose Labs Voice API", + "List allocated numbers" + ], + [ + "test apideno", + "article index" + ] + ], + "query_id": 58500 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "Cryptocurrency balance", + "api_name": "Get Polygon Balance From Specific Network", + "api_description": "This endpoint will return back the Polygon balance of an address in a specific network.", + "required_parameters": [ + { + "name": "network", + "type": "string", + "description": "network can take the value : \n- eth", + "default": "eth" + }, + { + "name": "address", + "type": "string", + "description": "", + "default": "0x5e3ef299fddf15eaa0432e6e66473ace8c13d908" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "Cryptocurrency balance", + "api_name": "Get Ether Balance", + "api_description": "This endpoint will return back the Ether balance of an address", + "required_parameters": [ + { + "name": "address", + "type": "string", + "description": "", + "default": "0x00000000219ab540356cbb839cbe05303d7705fa" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "Cryptocurrency balance", + "api_name": "Get DigiByte Balance", + "api_description": "This endpoint will return back the DigiByte balance of an address", + "required_parameters": [ + { + "name": "address", + "type": "string", + "description": "", + "default": "DCo1dbnnwWB4cucwSduXMdTV1tDErZHNfx" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "FmpCloud", + "api_name": "Income Statement", + "api_description": "Get Company Income Statement In JSON format", + "required_parameters": [ + { + "name": "stock", + "type": "string", + "description": "", + "default": "AAPL" + }, + { + "name": "apikey", + "type": "STRING", + "description": "get your apikey at https://fmpcloud.io/register", + "default": "demo" + } + ], + "optional_parameters": [ + { + "name": "period", + "type": "STRING", + "description": "annual / quarter", + "default": "quarter" + } + ], + "method": "GET", + "template_response": { + "Error Message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "FmpCloud", + "api_name": "Cash Flow Statement", + "api_description": "Get Cash Flow Statement in JSON Format", + "required_parameters": [ + { + "name": "stock", + "type": "string", + "description": "", + "default": "AAPL" + }, + { + "name": "apikey", + "type": "STRING", + "description": "get your apikey at https://fmpcloud.io/register", + "default": "demo" + } + ], + "optional_parameters": [ + { + "name": "period", + "type": "STRING", + "description": "period / annual", + "default": "quarter" + } + ], + "method": "GET", + "template_response": { + "Error Message": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "CalcX - Investment API", + "api_name": "GET - Calculate Investment", + "api_description": "This endpoint performs multiple investment calculations in a single request. It accepts a list of investment parameters, such as principal amount, rate of return, time period, and compounding frequency, and returns a list of investment results, including the simple interest, compound interest, investment returns, return on investment, capital gains tax, and annual percentage yield of each investment.", + "required_parameters": [ + { + "name": "rate", + "type": "NUMBER", + "description": "The interest rate of the investment", + "default": "6.5" + }, + { + "name": "principal", + "type": "NUMBER", + "description": "The amount of money invested", + "default": "50000.00" + }, + { + "name": "time", + "type": "NUMBER", + "description": "The length of the investment in months", + "default": "36" + } + ], + "optional_parameters": [ + { + "name": "compounding", + "type": "STRING", + "description": "The frequency of compounding interest. Valid options are **yearly**, **semi-annually**, **quarterly**, and **monthly**. Default is **yearly**", + "default": "yearly" + }, + { + "name": "format", + "type": "STRING", + "description": "Whether to format the result. Valid options are **yes** and **no**. Default is **yes**", + "default": "yes" + }, + { + "name": "to_currency", + "type": "STRING", + "description": "The currency to convert the result to. Default is USD\n\nCurrencies currently supported include:\nCurrency\tCode\tName\nNOK\tkr\tNorwegian Krone\nEUR\t\u20ac\tEuro\nHKD\t$\tHong Kong Dollar\nCZK\tK\u010d\tCzech Koruna\nTHB\t\u0e3f\tThai Baht\nCHF\tCHF\tSwiss Franc\nUSD\t$\tUS Dollar\nISK\tkr\tIcelandic Kr\u00f3na\nGBP\t\u00a3\tBritish Pound Sterling\nJPY\t\u00a5\tJapanese Yen\nBGN\t\u043b\u0432\tBulgarian Lev\nCNY\t\u00a5\tChinese Yuan\nIDR\tRp\tIndonesian Rupiah\nTRY\t\u20ba\tTurkish Lira\nNZD\t$\tNew Zealand Dollar\nSGD\t$\tSingapore Dollar\nDKK\tkr\tDanish Krone\nAUD\t$\tAustralian Dollar\nBRL\tR$\tBrazilian Real\nILS\t\u20aa\tIsraeli Shekel\nSEK\tkr\tSwedish Krona\nCAD\t$\tCanadian Dollar\nHUF\tFt\tHungarian Forint\nZAR\tR\tSouth African Rand\nMYR\tRM\tMalaysian Ringgit\nKRW\t\u20a9\tSouth Korean Won\nMXN\t$\tMexican Peso\nINR\t\u20b9\tIndian Rupee\nPHP\t\u20b1\tPhilippine Peso\nPLN\tz\u0142\tPolish Zloty\nRON\tlei\tRomanian Leu", + "default": "USD" + }, + { + "name": "in_currency", + "type": "STRING", + "description": "The currency of the investment. Default is USD\n\nCurrencies currently supported include:\nCurrency\tCode\tName\nNOK\tkr\tNorwegian Krone\nEUR\t\u20ac\tEuro\nHKD\t$\tHong Kong Dollar\nCZK\tK\u010d\tCzech Koruna\nTHB\t\u0e3f\tThai Baht\nCHF\tCHF\tSwiss Franc\nUSD\t$\tUS Dollar\nISK\tkr\tIcelandic Kr\u00f3na\nGBP\t\u00a3\tBritish Pound Sterling\nJPY\t\u00a5\tJapanese Yen\nBGN\t\u043b\u0432\tBulgarian Lev\nCNY\t\u00a5\tChinese Yuan\nIDR\tRp\tIndonesian Rupiah\nTRY\t\u20ba\tTurkish Lira\nNZD\t$\tNew Zealand Dollar\nSGD\t$\tSingapore Dollar\nDKK\tkr\tDanish Krone\nAUD\t$\tAustralian Dollar\nBRL\tR$\tBrazilian Real\nILS\t\u20aa\tIsraeli Shekel\nSEK\tkr\tSwedish Krona\nCAD\t$\tCanadian Dollar\nHUF\tFt\tHungarian Forint\nZAR\tR\tSouth African Rand\nMYR\tRM\tMalaysian Ringgit\nKRW\t\u20a9\tSouth Korean Won\nMXN\t$\tMexican Peso\nINR\t\u20b9\tIndian Rupee\nPHP\t\u20b1\tPhilippine Peso\nPLN\tz\u0142\tPolish Zloty\nRON\tlei\tRomanian Leu", + "default": "USD" + } + ], + "method": "GET", + "template_response": { + "apy": "str", + "cg_tax": "str", + "compound_interest": "str", + "compounding_freq": "str", + "investment_returns": "str", + "principal": "str", + "principal_in": "str", + "rate": "str", + "results_in": "str", + "roi": "str", + "simple_interest": "str", + "time_months": "str", + "time_years": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "Luhn algorithm", + "api_name": "Validate card number", + "api_description": "Validates given card number", + "required_parameters": [ + { + "name": "number", + "type": "string", + "description": "", + "default": "4024007197756652" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "card_number": "str", + "is_valid": "bool", + "issuer_category": "str", + "issuing_network": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "Luhn algorithm", + "api_name": "Service status", + "api_description": "Returns service status", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "service_status": "str" + } + }, + { + "category_name": "Financial", + "tool_name": "\ud83d\udcc5 Economic Events Calendar \ud83d\ude80", + "api_name": "Events", + "api_description": "Get all economic events \nFilter by countries symbols like: US, JP, GB and so on. You can add multiple separating by comma or remove to get all events.\nFilter by date: from & to using date in format 2023-05-09", + "required_parameters": [], + "optional_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "countries", + "type": "STRING", + "description": "", + "default": "US,GB" + } + ], + "method": "GET" + } + ], + "query": "I'm considering buying a new house and I need to calculate the investment returns for different scenarios. Can you calculate the return on investment for an investment with a principal amount of $100,000, an interest rate of 7%, and a compounding frequency of annually? Additionally, I would like to know the cash flow statement of Apple Inc. Can you provide me with this information?", + "relevant APIs": [ + [ + "CalcX - Investment API", + "GET - Calculate Investment" + ], + [ + "FmpCloud", + "Cash Flow Statement" + ] + ], + "query_id": 62877 + }, + { + "api_list": [ + { + "category_name": "Financial", + "tool_name": "Currency Converter_v2", + "api_name": "Supported Currencies", + "api_description": "get a list of currencies we support", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Financial", + "tool_name": "Currency Converter_v2", + "api_name": "Convert", + "api_description": "Convert from one currency toanother", + "required_parameters": [ + { + "name": "from", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "amount", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "to", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Financial", + "tool_name": "Open DeFi", + "api_name": "web_pair_trade_data", + "api_description": " ", + "required_parameters": [ + { + "name": "pair_id", + "type": "NUMBER", + "description": "\nPair id as received in `/pairs` or `/pair-details`\n\nAs the endpoint /pair-details is preferred, this endpoint only gives direct pair_id access for now.\n", + "default": 1 + }, + { + "name": "period", + "type": "STRING", + "description": "\nThe time perid for the stats.\n\nCurrently only latest stats are supported.\n", + "default": "hourly" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "price_open": "float", + "price_high": "float", + "price_low": "float", + "price_close": "float", + "volume": "float", + "buys": "int", + "sells": "int", + "liquidity_high": "float", + "liquidity_low": "float", + "liquidity_events": "int" + } + }, + { + "category_name": "Financial", + "tool_name": "Open DeFi", + "api_name": "web_candles", + "api_description": "\nFetch candle data for a single trading pair.\n\nYou need to resolve the symbolic trading pair name to `pair_id` primary key with `/pairs` or `/pair-details`\nto call this API endpoint.\n\nCandle response size is limited to 10,000 candles. Only the first 10,000 candles\nsince the start timestamp is returned.\n\n[Inspired by Bitfinex API](https://docs.bitfinex.com/reference#rest-public-candles).\n", + "required_parameters": [ + { + "name": "time_bucket", + "type": "STRING", + "description": "\nWhat time bucket to use for the candle size.\n", + "default": "1h" + }, + { + "name": "pair_id", + "type": "NUMBER", + "description": "\nPrimary key for the trading pair\n\nFor tests and demos use id `1` which is ETH/USDC pair on Uniswap v2,\nas it is the first deployed Uniswap v2 compatible pool.\n", + "default": 1 + } + ], + "optional_parameters": [ + { + "name": "start", + "type": "STRING", + "description": "\nWhen the candle fetch period starts.\n\nUse UNIX UTC timestamp, as ISO 8601 formatted string.\n[Read more information about the time format](https://docs.python.org/3/library/datetime.html#datetime.datetime.fromisoformat).\n\nIf not specific this will be resolved to now() - time_bucket * 100, or getting the last 100 candles.\n\nThis range parameter is inclusive.\n", + "default": "2020-05-18 00:00" + }, + { + "name": "end", + "type": "STRING", + "description": "\nWhen the candle fetch period ends.\n\nUse UNIX UTC timestamp, as ISO 8601 formatted string.\n\nIf not specific this will be resolved to now().\n\nThis range parameter is inclusive.\n", + "default": "2020-05-19 00:00" + } + ], + "method": "GET", + "template_response": { + "ts": "str", + "o": "float", + "h": "float", + "l": "float", + "c": "float", + "v": "float", + "xr": "float", + "b": "int", + "s": "int", + "tc": "int", + "bv": "float", + "sv": "float" + } + }, + { + "category_name": "Financial", + "tool_name": "Open DeFi", + "api_name": "web_exchanges", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "\nWhat kind of sort options is available for the output.\n\nThe default `usd_volume_30d` sorts the exchanges based on their monthly volume.\n", + "default": "usd_volume_30d" + }, + { + "name": "direction", + "type": "STRING", + "description": "Sort order:\n * `asc` - Ascending, from A to Z\n * `desc` - Descending, from Z to A\n", + "default": "desc" + }, + { + "name": "filter_zero_volume", + "type": "BOOLEAN", + "description": "When set, do not return exchanegs which have had no volume for last 30 days.\n\nThis will speed up the response a bit, as most exchanges are ghost exchanges.\n", + "default": false + }, + { + "name": "chain_slug", + "type": "STRING", + "description": "Blockchain slug, e.g, `ethereum` for Ethereum mainnet.\n\nIf present, list exchanges only for this chain.\n", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Financial", + "tool_name": "Crypto News API", + "api_name": "Get Last Cryptocurrency News", + "api_description": "This end point returns all the latest articles on cryptocurrency", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Financial", + "tool_name": "Consulta de boleto", + "api_name": "consulta", + "api_description": "Recebe como par\u00e2metro de busca, a linha digit\u00e1vel do boleto e devolve as informa\u00e7\u00f5es do mesmo.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Financial", + "tool_name": "Mutual fund Nav", + "api_name": "fundID", + "api_description": "current Nav", + "required_parameters": [ + { + "name": "ID", + "type": "STRING", + "description": "FundID", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to surprise my friends with a virtual treasure hunt game. Can you fetch the exchange rates for different currencies and create clues based on their fluctuations? Additionally, find me the latest news articles on cryptocurrency to incorporate it into the game.", + "relevant APIs": [ + [ + "Currency Converter_v2", + "Convert" + ], + [ + "Currency Converter_v2", + "Supported Currencies" + ], + [ + "Crypto News API", + "Get Last Cryptocurrency News" + ] + ], + "query_id": 62997 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Colorful", + "api_name": "Get a random color", + "api_description": "**quantity** _integer_ (optional) The number of colors to return. Max is 50. If no quantity is specified, returns only one color-object. Any quantities above 50 will default to 50.\n\nIf a quantity less than 1 is used, it will default to 0, and an empty array will be returned. If the quantity cannot be parsed to an integer, a 400 error will be returned.\n\nReturns an array of objects, or one object, containing information about random colors from the sRGB color space. The color-object contains the color codes in RGB, CMYK, HEX, HSL, and HSV (HSB). In addition the property \"safe\" specifies whether the color is [web-safe](https://en.wikipedia.org/wiki/Web_colors#Web-safe_colors) or not. If the color has a name that can be used in CSS, the name(s) will also be included. The nearest color(s) will also be included.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quantity", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": { + "rgb": { + "r": "int", + "g": "int", + "b": "int" + }, + "cmyk": { + "c": "int", + "m": "float", + "y": "float", + "k": "float" + }, + "hex": "str", + "hsl": { + "h": "float", + "s": "float", + "l": "float" + }, + "hsv": { + "h": "float", + "s": "float", + "v": "float" + }, + "safe": "bool", + "named": "empty list", + "nearest": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Media", + "tool_name": "Colorful", + "api_name": "Get random named color", + "api_description": "**quantity** _integer_ (optional) The number of colors to return. Max is 50. If no quantity is specified, returns only one color-object. Quantities above 50 will default to 50.\n\nIf a quantity less than 1 is used, it will default to 0, and an empty array will be returned. If the quantity cannot be parsed to an integer, a 400 error will be returned.\n\nReturns an array of objects, or one object, containing information about random colors from the list of named color keywords that can be used in CSS according to the W3 standard. The color-object contains the color codes in RGB, CMYK, HEX, HSL, and HSV (HSB). In addition the property \"safe\" specifies whether the color is [web-safe](https://en.wikipedia.org/wiki/Web_colors#Web-safe_colors) or not.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quantity", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "rgb": { + "r": "int", + "g": "int", + "b": "int" + }, + "cmyk": { + "c": "int", + "m": "float", + "y": "float", + "k": "float" + }, + "hex": "str", + "hsl": { + "h": "float", + "s": "float", + "l": "float" + }, + "hsv": { + "h": "float", + "s": "float", + "v": "float" + }, + "safe": "bool" + } + }, + { + "category_name": "Media", + "tool_name": "placekitten", + "api_name": "Kitten", + "api_description": "", + "required_parameters": [ + { + "name": "width", + "type": "STRING", + "description": "", + "default": "200" + }, + { + "name": "height", + "type": "STRING", + "description": "", + "default": "300" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "convm", + "api_name": "theofficialvkr", + "api_description": "put video url to download", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Online Video Downloader", + "api_name": "Fetch Task Status and Get Download Link", + "api_description": "/tasks/{id} pass the id you get when you call create download task api...\nonce you create the download task use this api to fetch the status of the download link generation.\nCheckout the **About** section for api docs.\nAll steps will be found in the **About** section of api.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "50910485-2687-400b-a974-c866f8881409" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "details": "NoneType", + "message": "str" + } + } + ], + "query": "I'm an artist and I'm looking for inspiration for my next painting. Can you suggest some random colors along with their RGB, CMYK, HEX, HSL, and HSV codes? Additionally, provide me with some pictures of kittens that have interesting color patterns.", + "relevant APIs": [ + [ + "Colorful", + "Get a random color" + ], + [ + "placekitten", + "Kitten" + ] + ], + "query_id": 63222 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "News In Bay", + "api_name": "Get All News", + "api_description": "Get all news titled with keyword (sources via San Francisco Chronicle / SFGATE / abc7News)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "News In Bay", + "api_name": "Get San Francisco Chronicle news", + "api_description": "Get all news titled with keyword (sources via San Francisco Chronicle )", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sfchronicle", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Media", + "tool_name": "Pikwy", + "api_name": "API Documentation", + "api_description": "Use our simple API to capture screenshots of websites.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "mesg": "str" + } + }, + { + "category_name": "Media", + "tool_name": "public-url-share", + "api_name": "Media sources statistics", + "api_description": "Search and find details or statistics on media sources", + "required_parameters": [], + "optional_parameters": [ + { + "name": "apiKey", + "type": "STRING", + "description": "", + "default": "b7ed776c-7f0f-4dd2-ba9d-9c6a6e1f44cb" + } + ], + "method": "GET", + "template_response": { + "status": "int", + "message": "str", + "timestamp": "int" + } + }, + { + "category_name": "Media", + "tool_name": "public-url-share", + "api_name": "Top 50 startups news from the last month", + "api_description": "Top 50 startups news from the last month", + "required_parameters": [], + "optional_parameters": [ + { + "name": "from", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2022-12-19" + }, + { + "name": "sourceGroup", + "type": "STRING", + "description": "", + "default": "top100" + }, + { + "name": "apiKey", + "type": "STRING", + "description": "", + "default": "b7ed776c-7f0f-4dd2-ba9d-9c6a6e1f44cb" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "en" + }, + { + "name": "topic", + "type": "STRING", + "description": "", + "default": "Startups" + } + ], + "method": "GET", + "template_response": { + "status": "int", + "message": "str", + "timestamp": "int" + } + }, + { + "category_name": "Media", + "tool_name": "YTS.am Torrent", + "api_name": "Movie Suggestions (JSON)", + "api_description": "Returns 4 related movies as suggestions for the user", + "required_parameters": [], + "optional_parameters": [ + { + "name": "movie_id", + "type": "NUMBER", + "description": "The ID of the movie", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "YTS.am Torrent", + "api_name": "Movie Comments (XML)", + "api_description": "Returns all the comments for the specified movie", + "required_parameters": [], + "optional_parameters": [ + { + "name": "movie_id", + "type": "NUMBER", + "description": "The ID of the movie", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "YTS.am Torrent", + "api_name": "User Details (JSON)", + "api_description": "Get the user details", + "required_parameters": [ + { + "name": "user_id", + "type": "NUMBER", + "description": "The ID of the user", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "with_recently_downloaded", + "type": "BOOLEAN", + "description": "If set it will add the most recent downloads by the specified user", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Colorful", + "api_name": "Get a random color", + "api_description": "**quantity** _integer_ (optional) The number of colors to return. Max is 50. If no quantity is specified, returns only one color-object. Any quantities above 50 will default to 50.\n\nIf a quantity less than 1 is used, it will default to 0, and an empty array will be returned. If the quantity cannot be parsed to an integer, a 400 error will be returned.\n\nReturns an array of objects, or one object, containing information about random colors from the sRGB color space. The color-object contains the color codes in RGB, CMYK, HEX, HSL, and HSV (HSB). In addition the property \"safe\" specifies whether the color is [web-safe](https://en.wikipedia.org/wiki/Web_colors#Web-safe_colors) or not. If the color has a name that can be used in CSS, the name(s) will also be included. The nearest color(s) will also be included.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quantity", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": { + "rgb": { + "r": "int", + "g": "int", + "b": "int" + }, + "cmyk": { + "c": "int", + "m": "float", + "y": "float", + "k": "float" + }, + "hex": "str", + "hsl": { + "h": "float", + "s": "float", + "l": "float" + }, + "hsv": { + "h": "float", + "s": "float", + "v": "float" + }, + "safe": "bool", + "named": "empty list", + "nearest": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Media", + "tool_name": "Colorful", + "api_name": "Get random named color", + "api_description": "**quantity** _integer_ (optional) The number of colors to return. Max is 50. If no quantity is specified, returns only one color-object. Quantities above 50 will default to 50.\n\nIf a quantity less than 1 is used, it will default to 0, and an empty array will be returned. If the quantity cannot be parsed to an integer, a 400 error will be returned.\n\nReturns an array of objects, or one object, containing information about random colors from the list of named color keywords that can be used in CSS according to the W3 standard. The color-object contains the color codes in RGB, CMYK, HEX, HSL, and HSV (HSB). In addition the property \"safe\" specifies whether the color is [web-safe](https://en.wikipedia.org/wiki/Web_colors#Web-safe_colors) or not.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quantity", + "type": "NUMBER", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "rgb": { + "r": "int", + "g": "int", + "b": "int" + }, + "cmyk": { + "c": "int", + "m": "float", + "y": "float", + "k": "float" + }, + "hex": "str", + "hsl": { + "h": "float", + "s": "float", + "l": "float" + }, + "hsv": { + "h": "float", + "s": "float", + "v": "float" + }, + "safe": "bool" + } + } + ], + "query": "I'm organizing a workshop for my colleagues and I need some inspiration for the theme and content. Can you provide me with some news articles about successful workshops and team-building activities? Also, suggest some colorful and motivational screenshots of workshop websites to set the right tone.", + "relevant APIs": [ + [ + "News In Bay", + "Get All News" + ], + [ + "Pikwy", + "API Documentation" + ], + [ + "Pikwy", + "API Documentation" + ], + [ + "Pikwy", + "API Documentation" + ], + [ + "Colorful", + "Get random named color" + ] + ], + "query_id": 63490 + }, + { + "api_list": [ + { + "category_name": "eCommerce", + "tool_name": "Pricer", + "api_name": "Search for a product", + "api_description": "search by product name", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "iphone" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Real-Time Product Search", + "api_name": "Product Offers", + "api_description": "Get all offers available for a product.", + "required_parameters": [ + { + "name": "product_id", + "type": "STRING", + "description": "Product id of the product for which to fetch offers.", + "default": "11577822456427762145" + } + ], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Country code of the region/country to return offers for.\nValid values: see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\nDefault: `us`.", + "default": "us" + }, + { + "name": "language", + "type": "STRING", + "description": "The language of the results.\nValid values: see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\nDefault: `en`.", + "default": "en" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Real-Time Product Search", + "api_name": "Product Reviews", + "api_description": "Get all product reviews. Infinite pagination/scrolling is supported using the *limit* and *offset* parameters.", + "required_parameters": [ + { + "name": "product_id", + "type": "STRING", + "description": "Product id of the product for which to fetch reviews.", + "default": "11577822456427762145" + } + ], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "Country code of the region/country.\nValid values: see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\nDefault: `us`.", + "default": "us" + }, + { + "name": "language", + "type": "STRING", + "description": "The language of the results.\nValid values: see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\nDefault: `en`.", + "default": "en" + }, + { + "name": "offset", + "type": "STRING", + "description": "Number of reviews to skip.\nValid values: integers from 0-30000\nDefault: `0`.", + "default": "" + }, + { + "name": "rating", + "type": "STRING", + "description": "Only return reviews with user rating greater than the specified value.\nValid values: 1-5.", + "default": "" + }, + { + "name": "limit", + "type": "STRING", + "description": "Maximum number of product reviews to return.\nValid values: integers from 0-100.\nDefault: `10`.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "request_id": "str", + "error": { + "message": "str", + "code": "int" + } + } + }, + { + "category_name": "eCommerce", + "tool_name": "Real-Time Product Search", + "api_name": "Search", + "api_description": "Search for product offers - both free-form queries and GTIN/EAN are supported. Each page contains up to 30 product offers. Infinite pagination/scrolling is supported using the *page* parameter.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Free-form search query or a GTIN/EAN (e.g. *0194252014233*).", + "default": "Nike shoes" + } + ], + "optional_parameters": [ + { + "name": "store_id", + "type": "STRING", + "description": "Only return product offers from a specific store. Store IDs can be obtained from the Google Shopping URL after using the **Seller** filter by taking the first part of the `merchagg` variable (until the first *|*) within the `tbs` parameter.\n\n**Example**\nafter filtering for eBay, the following URL is shown on the address bar: `https://www.google.com/search?gl=us&tbm=shop&q=shoes&tbs=mr:1,merchagg:g6296794|m6296724|m133929137`, in that case, the extracted eBay Store ID is **g6296794**.", + "default": "" + }, + { + "name": "sort_by", + "type": "ENUM", + "description": "Sort product offers by best match, top rated, lowest or highest price.\nPossible values: `BEST_MATCH`, `TOP_RATED`, `LOWEST_PRICE`, `HIGHEST_PRICE`.\nDefault: `BEST_MATCH`.", + "default": "" + }, + { + "name": "max_shipping_days", + "type": "NUMBER", + "description": "Only return product offers that offer shipping/delivery of up to specific number of days (i.e. shipping speed).", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Results page to return.\nDefault: `1`.", + "default": "" + }, + { + "name": "on_sale", + "type": "BOOLEAN", + "description": "Only return product offers that are currently on sale.\nDefault: `false`.", + "default": "" + }, + { + "name": "product_condition", + "type": "ENUM", + "description": "Only return products with a specific condition.\nPossible values: `NEW`, `USED`, `REFURBISHED`.", + "default": "" + }, + { + "name": "free_shipping", + "type": "BOOLEAN", + "description": "Only return product offers that offer free shipping/delivery.\nDefault: `false`.", + "default": "" + }, + { + "name": "language", + "type": "STRING", + "description": "The language of the results.\nValid values: see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\nDefault: `en`.", + "default": "en" + }, + { + "name": "country", + "type": "STRING", + "description": "Country code of the region/country to return offers for.\nValid values: see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\nDefault: `us`.", + "default": "us" + }, + { + "name": "free_returns", + "type": "BOOLEAN", + "description": "Only return product offers that offer free returns.\nDefault: `false`.", + "default": "" + }, + { + "name": "max_price", + "type": "NUMBER", + "description": "Only return product offers with price lower than a certain value.", + "default": "" + }, + { + "name": "min_price", + "type": "NUMBER", + "description": "Only return product offers with price greater than a certain value.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "eCommerce", + "tool_name": "Weee grocery API (sayweee.com) - browsing/searching/details", + "api_name": "product search (zipcode, keyword)", + "api_description": "provide list of products based on user's zipcode\nresponse also includes available filters/sort and categories", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "tofu" + }, + { + "name": "zipcode", + "type": "STRING", + "description": "", + "default": "77494" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "60" + }, + { + "name": "offset", + "type": "STRING", + "description": "", + "default": "0" + } + ], + "method": "GET" + }, + { + "category_name": "eCommerce", + "tool_name": "Weee grocery API (sayweee.com) - browsing/searching/details", + "api_name": "product details (zipcode, product_id)", + "api_description": "provide detailed product information based on the product id and user's zipcode\nproduct_id should come from the product search endpoint\nresponse also contains detailed price and availability information", + "required_parameters": [ + { + "name": "zipcode", + "type": "STRING", + "description": "", + "default": "77494" + }, + { + "name": "product_id", + "type": "STRING", + "description": "", + "default": "85180" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a surprise birthday party for my friend and I need to find some products for the party. Search for party decorations, balloons, and cake toppers in the Pricer API. Also, check the availability and prices of these products in my area using the Weee grocery API. Make sure to include the product descriptions and images in the response.", + "relevant APIs": [ + [ + "Pricer", + "Search for a product" + ], + [ + "Weee grocery API (sayweee.com) - browsing/searching/details", + "product search (zipcode, keyword)" + ], + [ + "Weee grocery API (sayweee.com) - browsing/searching/details", + "product details (zipcode, product_id)" + ] + ], + "query_id": 63875 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "Validect - Email Verification", + "api_name": "/v1/verify", + "api_description": "#### Verify email address\n*We do bill only valid or invalid verification statuses.*\nPass the email as a GET parameter. Response properties description:\n```json\n{\n\"status\": \"valid\", // verification status of the email\n\"reason\": \"accepted_email\", // the reason of the status\n\"email\": \"example@gmail.com\", // normalized email address\n\"user\": \"example\", // The part before at-sign\n\"domain\": \"gmail.com\", // The part after at-sign\n\"public\": true, // Is address belongs to a publicly accessible email provider\n\"disposable\": false, // Is address belongs to a disposable email service\n\"role\": false // Is address role based (e.g. abuse, admin, no-reply etc.)\n}\n```\nPossible verification statuses:\n- `valid` - email address has been accepted by the mail server (safe to send)\n- `invalid` - email address is invalid, various reasons possible, see below (do not send)\n- `accept_all` - mail server accepts any email address (not recommended to send)\n- `unknown` - unable to verify email address (not recommended to send)\n\nPossible status reasons:\n- `accepted_email` - email address has been accepted by the mail server\n- `rejected_email` - email address has been rejected by the mail server\n- `invalid_syntax` - syntax of the email address is invalid according to RFC\n- `invalid_domain` - domain name of the email address does not exist\n- `no_mx_record` - mx record for the domain does not exist\n- `invalid_mx_record` - mx record of the domain is invalid\n- `dns_error` - error occurred while performing dns resolving of the domain\n- `smtp_error` - error occurred while performing smtp validation", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "Email address to validate", + "default": "example@gmail.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "reason": "str", + "email": "str", + "user": "str", + "domain": "str", + "public": "bool", + "disposable": "bool", + "role": "bool" + } + }, + { + "category_name": "Email", + "tool_name": "Temp Mail", + "api_name": "Read Inbox", + "api_description": "Read inbox an email", + "required_parameters": [ + { + "name": "email", + "type": "string", + "description": "", + "default": "p1amvpvxfh@bestparadize.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "message": "str", + "request_id": "str" + } + } + ], + "query": "I'm planning a surprise party for my friend's birthday and I need to verify if their email address is valid. Can you please check if the email address 'example@gmail.com' is valid? Additionally, could you fetch the latest inbox messages for the email address 'p1amvpvxfh@bestparadize.com'?", + "relevant APIs": [ + [ + "Validect - Email Verification", + "/v1/verify" + ], + [ + "Temp Mail", + "Read Inbox" + ] + ], + "query_id": 65457 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "Validect - Email Verification", + "api_name": "/v1/verify", + "api_description": "#### Verify email address\n*We do bill only valid or invalid verification statuses.*\nPass the email as a GET parameter. Response properties description:\n```json\n{\n\"status\": \"valid\", // verification status of the email\n\"reason\": \"accepted_email\", // the reason of the status\n\"email\": \"example@gmail.com\", // normalized email address\n\"user\": \"example\", // The part before at-sign\n\"domain\": \"gmail.com\", // The part after at-sign\n\"public\": true, // Is address belongs to a publicly accessible email provider\n\"disposable\": false, // Is address belongs to a disposable email service\n\"role\": false // Is address role based (e.g. abuse, admin, no-reply etc.)\n}\n```\nPossible verification statuses:\n- `valid` - email address has been accepted by the mail server (safe to send)\n- `invalid` - email address is invalid, various reasons possible, see below (do not send)\n- `accept_all` - mail server accepts any email address (not recommended to send)\n- `unknown` - unable to verify email address (not recommended to send)\n\nPossible status reasons:\n- `accepted_email` - email address has been accepted by the mail server\n- `rejected_email` - email address has been rejected by the mail server\n- `invalid_syntax` - syntax of the email address is invalid according to RFC\n- `invalid_domain` - domain name of the email address does not exist\n- `no_mx_record` - mx record for the domain does not exist\n- `invalid_mx_record` - mx record of the domain is invalid\n- `dns_error` - error occurred while performing dns resolving of the domain\n- `smtp_error` - error occurred while performing smtp validation", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "Email address to validate", + "default": "example@gmail.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "reason": "str", + "email": "str", + "user": "str", + "domain": "str", + "public": "bool", + "disposable": "bool", + "role": "bool" + } + }, + { + "category_name": "Email", + "tool_name": "Temp Mail", + "api_name": "Read Inbox", + "api_description": "Read inbox an email", + "required_parameters": [ + { + "name": "email", + "type": "string", + "description": "", + "default": "p1amvpvxfh@bestparadize.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "message": "str", + "request_id": "str" + } + } + ], + "query": "I'm working on a project for my company and I need to ensure the email addresses of all the employees are valid. Could you please validate the email addresses of all the employees in the company database? Additionally, fetch the latest inbox messages for the email address 'p1amvpvxfh@bestparadize.com'.", + "relevant APIs": [ + [ + "Validect - Email Verification", + "/v1/verify" + ], + [ + "Temp Mail", + "Read Inbox" + ] + ], + "query_id": 65459 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "Email Address Validator", + "api_name": "Validate Email Address", + "api_description": "Determine firsthand if the email is deliverable and working", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "", + "default": "test@gmail.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "timestamp": "int", + "data": { + "valid": "bool", + "validators": { + "regex": { + "valid": "bool" + }, + "typo": { + "valid": "bool" + }, + "disposable": { + "valid": "bool" + }, + "mx": { + "valid": "bool" + }, + "smtp": { + "valid": "bool", + "reason": "str" + } + }, + "reason": "str", + "email": "str" + } + } + }, + { + "category_name": "Email", + "tool_name": "Email API", + "api_name": "Get Fake Email Address", + "api_description": "Get a fake business email address and job title", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "email": "str", + "job_title": "str" + } + }, + { + "category_name": "Email", + "tool_name": "Verify Email", + "api_name": "Verify Email", + "api_description": "Verify Email Address", + "required_parameters": [ + { + "name": "email", + "type": "string", + "description": "", + "default": "test@example.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "str" + } + } + ], + "query": "I want to verify the authenticity of an email address. The email is 'jane.doe@example.com'. Can you check if it is a valid and working email? Also, provide me with a fake business email address and job title.", + "relevant APIs": [ + [ + "Verify Email", + "Verify Email" + ], + [ + "Email API", + "Get Fake Email Address" + ] + ], + "query_id": 65468 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "Ishan", + "api_name": "GetaUserProfilebyId", + "api_description": " ", + "required_parameters": [ + { + "name": "UserId", + "type": "STRING", + "description": "", + "default": "UserId" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "str", + "message": "str", + "innerError": { + "date": "str", + "request-id": "str", + "client-request-id": "str" + } + } + } + }, + { + "category_name": "Email", + "tool_name": "Ishan", + "api_name": "Channelinfo", + "api_description": " ", + "required_parameters": [ + { + "name": "ChannelId", + "type": "STRING", + "description": "", + "default": "ChannelId" + }, + { + "name": "TeamId", + "type": "STRING", + "description": "", + "default": "TeamId" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": { + "code": "str", + "message": "str", + "innerError": { + "date": "str", + "request-id": "str", + "client-request-id": "str" + } + } + } + }, + { + "category_name": "Email", + "tool_name": "Ishan", + "api_name": "GetUsersRelatedPeople", + "api_description": " ", + "required_parameters": [ + { + "name": "users('UserName')", + "type": "STRING", + "description": "", + "default": "users('UserName')" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Email", + "tool_name": "Email Verifier/Validator", + "api_name": "Email", + "api_description": "## The status attribute will be:\n\nOK - Only if the smtp server explicitly confirms the availability of the mailbox address.\n\nINVALID - If the smtp server explicitly confirms the mailbox is not available.\n\nUNKNOWN - For every other scenario (The mailbox may or may not be available).", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "", + "default": "support@rapidapi.com" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Email", + "tool_name": "MARCOM Robot - Email Validation Bot", + "api_name": "Email", + "api_description": "Email Validation", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "Email Address to Validate", + "default": "hello@test.com" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I need to retrieve the user profile information for the user with the ID '123456'. Additionally, fetch the details of the channel with the ID '789' in the team 'ABC'. Also, find the related people for the user with the username 'johnsmith'. Finally, validate the email address 'example@email.com' using the Email Verifier/Validator API.", + "relevant APIs": [ + [ + "Ishan", + "GetaUserProfilebyId" + ], + [ + "Ishan", + "Channelinfo" + ], + [ + "Ishan", + "GetUsersRelatedPeople" + ], + [ + "Email Verifier/Validator", + "Email" + ] + ], + "query_id": 65521 + }, + { + "api_list": [ + { + "category_name": "Email", + "tool_name": "Mailcheap", + "api_name": "Get status", + "api_description": "Fetch API status", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str" + } + }, + { + "category_name": "Email", + "tool_name": "Disposable & Invalid Email Verifier", + "api_name": "Email verifier", + "api_description": "This endpoint verifies the validity of an email address. It checks the email address format, domain, and whether it is a disposable email address. It then extracts the MX records from the domain's DNS records and connects to the email server via SMTP. The function also simulates sending a message to the email server to confirm that the mailbox associated with the email address actually exists.", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "", + "default": "hello@gmail.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "reason": "str", + "status": "str" + } + }, + { + "category_name": "Email", + "tool_name": "Email Utilities", + "api_name": "/normalize", + "api_description": "get normalized form of an email", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "email id", + "default": "cognitive.camp@gmail.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Email", + "tool_name": "Email Utilities", + "api_name": "/verify", + "api_description": "get normalized form of an email", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "email id", + "default": "cognitive.camp@gmail.com" + } + ], + "optional_parameters": [ + { + "name": "checkSMTP", + "type": "BOOLEAN", + "description": "Is SMTP check required on port 25", + "default": "false" + }, + { + "name": "suggestDomain", + "type": "BOOLEAN", + "description": "Is Domain suggestion needed", + "default": "false" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Email", + "tool_name": "Disposable Email Validation", + "api_name": "Validate domain or email address", + "api_description": "Validate can either be a domain ( **spam4.me** ) or an email address ( **badactor@spam4.me** )", + "required_parameters": [ + { + "name": "validate", + "type": "STRING", + "description": "", + "default": "badactor@spam4.me" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "is_disposable_domain": "bool" + } + }, + { + "category_name": "Email", + "tool_name": "Easy Email Validation", + "api_name": "Validate Email", + "api_description": "Validate an email", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "", + "default": "example@gmail.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "email": "str", + "valid": "bool", + "domain": "str", + "disposable": "bool", + "mxRecord": "bool" + } + } + ], + "query": "I'm planning a family picnic and need to validate the email addresses of all the attendees. Please validate the emails 'john.doe@gmail.com', 'jane.smith@yahoo.com', and 'mike.williams@hotmail.com'. Also, provide the normalized forms of these email addresses. Additionally, check the status of the Mailcheap API to ensure smooth communication for the event.", + "relevant APIs": [ + [ + "Easy Email Validation", + "Validate Email" + ], + [ + "Email Utilities", + "/normalize" + ], + [ + "Mailcheap", + "Get status" + ] + ], + "query_id": 65607 + }, + { + "api_list": [ + { + "category_name": "Mapping", + "tool_name": "Magical Taske", + "api_name": "Fetch by type and region", + "api_description": "You can make a request finer by combining region and type. This endpoint will return the records requested. You have to provide a limit of the number of records you want.", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "Type of record you want. Refer to README above to see accepted types.", + "default": "Hill" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "region", + "type": "STRING", + "description": "", + "default": "Eastern" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isKenyaMagical": "bool", + "status": "str", + "total": "int", + "data": [ + { + "id": "str", + "name": "str", + "type": "str", + "region": "str", + "country": "str", + "rating": "int", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "Magical Taske", + "api_name": "Fetch details of multiple records", + "api_description": "This endpoint fetches details of more than 1 record. Make sure you pass a valid record ids. If you pass in an invalid id, you will get an `Internal Sever Error 500` for the whole request.\n\nYou can request details of a maximum of 10 records at a go in this endpoint. The `id`s should be separated using a comma with no spaces.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Record id", + "default": "b4180336-ef07-453d-b833-807161aedf36,7cf78e19-57d2-4bce-8999-63aad8f0e70c" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isKenyaMagical": "bool", + "status": "str", + "total": "int", + "data": [ + { + "record_id": "str", + "description": "str", + "fact": "str", + "activities": "str", + "rough_location": "str", + "coordinates": "str", + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "Magical Taske", + "api_name": "Fetch by region", + "api_description": "This endpoint fetches records by region as defined in the `ABOUT` section above. You have to provide region and a limit of the number of records returned.", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Type of record you want. Refer to README above to see accepted types.", + "default": "Central" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "5" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "isKenyaMagical": "bool", + "status": "str", + "total": "int", + "data": [ + { + "id": "str", + "name": "str", + "type": "str", + "region": "str", + "country": "str", + "rating": "int", + "_list_length": 5 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "uk.boundaries.io", + "api_name": "Query for Hexagon by H3Index", + "api_description": "Query for Hexagon by H3Index", + "required_parameters": [ + { + "name": "h3Index", + "type": "NUMBER", + "description": "", + "default": "635177333670728575" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "type": "str", + "features": [ + { + "type": "str", + "properties": { + "h3-index": "str", + "resolution": "int" + }, + "geometry": { + "type": "str", + "coordinates": [ + "list of list with length 1" + ] + }, + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "uk.boundaries.io", + "api_name": "Query for Postal Code Unit Boundary( H3 Geo Boundary )", + "api_description": "Query for Postal Unit Boundary (ex. ZE1 0AE) \n\nhttps://eng.uber.com/", + "required_parameters": [ + { + "name": "postal-unit", + "type": "STRING", + "description": "Query by postal units. for example 'ZE1 0AE\", or multiples.", + "default": "ZE1 0AE" + } + ], + "optional_parameters": [ + { + "name": "resolution", + "type": "NUMBER", + "description": "", + "default": "13" + } + ], + "method": "GET", + "template_response": { + "type": "str", + "features": [ + { + "type": "str", + "properties": { + "country": "str", + "postal-unit": "str", + "postal-area": "str", + "postal-sector": "str", + "postal-district": "str", + "district": "str", + "postal-unit-within-count": "int", + "ward": "str", + "h3-index": "str", + "h3-resolution": "int", + "postal-unit-within": "str" + }, + "geometry": { + "type": "str", + "coordinates": [ + "list of list with length 1" + ] + }, + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Mapping", + "tool_name": "uk.boundaries.io", + "api_name": "Query for Hexagon by Location and Resolution", + "api_description": "Query for Hexagon by Location and Resolution", + "required_parameters": [ + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-73.4532516514038" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "46.04643887621965" + }, + { + "name": "resolution", + "type": "NUMBER", + "description": "", + "default": "13" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "type": "str", + "features": [ + { + "type": "str", + "properties": { + "h3-index": "str", + "resolution": "int" + }, + "geometry": { + "type": "str", + "coordinates": [ + "list of list with length 1" + ] + }, + "_list_length": 1 + } + ] + } + } + ], + "query": "My best friend is getting married, and I want to plan a surprise bachelor party for him. Can you suggest some thrilling activities in the Central region? Fetch the details of these activities and provide me with their rough locations and coordinates. It would be great if you could also fetch the boundaries of these activities using their postal codes.", + "relevant APIs": [ + [ + "Magical Taske", + "Fetch by region" + ], + [ + "Magical Taske", + "Fetch details of multiple records" + ], + [ + "uk.boundaries.io", + "Query for Postal Code Unit Boundary( H3 Geo Boundary )" + ] + ], + "query_id": 65740 + }, + { + "api_list": [ + { + "category_name": "Finance", + "tool_name": "Real-Time Quotes", + "api_name": "Forex symbols", + "api_description": "Returns a list of all available foreign exchange currencies", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Finance", + "tool_name": "Real-Time Quotes", + "api_name": "Stock quotes", + "api_description": "Returns the real time price of one or multiple companies", + "required_parameters": [ + { + "name": "symbols", + "type": "STRING", + "description": "", + "default": "MSFT, PLTR, PG, TSLA" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "symbol": "str", + "price": "float", + "volume": "int" + } + }, + { + "category_name": "Finance", + "tool_name": "Real-Time Quotes", + "api_name": "Historical stock price", + "api_description": "Returns historical data of a specific time interval and stock symbol", + "required_parameters": [ + { + "name": "interval", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "symbol", + "type": "STRING", + "description": "", + "default": "MSFT" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "ISLAMICOIN", + "api_name": "/ISLAMIBLOCKCHAIN/ISLAMICOIN/main/cs.txt", + "api_description": "ISLAMICOIN Circulation Supply", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Finance", + "tool_name": "Exchange rates live", + "api_name": "Get individual bank", + "api_description": "Get rates from Central banks using prefixed. \nDenmark National Bank (dkk), \nNational Bank Of Poland (pln),\nEuropean Central Bank (eur),\nEuropean Central Bank - calculated for USD base(usd), \nSwedish Central Bank (sek)\nFeel free to contact me If you wish to add new currency rates/ banks.", + "required_parameters": [ + { + "name": "bankId", + "type": "string", + "description": "", + "default": "eur" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "rate": "str", + "currency": "str", + "fullName": "str", + "date": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Exchange rates live", + "api_name": "Get All Currency Rates", + "api_description": "This endpoint will return back all rates from banks.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "rate": "str", + "currency": "str", + "fullName": "str", + "date": "str", + "base": "str", + "bank": "str" + } + }, + { + "category_name": "Finance", + "tool_name": "Cryptocurrency Data", + "api_name": "metadata", + "api_description": "The list of all available assets", + "required_parameters": [], + "optional_parameters": [ + { + "name": "symbol", + "type": "STRING", + "description": "Define to check the coverage for specific symbol\nExample values: btc, eth", + "default": "" + }, + { + "name": "base", + "type": "STRING", + "description": "Define to check the coverage for specific base\nExample values: usd, usdt", + "default": "" + }, + { + "name": "market_venue", + "type": "STRING", + "description": "Define to check the coverage for specific data type\nExample values: binance, ftx", + "default": "" + }, + { + "name": "data_type", + "type": "STRING", + "description": "Define to check the coverage for specific exchange\nExample values: metrics, trades", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "Could you please fetch the stock quotes for Apple (AAPL), Tesla (TSLA), and Google (GOOGL)? I'm interested in their real-time prices and trading volumes. Also, I would like to know the current circulation supply of ISLAMICOIN.", + "relevant APIs": [ + [ + "Real-Time Quotes", + "Stock quotes" + ], + [ + "ISLAMICOIN", + "/ISLAMIBLOCKCHAIN/ISLAMICOIN/main/cs.txt" + ] + ], + "query_id": 67514 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "fastingcenters", + "api_name": "Get ID", + "api_description": "Get ID", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "fastingcenters", + "api_name": "Get all fastingCenters", + "api_description": "Get all", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "Name": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Exercises by API-Ninjas", + "api_name": "/v1/exercises", + "api_description": "API Ninjas Exercises API endpoint. Returns up to 10 exercises that satisfy the given parameters.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination. Default is 0.", + "default": "" + }, + { + "name": "muscle", + "type": "STRING", + "description": "muscle group targeted by the exercise. Possible values are:\n\nabdominals\nabductors\nadductors\nbiceps\ncalves\nchest\nforearms\nglutes\nhamstrings\nlats\nlower_back\nmiddle_back\nneck\nquadriceps\ntraps\ntriceps", + "default": "biceps" + }, + { + "name": "type", + "type": "STRING", + "description": "exercise type. Possible values are:\n\ncardio\nolympic_weightlifting\nplyometrics\npowerlifting\nstrength\nstretching\nstrongman", + "default": "" + }, + { + "name": "difficulty", + "type": "STRING", + "description": "difficulty level of the exercise. Possible values are:\n\nbeginner\nintermediate\nexpert", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "name of exercise. This value can be partial (e.g. press will match Dumbbell Bench Press)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "type": "str", + "muscle": "str", + "equipment": "str", + "difficulty": "str", + "instructions": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Health Calculator API", + "api_name": "BodyFat - Imperial", + "api_description": "This endpoint calculates the body fat percentage based on the provided gender, age, height, and weight parameters in imperial units.", + "required_parameters": [ + { + "name": "age", + "type": "NUMBER", + "description": "The age of the person in **years**. Required.", + "default": "26" + }, + { + "name": "weight", + "type": "NUMBER", + "description": "The weight of the person in **pounds**. Required.", + "default": "180" + }, + { + "name": "gender", + "type": "STRING", + "description": "The gender of the person. Must be either '**male**' or '**female**'. Required.", + "default": "male" + }, + { + "name": "height", + "type": "NUMBER", + "description": "The height of the person in **inches**. Required.", + "default": "77" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "age": "float", + "bmi": "str", + "bodyfat": "str", + "bodyfat_status": "str", + "gender": "str", + "height": "str", + "weight": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Health Calculator API", + "api_name": "Daily Water Intake", + "api_description": "The Daily Water Intake Recommendation endpoint calculates the daily recommended water intake based on factors such as weight, activity level, and climate. It provides flexibility by allowing you to specify the unit of measurement for the water intake, either in liters or ounces.", + "required_parameters": [ + { + "name": "climate", + "type": "STRING", + "description": "The climate in which the individual is located.\n\nThe climate parameter accepts the following values:\n**normal** - Average climate\n**hot** - Hot climate\n**cold** - Cold climate", + "default": "normal" + }, + { + "name": "activity_level", + "type": "STRING", + "description": "The activity level of the individual. \n\nThe activity_level parameter accepts the following values:\n**sedentary** - Little to no exercise\n**lightly_active** - Light exercise/sports 1-3 days/week\n**moderately_active** - Moderate exercise/sports 3-5 days/week\n**very_active** - Hard exercise/sports 6-7 days/week\n**extra_active** - Very hard exercise/sports and physical job or 2x training", + "default": "sedentary" + }, + { + "name": "weight", + "type": "NUMBER", + "description": "The weight of the individual in **kilograms (kg)**.", + "default": "60" + } + ], + "optional_parameters": [ + { + "name": "unit", + "type": "STRING", + "description": "The unit of measurement for the water intake. \n(Default) **ounces**\n Specify **liters** to get the result in liters instead.", + "default": "liters" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Health Calculator API", + "api_name": "Macronutrient Distribution", + "api_description": "This endpoint calculates the optimal distribution of macronutrients (carbohydrates, proteins, and fats) based on factors such as activity level, body composition goals, and dietary preferences.", + "required_parameters": [ + { + "name": "activity_level", + "type": "STRING", + "description": "The activity_level parameter accepts the following values:\n\n**sedentary** - Little to no exercise.\n**moderately_active** - Moderate exercise/sports 3-5 days/week.\n**very_active** - Hard exercise/sports 6-7 days/week.", + "default": "sedentary" + }, + { + "name": "body_composition_goal", + "type": "STRING", + "description": "The body_composition_goal parameter accepts the following values:\n\n**weight_loss** - Goal of losing weight.\n**maintenance** - Goal of maintaining current weight.\n**muscle_gain** - Goal of gaining muscle.\n", + "default": "maintenance" + }, + { + "name": "dietary_preferences", + "type": "STRING", + "description": "The dietary_preferences parameter allows users to specify their dietary preferences. It can be any string value representing the individual's dietary choices or restrictions, such as \\\"**vegetarian**,\\\" \\\"**vegan**,\\\" \\\"**pescatarian**,\\\" or \\\"**gluten-free**.\\\"", + "default": "vegan" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "BMI Calculator_v2", + "api_name": "BMI", + "api_description": "Calculate BMI using weight and height.", + "required_parameters": [ + { + "name": "weight", + "type": "NUMBER", + "description": "", + "default": "86" + }, + { + "name": "height", + "type": "NUMBER", + "description": "", + "default": "184" + } + ], + "optional_parameters": [ + { + "name": "system", + "type": "STRING", + "description": "", + "default": "metric" + } + ], + "method": "GET" + } + ], + "query": "I want to improve my flexibility and I'm interested in trying some stretching exercises. Can you recommend up to 10 stretching exercises that target the hamstrings? Also, calculate the optimal distribution of macronutrients for me based on my activity level, body composition goals, and dietary preferences.", + "relevant APIs": [ + [ + "Exercises by API-Ninjas", + "/v1/exercises" + ], + [ + "Health Calculator API", + "Macronutrient Distribution" + ] + ], + "query_id": 67887 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "fastingcenters", + "api_name": "Get ID", + "api_description": "Get ID", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "fastingcenters", + "api_name": "Get all fastingCenters", + "api_description": "Get all", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "Name": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Exercises by API-Ninjas", + "api_name": "/v1/exercises", + "api_description": "API Ninjas Exercises API endpoint. Returns up to 10 exercises that satisfy the given parameters.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination. Default is 0.", + "default": "" + }, + { + "name": "muscle", + "type": "STRING", + "description": "muscle group targeted by the exercise. Possible values are:\n\nabdominals\nabductors\nadductors\nbiceps\ncalves\nchest\nforearms\nglutes\nhamstrings\nlats\nlower_back\nmiddle_back\nneck\nquadriceps\ntraps\ntriceps", + "default": "biceps" + }, + { + "name": "type", + "type": "STRING", + "description": "exercise type. Possible values are:\n\ncardio\nolympic_weightlifting\nplyometrics\npowerlifting\nstrength\nstretching\nstrongman", + "default": "" + }, + { + "name": "difficulty", + "type": "STRING", + "description": "difficulty level of the exercise. Possible values are:\n\nbeginner\nintermediate\nexpert", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "name of exercise. This value can be partial (e.g. press will match Dumbbell Bench Press)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "type": "str", + "muscle": "str", + "equipment": "str", + "difficulty": "str", + "instructions": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Health Calculator API", + "api_name": "BodyFat - Imperial", + "api_description": "This endpoint calculates the body fat percentage based on the provided gender, age, height, and weight parameters in imperial units.", + "required_parameters": [ + { + "name": "age", + "type": "NUMBER", + "description": "The age of the person in **years**. Required.", + "default": "26" + }, + { + "name": "weight", + "type": "NUMBER", + "description": "The weight of the person in **pounds**. Required.", + "default": "180" + }, + { + "name": "gender", + "type": "STRING", + "description": "The gender of the person. Must be either '**male**' or '**female**'. Required.", + "default": "male" + }, + { + "name": "height", + "type": "NUMBER", + "description": "The height of the person in **inches**. Required.", + "default": "77" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "age": "float", + "bmi": "str", + "bodyfat": "str", + "bodyfat_status": "str", + "gender": "str", + "height": "str", + "weight": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Health Calculator API", + "api_name": "Daily Water Intake", + "api_description": "The Daily Water Intake Recommendation endpoint calculates the daily recommended water intake based on factors such as weight, activity level, and climate. It provides flexibility by allowing you to specify the unit of measurement for the water intake, either in liters or ounces.", + "required_parameters": [ + { + "name": "climate", + "type": "STRING", + "description": "The climate in which the individual is located.\n\nThe climate parameter accepts the following values:\n**normal** - Average climate\n**hot** - Hot climate\n**cold** - Cold climate", + "default": "normal" + }, + { + "name": "activity_level", + "type": "STRING", + "description": "The activity level of the individual. \n\nThe activity_level parameter accepts the following values:\n**sedentary** - Little to no exercise\n**lightly_active** - Light exercise/sports 1-3 days/week\n**moderately_active** - Moderate exercise/sports 3-5 days/week\n**very_active** - Hard exercise/sports 6-7 days/week\n**extra_active** - Very hard exercise/sports and physical job or 2x training", + "default": "sedentary" + }, + { + "name": "weight", + "type": "NUMBER", + "description": "The weight of the individual in **kilograms (kg)**.", + "default": "60" + } + ], + "optional_parameters": [ + { + "name": "unit", + "type": "STRING", + "description": "The unit of measurement for the water intake. \n(Default) **ounces**\n Specify **liters** to get the result in liters instead.", + "default": "liters" + } + ], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Health Calculator API", + "api_name": "Macronutrient Distribution", + "api_description": "This endpoint calculates the optimal distribution of macronutrients (carbohydrates, proteins, and fats) based on factors such as activity level, body composition goals, and dietary preferences.", + "required_parameters": [ + { + "name": "activity_level", + "type": "STRING", + "description": "The activity_level parameter accepts the following values:\n\n**sedentary** - Little to no exercise.\n**moderately_active** - Moderate exercise/sports 3-5 days/week.\n**very_active** - Hard exercise/sports 6-7 days/week.", + "default": "sedentary" + }, + { + "name": "body_composition_goal", + "type": "STRING", + "description": "The body_composition_goal parameter accepts the following values:\n\n**weight_loss** - Goal of losing weight.\n**maintenance** - Goal of maintaining current weight.\n**muscle_gain** - Goal of gaining muscle.\n", + "default": "maintenance" + }, + { + "name": "dietary_preferences", + "type": "STRING", + "description": "The dietary_preferences parameter allows users to specify their dietary preferences. It can be any string value representing the individual's dietary choices or restrictions, such as \\\"**vegetarian**,\\\" \\\"**vegan**,\\\" \\\"**pescatarian**,\\\" or \\\"**gluten-free**.\\\"", + "default": "vegan" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "BMI Calculator_v2", + "api_name": "BMI", + "api_description": "Calculate BMI using weight and height.", + "required_parameters": [ + { + "name": "weight", + "type": "NUMBER", + "description": "", + "default": "86" + }, + { + "name": "height", + "type": "NUMBER", + "description": "", + "default": "184" + } + ], + "optional_parameters": [ + { + "name": "system", + "type": "STRING", + "description": "", + "default": "metric" + } + ], + "method": "GET" + } + ], + "query": "I'm interested in starting a new diet and I need some food recommendations. Can you suggest some fasting centers in the area that offer meal options? Additionally, calculate the optimal distribution of macronutrients for me based on my activity level, body composition goals, and dietary preferences.", + "relevant APIs": [ + [ + "fastingcenters", + "Get all fastingCenters" + ], + [ + "Health Calculator API", + "Macronutrient Distribution" + ] + ], + "query_id": 67889 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "Exercises by API-Ninjas", + "api_name": "/v1/exercises", + "api_description": "API Ninjas Exercises API endpoint. Returns up to 10 exercises that satisfy the given parameters.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination. Default is 0.", + "default": "" + }, + { + "name": "muscle", + "type": "STRING", + "description": "muscle group targeted by the exercise. Possible values are:\n\nabdominals\nabductors\nadductors\nbiceps\ncalves\nchest\nforearms\nglutes\nhamstrings\nlats\nlower_back\nmiddle_back\nneck\nquadriceps\ntraps\ntriceps", + "default": "biceps" + }, + { + "name": "type", + "type": "STRING", + "description": "exercise type. Possible values are:\n\ncardio\nolympic_weightlifting\nplyometrics\npowerlifting\nstrength\nstretching\nstrongman", + "default": "" + }, + { + "name": "difficulty", + "type": "STRING", + "description": "difficulty level of the exercise. Possible values are:\n\nbeginner\nintermediate\nexpert", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "name of exercise. This value can be partial (e.g. press will match Dumbbell Bench Press)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "type": "str", + "muscle": "str", + "equipment": "str", + "difficulty": "str", + "instructions": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Suggestic", + "api_name": "Create User", + "api_description": "Each Suggestic partner/client has the ability to create their own set of users.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Suggestic", + "api_name": "Remove a Meal Plan", + "api_description": "Use the **removeMealPlan** mutation to remove the current and following days in the profile's meal plan. Therefore, it is not possible to delete meal plans which dates have already passed.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "auth", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "errors": [ + { + "message": "str", + "extensions": { + "code": "str" + }, + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Calories Burned by API-Ninjas", + "api_name": "/v1/caloriesburned", + "api_description": "API Ninjas Calories Burned API endpoint.", + "required_parameters": [ + { + "name": "activity", + "type": "STRING", + "description": "name of the given activity. This value can be partial (e.g. ski will match water skiing and downhill skiing)", + "default": "skiing" + } + ], + "optional_parameters": [ + { + "name": "weight", + "type": "NUMBER", + "description": "weight of the user performing the activity in pounds. Must be between 50 and 500. Default value is 160.", + "default": "" + }, + { + "name": "duration", + "type": "STRING", + "description": "how long the activity was performed in minutes. Must be 1 or greater. Default value is 60 (1 hour).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "calories_per_hour": "int", + "duration_minutes": "int", + "total_calories": "int" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "fastingcenters", + "api_name": "Get all fastingCenters", + "api_description": "Get all", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "Name": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "fastingcenters", + "api_name": "Get ID", + "api_description": "Get ID", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "My company is organizing a wellness program and we want to create individual user profiles. Please assist us in setting up user accounts using the Suggestic API. Also, we would like to explore exercises that target the biceps and provide instructions on how to perform them.", + "relevant APIs": [ + [ + "Suggestic", + "Create User" + ], + [ + "Exercises by API-Ninjas", + "/v1/exercises" + ] + ], + "query_id": 67969 + }, + { + "api_list": [ + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "planetaryoverview", + "api_description": "get the Planetary Overview of the day", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "planet": "str", + "sign": "str", + "description": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Horostory", + "api_name": "hoscoscope", + "api_description": "retrieve the horoscope for a specific sign and date", + "required_parameters": [ + { + "name": "date", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "sign", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "US Hospitals", + "api_name": "getHospitalsByName", + "api_description": "###Find US Hospitals by name.\nSimply add your search string to the \"name\" parameter in the url.\nTip: The API also works if your search for *name='pr'* instead of *name='presbyterian'.* \n\n**Note**: The API only returns the first 30 results.", + "required_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "", + "default": "presbyterian" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "US Hospitals", + "api_name": "getHospitalsById", + "api_description": "###Find US Hospitals by CMS Certification Number\nSimply add your search string as a parameter to the \"ccn\" query.\n\n**Note**: The API only returns the first 30 results.", + "required_parameters": [ + { + "name": "ccn", + "type": "NUMBER", + "description": "", + "default": "670068" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Provider CCN": "int", + "Hospital Name": "str", + "Alias": "str", + "Url": "str", + "Phone": "str", + "Service": "str", + "Type": "str", + "Approval Codes": "str", + "Street Address": "str", + "City": "str", + "State Code": "str", + "Zip Code": "str", + "County": "str", + "Medicare CBSA Number": "int", + "Rural Versus Urban": "str", + "Control": "str", + "Number of Beds": "int", + "Parent Unit": "NoneType", + "Affiliated Units": "NoneType", + "System": "NoneType" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Exercises by API-Ninjas", + "api_name": "/v1/exercises", + "api_description": "API Ninjas Exercises API endpoint. Returns up to 10 exercises that satisfy the given parameters.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination. Default is 0.", + "default": "" + }, + { + "name": "muscle", + "type": "STRING", + "description": "muscle group targeted by the exercise. Possible values are:\n\nabdominals\nabductors\nadductors\nbiceps\ncalves\nchest\nforearms\nglutes\nhamstrings\nlats\nlower_back\nmiddle_back\nneck\nquadriceps\ntraps\ntriceps", + "default": "biceps" + }, + { + "name": "type", + "type": "STRING", + "description": "exercise type. Possible values are:\n\ncardio\nolympic_weightlifting\nplyometrics\npowerlifting\nstrength\nstretching\nstrongman", + "default": "" + }, + { + "name": "difficulty", + "type": "STRING", + "description": "difficulty level of the exercise. Possible values are:\n\nbeginner\nintermediate\nexpert", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "name of exercise. This value can be partial (e.g. press will match Dumbbell Bench Press)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "type": "str", + "muscle": "str", + "equipment": "str", + "difficulty": "str", + "instructions": "str" + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "AirVisual", + "api_name": "cities/v2/get-information", + "api_description": "Get information in specific city by its id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The value of id field (type is city) that returned in \u2026/v2/auto-complete endpoint", + "default": "hW7vArorRd8cT9h6v" + } + ], + "optional_parameters": [ + { + "name": "x-units-temperature", + "type": "STRING", + "description": "One of the following : fahrenheit|celsius", + "default": "celsius" + }, + { + "name": "x-aqi-index", + "type": "STRING", + "description": "One of the following : us|cn", + "default": "us" + }, + { + "name": "x-user-timezone", + "type": "STRING", + "description": "", + "default": "Asia/Singapore" + }, + { + "name": "x-user-lang", + "type": "STRING", + "description": "", + "default": "en-US" + }, + { + "name": "x-units-pressure", + "type": "STRING", + "description": "One of the following : hg|mbar", + "default": "mbar" + }, + { + "name": "x-units-distance", + "type": "STRING", + "description": "One of the following : miles|kilometer", + "default": "kilometer" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"data\": {\"id\": \"str\", \"city\": \"str\", \"state\": \"str\", \"country\": \"str\", \"location\": {\"lat\": \"float\", \"lon\": \"float\"}, \"timezone\": \"str\", \"websiteLink\": \"str\", \"report\": {\"link\": \"str\", \"actionText\": \"str\", \"message\": \"str\"}, \"type\": \"str\", \"name\": \"str\", \"followers\": {\"total\": \"str\", \"pictures\": [\"list of str with length 3\"], \"label\": \"str\"}, \"contributors\": {\"pictures\": [\"list of str with length 2\"], \"redirection\": {\"actionType\": \"str\", \"appCategory\": \"str\", \"item\": \"str\"}, \"label\": \"str\"}, \"sources\": [{\"id\": \"str\", \"name\": \"str\", \"totalStations\": \"int\", \"type\": \"str\", \"picture\": \"str\", \"url\": \"str\", \"_list_length\": 4}], \"currentMeasurement\": {\"ts\": \"str\", \"aqius\": \"int\", \"mainus\": \"str\", \"aqicn\": \"int\", \"maincn\": \"str\", \"pollutants\": [{\"conc\": \"float\", \"aqius\": \"int\", \"aqicn\": \"int\", \"pollutant\": \"str\", \"isEstimated\": \"int\", \"_list_length\": 1}]}, \"sensorDefinitions\": [{\"pollutant\": \"str\", \"unit\": \"str\", \"name\": \"str\", \"_list_length\": 16}], \"currentWeather\": {\"ts\": \"s" + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "AirVisual", + "api_name": "stations/get-measurements (Deprecated)", + "api_description": "Get measurements at specific station by its id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "The value of id field (type is station) that received from .../auto-complete API", + "default": "Jmy9oL75KSZnsqi6L" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "en_US" + }, + { + "name": "aqiIndex", + "type": "STRING", + "description": "AQI index (us | cn)", + "default": "us" + }, + { + "name": "timezone", + "type": "STRING", + "description": "", + "default": "Asia/Singapore" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "id": "str", + "measurements": [ + { + "ts": "str", + "aqius": "int", + "mainus": "str", + "aqicn": "int", + "maincn": "str", + "p1": { + "conc": "int", + "aqius": "int", + "aqicn": "int" + }, + "s2": { + "conc": "int", + "aqius": "int", + "aqicn": "int" + }, + "p2": { + "conc": "int", + "aqius": "int", + "aqicn": "int", + "hour_late": "int", + "ts": "str" + }, + "_list_length": 48 + } + ], + "measurements_daily": [ + { + "ts": "str", + "p2": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "p1": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "o3": { + "conc": "int", + "aqius": "int", + "aqicn": "int" + }, + "s2": { + "conc": "float", + "aqius": "int", + "aqicn": "int" + }, + "co": { + "conc": "int", + "aqius": "int", + "aqicn": "int" + }, + "aqius": "int", + "mainus": "str", + "aqicn": "int", + "maincn": "str", + "_list_length": 31 + } + ] + } + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "AirVisual", + "api_name": "auto-complete (Deprecated)", + "api_description": "Find countries, cities, places by name", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Name of countries, cities, districts, places, etc...", + "default": "singapore" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "stations": [ + { + "id": "str", + "name": "str", + "city": "str", + "state": "str", + "country": "str", + "i18n": {}, + "location": { + "type": "str", + "coordinates": [ + "list of float with length 2" + ] + }, + "type": "str", + "current_measurement": { + "aqius": "int", + "aqicn": "int", + "ts": "str" + }, + "_list_length": 10 + } + ], + "cities": [ + { + "id": "str", + "city": "str", + "state": "str", + "country": "str", + "i18n": {}, + "estimated": "int", + "location": { + "type": "str", + "coordinates": [ + "list of float with length 2" + ] + }, + "type": "str", + "current_measurement": { + "aqius": "int", + "aqicn": "int", + "ts": "str" + }, + "_list_length": 1 + } + ], + "news": [ + { + "author": "str", + "date": "str", + "status": "str", + "thumbnail": "str", + "title": "str", + "type": "str", + "url": "str", + "_list_length": 7 + } + ], + "contributors": [ + { + "id": "str", + "name": "str", + "type": "str", + "subType": "str", + "picture": "str", + "visibility": "bool", + "isVerified": "bool", + "_list_length": 1 + } + ] + } + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Ind Nutrient API", + "api_name": "View Food Items by Core", + "api_description": "This request allows clients to retrieve detailed information about a food item by filtering by query param `core`.\n\nClients can include multiple cores in a single request. For example, by sending a request to https://indnutrientsapi.tech/food?core=chicken,dal,paneer, the API will return food items associated with the specified cores: chicken, dal, and paneer.\n\nAPI request sent to [https://indnutrientsapi.tech/food?core=chicken](https://indnutrientsapi.tech/food?core=chicken)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "count": "int", + "item": [ + { + "_id": "str", + "food_name": "str", + "quantity": "str", + "calories": "int", + "uri": "str", + "type": "str", + "type_uri": "str", + "core": "str", + "core_uri": "str", + "food_nutrition": [ + { + "nutrient_name": "str", + "value": "int", + "unit": "str", + "_list_length": 3 + } + ], + "request": [ + { + "type": "str", + "message": "str", + "url": "str", + "_list_length": 1 + } + ], + "_list_length": 53 + } + ] + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Ind Nutrient API", + "api_name": "View Food Item By Name", + "api_description": "This request allows clients to retrieve detailed information about a food item by specifying by its `name`.\n\nWhen making the request, ensure the food item's name is written with hyphens (\"-\") separating the words. For instance, \"Paneer Butter Masala\" should be written as \"paneer-butter-masala\" in the request.\n\nAPI request sent to [https://indnutrientsapi.tech/food/name/paneer-butter-masala](https://indnutrientsapi.tech/food/name/paneer-butter-masala)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "count": "int", + "item": [ + { + "_id": "str", + "food_name": "str", + "quantity": "str", + "calories": "int", + "uri": "str", + "type": "str", + "type_uri": "str", + "core": "str", + "core_uri": "str", + "food_nutrition": [ + { + "nutrient_name": "str", + "value": "float", + "unit": "str", + "_list_length": 3 + } + ], + "request": [ + { + "type": "str", + "message": "str", + "url": "str", + "_list_length": 1 + } + ], + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Health_and_Fitness", + "tool_name": "Ind Nutrient API", + "api_name": "View All Types With Their Food Items", + "api_description": "This request allows clients to retrieve a list of all available types along with the food items associated with each type.\n\nAPI request sent to [https://indnutrientsapi.tech/food/type](https://indnutrientsapi.tech/food/type)", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "types": [ + { + "type": "str", + "related_food_length": "int", + "related_food": [ + { + "_id": "str", + "food_name": "str", + "quantity": "str", + "calories": "int", + "uri": "str", + "type": "str", + "type_uri": "str", + "food_nutrition": [ + { + "nutrient_name": "str", + "value": "float", + "unit": "str", + "_list_length": 3 + } + ], + "_list_length": 266 + } + ], + "_list_length": 2 + } + ] + } + } + ], + "query": "I'm planning a family reunion and we want to have it at a hospital. Can you help me find hospitals in our city that have a large number of beds? Additionally, we would like to know the current air quality in the area.", + "relevant APIs": [ + [ + "US Hospitals", + "getHospitalsByName" + ], + [ + "AirVisual", + "cities/v2/get-information" + ] + ], + "query_id": 68092 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Flight Integration", + "api_name": "Flight", + "api_description": "FlightsLogic provides Flight API, Airline Consolidator, Flight Aggregator to the travel agents, tour operators and travel companies worldwide.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Integration", + "api_name": "Flight Integration", + "api_description": "FlightsLogic provides Flight API, Airline Consolidator, Flight Aggregator to the travel agents, tour operators and travel companies worldwide.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "VOO", + "api_name": "End1", + "api_description": "Para ver voos baratos", + "required_parameters": [ + { + "name": "voo", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Turkey Public Holidays", + "api_name": "IsUpdate", + "api_description": "Not Necessary", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "success": "bool", + "status": "str", + "pagecreatedate": "str", + "resmitatiller": [ + { + "gun": "str", + "en": "str", + "haftagunu": "str", + "tarih": "str", + "uzuntarih": "str", + "_list_length": 35 + } + ] + } + }, + { + "category_name": "Travel", + "tool_name": "Airbnb Search", + "api_name": "Property Details", + "api_description": "Property details", + "required_parameters": [ + { + "name": "currency", + "type": "STRING", + "description": "id item from the Get Currency API", + "default": "USD" + }, + { + "name": "locale", + "type": "STRING", + "description": "id item from the Get Languages API", + "default": "en-US" + }, + { + "name": "id", + "type": "STRING", + "description": "id from search API: data -> homes[index] -> listing -> id", + "default": "792450878965585726" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb Search", + "api_name": "Get Languages", + "api_description": "Get languages", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb Search", + "api_name": "Search Property By GEO", + "api_description": "Search Property By GEO", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "id item from the Get Languages API", + "default": "en-US" + }, + { + "name": "swLat", + "type": "NUMBER", + "description": "", + "default": "10.042208853896334" + }, + { + "name": "neLng", + "type": "NUMBER", + "description": "", + "default": "107.84683028952747" + }, + { + "name": "neLat", + "type": "NUMBER", + "description": "", + "default": "10.662922606487399" + }, + { + "name": "swLng", + "type": "NUMBER", + "description": "", + "default": "107.16653625266224" + }, + { + "name": "currency", + "type": "STRING", + "description": "id item from the Get Currency API", + "default": "USD" + } + ], + "optional_parameters": [ + { + "name": "has_step_free_shower", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_step_free_guest_entrance", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "children", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "has_crib", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_self_check_in", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_carbon_monoxide_alarm", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_accessible_parking_spot", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_instant_book", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_step_free_bathroom_access", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_guest_entrance_wider_than_32_inches", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_shower_or_bath_chair", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_hot_tub", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_hair_dryer", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_smoke_alarm", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_indoor_fireplace", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_dryer", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_shower_grab_bar", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_tv", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_bedroom_entrance_wider_than_32_inches", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_iron", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_step_free_path_to_the_guest_entrance", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_breakfast", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_smoking_allowed", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_step_free_bedroom_access", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "pets", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "max_price", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "has_pool", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_free_parking", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_kitchen", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_bbq_grill", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_gym", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_ev_charger", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "min_bathroom", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "property_type", + "type": "STRING", + "description": "Property type comma-separated or empty for all types:\nEx: House,Apartment,Guesthouse,Hotel\n\n- House\n- Apartment\n- Guesthouse\n- Hotel", + "default": "" + }, + { + "name": "adults", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "has_dedicated_workspace", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "infants", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "min_bed", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "has_private_room", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "min_bedroom", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "has_shared_room", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_entire_place", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "checkin", + "type": "STRING", + "description": "Format: YYYY-MM-DD", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "checkout", + "type": "STRING", + "description": "Format: YYYY-MM-DD", + "default": "" + }, + { + "name": "category", + "type": "STRING", + "description": "Response from this API: data->categories-> id\nEx: Tag:677", + "default": "" + }, + { + "name": "has_bathroom_entrance_wider_than_32_inches", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_toilet_grab_bar", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_superhost", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_wifi", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_air_conditioning", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "has_washer", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "min_price", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "has_heating", + "type": "BOOLEAN", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Cities Cost of Living", + "api_name": "Get Cities List", + "api_description": "Get a list of all the Cities available", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Cities Cost of Living", + "api_name": "Get Currencies List", + "api_description": "Get a list of all the Currencies available", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a trip to Paris and I need to find affordable flights and accommodation. Can you provide me with flight options from my location to Paris using the Flight Integration API? Additionally, I would like to search for available properties in Paris using the Airbnb Search API with specific criteria such as number of adults, check-in and check-out dates, and property type.", + "relevant APIs": [ + [ + "Flight Integration", + "Flight" + ], + [ + "Airbnb Search", + "Search Property By GEO" + ] + ], + "query_id": 68308 + }, + { + "api_list": [ + { + "category_name": "Travel", + "tool_name": "Airbnb listings", + "api_name": "Amenities", + "api_description": "Retrieves amenities ids And descriptions. Returns 50 results", + "required_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "index to start from", + "default": "0" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb listings", + "api_name": "Listing Availability Full", + "api_description": "Retrieve listing availability and stay length rules for the next 12 months\n**Note**: The fact the available field is true does not means that the listing can be booked. It only tells indicates that it is not taken. To confirm if it is really available for stay you must verify all previous and following day rules for stay length are respected.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "the listing id\n", + "default": "619966061834034729" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Airbnb listings", + "api_name": "Listing status Full", + "api_description": "Retrieve the calculated status (available/not available for stay) for the next 12 months of a listing based on previous and following days stay rules.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "the listing id", + "default": "619966061834034729" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Fare Search", + "api_name": "Flight Search V2", + "api_description": "A faster, more agile Endpoint that's used to search flights.", + "required_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + }, + { + "name": "from", + "type": "STRING", + "description": "", + "default": "LHR" + }, + { + "name": "adult", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "to", + "type": "STRING", + "description": "", + "default": "DXB" + } + ], + "optional_parameters": [ + { + "name": "currency", + "type": "STRING", + "description": "", + "default": "USD" + }, + { + "name": "type", + "type": "STRING", + "description": "", + "default": "economy" + }, + { + "name": "child", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "infant", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Fare Search", + "api_name": "Airport Departues", + "api_description": "An endpoint to get Departues in an airport", + "required_parameters": [ + { + "name": "airportCode", + "type": "STRING", + "description": "", + "default": "LHR" + } + ], + "optional_parameters": [ + { + "name": "carrierCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Fare Search", + "api_name": "Airport Arrivals", + "api_description": "An Endpoint to fetch Arrivals on a given date", + "required_parameters": [ + { + "name": "airportCode", + "type": "STRING", + "description": "", + "default": "LHR" + } + ], + "optional_parameters": [ + { + "name": "carrierCode", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Travel", + "tool_name": "Skyscanner_v2", + "api_name": "Get Hotel Filters", + "api_description": "This API is used to get all the available filters for the place to visit.", + "required_parameters": [ + { + "name": "adults", + "type": "NUMBER", + "description": "Number of adult guests (with age 18 and over)", + "default": "1" + }, + { + "name": "checkout", + "type": "DATE (YYYY-MM-DD)", + "description": "Checkout Date\nFormat: YYYY-MM-DD", + "default": "" + }, + { + "name": "entityId", + "type": "STRING", + "description": "**entityId** can be retrieved from **Search Hotel** API in **Hotels** collection.", + "default": "" + }, + { + "name": "checkin", + "type": "DATE (YYYY-MM-DD)", + "description": "Checkin Date\nFormat: YYYY-MM-DD", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "childrenAges", + "type": "ARRAY", + "description": "Number of children (with age between 0 and 17)\nExample:\nIf 1st child's age is 11 months and 2nd child's age is 10 years, then the parameter should be passed as [0,10]", + "default": "" + }, + { + "name": "waitTime", + "type": "NUMBER", + "description": "Wait time in milliseconds. Sometimes the API needs **wait times** or more than **one** API call to get **complete data**. ", + "default": "2000" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Skyscanner_v2", + "api_name": "Search Flights Multi Stops", + "api_description": "Get and poll all flights. Searching the flights between multiple locations with prices, filter, sorting etc.", + "required_parameters": [ + { + "name": "legs", + "type": "OBJECT", + "description": "The legs must contain the **origin**, **destination** and **date** in object format and must be passed in an array.\nEXAMPLE:\n[\n {\n 'origin': 'LOND',\n 'destination': 'NYCA',\n 'date': '2023-02-07'\n },\n ...\n]\n**Note:** If there are multiple stops, there should be more leg objects on the board.", + "default": "[{\"origin\":\"LOND\",\"destination\":\"NYCA\",\"date\":\"2023-02-07\"},{\"origin\":\"NYCA\",\"destination\":\"LAXA\",\"date\":\"2023-02-13\"},{\"origin\":\"LAXA\",\"destination\":\"LOND\",\"date\":\"2023-02-18\"}]" + } + ], + "optional_parameters": [ + { + "name": "infants", + "type": "NUMBER", + "description": "Number of Infants (with age < 2 years)", + "default": "" + }, + { + "name": "waitTime", + "type": "NUMBER", + "description": "Wait time in milliseconds. Sometimes the API needs **wait times** or more than **one** API call to get **complete data**. ", + "default": "5000" + }, + { + "name": "filter", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "market", + "type": "STRING", + "description": "The list of available **market** can be retrieved through the **Get Config** API in the **Config** collection.", + "default": "en-US" + }, + { + "name": "children", + "type": "NUMBER", + "description": "Number of Childrens (with age between 2-12 years)", + "default": "" + }, + { + "name": "cabinClass", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "countryCode", + "type": "STRING", + "description": "The list of available **countryCode** can be retrieved through the **Get Config** API in the **Config** collection.", + "default": "US" + }, + { + "name": "adults", + "type": "NUMBER", + "description": "Number of Adults (with age 18 and over)\nDefault Value: 1", + "default": "1" + }, + { + "name": "currency", + "type": "STRING", + "description": "The list of available **currencies** can be retrieved through the **Get Config** API in the **Config** collection.", + "default": "USD" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Skyscanner_v2", + "api_name": "Get Things To Do", + "api_description": "Use this API to get Thing to do nearby the hotel selected.", + "required_parameters": [ + { + "name": "entityId", + "type": "STRING", + "description": "**entityId** can be retrieved from **Search Hotel** API in **Hotels** collection.", + "default": "" + }, + { + "name": "lat", + "type": "STRING", + "description": "**lat** can be retrieved from **Hotel Details** or **Search Hotel** API in **Hotels** collection as **latitude**.", + "default": "" + }, + { + "name": "lng", + "type": "STRING", + "description": "**lng** can be retrieved from **Hotel Details** or **Search Hotel** API in **Hotels** collection as **longitude**.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "market", + "type": "STRING", + "description": "The list of available **market** can be retrieved through the **Get Config** API in the **Config** collection.", + "default": "en-US" + }, + { + "name": "currency", + "type": "STRING", + "description": "The list of available **currencies** can be retrieved through the **Get Config** API in the **Config** collection.", + "default": "USD" + }, + { + "name": "countryCode", + "type": "STRING", + "description": "The list of available **countryCode** can be retrieved through the **Get Config** API in the **Config** collection.", + "default": "US" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Data_v2", + "api_name": "The popular directions from a city", + "api_description": "Brings the most popular directions from a specified city back.", + "required_parameters": [ + { + "name": "currency", + "type": "STRING", + "description": "the airline tickets currency", + "default": "RUB" + }, + { + "name": "origin", + "type": "STRING", + "description": "the point of departure. The IATA city code or the country code. The length - from 2 to 3 symbols.", + "default": "MOW" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Data_v2", + "api_name": "Popular airline routes", + "api_description": "Returns routes for which an airline operates flights, sorted by popularity.", + "required_parameters": [ + { + "name": "airline_code", + "type": "STRING", + "description": "IATA code of airline", + "default": "SU" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "records limit per page. Default value is 100. Not less than 1000", + "default": "100" + } + ], + "method": "GET" + }, + { + "category_name": "Travel", + "tool_name": "Flight Data_v2", + "api_name": "Data of countries in json format", + "api_description": "API returns a file with a list of countrys from the database", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to surprise my friends with a weekend trip to Barcelona. Can you find me some affordable flights from London to Barcelona? Also, recommend some popular things to do in Barcelona near the hotel we'll be staying at.", + "relevant APIs": [ + [ + "Flight Fare Search", + "Flight Search V2" + ], + [ + "Skyscanner_v2", + "Get Things To Do" + ] + ], + "query_id": 68441 + }, + { + "api_list": [ + { + "category_name": "Education", + "tool_name": "GetBooksInfo", + "api_name": "Search", + "api_description": "Search Book by its name", + "required_parameters": [ + { + "name": "s", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "results": "empty list" + } + }, + { + "category_name": "Education", + "tool_name": "nail", + "api_name": "nail", + "api_description": "regOjooo", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Helioviewer v1", + "api_name": "downloadMovie", + "api_description": "Download a custom movie in one of three file formats.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Unique movie identifier (provided by the response to a `queueMovie` request).", + "default": "VXvX5" + }, + { + "name": "format", + "type": "STRING", + "description": "Movie Format (`mp4`, `webm`, or `flv`).", + "default": "mp4" + } + ], + "optional_parameters": [ + { + "name": "hq", + "type": "BOOLEAN", + "description": "Optionally download a higher-quality movie file (valid for .mp4 movies only, ignored otherwise).", + "default": "checked" + } + ], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Helioviewer v1", + "api_name": "getJP2Header", + "api_description": "Get the XML header embedded in a JPEG2000 image. Includes the FITS header as well as a section of Helioviewer-specific metadata.", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "Unique JP2 image identifier.", + "default": "7654321" + } + ], + "optional_parameters": [ + { + "name": "callback", + "type": "STRING", + "description": "Wrap the response object in a function call of your choosing.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "error": "str", + "errno": "int" + } + }, + { + "category_name": "Education", + "tool_name": "Helioviewer v1", + "api_name": "shortenURL", + "api_description": "Shorten a Helioviewer.org URL with the bit.ly URL shortening web service.", + "required_parameters": [ + { + "name": "queryString", + "type": "STRING", + "description": "URL-encoded query string.", + "default": "date%3D2014-02-25T15%3A18%3A07.000Z%26imageScale%3D2.4204409%26centerX%3D-410.06307838566283%26centerY%3D-244.6662219973343%26imageLayers%3D%255BSDO%2CAIA%2CAIA%2C304%2C1%2C100%255D%26eventLayers%3D%26eventLabels%3Dtrue" + } + ], + "optional_parameters": [ + { + "name": "callback", + "type": "STRING", + "description": "Wrap the response object in a function call of your choosing.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Education", + "tool_name": "Random Ukrainian Word", + "api_name": "getRandomWords", + "api_description": "Get random Ukrainian words.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "length", + "type": "NUMBER", + "description": "Setting word exact length", + "default": "" + }, + { + "name": "maxLength", + "type": "NUMBER", + "description": "Setting word maximum length", + "default": "6" + }, + { + "name": "excludes", + "type": "STRING", + "description": "Setting the letters which word should not include", + "default": "\u043a\u043b\u0438" + }, + { + "name": "minLength", + "type": "NUMBER", + "description": "Setting word minimum length", + "default": "2" + }, + { + "name": "startsWith", + "type": "STRING", + "description": "Setting the letters with which the word should begin", + "default": "\u0432\u043e" + }, + { + "name": "endsWith", + "type": "STRING", + "description": "Setting the letters with which the word should end", + "default": "\u044f" + }, + { + "name": "amount", + "type": "NUMBER", + "description": "Setting amount of requested words", + "default": "1" + }, + { + "name": "includes", + "type": "STRING", + "description": "Setting the letters which word should include", + "default": "\u043e\u043b" + } + ], + "method": "GET", + "template_response": { + "word": "str" + } + }, + { + "category_name": "Education", + "tool_name": "Random Words", + "api_name": "Get multiple random words", + "api_description": "Get multiple random words (i.e. min 2 and max 20) from a list of 5500+ words\n\nImportant Notes:\n1. *count* must be a valid number between 2 and 20 (both 2 and 20 included)\n2. *wordLength* must not be used with minLength and/or maxLength", + "required_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "The word count must be between 2 and 20", + "default": "5" + } + ], + "optional_parameters": [ + { + "name": "maxLength", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "endsWith", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "wordLength", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "includes", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "beginsWith", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "minLength", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "excludes", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Education", + "tool_name": "Random Words", + "api_name": "Get a random word", + "api_description": "Returns a random words from a list of more than 5500+ words\n\nImportant Note: \n1. *wordLength* must not be used with minLength and/or maxLength", + "required_parameters": [], + "optional_parameters": [ + { + "name": "wordLength", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "excludes", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "beginsWith", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "endsWith", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "includes", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "maxLength", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "minLength", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a charity event to raise awareness for animal rights. Can you recommend a book that highlights the importance of compassion towards animals? Additionally, provide me with a random word that symbolizes unity and empathy.", + "relevant APIs": [ + [ + "GetBooksInfo", + "Search" + ], + [ + "Random Words", + "Get a random word" + ] + ], + "query_id": 69637 + }, + { + "api_list": [ + { + "category_name": "Science", + "tool_name": "Daily Knowledge", + "api_name": "/sustainable-development-goals-en.json", + "api_description": "The UN global goals for sustainable development.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "slug": "str", + "number": "int", + "backgroundColor": "str", + "image": "str", + "introduction": "str", + "manifest": "str", + "targets": [ + { + "title": "str", + "body": "str", + "pictogram": "str", + "_list_length": 8 + } + ], + "tips": [ + "list of str with length 7" + ] + } + }, + { + "category_name": "Science", + "tool_name": "Daily Knowledge", + "api_name": "/countries-en.json", + "api_description": "Capitals, currencies, flags and more.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "capital": "str", + "countryCode": "str", + "currency": "str", + "languages": "str", + "tld": "str", + "flag": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Daily Knowledge", + "api_name": "/logical-fallacies-en.json", + "api_description": "Learn to identify flaws in reasoning.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "title": "str", + "slug": "str", + "head": "str", + "first": "str", + "description": "str", + "example": "str", + "pageTitle": "str", + "exampleText": "str", + "meta": { + "seo": { + "title": "str", + "description": "str" + }, + "og": { + "og:title": "str", + "og:description": "str", + "og:image": "str", + "og:image:width": "int", + "og:image:height": "int" + } + } + } + }, + { + "category_name": "Science", + "tool_name": "manatee jokes", + "api_name": "get by id", + "api_description": "gets a specific joke by id", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Science", + "tool_name": "manatee jokes", + "api_name": "find all", + "api_description": "retrieves all available jokes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "setup": "str", + "punchline": "str", + "createdAt": "str", + "updatedAt": "str" + } + }, + { + "category_name": "Science", + "tool_name": "manatee jokes", + "api_name": "random", + "api_description": "retrieves a random manatee joke", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "setup": "str", + "punchline": "str", + "createdAt": "str", + "updatedAt": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Astrologer", + "api_name": "Now", + "api_description": "Gets astrological data for the current moment at UTC.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"status\": \"str\", \"data\": {\"name\": \"str\", \"year\": \"int\", \"month\": \"int\", \"day\": \"int\", \"hour\": \"int\", \"minute\": \"int\", \"city\": \"str\", \"nation\": \"str\", \"lng\": \"float\", \"lat\": \"float\", \"tz_str\": \"str\", \"zodiac_type\": \"str\", \"local_time\": \"float\", \"utc_time\": \"float\", \"julian_day\": \"float\", \"sun\": {\"name\": \"str\", \"quality\": \"str\", \"element\": \"str\", \"sign\": \"str\", \"sign_num\": \"int\", \"position\": \"float\", \"abs_pos\": \"float\", \"emoji\": \"str\", \"point_type\": \"str\", \"house\": \"str\", \"retrograde\": \"bool\"}, \"moon\": {\"name\": \"str\", \"quality\": \"str\", \"element\": \"str\", \"sign\": \"str\", \"sign_num\": \"int\", \"position\": \"float\", \"abs_pos\": \"float\", \"emoji\": \"str\", \"point_type\": \"str\", \"house\": \"str\", \"retrograde\": \"bool\"}, \"mercury\": {\"name\": \"str\", \"quality\": \"str\", \"element\": \"str\", \"sign\": \"str\", \"sign_num\": \"int\", \"position\": \"float\", \"abs_pos\": \"float\", \"emoji\": \"str\", \"point_type\": \"str\", \"house\": \"str\", \"retrograde\": \"bool\"}, \"venus\": {\"name\": \"str\", \"quality\": \"str\", \"element\": \"str\", \"sign\": \"str\", " + }, + { + "category_name": "Science", + "tool_name": "Stars by API-Ninjas", + "api_name": "/v1/stars", + "api_description": "Get a list of stars matching specified parameters. Returns at most 30 results. To access more than 30 results, use the offset parameter to offset results in multiple API calls.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "min_distance_light_year", + "type": "NUMBER", + "description": "minimum distance the star is from Earth in light years.", + "default": "" + }, + { + "name": "min_apparent_magnitude", + "type": "NUMBER", + "description": "minimum apparent magnitude brightness of the star.", + "default": "" + }, + { + "name": "constellation", + "type": "NUMBER", + "description": "the constellation the star belongs to.", + "default": "" + }, + { + "name": "max_apparent_magnitude", + "type": "NUMBER", + "description": "maximum apparent magnitude brightness of the star.", + "default": "" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "number of results to offset for pagination.", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "the name of the star. Note that many of the star names contain greek characters.", + "default": "vega" + }, + { + "name": "max_absolute_magnitude", + "type": "NUMBER", + "description": "maximum absolute magnitude brightness of the star.", + "default": "" + }, + { + "name": "min_absolute_magnitude", + "type": "NUMBER", + "description": "minimum absolute magnitude brightness of the star.", + "default": "" + }, + { + "name": "max_distance_light_year", + "type": "NUMBER", + "description": "maximum distance the star is from Earth in light years.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "name": "str", + "constellation": "str", + "right_ascension": "str", + "declination": "str", + "apparent_magnitude": "str", + "absolute_magnitude": "str", + "distance_light_year": "str", + "spectral_class": "str" + } + } + ], + "query": "I'm organizing a conference on sustainable development and I need some interesting facts about different countries. Can you provide me with the capitals, currencies, and flags of the countries associated with the sustainable development goals? Additionally, recommend a star that represents unity and collaboration.", + "relevant APIs": [ + [ + "Daily Knowledge", + "/countries-en.json" + ], + [ + "Stars by API-Ninjas", + "/v1/stars" + ] + ], + "query_id": 70369 + }, + { + "api_list": [ + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Search", + "api_description": "Search endpoint can be used to get information for stars and deep space objects.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "order_by", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "dec", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "match_type", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "ra", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "exact", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str", + "statusCode": "int", + "errors": [ + { + "stack": "str", + "property": "str", + "path": {}, + "message": "str", + "argument": [ + "list of str with length 2" + ], + "schema": { + "oneOf": [ + { + "properties": { + "term": { + "minLength": "int", + "type": "str" + }, + "match_type": { + "enum": [ + "list of str with length 2" + ], + "type": "str" + }, + "order_by": { + "enum": [ + "list of str with length 1" + ], + "type": "str" + } + }, + "required": [ + "list of str with length 1" + ], + "type": "str", + "_list_length": 2 + } + ], + "allOf": [ + { + "properties": { + "offset": { + "maximum": "int", + "minimum": "int", + "type": "str" + }, + "limit": { + "maximum": "int", + "minimum": "int", + "type": "str" + } + }, + "type": "str", + "_list_length": 1 + } + ] + }, + "instance": { + "dec": "str", + "match_type": "str", + "order_by": "str", + "offset": "str", + "limit": "str", + "exact": "str", + "ra": "str" + }, + "name": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get all bodies positions", + "api_description": "Returns a iterable list of bodies and their properties in tabular format.", + "required_parameters": [ + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + } + ], + "optional_parameters": [ + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + }, + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "int", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 11 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Astronomy", + "api_name": "Get positions for body", + "api_description": "Returns properties of the given body for the given date range in tabular format.\n\nSupported bodies are \"sun\" ,\"moon\", \"mercury\", \"venus\", \"earth\", \"mars\", \"jupiter\", \"saturn\", \"uranus\", \"neptune\", \"pluto\"", + "required_parameters": [ + { + "name": "to_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-21" + }, + { + "name": "body", + "type": "string", + "description": "", + "default": "venus" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "33.775867" + }, + { + "name": "from_date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2017-12-20" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-84.39733" + } + ], + "optional_parameters": [ + { + "name": "time", + "type": "STRING", + "description": "", + "default": "12:00:00" + }, + { + "name": "elevation", + "type": "NUMBER", + "description": "", + "default": "166" + } + ], + "method": "GET", + "template_response": { + "data": { + "observer": { + "location": { + "longitude": "float", + "elevation": "int", + "latitude": "float" + } + }, + "dates": { + "from": "str", + "to": "str" + }, + "table": { + "rows": [ + { + "cells": [ + { + "date": "str", + "distance": { + "fromEarth": { + "km": "str", + "au": "str" + } + }, + "position": { + "horizontal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + }, + "constellation": { + "short": "str", + "name": "str", + "id": "str" + }, + "equatorial": { + "rightAscension": { + "hours": "str", + "string": "str" + }, + "declination": { + "string": "str", + "degrees": "str" + } + }, + "horizonal": { + "altitude": { + "string": "str", + "degrees": "str" + }, + "azimuth": { + "string": "str", + "degrees": "str" + } + } + }, + "name": "str", + "extraInfo": { + "elongation": "float", + "magnitude": "float" + }, + "id": "str", + "_list_length": 2 + } + ], + "entry": { + "name": "str", + "id": "str" + }, + "_list_length": 1 + } + ], + "header": [ + "list of str with length 2" + ] + } + }, + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "logoutUser", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "getInventory", + "api_description": "Returns a map of status codes to quantities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "sold": "int", + "string": "int", + "unavailable": "int", + "pending": "int", + "cat": "int", + "dgdfgdf": "int", + "available": "int", + "peric": "int" + } + }, + { + "category_name": "Science", + "tool_name": "teste", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Daily atmosphere carbon dioxide concentration", + "api_name": "Carbon dioxide endpoint", + "api_description": "The response will be an object with no CORS resources enabled.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "co2", + "type": "OBJECT", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "co2": [ + { + "year": "str", + "month": "str", + "day": "str", + "cycle": "str", + "trend": "str", + "_list_length": 3799 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "Yawin Indian Astrology", + "api_name": "Get Sun Rise and Sun Set Time", + "api_description": "Find the Sun Rise and Sun Set Time on a day with timezone", + "required_parameters": [ + { + "name": "date", + "type": "DATE (YYYY-MM-DD)", + "description": "", + "default": "2023-04-14" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "12.9716" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "77.5946" + } + ], + "optional_parameters": [ + { + "name": "timezone", + "type": "STRING", + "description": "", + "default": "Asia/Calcutta" + } + ], + "method": "GET", + "template_response": { + "status": { + "code": "int", + "message": "str" + }, + "date": "str", + "timezone": "str", + "longitude": "str", + "latitude": "str", + "sunrise": "str", + "sunset": "str", + "sunrisedate": "str", + "sunsetdate": "str" + } + }, + { + "category_name": "Science", + "tool_name": "Yawin Indian Astrology", + "api_name": "Get Planet Position Angles", + "api_description": "Find the Planet position angles on a birth date and time", + "required_parameters": [ + { + "name": "dateofbirth", + "type": "STRING", + "description": "", + "default": "2022-06-22" + }, + { + "name": "timeofbirth", + "type": "STRING", + "description": "", + "default": "20:34:35" + } + ], + "optional_parameters": [ + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "100.5666666667" + }, + { + "name": "timezone", + "type": "STRING", + "description": "", + "default": "Asia/Calcutta" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "60.2347652345" + } + ], + "method": "GET", + "template_response": { + "status": { + "code": "int", + "message": "str" + }, + "dateofbirth": "str", + "timeofbirth": "str", + "timezone": "str", + "longitude": "str", + "latitude": "str", + "planets": [ + { + "name": "str", + "angle": "str", + "degree": "float", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Science", + "tool_name": "Yawin Indian Astrology", + "api_name": "Convert Planet Degree to Planet Angle", + "api_description": "Convert a Planet Degree to Angle Format . (Degree is 67.5666666667, converted to Angle as 67.34.0)", + "required_parameters": [ + { + "name": "degree", + "type": "NUMBER", + "description": "", + "default": "67.5666666667" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": { + "code": "int", + "message": "str" + }, + "degree": "str", + "angle": "str" + } + }, + { + "category_name": "Science", + "tool_name": "CarbonSutra", + "api_name": "Nearest Airport from Postal Code", + "api_description": "This is an advanced algorithm which takes a postal code and country code as input and returns the nearest airport its lat-long value. It is important to note that the straight line distance between the lat-long of postal code and airport is measured. The returned value is in kilometers. The source of 1.5 million postal code data is taken as it is from https://public.opendatasoft.com/explore/dataset/geonames-postal-code/. For airports, the publicly available database of IATA codes and airport names is used.", + "required_parameters": [ + { + "name": "postal_code", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "country_code", + "type": "STRING", + "description": "Two digit country code", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "int", + "data": { + "postal_code": [ + "list of str with length 1" + ], + "country_code": [ + "list of str with length 1" + ] + } + } + }, + { + "category_name": "Science", + "tool_name": "CarbonSutra", + "api_name": "Vehicles Models", + "api_description": "List of Vehicle Models for a Make. A list of every make and model used by this API is at https://www.carbonsutra.com/data-vehicle-make-model.html", + "required_parameters": [ + { + "name": "vehicle_make", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "int" + } + }, + { + "category_name": "Science", + "tool_name": "CarbonSutra", + "api_name": "Cluster Data", + "api_description": "Emissions can be grouped into self-defined clusters and retrieved using those labels. This eliminates the need to store the results at developer's end. A key will need to be generated, which is then passed as a Bearer Token (within Authorization) in all calculations, so that the user can be identified and the results are securely delivered.\n\nUse the POST API of RegisterKey to obtain your API_KEY which will be used in all estimation calculations for which clustering is required. Your email address and a secret phrase (password) will be required to generate this key.\n\nThe POST API of RetrieveKey will give you the key again if it was misplaced, as long as the correct password is entered.\n\nNote that if clustering is not needed then you do not need API_KEY.\n\nThe GET API of ClusterData returns all the estimations that were calculated for a specific cluster_name.", + "required_parameters": [ + { + "name": "cluster_name", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning to observe the sunrise and sunset from a hilltop. Can you provide me with the sunrise and sunset times for tomorrow? Additionally, fetch the positions of celestial bodies like stars and planets at that time to enhance the experience.", + "relevant APIs": [ + [ + "Yawin Indian Astrology", + "Get Sun Rise and Sun Set Time" + ], + [ + "Astronomy", + "Get all bodies positions" + ] + ], + "query_id": 70435 + }, + { + "api_list": [ + { + "category_name": "Monitoring", + "tool_name": "Counter", + "api_name": "Get Current Count", + "api_description": "get count and and don't increase", + "required_parameters": [], + "optional_parameters": [ + { + "name": "CLABEL", + "type": "STRING", + "description": "", + "default": "blue" + }, + { + "name": "COLOR", + "type": "STRING", + "description": "", + "default": "red" + }, + { + "name": "IDV", + "type": "STRING", + "description": "", + "default": "sample" + } + ], + "method": "GET", + "template_response": { + "schemaVersion": "int", + "label": "str", + "message": "str", + "color": "str", + "labelColor": "str" + } + }, + { + "category_name": "Monitoring", + "tool_name": "Counter", + "api_name": "Get Count And Increase By One", + "api_description": "get count and increase by one", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ID", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "CLABEL", + "type": "STRING", + "description": "", + "default": "blue" + }, + { + "name": "COLOR", + "type": "STRING", + "description": "", + "default": "red" + } + ], + "method": "GET", + "template_response": { + "schemaVersion": "int", + "label": "str", + "message": "str", + "color": "str", + "labelColor": "str" + } + }, + { + "category_name": "Monitoring", + "tool_name": "OTP", + "api_name": "sms", + "api_description": "otp sms to users", + "required_parameters": [ + { + "name": "mobileno", + "type": "string", + "description": "", + "default": "9629029442" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "Please assist me in increasing the count by one and displaying it in blue color with the label 'Updated Count'. Additionally, I would like to receive an OTP SMS at my mobile number 1234567890.", + "relevant APIs": [ + [ + "Counter", + "Get Count And Increase By One" + ], + [ + "OTP", + "sms" + ] + ], + "query_id": 70543 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "route-precedence-test-1", + "api_name": "/prices/today", + "api_description": "/prices/today", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "route-precedence-test-1", + "api_name": "/prices/{date}", + "api_description": "/prices/{date}", + "required_parameters": [ + { + "name": "date", + "type": "string", + "description": "", + "default": "my_date" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "ThisshouldbeFREE", + "api_name": "logoutUser", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "ThisshouldbeFREE", + "api_name": "getOrderById", + "api_description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "ThisshouldbeFREE", + "api_name": "getInventory", + "api_description": "Returns a map of status codes to quantities", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "Sale": "int", + "totvs": "int", + "sold": "int", + "string": "int", + "pending": "int", + "cat": "int", + "dgdfgdf": "int", + "available": "int", + "not available": "int", + "Available": "int", + "peric": "int", + "disponible": "int" + } + }, + { + "category_name": "Advertising", + "tool_name": "March4", + "api_name": "albums", + "api_description": "njnj", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "userId": "int", + "id": "int", + "title": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "SEO Automations", + "api_name": "Extract Sitemap XML as JSON", + "api_description": "Are you looking for an API that can quickly and easily download and parse sitemap.xml files into JSON format? Look no further! Our API allows you to make a simple GET request, passing in the URL of a sitemap.xml file as a parameter. The API will handle the rest, downloading the file, parsing it into a JSON object, and returning the result in the response. And if you need a little extra information to help organize and navigate the URLs in the sitemap, we've got you covered there too. By adding a query parameter to the GET request, you can also include category and breadcrumb information for each URL in the parsed sitemap. Give it a try and see how much easier working with sitemaps can be!", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.sitemaps.org/sitemap.xml" + } + ], + "optional_parameters": [ + { + "name": "meta", + "type": "BOOLEAN", + "description": "", + "default": "true" + }, + { + "name": "breadcrumbs", + "type": "BOOLEAN", + "description": "", + "default": "true" + }, + { + "name": "categories", + "type": "BOOLEAN", + "description": "", + "default": "true" + } + ], + "method": "GET", + "template_response": { + "data": { + "urls": [ + { + "url": "str", + "scheme": "str", + "lastModified": "str", + "category-1": "str", + "categoriesCount": "int", + "breadcrumb-1": "str", + "breadCrumbsCount": "int", + "pagePath": "str", + "_list_length": 84 + } + ], + "numOfMaxCategories": "int", + "numOfMaxBreadCrumbs": "int" + }, + "success": "bool" + } + }, + { + "category_name": "Advertising", + "tool_name": "SEO Automations", + "api_name": "Extract top Keywords, Phrases by density + all headers", + "api_description": "Analyze any webpage's keyword density for SEO or research. Get the specified number of keywords or phrases you wish, sorted by density and occurrences in a JSON format. The algorithm has been optimized for pages with large amounts of text, as well as advanced cloud infrastracure ensuring accurate and speedy results for your SEO needs. This API uses Puppeteer to scrape even the most advanced SPA ( Single Page Applications ).", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://en.wikipedia.org/wiki/Example.com" + } + ], + "optional_parameters": [ + { + "name": "numPhrases", + "type": "NUMBER", + "description": "Number of phrases to return ( results are sorted by density ). \nBetween 1 and 100.\nDefault is 100.", + "default": "20" + }, + { + "name": "phraseLength", + "type": "NUMBER", + "description": "Number of words in each phrase to return ( results are sorted by density ). \nBetween 1 and 10.\nDefault is 10.", + "default": "5" + }, + { + "name": "n", + "type": "NUMBER", + "description": "Number of Keywords to return ( results are sorted by density ). \nBetween 1 and 100.\nDefault is 100.", + "default": "20" + } + ], + "method": "GET", + "template_response": { + "keywords": [ + { + "keyword": "str", + "frequency": "float", + "_list_length": 20 + } + ], + "phrases": [ + "list of list with length 20" + ] + } + }, + { + "category_name": "Advertising", + "tool_name": "PrivatePublicAPI", + "api_name": "getPetById", + "api_description": "Returns a single pet", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": 0 + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + }, + { + "category_name": "Advertising", + "tool_name": "PrivatePublicAPI", + "api_name": "getUserByName", + "api_description": "Get user by user name", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "username": "str", + "firstName": "str", + "lastName": "str", + "email": "str", + "password": "str", + "phone": "str", + "userStatus": "int" + } + }, + { + "category_name": "Advertising", + "tool_name": "PrivatePublicAPI", + "api_name": "logoutUser", + "api_description": "Logs out current logged in user session", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "type": "str", + "message": "str" + } + } + ], + "query": "I am organizing a charity event for my local community. Can you suggest some potential sponsors for the event? Also, provide me with the details of a specific order related to the event.", + "relevant APIs": [ + [ + "route-precedence-test-1", + "/prices/today" + ], + [ + "ThisshouldbeFREE", + "getOrderById" + ] + ], + "query_id": 73574 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Wavebase", + "api_name": "XYZ Map Tiles for Ocean Conditions", + "api_description": "Wavebase Global Ocean Tiles API:\n\nWave Signficant Height (GET): https://api.wavebase.app/v1/tiles/singleband/{variable}/{date-timeslot - YYYYMMDDHH}/0/0/0.png\n\ne.g.: https://api.wavebase.app/v1/tiles/singleband/VHM0/2023051703/0/0/0.png \n\nCurrently only Tile at 0/0/0 is available Free. Contact: info@wavebase.app for additional tiles.", + "required_parameters": [ + { + "name": "variable", + "type": "string", + "description": "", + "default": "VHM0" + }, + { + "name": "datetime", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Wavebase", + "api_name": "Ocean Conditions Closest to Latitude / Longitude", + "api_description": "\u200bhttps://api.wavebase.app/v4/conditions/search/{latitude}/{longitude}\n\nSearch for current and predicted ocean conditions closest to a given latitude/longitude.\n\nReturned conditions include the closest point found, along with Waves, Tides and Weather conditions are the location.", + "required_parameters": [ + { + "name": "latitude", + "type": "NUMBER", + "description": "", + "default": "52.8" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "", + "default": "-4.07" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"closest_coordinates\": {\"latitude\": \"float\", \"longitude\": \"float\"}, \"conditions\": [{\"primary_swell_wave_from_direction\": \"float\", \"primary_swell_wave_mean_period\": \"float\", \"primary_swell_wave_significant_height\": \"float\", \"secondary_swell_wave_from_direction\": \"float\", \"secondary_swell_wave_mean_period\": \"float\", \"secondary_swell_wave_significant_height\": \"float\", \"tide_direction\": \"str\", \"tide_height\": \"float\", \"tide_state\": \"str\", \"valid_for_dtg\": \"str\", \"wave_from_direction\": \"float\", \"wave_from_direction_at_variance_spectral_density_maximum\": \"float\", \"wave_mean_period_from_variance_spectral_density_inverse_freq\": \"float\", \"wave_mean_period_from_variance_spectral_density_second_freq\": \"float\", \"wave_period_at_variance_spectral_density_maximum\": \"float\", \"wave_significant_height\": \"float\", \"wave_stokes_drift_x_velocity\": \"int\", \"wave_stokes_drift_y_velocity\": \"int\", \"wind_dir\": \"float\", \"wind_speed\": \"float\", \"wind_wave_from_direction\": \"float\", \"wind_wave_mean_period\": \"float\", \"" + }, + { + "category_name": "Weather", + "tool_name": "Ouranos", + "api_name": "7 Day Forecast", + "api_description": "7 Day Forecast return seeing value in arc seconds and transparency on a scale of 1 for the next 7 day every 3 hours", + "required_parameters": [ + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "long", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Ouranos", + "api_name": "Moon Information", + "api_description": "Moon Information return moon phase and illumination.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Ouranos", + "api_name": "Planet currently visible", + "api_description": "Planet currently visible", + "required_parameters": [ + { + "name": "long", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Testing for My Use", + "api_name": "list all api", + "api_description": "list all api", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"1forge.com\": {\"added\": \"str\", \"preferred\": \"str\", \"versions\": {\"0.0.1\": {\"added\": \"str\", \"info\": {\"contact\": {\"email\": \"str\", \"name\": \"str\", \"url\": \"str\"}, \"description\": \"str\", \"title\": \"str\", \"version\": \"str\", \"x-apisguru-categories\": [\"list of str with length 1\"], \"x-logo\": {\"backgroundColor\": \"str\", \"url\": \"str\"}, \"x-origin\": [{\"format\": \"str\", \"url\": \"str\", \"version\": \"str\", \"_list_length\": 1}], \"x-providerName\": \"str\"}, \"updated\": \"str\", \"swaggerUrl\": \"str\", \"swaggerYamlUrl\": \"str\", \"openapiVer\": \"str\", \"link\": \"str\"}}}, \"1password.com:events\": {\"added\": \"str\", \"preferred\": \"str\", \"versions\": {\"1.0.0\": {\"added\": \"str\", \"info\": {\"description\": \"str\", \"title\": \"str\", \"version\": \"str\", \"x-apisguru-categories\": [\"list of str with length 1\"], \"x-logo\": {\"url\": \"str\"}, \"x-origin\": [{\"format\": \"str\", \"url\": \"str\", \"version\": \"str\", \"_list_length\": 1}], \"x-providerName\": \"str\", \"x-serviceName\": \"str\"}, \"updated\": \"str\", \"swaggerUrl\": \"str\", \"swaggerYamlUrl\": \"str\", \"openapiVer\": \"str\"," + }, + { + "category_name": "Weather", + "tool_name": "Testing for My Use", + "api_name": "metrics", + "api_description": "metrics", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "numSpecs": "int", + "numAPIs": "int", + "numEndpoints": "int", + "unreachable": "int", + "invalid": "int", + "unofficial": "int", + "fixes": "int", + "fixedPct": "int", + "datasets": [ + { + "title": "str", + "data": { + "adyen.com": "int", + "amadeus.com": "int", + "amazonaws.com": "int", + "apideck.com": "int", + "apisetu.gov.in": "int", + "azure.com": "int", + "ebay.com": "int", + "fungenerators.com": "int", + "github.com": "int", + "googleapis.com": "int", + "hubapi.com": "int", + "interzoid.com": "int", + "mastercard.com": "int", + "microsoft.com": "int", + "nexmo.com": "int", + "nytimes.com": "int", + "parliament.uk": "int", + "sportsdata.io": "int", + "twilio.com": "int", + "vtex.local": "int", + "windows.net": "int", + "Others": "int" + }, + "_list_length": 1 + } + ], + "stars": "int", + "issues": "int", + "thisWeek": { + "added": "int", + "updated": "int" + }, + "numDrivers": "int", + "numProviders": "int" + } + } + ], + "query": "I'm planning a beach wedding in Maldives and I want to ensure perfect weather conditions. Can you provide me with the ocean conditions closest to the latitude and longitude of the wedding venue? Additionally, I would like to know the current phase and illumination of the moon during the wedding.", + "relevant APIs": [ + [ + "Wavebase", + "Ocean Conditions Closest to Latitude / Longitude" + ], + [ + "Ouranos", + "Moon Information" + ] + ], + "query_id": 73783 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "OpenWeather", + "api_name": "getCurrentWeather", + "api_description": "Test", + "required_parameters": [ + { + "name": "appid", + "type": "STRING", + "description": "", + "default": "da0f9c8d90bde7e619c3ec47766a42f4" + }, + { + "name": "q", + "type": "STRING", + "description": "City name", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Parameter to get the output in your language. Translation is applied for the city name and description fields", + "default": "" + }, + { + "name": "units", + "type": "STRING", + "description": "Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart", + "default": "standard" + } + ], + "method": "GET", + "template_response": { + "cod": "str", + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "OpenWeather", + "api_name": "getForecastWeather", + "api_description": " ", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "City name", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "cnt", + "type": "NUMBER", + "description": "A number of timestamps, which will be returned in the API response.", + "default": "" + }, + { + "name": "units", + "type": "STRING", + "description": "Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart", + "default": "standard" + }, + { + "name": "lang", + "type": "STRING", + "description": "Parameter to get the output in your language. Translation is applied for the city name and description fields", + "default": "" + } + ], + "method": "GET", + "template_response": { + "cod": "str", + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "The Weather API", + "api_name": "weather report", + "api_description": "Gives weather report of a particular city.", + "required_parameters": [ + { + "name": "cityName", + "type": "string", + "description": "", + "default": "mumbai" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Extreme Data", + "api_description": "**Stormglass Tide Extreme Data**\n\nRetrieve information about high and low tide for a single coordinate. If nothing is specified, the returned values will be in relative to Mean Sea Level - MSL.", + "required_parameters": [ + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "datum", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "GET Astronomy Data", + "api_description": "Stormglass Astronomy Data\n\nRetrieve sunrise, sunset, moonrise, moonset and moon phase for a single coordinate.", + "required_parameters": [ + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Station Area Data", + "api_description": "**Stormglass Tide Station Area Data**\n\nThe Tide Stations Area Request will list all available tide stations within a defined geographic area.\n\nTop right and bottom left coordinate draws a box with the selected coordinates. \nAll stations with in the area of this box are queried.", + "required_parameters": [ + { + "name": "botLng", + "type": "string", + "description": "", + "default": "Bottom right Lng" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "Stormglass API Key" + }, + { + "name": "topLng", + "type": "string", + "description": "", + "default": "Top left Lng" + }, + { + "name": "topLat", + "type": "string", + "description": "", + "default": "Top left Lat" + }, + { + "name": "botLat", + "type": "string", + "description": "", + "default": "Bottom right Lat" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "havo", + "api_name": "weatherendpoin", + "api_description": "ob havo", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My friends and I are going on a road trip from New York to Chicago. Could you please give us the current weather conditions for both cities? Additionally, we would like to know the high and low tide timings for the nearest coastal areas along our route.", + "relevant APIs": [ + [ + "OpenWeather", + "getCurrentWeather" + ], + [ + "The Weather API", + "weather report" + ], + [ + "Stormglass Complete", + "Get Tide Extreme Data" + ] + ], + "query_id": 73864 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Ski Resort Forecast", + "api_name": "Current Snow Conditions", + "api_description": "Returns the current snow conditions for a given resort name", + "required_parameters": [ + { + "name": "resort", + "type": "string", + "description": "", + "default": "Jackson Hole" + } + ], + "optional_parameters": [ + { + "name": "units", + "type": "STRING", + "description": "Specify desired units. Accepted values are 'i' (imperial) and 'm' (metric). Using this parameter improves response time.", + "default": "i" + } + ], + "method": "GET", + "template_response": { + "topSnowDepth": "str", + "botSnowDepth": "str", + "freshSnowfall": "NoneType", + "lastSnowfallDate": "NoneType", + "basicInfo": { + "region": "str", + "name": "str", + "url": "str", + "topLiftElevation": "str", + "midLiftElevation": "str", + "botLiftElevation": "str", + "lat": "str", + "lon": "str" + } + } + }, + { + "category_name": "Weather", + "tool_name": "Ski Resort Forecast", + "api_name": "5 Day Forecast", + "api_description": "Returns the 5 day forecast for a given resort name", + "required_parameters": [ + { + "name": "resort", + "type": "string", + "description": "", + "default": "Jackson Hole" + } + ], + "optional_parameters": [ + { + "name": "units", + "type": "STRING", + "description": "Specify desired units. Accepted values are 'i' (imperial) and 'm' (metric). Using this parameter improves response time.", + "default": "i" + }, + { + "name": "el", + "type": "STRING", + "description": "Specify a part of the mountain. Accepted values are 'top', 'mid and 'bot'. Using this parameter improves response time.", + "default": "top" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Ski Resort Forecast", + "api_name": "Hourly Forecast", + "api_description": "Returns the hourly forecast for a given resort name", + "required_parameters": [ + { + "name": "resort", + "type": "string", + "description": "", + "default": "Jackson Hole" + } + ], + "optional_parameters": [ + { + "name": "el", + "type": "STRING", + "description": "Specify a part of the mountain. Accepted values are 'top', 'mid', and 'bot'. Using this parameter improves response time.", + "default": "top" + }, + { + "name": "units", + "type": "STRING", + "description": "Specify desired units. Accepted values are 'i' (imperial) and 'm' (metric). Using this parameter improves response time.", + "default": "i" + }, + { + "name": "c", + "type": "BOOLEAN", + "description": "Limit result to current day only", + "default": "false" + } + ], + "method": "GET", + "template_response": { + "forecast": [ + { + "time": "str", + "summary": "str", + "windSpeed": "str", + "windDirection": "str", + "rain": "str", + "maxTemp": "str", + "minTemp": "NoneType", + "windChill": "str", + "humidity": "str", + "freezeLevel": "str", + "_list_length": 14 + } + ], + "basicInfo": { + "region": "str", + "name": "str", + "url": "str", + "topLiftElevation": "str", + "midLiftElevation": "str", + "botLiftElevation": "str", + "lat": "str", + "lon": "str" + } + } + }, + { + "category_name": "Weather", + "tool_name": "OikoWeather", + "api_name": "Weather Data", + "api_description": "Hourly historical and forecast weather parameters in time-series format, from 1950 to 16 days ahead for any location.", + "required_parameters": [ + { + "name": "start", + "type": "STRING", + "description": "", + "default": "'2010-01-01'" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "", + "default": "23.3" + }, + { + "name": "param", + "type": "STRING", + "description": "", + "default": "temperature" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "", + "default": "114.2" + }, + { + "name": "end", + "type": "STRING", + "description": "", + "default": "'2019-12-31'" + } + ], + "optional_parameters": [ + { + "name": "freq", + "type": "STRING", + "description": "", + "default": "D" + } + ], + "method": "GET", + "template_response": { + "statusCode": "int", + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "OpenWeather", + "api_name": "getCurrentWeather", + "api_description": "Test", + "required_parameters": [ + { + "name": "appid", + "type": "STRING", + "description": "", + "default": "da0f9c8d90bde7e619c3ec47766a42f4" + }, + { + "name": "q", + "type": "STRING", + "description": "City name", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Parameter to get the output in your language. Translation is applied for the city name and description fields", + "default": "" + }, + { + "name": "units", + "type": "STRING", + "description": "Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart", + "default": "standard" + } + ], + "method": "GET", + "template_response": { + "cod": "str", + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "OpenWeather", + "api_name": "getForecastWeather", + "api_description": " ", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "City name", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "cnt", + "type": "NUMBER", + "description": "A number of timestamps, which will be returned in the API response.", + "default": "" + }, + { + "name": "units", + "type": "STRING", + "description": "Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart", + "default": "standard" + }, + { + "name": "lang", + "type": "STRING", + "description": "Parameter to get the output in your language. Translation is applied for the city name and description fields", + "default": "" + } + ], + "method": "GET", + "template_response": { + "cod": "str", + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Current", + "api_description": "Current weather estimate for location.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "windunit", + "type": "STRING", + "description": "Wind speed unit in response.", + "default": "MS" + }, + { + "name": "alt", + "type": "NUMBER", + "description": "Altitude (meters)", + "default": "0" + }, + { + "name": "lang", + "type": "STRING", + "description": "Language (ISO 639-1 codes). Options: de, en, es, fr, it, pl, ru, fi, sv, nl, ko, pt, th, tr, zh, zh_TW (Chinese in Taiwan), zh_CN (Chinese in China). (default en)", + "default": "en" + }, + { + "name": "tz", + "type": "STRING", + "description": "Time zone in response (IANA time zone database names)", + "default": "Europe/London" + }, + { + "name": "tempunit", + "type": "STRING", + "description": "Temperature unit in response", + "default": "C" + } + ], + "method": "GET", + "template_response": { + "current": { + "time": "str", + "symbol": "str", + "symbolPhrase": "str", + "temperature": "int", + "feelsLikeTemp": "int", + "relHumidity": "int", + "dewPoint": "int", + "windSpeed": "int", + "windDir": "int", + "windDirString": "str", + "windGust": "int", + "precipProb": "int", + "precipRate": "int", + "cloudiness": "int", + "thunderProb": "int", + "uvIndex": "int", + "pressure": "float", + "visibility": "int" + } + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Daily", + "api_description": "Daily forecast.", + "required_parameters": [ + { + "name": "location", + "type": "string", + "description": "", + "default": "102643743" + } + ], + "optional_parameters": [ + { + "name": "alt", + "type": "NUMBER", + "description": "Altitude (meters)", + "default": "0" + }, + { + "name": "dataset", + "type": "STRING", + "description": "Variable set", + "default": "full" + }, + { + "name": "tempunit", + "type": "STRING", + "description": "Temperature unit in response", + "default": "C" + }, + { + "name": "windunit", + "type": "STRING", + "description": "Wind speed unit in response.", + "default": "MS" + }, + { + "name": "periods", + "type": "NUMBER", + "description": "Number of time steps (default 8, maximum 12)", + "default": "8" + } + ], + "method": "GET", + "template_response": { + "forecast": [ + { + "date": "str", + "symbol": "str", + "symbolPhrase": "str", + "maxTemp": "int", + "minTemp": "int", + "maxFeelsLikeTemp": "int", + "minFeelsLikeTemp": "int", + "maxRelHumidity": "int", + "minRelHumidity": "int", + "maxDewPoint": "int", + "minDewPoint": "int", + "precipAccum": "int", + "snowAccum": "int", + "maxWindSpeed": "int", + "windDir": "int", + "maxWindGust": "int", + "precipProb": "int", + "cloudiness": "int", + "sunrise": "str", + "sunset": "str", + "sunriseEpoch": "int", + "sunsetEpoch": "int", + "moonrise": "str", + "moonset": "str", + "moonPhase": "int", + "uvIndex": "int", + "minVisibility": "int", + "pressure": "float", + "confidence": "str", + "solarRadiationSum": "int", + "_list_length": 8 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Foreca Weather", + "api_name": "Location search", + "api_description": "Search for locations by name.", + "required_parameters": [ + { + "name": "query", + "type": "string", + "description": "", + "default": "mumbai" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "en" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "in" + } + ], + "method": "GET", + "template_response": { + "locations": [ + { + "id": "int", + "name": "str", + "country": "str", + "timezone": "str", + "language": "str", + "adminArea": "str", + "adminArea2": "NoneType", + "adminArea3": "NoneType", + "lon": "float", + "lat": "float", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get the forecast", + "api_description": "Get the forecast for the current city", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get wind speed", + "api_description": "Get the current wind speed", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "Cloud Cast", + "api_name": "Get humidty", + "api_description": "Get the humidity for the current city", + "required_parameters": [ + { + "name": "city", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm organizing a ski race event at Jackson Hole and need to ensure favorable weather conditions. Can you provide me with the current weather conditions, the daily forecast for the next 7 days, and the wind speed for the event day? Additionally, I would like to know the humidity levels for the race day.", + "relevant APIs": [ + [ + "Ski Resort Forecast", + "Current Snow Conditions" + ], + [ + "Foreca Weather", + "Current" + ], + [ + "Foreca Weather", + "Daily" + ], + [ + "Cloud Cast", + "Get the forecast" + ], + [ + "Cloud Cast", + "Get wind speed" + ], + [ + "Cloud Cast", + "Get humidty" + ] + ], + "query_id": 73984 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Open Weather Map", + "api_name": "current weather data", + "api_description": "current weather data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "havo", + "api_name": "weatherendpoin", + "api_description": "ob havo", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "climate data", + "api_name": "Search location by Name or zip code", + "api_description": "Search location by Name or zip code and get the key for the forecast", + "required_parameters": [], + "optional_parameters": [ + { + "name": "CITY", + "type": "STRING", + "description": "name of a city", + "default": "New York" + }, + { + "name": "LANG", + "type": "STRING", + "description": "language [en,fr,nl,es,pt,it,tr,gr,cz,pl,ru,cn]", + "default": "en" + }, + { + "name": "ZIPCODE", + "type": "STRING", + "description": "zip code of the city", + "default": "" + } + ], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "modified": "str", + "description": "str", + "generator": "str", + "location": [ + { + "wmo": "str", + "city": "str", + "country": "str", + "country_name": "str", + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "climate data", + "api_name": "List of all Countries", + "api_description": "List of all Countries", + "required_parameters": [], + "optional_parameters": [ + { + "name": "LANG", + "type": "STRING", + "description": "Language [en,fr,de,nl,es,pt,pl,tr,gr,tr,cn]", + "default": "en" + } + ], + "method": "GET", + "template_response": { + "link": "str", + "modified": "str", + "description": "str", + "generator": "str", + "Countries": [ + { + "COUNTRY": "str", + "name": "str", + "_list_length": 278 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "climate data", + "api_name": "Get climate data by lat/lon or Key", + "api_description": "get climate for the location Lat/Lon", + "required_parameters": [], + "optional_parameters": [ + { + "name": "LAT", + "type": "NUMBER", + "description": "latitude", + "default": "45" + }, + { + "name": "LON", + "type": "NUMBER", + "description": "longitude", + "default": "-70" + }, + { + "name": "KEY", + "type": "STRING", + "description": "key of city from List of cities", + "default": "" + }, + { + "name": "LANG", + "type": "STRING", + "description": "Language [en,de,nl,fr,pl,gr,it,cn,ru,cz,pt,es]", + "default": "en" + } + ], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "modified": "str", + "description": "str", + "generator": "str", + "location": { + "city": "str", + "country": "str", + "country_name": "str", + "tz_long": "str", + "lat": "str", + "lon": "str", + "SI": "str", + "SIU": "str", + "CEL": "str", + "start_date": "str", + "end_date": "str" + }, + "ClimateDataMonth": [ + { + "tmax": "str", + "temp": "str", + "tmin": "str", + "accumulated_rain": "str", + "days_with_rain": "str", + "sun_hours": "str", + "rh": "str", + "TIME": "str", + "_list_length": 12 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "GET Astronomy Data", + "api_description": "Stormglass Astronomy Data\n\nRetrieve sunrise, sunset, moonrise, moonset and moon phase for a single coordinate.", + "required_parameters": [ + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Extreme Data", + "api_description": "**Stormglass Tide Extreme Data**\n\nRetrieve information about high and low tide for a single coordinate. If nothing is specified, the returned values will be in relative to Mean Sea Level - MSL.", + "required_parameters": [ + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "datum", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Stormglass Complete", + "api_name": "Get Tide Sea-level Data", + "api_description": "**Stormglass Tide Sea-level Data**\n\nRetrieve the sea level given in meters hour by hour for a single coordinate. If nothing is specified the returned values will be in relative to Mean Sea Level - MSL.", + "required_parameters": [ + { + "name": "params", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "apiKey", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lat", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "lng", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "datum", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "startDate", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "endDate", + "type": "string", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "OpenWeather", + "api_name": "getForecastWeather", + "api_description": " ", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "City name", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "cnt", + "type": "NUMBER", + "description": "A number of timestamps, which will be returned in the API response.", + "default": "" + }, + { + "name": "units", + "type": "STRING", + "description": "Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart", + "default": "standard" + }, + { + "name": "lang", + "type": "STRING", + "description": "Parameter to get the output in your language. Translation is applied for the city name and description fields", + "default": "" + } + ], + "method": "GET", + "template_response": { + "cod": "str", + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "OpenWeather", + "api_name": "getCurrentWeather", + "api_description": "Test", + "required_parameters": [ + { + "name": "appid", + "type": "STRING", + "description": "", + "default": "da0f9c8d90bde7e619c3ec47766a42f4" + }, + { + "name": "q", + "type": "STRING", + "description": "City name", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Parameter to get the output in your language. Translation is applied for the city name and description fields", + "default": "" + }, + { + "name": "units", + "type": "STRING", + "description": "Units of measurement. For temperature in Fahrenheit imperial; For temperature in Celsius - metric; for temperature in Kelvin - standart", + "default": "standard" + } + ], + "method": "GET", + "template_response": { + "cod": "str", + "message": "str" + } + } + ], + "query": "My friends and I are planning a hiking trip to the Swiss Alps. Can you fetch the climate data for the location based on the given latitude and longitude coordinates? It would also be helpful to know the moonrise and moonset times during our trip.", + "relevant APIs": [ + [ + "climate data", + "Get climate data by lat/lon or Key" + ], + [ + "Stormglass Complete", + "GET Astronomy Data" + ], + [ + "climate data", + "List of all Countries" + ] + ], + "query_id": 73991 + }, + { + "api_list": [ + { + "category_name": "Weather", + "tool_name": "Aviation Weather Center", + "api_name": "Station Info", + "api_description": "Information about a weather reporting station.", + "required_parameters": [ + { + "name": "datasource", + "type": "STRING", + "description": "", + "default": "stations" + }, + { + "name": "stationString", + "type": "STRING", + "description": "", + "default": "KSFO" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Aviation Weather Center", + "api_name": "Most Recent TAFs", + "api_description": "Obtain the most recent TAFs from the past X hours. If you use the `mostRecent` flag only one TAF is returned. Otherwise, all TAFs from the specified time window will be returned.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "mostRecentForEachStation", + "type": "ENUM", + "description": "Used to get the most recent value for EACH station when multiple stations are specified\n\n- **constraint** - request the most recent for each METAR station in the fastest fashion. Not appropriate for historical data retrieval\n- **postfilter** - post filter results after applying all other constraints\n- **true** - same as 'postfilter' method\n- **false** - don't get the most recent for each METAR station, equivalent to omitting this parameter", + "default": "" + }, + { + "name": "datasource", + "type": "STRING", + "description": "", + "default": "tafs" + }, + { + "name": "stationString", + "type": "STRING", + "description": "Specify a station as a four character ICAO code (example: `KSFO`).\nCan specify multiple comma separated stations (example: `KSFO,KSQL,KSNS`).", + "default": "KSFO" + }, + { + "name": "mostRecent", + "type": "BOOLEAN", + "description": "", + "default": "true" + }, + { + "name": "hoursBeforeNow", + "type": "NUMBER", + "description": "", + "default": "1.5" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "Aviation Weather Center", + "api_name": "METARs in Time Range", + "api_description": "Obtain all METARs for a station collected between these start and end times using ISO8601 date/time format, with UTC offset: YYYY-MM-DDThh:mm:ssZ. Please see [W3C date/time formats](http://www.w3.org/TR/NOTE-datetime).", + "required_parameters": [ + { + "name": "datasource", + "type": "STRING", + "description": "", + "default": "metars" + } + ], + "optional_parameters": [ + { + "name": "startTime", + "type": "STRING", + "description": "", + "default": "2021-12-15T16:48:35Z" + }, + { + "name": "endTime", + "type": "STRING", + "description": "", + "default": "2021-12-15T18:48:35Z" + }, + { + "name": "stationString", + "type": "STRING", + "description": "", + "default": "KSQL" + } + ], + "method": "GET" + }, + { + "category_name": "Weather", + "tool_name": "RapidWeather", + "api_name": "Historical air pollution data", + "api_description": "Historical air pollution data", + "required_parameters": [ + { + "name": "start", + "type": "NUMBER", + "description": "Start date (unix time, UTC time zone), e.g. start=1606488670", + "default": "1606223802" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "Geographical coordinates (latitude, longitude)", + "default": "50" + }, + { + "name": "end", + "type": "NUMBER", + "description": "End date (unix time, UTC time zone), e.g. end=1606747870", + "default": "1606482999" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "Geographical coordinates (latitude, longitude)", + "default": "50" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "coord": { + "lon": "int", + "lat": "int" + }, + "list": [ + { + "main": { + "aqi": "int" + }, + "components": { + "co": "float", + "no": "int", + "no2": "float", + "o3": "float", + "so2": "float", + "pm2_5": "float", + "pm10": "float", + "nh3": "int" + }, + "dt": "int", + "_list_length": 61 + } + ] + } + }, + { + "category_name": "Weather", + "tool_name": "RapidWeather", + "api_name": "Reverse geocoding", + "api_description": "Reverse geocoding allows to get name of the location (city name or area name) by using geografical coordinates (lat, lon). The **limit **parameter in the API call allows you to cap how many location names you will see in the API response.", + "required_parameters": [ + { + "name": "lat", + "type": "NUMBER", + "description": "Geographical coordinates (latitude, longitude)", + "default": "51.5098" + }, + { + "name": "lon", + "type": "NUMBER", + "description": "Geographical coordinates (latitude, longitude)", + "default": "-0.1180" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "Number of the location names in the API response (several results can be returned in the API response)", + "default": "5" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "RapidWeather", + "api_name": "One Call API", + "api_description": "The One Call API provides the following weather data for any geographical coordinates:\n\n- Current weather\n- Minute forecast for 1 hour\n- Hourly forecast for 48 hours\n- Daily forecast for 7 days\n- National weather alerts\n- Historical weather data for the previous 5 days", + "required_parameters": [ + { + "name": "lon", + "type": "NUMBER", + "description": "Geographical coordinates (latitude, longitude)", + "default": "94.04" + }, + { + "name": "lat", + "type": "NUMBER", + "description": "Geographical coordinates (latitude, longitude)", + "default": "33.44" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "units", + "type": "STRING", + "description": "Units of measurement. **standard**, **metric **and **imperial **units are available. If you do not use the **units **parameter, **standard **units will be applied by default", + "default": "" + }, + { + "name": "exclude", + "type": "STRING", + "description": "By using this parameter you can exclude some parts of the weather data from the API response. It should be a comma-delimited list (without spaces).\nAvailable values:\n\n- current\n- minutely\n- hourly\n- daily\n- alerts", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Weather", + "tool_name": "MagicMirror", + "api_name": "endpoint", + "api_description": "add endpoint", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a family reunion in my backyard this weekend. Can you help me find the most suitable date and time for the event based on the weather forecast? Additionally, provide me with the historical weather data for the past five weekends to help me decide on the best activities for the reunion. Lastly, suggest some outdoor games and decorations for the occasion.", + "relevant APIs": [ + [ + "RapidWeather", + "One Call API" + ], + [ + "RapidWeather", + "Historical air pollution data" + ], + [ + "MagicMirror", + "endpoint" + ] + ], + "query_id": 74097 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "AI News_v2", + "api_name": "Get all AI News", + "api_description": "This endpoint will return back all news about artificial intelligence around the world", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "AI News_v2", + "api_name": "Get Individual Source News", + "api_description": "Gets News about Artificial Intelligence from a specific news resource.", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "gizmodo" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Flixster", + "api_name": "movies/get-opening", + "api_description": "Get opening movies", + "required_parameters": [], + "optional_parameters": [ + { + "name": "countryId", + "type": "STRING", + "description": "One of the following : afg|alb|dza|asm|and|ago|aia|ata|atg|arg|arm|abw|aus|aut|aze|bhs|bhr|bgd|brb|blr|bel|blz|ben|bmu|btn|bol|bes|bih|bwa|bvt|bra|iot|brn|bgr|bfa|bdi|cpv|khm|cmr|can|cym|caf|tcd|chl|chn|cxr|cck|col|com|cod|cog|cok|cri|hrv|cub|cuw|cyp|cze|civ|dnk|dji|dma|dom|ecu|egy|slv|gnq|eri|est|swz|eth|flk|fro|fji|fin|fra|guf|pyf|atf|gab|gmb|geo|deu|gha|gib|grc|grl|grd|glp|gum|gtm|ggy|gin|gnb|guy|hti|hmd|vat|hnd|hkg|hun|isl|ind|idn|irn|irq|irl|imn|isr|ita|jam|jpn|jey|jor|kaz|ken|kir|prk|kor|kwt|kgz|lao|lva|lbn|lso|lbr|lby|lie|ltu|lux|mac|mdg|mwi|mys|mdv|mli|mlt|mhl|mtq|mrt|mus|myt|mex|fsm|mda|mco|mng|mne|msr|mar|moz|mmr|nam|nru|npl|nld|ncl|nzl|nic|ner|nga|niu|nfk|mnp|nor|omn|pak|plw|pse|pan|png|pry|per|phl|pcn|pol|prt|pri|qat|mkd|rou|rus|rwa|reu|blm|shn|kna|lca|maf|spm|vct|wsm|smr|stp|sau|sen|srb|syc|sle|sgp|sxm|svk|svn|slb|som|zaf|sgs|ssd|esp|lka|sdn|sur|sjm|swe|che|syr|twn|tjk|tza|tha|tls|tgo|tkl|ton|tto|tun|tur|tkm|tca|tuv|uga|ukr|are|gbr|umi|usa|ury|uzb|vut|ven|vnm|vgb|vir|wlf|esh|yem|zmb|zwe|ala", + "default": "usa" + } + ], + "method": "GET", + "template_response": { + "data": { + "opening": [ + { + "emsId": "str", + "emsVersionId": "str", + "name": "str", + "sortEms": "NoneType", + "posterImage": { + "url": "str", + "type": "NoneType", + "width": "NoneType", + "height": "NoneType" + }, + "tomatoRating": "NoneType", + "userRating": { + "dtlLikedScore": "int", + "dtlWtsScore": "NoneType", + "dtlWtsCount": "int", + "dtlScoreCount": "int", + "iconImage": { + "url": "str" + } + }, + "_list_length": 81 + } + ] + } + } + }, + { + "category_name": "News_Media", + "tool_name": "Flixster", + "api_name": "movies/get-popularity", + "api_description": "Get popular movies", + "required_parameters": [], + "optional_parameters": [ + { + "name": "zipCode", + "type": "STRING", + "description": "The postal code", + "default": "90002" + }, + { + "name": "radius", + "type": "NUMBER", + "description": "The radius", + "default": "50" + }, + { + "name": "longitude", + "type": "NUMBER", + "description": "The GEO longitude", + "default": "" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "The GEO latitude", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": { + "popularity": [ + { + "emsId": "str", + "emsVersionId": "str", + "name": "str", + "sortEms": "int", + "sortPopularity": "int", + "posterImage": { + "url": "str", + "type": "NoneType", + "width": "NoneType", + "height": "NoneType" + }, + "tomatoRating": { + "tomatometer": "int", + "iconImage": { + "url": "str" + } + }, + "userRating": { + "dtlLikedScore": "int", + "dtlWtsScore": "NoneType", + "iconImage": { + "url": "str" + } + }, + "_list_length": 68 + } + ], + "opening": [ + { + "emsId": "str", + "emsVersionId": "str", + "name": "str", + "sortEms": "NoneType", + "posterImage": { + "url": "str", + "type": "NoneType", + "width": "NoneType", + "height": "NoneType" + }, + "tomatoRating": "NoneType", + "userRating": { + "dtlLikedScore": "int", + "dtlWtsScore": "NoneType", + "dtlWtsCount": "int", + "dtlScoreCount": "int", + "iconImage": { + "url": "str" + } + }, + "_list_length": 81 + } + ] + } + } + }, + { + "category_name": "News_Media", + "tool_name": "Flixster", + "api_name": "search", + "api_description": "Search for movies, actors, theaters by term and phrase", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "", + "default": "spiderman" + } + ], + "optional_parameters": [ + { + "name": "longitude", + "type": "NUMBER", + "description": "The GEO longitude", + "default": "" + }, + { + "name": "latitude", + "type": "NUMBER", + "description": "The GEO latitude", + "default": "" + }, + { + "name": "radius", + "type": "NUMBER", + "description": "The radius", + "default": "50" + }, + { + "name": "zipCode", + "type": "STRING", + "description": "The postal code", + "default": "90002" + } + ], + "method": "GET", + "template_response": { + "data": { + "search": { + "movies": [ + { + "emsId": "str", + "emsVersionId": "str", + "name": "str", + "posterImage": "NoneType", + "tomatoRating": "NoneType", + "userRating": { + "dtlLikedScore": "NoneType", + "dtlWtsScore": "NoneType", + "iconImage": { + "url": "str" + } + }, + "_list_length": 4 + } + ], + "people": "empty list", + "theaters": "empty list" + } + } + } + } + ], + "query": "I'm a movie enthusiast and I want to explore the world of independent films. Can you search for independent movies playing in theaters near me? It would be great if you could provide me with the user ratings and tomato ratings for these movies. Additionally, fetch some individual source news about artificial intelligence to keep me updated on the latest advancements.", + "relevant APIs": [ + [ + "Flixster", + "movies/get-popularity" + ], + [ + "Flixster", + "search" + ], + [ + "AI News_v2", + "Get Individual Source News" + ] + ], + "query_id": 74318 + }, + { + "api_list": [ + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "List of Sources", + "api_description": "See which regions we have news sources from.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "All articles", + "api_description": "Get all available articles from multiple sources", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Energy Price News", + "api_name": "List of Regions", + "api_description": "See which regions we have news sources from.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Greek News in English", + "api_name": "Get All Sources", + "api_description": "Get All Sources' names and ids", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "str", + "name": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Greek News in English", + "api_name": "Get All News", + "api_description": "This endpoint will return back all greek news from all the sources.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "description": "str", + "image": "str", + "site": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Greek News in English", + "api_name": "Get Articles From A Single Source", + "api_description": "Get Greek News from a specific news source.", + "required_parameters": [ + { + "name": "siteId", + "type": "string", + "description": "", + "default": "ktg" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "title": "str", + "link": "str", + "description": "str", + "image": "str", + "site": "str" + } + }, + { + "category_name": "News_Media", + "tool_name": "Live world futbol news", + "api_name": "Get All World Footbol news live", + "api_description": "This end point will return back all news about footbol.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "News_Media", + "tool_name": "Live world futbol news", + "api_name": "Get Individual News Source", + "api_description": "Get News about football news from a specific news resource.", + "required_parameters": [ + { + "name": "newspaperId", + "type": "string", + "description": "", + "default": "eurosport" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a football enthusiast and I want to stay updated on the latest news. Fetch me all the available football news. Additionally, I'm interested in news related to Greece. Can you get me the latest Greek news articles from multiple sources?", + "relevant APIs": [ + [ + "Energy Price News", + "All articles" + ], + [ + "Greek News in English", + "Get All News" + ], + [ + "Greek News in English", + "Get All Sources" + ], + [ + "Live world futbol news", + "Get Individual News Source" + ] + ], + "query_id": 75279 + }, + { + "api_list": [ + { + "category_name": "Business_Software", + "tool_name": "Beeg", + "api_name": "ss", + "api_description": "ss", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "test2", + "api_name": "/{orgCode}/cards", + "api_description": "Returns a list of cards for the given session. User authentication is required.", + "required_parameters": [ + { + "name": "muid", + "type": "STRING", + "description": "User ID.", + "default": "string" + }, + { + "name": "msid", + "type": "STRING", + "description": "Session ID.", + "default": "string" + }, + { + "name": "orgCode", + "type": "STRING", + "description": "The organization associated with the request.", + "default": "string" + }, + { + "name": "locale", + "type": "STRING", + "description": "Language used.", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "test2", + "api_name": "/{orgCode}/cardart/{bins}", + "api_description": "Returns card art URLs by BINs. Different URLs can be defined for each BIN/range of BINs. User authentication is not required.", + "required_parameters": [ + { + "name": "muid", + "type": "STRING", + "description": "User ID.", + "default": "string" + }, + { + "name": "locale", + "type": "STRING", + "description": "Language used.", + "default": "string" + }, + { + "name": "orgCode", + "type": "STRING", + "description": "The organization associated with the request.", + "default": "string" + }, + { + "name": "msid", + "type": "STRING", + "description": "Session ID.", + "default": "string" + }, + { + "name": "bins", + "type": "STRING", + "description": "One or more six-digit bin separated by commas.", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Business_Software", + "tool_name": "test2", + "api_name": "/{orgCode}/accounts/{accountId}/cards", + "api_description": "Returns a list of cards belonging to a specific account. User authentication is required.", + "required_parameters": [ + { + "name": "locale", + "type": "STRING", + "description": "Language used.", + "default": "string" + }, + { + "name": "msid", + "type": "STRING", + "description": "Session ID.", + "default": "string" + }, + { + "name": "orgCode", + "type": "STRING", + "description": "The organization associated with the request.", + "default": "string" + }, + { + "name": "muid", + "type": "STRING", + "description": "User ID.", + "default": "string" + }, + { + "name": "accountId", + "type": "STRING", + "description": "The parent account ID.", + "default": "string" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Scanily", + "api_name": "Health Check", + "api_description": "This endpoint allows you to check the availability of the systems to ensure everything is operational.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I need to organize my credit cards and would like to fetch the list of cards associated with my user ID '12345'. Also, provide me with the health status of the systems.", + "relevant APIs": [ + [ + "test2", + "/{orgCode}/cards" + ], + [ + "Scanily", + "Health Check" + ] + ], + "query_id": 75958 + }, + { + "api_list": [ + { + "category_name": "Business_Software", + "tool_name": "Proxy List", + "api_name": "/proxy/health", + "api_description": "ReturnS the health status of the API. Also return last time the proxies check was completed. Time is in UTC.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "Proxy List", + "api_name": "/proxy/get", + "api_description": "Returns the list of proxies based on the given parameters. The list is updated every 1 minute. API returns only working at the time of check proxies.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "Possible values: http, https, socks4, socks5", + "default": "http" + }, + { + "name": "country", + "type": "STRING", + "description": "Use country code to filter data by country. Please check https://www.nationsonline.org/oneworld/country_code_list.htm for more information about country codes.", + "default": "US" + }, + { + "name": "anonymity", + "type": "STRING", + "description": "Possible values: high, anonymous, transparent", + "default": "high" + } + ], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Business_Software", + "tool_name": "Pulsar", + "api_name": "Get All Collections By User", + "api_description": "Get all collections by user", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "author": "str", + "status": "str", + "defaultThumb": "str", + "activeUser": "str", + "qtdImages": "str", + "qtdAproved": "str", + "qtdDiscarded": "str", + "qtdPending": "str" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Pulsar", + "api_name": "Get All Users", + "api_description": "Get all users in system.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "photo": "str", + "name": "str", + "role": "str", + "status": "str" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Pulsar", + "api_name": "Download Zip", + "api_description": "Download zip of images.", + "required_parameters": [ + { + "name": "collectionId", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "urlToDownload": "str" + } + }, + { + "category_name": "Business_Software", + "tool_name": "ZohoCreator", + "api_name": "ViewRecords", + "api_description": "Replace https://zohocreator.p.rapidapi.com/ with https://creator.zoho.com/api/ if you're using native system\n\nGet Records from a Zoho View/Report", + "required_parameters": [ + { + "name": "scope", + "type": "STRING", + "description": "", + "default": "creatorapi" + }, + { + "name": "authtoken", + "type": "STRING", + "description": "", + "default": "longTextStringFromAccounts" + }, + { + "name": "appLinkName", + "type": "string", + "description": "", + "default": "mrp" + }, + { + "name": "zc_ownername", + "type": "STRING", + "description": "", + "default": "ownerName" + }, + { + "name": "viewLinkName", + "type": "string", + "description": "", + "default": "Contact_Details" + } + ], + "optional_parameters": [ + { + "name": "raw", + "type": "STRING", + "description": "", + "default": true + }, + { + "name": "criteria", + "type": "STRING", + "description": "", + "default": "(Country == \"US\")" + }, + { + "name": "startindex", + "type": "STRING", + "description": "", + "default": "0" + }, + { + "name": "limit", + "type": "STRING", + "description": "", + "default": "100" + } + ], + "method": "GET" + }, + { + "category_name": "Business_Software", + "tool_name": "Vizor Ads", + "api_name": "API Status", + "api_description": "Check API server is running or not", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "env": "str" + }, + "message": "str", + "status": "int" + } + }, + { + "category_name": "Business_Software", + "tool_name": "Vizor Ads", + "api_name": "Show", + "api_description": "Get details of your existing embed records using it's unique slug", + "required_parameters": [ + { + "name": "slug", + "type": "string", + "description": "", + "default": "7dW8zGbP" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "int" + } + }, + { + "category_name": "Business_Software", + "tool_name": "GeoSpark", + "api_name": "Users", + "api_description": "Get users details", + "required_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "user_id", + "default": "USER_ID" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "bool", + "msg": "str", + "code": "int", + "error": { + "ErrorCode": "str", + "ErrorMessage": "str", + "details": "str" + } + } + } + ], + "query": "I'm organizing a photography exhibition and I need to download a zip file of images. Can you provide me with the URL to download the zip file? It would also be great if you could fetch the list of available proxies for secure online access to the exhibition.", + "relevant APIs": [ + [ + "Pulsar", + "Download Zip" + ], + [ + "Proxy List", + "/proxy/get" + ] + ], + "query_id": 76034 + }, + { + "api_list": [ + { + "category_name": "Cybersecurity", + "tool_name": "XSS Shield", + "api_name": "GET Detect", + "api_description": "This endpoint detects and prevents XSS attacks in input data sent via query parameters.", + "required_parameters": [ + { + "name": "data", + "type": "STRING", + "description": "The input data to be checked for XSS.", + "default": "John Doe" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "str" + } + }, + { + "category_name": "Cybersecurity", + "tool_name": "NetDetective", + "api_name": "/query", + "api_description": "Query information about an IP address.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ipaddress", + "type": "STRING", + "description": "The IP address to use for the query.\r\nDefaults to the ip address of the connecting client", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "result": { + "ipAddress": "str", + "isVpn": "bool", + "isDataCenter": "bool", + "isBruteForce": "bool", + "isSpam": "bool", + "isBogon": "bool", + "isProxyHttp": "bool", + "isProxySocks": "bool", + "isProxyWeb": "bool", + "isProxyOther": "bool", + "isSmtpRelay": "bool", + "isWebVuln": "bool", + "isNoMail": "bool", + "isZombie": "bool", + "isPotentialZombie": "bool", + "isDynamic": "bool", + "isNoServer": "bool", + "isBadConf": "bool", + "isDDos": "bool", + "isOpenDns": "bool", + "isCompromised": "bool", + "isWorm": "bool", + "isIrcDrone": "bool", + "isNotSpam": "bool" + } + } + }, + { + "category_name": "Cybersecurity", + "tool_name": "Greip", + "api_name": "/validatePhone", + "api_description": "This method can be used as an extra-layer of your system for validating phone numbers.", + "required_parameters": [ + { + "name": "countryCode", + "type": "STRING", + "description": "The ISO 3166-1 alpha-2 format of the country code of the phone number.", + "default": "US" + }, + { + "name": "phone", + "type": "STRING", + "description": "The Phone Number you want to validate.", + "default": "1234567890" + }, + { + "name": "key", + "type": "STRING", + "description": "Your API Key. Each user has a unique API Key that can be used to access the API functions. If you don't have an account yet, please create new account first.", + "default": "2517bc4fc3f790e8f09bc808bb63b899" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "Sets the format of the API response. JSON is the default format.", + "default": "JSON" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Cybersecurity", + "tool_name": "Greip", + "api_name": "/Country", + "api_description": "Country endpoint: Returns the information of a specific country by passing the `countrCode`.", + "required_parameters": [ + { + "name": "CountryCode", + "type": "STRING", + "description": "The Country Code of the country you want to fetch it's data.", + "default": "PS" + }, + { + "name": "key", + "type": "STRING", + "description": "Your API Key. Each user has a unique API Key that can be used to access the API functions. If you don't have an account yet, please create new account first.", + "default": "2517bc4fc3f790e8f09bc808bb63b899" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "Used to inform the API to retrieve the response in your native language.", + "default": "AR" + }, + { + "name": "format", + "type": "STRING", + "description": "Sets the format of the API response. JSON is the default format.", + "default": "XML" + }, + { + "name": "params", + "type": "STRING", + "description": "The modules you want to use of the request. It's a CSV (Comma Separated Values)", + "default": "language" + } + ], + "method": "GET" + }, + { + "category_name": "Cybersecurity", + "tool_name": "Greip", + "api_name": "/validateEmail", + "api_description": "This method can be used as an extra-layer of your system for validating email addresses.", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "The Email Address you want to validate.", + "default": "name@domain.com" + }, + { + "name": "key", + "type": "STRING", + "description": "Your API Key. Each user has a unique API Key that can be used to access the API functions. If you don't have an account yet, please create new account first.", + "default": "2517bc4fc3f790e8f09bc808bb63b899" + } + ], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "Sets the format of the API response. JSON is the default format.", + "default": "JSON" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Cybersecurity", + "tool_name": "Token Scanner Multichain | Honeypot Checker Multichain", + "api_name": "Get Chain Id", + "api_description": "Returns chainId from chain name.", + "required_parameters": [ + { + "name": "chain", + "type": "STRING", + "description": "Available chains:\n**ethereum, bsc, okc, heco, polygon, arbitrum, optimism, avalanche, fantom, kcc, gnosis, tron, linea, harmony, zkysnc, ethw, fon, cronos**", + "default": "bsc" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int" + } + } + ], + "query": "I am organizing a community event and I want to ensure the safety of our attendees. Can you help me detect and prevent any potential XSS attacks in the event registration form? Additionally, I need to query information about the IP address of the event venue to ensure its security. Moreover, provide me with the latest phone validation for the contact numbers of the event participants to ensure smooth communication.", + "relevant APIs": [ + [ + "XSS Shield", + "GET Detect" + ], + [ + "NetDetective", + "/query" + ], + [ + "Greip", + "/validatePhone" + ] + ], + "query_id": 76228 + }, + { + "api_list": [ + { + "category_name": "Cybersecurity", + "tool_name": "WebLasso", + "api_name": "Get Scan Status", + "api_description": "Check the status of a scan (ongoing/completed) using a scan ID.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "scan_id", + "type": "STRING", + "description": "", + "default": "e04d3e18-bda7-420b-b240-894fd3d4992d" + } + ], + "method": "GET" + }, + { + "category_name": "Cybersecurity", + "tool_name": "WebLasso", + "api_name": "Get Scan Results", + "api_description": "Obtain the scan results from a given scan ID.", + "required_parameters": [ + { + "name": "scan_id", + "type": "STRING", + "description": "", + "default": "b12394ad-c804-4b5a-bc20-14f7c8cafdb6" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Cybersecurity", + "tool_name": "WebLasso", + "api_name": "Get Scan ID", + "api_description": "Run a scan against a target URL and receive a scan ID to obtain scan results or check scan status at a later time.\n\nProvide an optional callback URL to receive scan results automatically once the scan is completed (ensure that the callback URL accepts POST requests)", + "required_parameters": [ + { + "name": "target", + "type": "STRING", + "description": "", + "default": "tesla.com" + } + ], + "optional_parameters": [ + { + "name": "callback_url", + "type": "STRING", + "description": "", + "default": "https://my-callback-url.com" + } + ], + "method": "GET" + }, + { + "category_name": "Cybersecurity", + "tool_name": "XSS Shield", + "api_name": "GET Detect", + "api_description": "This endpoint detects and prevents XSS attacks in input data sent via query parameters.", + "required_parameters": [ + { + "name": "data", + "type": "STRING", + "description": "The input data to be checked for XSS.", + "default": "John Doe" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str", + "status": "str" + } + }, + { + "category_name": "Cybersecurity", + "tool_name": "NetDetective", + "api_name": "/query", + "api_description": "Query information about an IP address.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ipaddress", + "type": "STRING", + "description": "The IP address to use for the query.\r\nDefaults to the ip address of the connecting client", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "result": { + "ipAddress": "str", + "isVpn": "bool", + "isDataCenter": "bool", + "isBruteForce": "bool", + "isSpam": "bool", + "isBogon": "bool", + "isProxyHttp": "bool", + "isProxySocks": "bool", + "isProxyWeb": "bool", + "isProxyOther": "bool", + "isSmtpRelay": "bool", + "isWebVuln": "bool", + "isNoMail": "bool", + "isZombie": "bool", + "isPotentialZombie": "bool", + "isDynamic": "bool", + "isNoServer": "bool", + "isBadConf": "bool", + "isDDos": "bool", + "isOpenDns": "bool", + "isCompromised": "bool", + "isWorm": "bool", + "isIrcDrone": "bool", + "isNotSpam": "bool" + } + } + }, + { + "category_name": "Cybersecurity", + "tool_name": "Token Scanner Multichain | Honeypot Checker Multichain", + "api_name": "Get Chain Id", + "api_description": "Returns chainId from chain name.", + "required_parameters": [ + { + "name": "chain", + "type": "STRING", + "description": "Available chains:\n**ethereum, bsc, okc, heco, polygon, arbitrum, optimism, avalanche, fantom, kcc, gnosis, tron, linea, harmony, zkysnc, ethw, fon, cronos**", + "default": "bsc" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int" + } + }, + { + "category_name": "Cybersecurity", + "tool_name": "TweetFeed", + "api_name": "v1", + "api_description": "Version 1 Endpoint.", + "required_parameters": [ + { + "name": "time", + "type": "string", + "description": "Select 1 of these timeframes:\n\n**today** - Today starting 00:00 UTC)\n**week** - Last 7 days\n**month** - Last 30 days\n**year** - Last 365 days", + "default": "today" + } + ], + "optional_parameters": [ + { + "name": "filter1", + "type": "string", + "description": "Can be an specific user, type or tag:\n\nType \u2192 **url** / **domain** / **ip** / **sha256** / **md5**\nTag \u2192 **phishing** / **ransomware** / **CobaltStrike** ...\nUser \u2192 **@malwrhunterteam** / **@1ZRR4H** / **@MBThreatIntel** / ... (don't forget the @)", + "default": "phishing" + }, + { + "name": "filter2", + "type": "string", + "description": "Can be an specific user, type or tag:\n\nType \u2192 **url** / **domain** / **ip** / **sha256** / **md5**\nTag \u2192 **phishing** / **ransomware** / **CobaltStrike** ...\nUser \u2192 **@malwrhunterteam** / **@1ZRR4H** / **@MBThreatIntel** / ... (don't forget the @)", + "default": "url" + } + ], + "method": "GET", + "template_response": { + "date": "str", + "user": "str", + "type": "str", + "value": "str", + "tags": [ + "list of str with length 1" + ], + "tweet": "str" + } + } + ], + "query": "I need to check the status of my recent scan with the scan ID e04d3e18-bda7-420b-b240-894fd3d4992d. Can you provide me with the results once the scan is completed? Also, I would like to detect and prevent any XSS attacks in my input data, specifically for the name John Doe.", + "relevant APIs": [ + [ + "WebLasso", + "Get Scan Status" + ], + [ + "WebLasso", + "Get Scan Results" + ], + [ + "XSS Shield", + "GET Detect" + ] + ], + "query_id": 76230 + }, + { + "api_list": [ + { + "category_name": "Gaming", + "tool_name": "Epic Free Games", + "api_name": "Get Epic Free Games", + "api_description": "Get Epic Free Games", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "description": "str", + "offerImageWide": "str", + "offerImageTall": "str", + "publisher": "str", + "discountPrice": "int", + "originalPrice": "int", + "currencyCode": "str", + "appUrl": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Epic Free Games", + "api_name": "Get Epic Free Games Coming Soon", + "api_description": "Get Epic Free Games - Coming Soon", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "name": "str", + "description": "str", + "offerImageWide": "str", + "offerImageTall": "str", + "publisher": "str", + "discountPrice": "int", + "originalPrice": "int", + "currencyCode": "str", + "appUrl": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "taboo-api", + "api_name": "Get All Stored Categories", + "api_description": "Get a list of all stored categories. Use them to get results for the specified category", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Gaming", + "tool_name": "taboo-api", + "api_name": "Get Taboo Words From Word", + "api_description": "Provide your own word and get the taboo words back.\n\nOptionally pass a parameter which will control the amount of taboo words to be returned, \"forbiddenWordLimit\" defaults to 4 and has a max of 10", + "required_parameters": [ + { + "name": "word", + "type": "string", + "description": "", + "default": "laptop" + } + ], + "optional_parameters": [ + { + "name": "forbiddenWordLimit", + "type": "NUMBER", + "description": "", + "default": "5" + } + ], + "method": "GET", + "template_response": { + "word": "str", + "related": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Gaming", + "tool_name": "taboo-api", + "api_name": "Get Result From Category", + "api_description": "Given a stored category, get a random result which will contain the main phrase and the taboo words.\n\nOptionally pass a parameter which will control the amount of taboo words to be returned, \"forbiddenWordLimit\" defaults to 4 and has a max of 10", + "required_parameters": [ + { + "name": "category", + "type": "string", + "description": "", + "default": "actors" + } + ], + "optional_parameters": [ + { + "name": "forbiddenWordLimit", + "type": "NUMBER", + "description": "", + "default": "5" + } + ], + "method": "GET", + "template_response": { + "word": "str", + "forbiddenWords": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Gaming", + "tool_name": "GamerPower", + "api_name": "Filter & Group Giveaways", + "api_description": "Filter and group platforms and giveaway types to get personalized results.", + "required_parameters": [ + { + "name": "platform", + "type": "STRING", + "description": "", + "default": "epic-games-store.steam.android" + } + ], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "game.loot" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "worth": "str", + "thumbnail": "str", + "image": "str", + "description": "str", + "instructions": "str", + "open_giveaway_url": "str", + "published_date": "str", + "type": "str", + "platforms": "str", + "end_date": "str", + "users": "int", + "status": "str", + "gamerpower_url": "str", + "open_giveaway": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "GamerPower", + "api_name": "All live giveaways", + "api_description": "Get all live giveaways.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "worth": "str", + "thumbnail": "str", + "image": "str", + "description": "str", + "instructions": "str", + "open_giveaway_url": "str", + "published_date": "str", + "type": "str", + "platforms": "str", + "end_date": "str", + "users": "int", + "status": "str", + "gamerpower_url": "str", + "open_giveaway": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "GamerPower", + "api_name": "Live giveaways by type", + "api_description": "Get live giveaways by type, eg: game, loot, beta", + "required_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "", + "default": "game" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "worth": "str", + "thumbnail": "str", + "image": "str", + "description": "str", + "instructions": "str", + "open_giveaway_url": "str", + "published_date": "str", + "type": "str", + "platforms": "str", + "end_date": "str", + "users": "int", + "status": "str", + "gamerpower_url": "str", + "open_giveaway": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Trackmania", + "api_name": "Matchmaking matches", + "api_description": "Get recent matchmaking matches.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "The result limit that gets returned. Default limit is `50`.", + "default": "50" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The result page, each containing 50 results. Default page is `0`.", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "amount": "int", + "query": { + "method": "str", + "limit": "int", + "page": "str" + }, + "results": [ + { + "id": "int", + "starttime": "str", + "status": "str", + "lid": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Gaming", + "tool_name": "Trackmania", + "api_name": "Top Players by Matchmaking", + "api_description": "Get the top players by their matchmaking rank.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "The result limit that gets returned. Default limit is `50`.", + "default": "50" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The result page, each containing 50 results. Default page is `0`.", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "amount": "int", + "query": { + "method": "str", + "limit": "int", + "page": "str" + }, + "results": [ + { + "progression": "int", + "rank": "int", + "score": "int", + "player": { + "id": "str", + "meta": { + "twitter": "str", + "twitch": "str" + }, + "name": "str", + "zone": { + "flag": "str", + "name": "str", + "parent": { + "flag": "str", + "name": "str", + "parent": { + "flag": "str", + "name": "str", + "parent": { + "flag": "str", + "name": "str", + "parent": { + "flag": "str", + "name": "str" + } + } + } + } + }, + "tag": "str" + }, + "division": { + "minrank": "int", + "maxpoints": "int", + "minpoints": "int", + "rule": "str", + "position": "int" + }, + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Gaming", + "tool_name": "Trackmania", + "api_name": "Team Players", + "api_description": "Get Players that are in the Openplanet Team.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "amount": "int", + "query": { + "method": "str", + "search_query": "str" + }, + "results": [ + { + "player": { + "id": "str", + "meta": { + "sponsor": "bool", + "vanity": "str", + "sponsorlevel": "int", + "team": "bool" + }, + "name": "str", + "zone": { + "flag": "str", + "name": "str", + "parent": { + "flag": "str", + "name": "str", + "parent": { + "flag": "str", + "name": "str", + "parent": { + "flag": "str", + "name": "str" + } + } + } + }, + "tag": "str" + }, + "matchmaking": [ + { + "typename": "str", + "progression": "int", + "division": { + "minpoints": "int", + "position": "int", + "rule": "str", + "maxpoints": "int" + }, + "rank": "int", + "division_next": { + "minpoints": "int", + "position": "int", + "rule": "str", + "maxpoints": "int" + }, + "score": "int", + "accountid": "str", + "typeid": "int", + "_list_length": 2 + } + ], + "_list_length": 9 + } + ] + } + } + ], + "query": "I'm planning a surprise birthday party for my best friend and I want to make it extra special. Can you suggest some epic free games that we can play during the party? Also, find some giveaways related to gaming that I can include as gifts for the guests. Additionally, provide me with the recent matchmaking matches in Trackmania to add a competitive element to the party.", + "relevant APIs": [ + [ + "Epic Free Games", + "Get Epic Free Games" + ], + [ + "GamerPower", + "Filter & Group Giveaways" + ], + [ + "Trackmania", + "Matchmaking matches" + ] + ], + "query_id": 76512 + }, + { + "api_list": [ + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET Champion details", + "api_description": "Getting detail from champion name you give, translate by the language you give", + "required_parameters": [ + { + "name": "champion", + "type": "STRING", + "description": "", + "default": "Volibear" + } + ], + "optional_parameters": [ + { + "name": "lang", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET champions", + "api_description": "Get list of all champions by default give you in english", + "required_parameters": [], + "optional_parameters": [ + { + "name": "lang", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"Aatrox\": {\"version\": \"str\", \"id\": \"str\", \"key\": \"str\", \"name\": \"str\", \"title\": \"str\", \"blurb\": \"str\", \"info\": {\"attack\": \"int\", \"defense\": \"int\", \"magic\": \"int\", \"difficulty\": \"int\"}, \"image\": {\"full\": \"str\", \"sprite\": \"str\", \"group\": \"str\", \"x\": \"int\", \"y\": \"int\", \"w\": \"int\", \"h\": \"int\"}, \"tags\": [\"list of str with length 2\"], \"partype\": \"str\", \"stats\": {\"hp\": \"int\", \"hpperlevel\": \"int\", \"mp\": \"int\", \"mpperlevel\": \"int\", \"movespeed\": \"int\", \"armor\": \"int\", \"armorperlevel\": \"float\", \"spellblock\": \"int\", \"spellblockperlevel\": \"float\", \"attackrange\": \"int\", \"hpregen\": \"int\", \"hpregenperlevel\": \"int\", \"mpregen\": \"int\", \"mpregenperlevel\": \"int\", \"crit\": \"int\", \"critperlevel\": \"int\", \"attackdamage\": \"int\", \"attackdamageperlevel\": \"int\", \"attackspeedperlevel\": \"float\", \"attackspeed\": \"float\"}}, \"Ahri\": {\"version\": \"str\", \"id\": \"str\", \"key\": \"str\", \"name\": \"str\", \"title\": \"str\", \"blurb\": \"str\", \"info\": {\"attack\": \"int\", \"defense\": \"int\", \"magic\": \"int\", \"difficulty\": \"int\"}, \"image\": {\"full" + }, + { + "category_name": "Gaming", + "tool_name": "League of Legends API", + "api_name": "GET Champion rotation", + "api_description": "Return's you a liste of free champion ids and liste of free champions ids for new player.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Gaming", + "tool_name": "big89", + "api_name": "big89", + "api_description": "Big89 merupakan [situs judi online](https://www.inksgame.com) resmi di indonesia tanpa bank offline BCA BRI MANDIRI BNI DANAMON.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Dice Roll Simulator", + "api_name": "Regular dice rolls", + "api_description": "Roll any number of regular dice any number of times.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "rolls", + "type": "NUMBER", + "description": "", + "default": "2" + }, + { + "name": "dice", + "type": "NUMBER", + "description": "", + "default": "3" + } + ], + "method": "GET", + "template_response": { + "result": [ + { + "roll": [ + "list of int with length 3" + ], + "subtotal": "int", + "_list_length": 2 + } + ], + "total": "int" + } + }, + { + "category_name": "Gaming", + "tool_name": "Dice Roll Simulator", + "api_name": "Custom dice rolls", + "api_description": "Roll any number of dice with any number of sides any number of times.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "dice", + "type": "NUMBER", + "description": "", + "default": "3" + }, + { + "name": "sides", + "type": "NUMBER", + "description": "", + "default": "8" + }, + { + "name": "rolls", + "type": "STRING", + "description": "", + "default": "2" + } + ], + "method": "GET", + "template_response": { + "result": [ + { + "roll": [ + "list of int with length 3" + ], + "subtotal": "int", + "_list_length": 2 + } + ], + "total": "int" + } + }, + { + "category_name": "Gaming", + "tool_name": "Dice Roll Simulator", + "api_name": "Custom dice", + "api_description": "Roll any number of dice with any number of sides.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "dice", + "type": "NUMBER", + "description": "", + "default": "3" + }, + { + "name": "sides", + "type": "NUMBER", + "description": "", + "default": "8" + } + ], + "method": "GET", + "template_response": { + "result": [ + "list of int with length 3" + ], + "total": "int" + } + }, + { + "category_name": "Gaming", + "tool_name": "Dota2 Heroes", + "api_name": "Heroes List", + "api_description": "You can list of heroes id , name , image, complexity and attribute", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "name_loc": "str", + "name_english_loc": "str", + "primary_attr": "int", + "complexity": "int", + "image": "str", + "attribute_img": "str" + } + }, + { + "category_name": "Gaming", + "tool_name": "Dota2 Heroes", + "api_name": "Heroes Data", + "api_description": "You can get heroes all heroes data name, image, videos, roles, abilities and talents with 20 languages.", + "required_parameters": [ + { + "name": "language", + "type": "ENUM", + "description": "", + "default": "" + }, + { + "name": "id", + "type": "string", + "description": "", + "default": "37" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "error": "str" + } + } + ], + "query": "I'm planning a family vacation and I want to include some outdoor activities. Can you suggest some fun games to play with custom dice rolls? Also, provide me with a list of heroes from Dota 2 and their abilities, as it will help me create a themed treasure hunt for my kids.", + "relevant APIs": [ + [ + "Dice Roll Simulator", + "Custom dice rolls" + ], + [ + "Dota2 Heroes", + "Heroes Data" + ] + ], + "query_id": 76605 + }, + { + "api_list": [ + { + "category_name": "SMS", + "tool_name": "D7 Verify", + "api_name": "Check Balance", + "api_description": "Get information about current balance on your D7API account", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + }, + { + "category_name": "SMS", + "tool_name": "D7 Verify", + "api_name": "Get OTP Status", + "api_description": "Get the status of OTP generated or verified", + "required_parameters": [ + { + "name": "otp_id", + "type": "string", + "description": "The otp_ id which was returned from **Send OTP** endpoint", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": { + "code": "str", + "message": "str" + } + } + }, + { + "category_name": "SMS", + "tool_name": "SMS_v3", + "api_name": "send", + "api_description": "use this to send the sms.", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "username" + }, + { + "name": "password", + "type": "STRING", + "description": "", + "default": "password" + }, + { + "name": "message", + "type": "STRING", + "description": "", + "default": "this is the sms to send to the end user. " + } + ], + "optional_parameters": [ + { + "name": "group", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "number", + "type": "STRING", + "description": "", + "default": "(xxx)yyy-zzzz" + }, + { + "name": "send_at", + "type": "STRING", + "description": "", + "default": "2021-12-31 11:59:59" + }, + { + "name": "contact", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "SMS", + "tool_name": "Whatsapp Checker PRO", + "api_name": "Validate PhoneNumber", + "api_description": "Whatsapp Validate PhoneNumber", + "required_parameters": [ + { + "name": "Phone", + "type": "string", + "description": "", + "default": "PhoneNumber" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "int", + "response": "str" + } + } + ], + "query": "I need to check the balance on my D7API account and verify the status of the OTP I received. Can you provide me with the current balance and the status of the OTP with ID '654321'? Also, send an SMS to my friend with the message 'Congratulations on your promotion!'. Use my username 'john123' and password 'password123' to send the SMS.", + "relevant APIs": [ + [ + "D7 Verify", + "Check Balance" + ], + [ + "D7 Verify", + "Get OTP Status" + ], + [ + "SMS_v3", + "send" + ] + ], + "query_id": 77800 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Flirty words", + "api_name": "Generate flirty line", + "api_description": "Generates a random flirty line", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "title": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Twitter RSS", + "api_name": "Generate RSS Feed", + "api_description": "Generate RSS for given Twitter ID. (*NOTE: PubDates will be calculated approximately)", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Twitter ID of target", + "default": "google" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API 2023", + "api_name": "Get user reels by user_id", + "api_description": "Get reels of an Instagram user using username.", + "required_parameters": [ + { + "name": "user_id", + "type": "NUMBER", + "description": "", + "default": "25025320" + } + ], + "optional_parameters": [ + { + "name": "max_id", + "type": "STRING", + "description": "Leave `max_id` empty for first request then provide `max_id` received from previous request to get more items.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API 2023", + "api_name": "Get place ids from city names", + "api_description": "Get place ids from place(city) names. You can use these place ids to get posts by city names in next endpoint. \nYou can use any language as place/city name.", + "required_parameters": [ + { + "name": "place_name", + "type": "string", + "description": "Use can put place(city) name in any language.", + "default": "mumbai" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "items": [ + { + "location": { + "pk": "int", + "short_name": "str", + "facebook_places_id": "int", + "external_source": "str", + "name": "str", + "address": "str", + "city": "str", + "has_viewer_saved": "bool", + "lng": "float", + "lat": "float" + }, + "title": "str", + "subtitle": "str", + "_list_length": 55 + } + ], + "has_more": "bool", + "rank_token": "str" + }, + "status": "str", + "message": "NoneType" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API 2023", + "api_name": "Get comments of media by shortcode", + "api_description": "Get comments of post/reel/igtv/etc using shortcode", + "required_parameters": [ + { + "name": "shortcode", + "type": "string", + "description": "", + "default": "CrgVBtHr3DP" + } + ], + "optional_parameters": [ + { + "name": "min_id", + "type": "STRING", + "description": "Leave `min_id` empty for first request then provide `next_min_id` received from previous request to get more items.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TikTok Hashtag Generator", + "api_name": "Generate", + "api_description": "to Generate the best Tiktok Hashtags", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "Love" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "keyword": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram #1", + "api_name": "Feed by username", + "api_description": "Collect the current feed from the username", + "required_parameters": [ + { + "name": "username", + "type": "string", + "description": "", + "default": "therock" + } + ], + "optional_parameters": [ + { + "name": "raw", + "type": "BOOLEAN", + "description": "set to 'true' or '1' to return the raw unprocessed data feed", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "api": "str", + "feed": "str", + "data": [ + { + "id": "str", + "caption": "str", + "timestamp": "int", + "shortcode": "str", + "likes": "int", + "video": "str", + "image": "str", + "w": "int", + "h": "int", + "name": "str", + "username": "str", + "avatar": "str", + "_list_length": 33 + } + ] + } + }, + { + "category_name": "Social", + "tool_name": "Instagram #1", + "api_name": "Hashtag", + "api_description": "Posts by hashtag", + "required_parameters": [ + { + "name": "hashtag", + "type": "string", + "description": "", + "default": "football" + } + ], + "optional_parameters": [ + { + "name": "raw", + "type": "BOOLEAN", + "description": "set to 'true' or '1' to return the raw unprocessed data feed", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "api": "str", + "hashtag": "str", + "data": [ + { + "id": "str", + "caption": "str", + "timestamp": "int", + "shortcode": "str", + "likes": "int", + "image": "str", + "w": "int", + "h": "int", + "name": "str", + "username": "str", + "avatar": "str", + "_list_length": 27 + } + ] + } + } + ], + "query": "I'm a TikTok content creator and I'm looking for trending hashtags to boost my videos. Can you generate some hashtags related to 'love'? Also, fetch the feed from The Rock's Instagram account to stay updated on his latest posts.", + "relevant APIs": [ + [ + "TikTok Hashtag Generator", + "Generate" + ], + [ + "Instagram #1", + "Feed by username" + ] + ], + "query_id": 78631 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "TokApi - mobile version", + "api_name": "/v1/search/music", + "api_description": "Search music by text query", + "required_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "Query text", + "default": "nike" + } + ], + "optional_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": 10 + }, + { + "name": "offset", + "type": "NUMBER", + "description": "If in a response you get parameter hasMore equal to 1 then you also have cursor value for a next set", + "default": 0 + }, + { + "name": "filter_by", + "type": "STRING", + "description": "Filter by type, can be empty or one of: `0` - All, `1` - Title, `2` - Creators", + "default": "" + }, + { + "name": "sort_type", + "type": "STRING", + "description": "Sort type, can be empty or one of: `0` - Relevance, `1` - Most used, `2` - Most recent, `3` - Shortest, `4` - Longest", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TokApi - mobile version", + "api_name": "/v1/post", + "api_description": "Video by web URL, can be vm.tiktok.com or tiktok.com", + "required_parameters": [ + { + "name": "video_url", + "type": "STRING", + "description": "", + "default": "https://vm.tiktok.com/ZMekDdYeX/" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "TokApi - mobile version", + "api_name": "/v1/post/user/{user_id}/liked_posts", + "api_description": "User liked video feed", + "required_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "user's ID can be uid or sec_uid", + "default": "6546356850533602319" + } + ], + "optional_parameters": [ + { + "name": "count", + "type": "NUMBER", + "description": "", + "default": 10 + }, + { + "name": "offset", + "type": "NUMBER", + "description": "If in a response you get parameter hasMore equal to 1 then you also have max_cursor value for a next set", + "default": 0 + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "ZodiacAPI", + "api_name": "Get signs list", + "api_description": "Get signs list", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "ZodiacAPI", + "api_name": "Get sign prediction for today by name", + "api_description": "Get sign prediction for today by name", + "required_parameters": [ + { + "name": "name", + "type": "string", + "description": "", + "default": "Aries" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Social", + "tool_name": "Instagram Pro", + "api_name": "Following by PK", + "api_description": "Instagram Following List by PK, Up to 1000 records", + "required_parameters": [ + { + "name": "pk", + "type": "STRING", + "description": "", + "default": "232192182" + } + ], + "optional_parameters": [ + { + "name": "corsEnabled", + "type": "STRING", + "description": "", + "default": "false" + }, + { + "name": "nextMaxId", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": [ + { + "pk": "int", + "username": "str", + "full_name": "str", + "is_verified": "bool", + "is_private": "bool", + "profile_pic_url": "str", + "_list_length": 24 + } + ], + "cursor": { + "moreAvailable": "bool", + "nextMaxId": "int" + } + } + }, + { + "category_name": "Social", + "tool_name": "Instagram Pro", + "api_name": "Followers by username", + "api_description": "Followers list by username, Up to 1000 records", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "therock" + } + ], + "optional_parameters": [ + { + "name": "nextMaxId", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "corsEnabled", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "data": [ + { + "pk": "int", + "username": "str", + "full_name": "str", + "is_verified": "bool", + "is_private": "bool", + "profile_pic_url": "str", + "_list_length": 24 + } + ], + "cursor": { + "moreAvailable": "bool", + "nextMaxId": "str" + } + } + }, + { + "category_name": "Social", + "tool_name": "Instagram Pro", + "api_name": "Advance Profile", + "api_description": "Profile data with email/phone if available", + "required_parameters": [ + { + "name": "ig", + "type": "STRING", + "description": "", + "default": "therock" + }, + { + "name": "response_type", + "type": "STRING", + "description": "", + "default": "info" + } + ], + "optional_parameters": [ + { + "name": "corsEnabled", + "type": "STRING", + "description": "", + "default": "false" + } + ], + "method": "GET", + "template_response": "{\"has_fan_club_subscriptions\": \"bool\", \"has_exclusive_feed_content\": \"bool\", \"open_external_url_with_in_app_browser\": \"bool\", \"is_memorialized\": \"bool\", \"highlight_reshare_disabled\": \"bool\", \"is_new_to_instagram\": \"bool\", \"auto_expand_chaining\": \"bool\", \"show_account_transparency_details\": \"bool\", \"is_bestie\": \"bool\", \"remove_message_entrypoint\": \"bool\", \"request_contact_enabled\": \"bool\", \"show_post_insights_entry_point\": \"bool\", \"is_potential_business\": \"bool\", \"include_direct_blacklist_status\": \"bool\", \"upcoming_events\": \"empty list\", \"fan_club_info\": {\"fan_club_name\": \"NoneType\", \"fan_club_id\": \"NoneType\"}, \"pronouns\": \"empty list\", \"account_badges\": \"empty list\", \"transparency_product_enabled\": \"bool\", \"active_standalone_fundraisers\": {\"fundraisers\": \"empty list\", \"total_count\": \"int\"}, \"standalone_fundraiser_info\": {\"end_time\": \"NoneType\", \"can_viewer_share_to_feed\": \"bool\", \"beneficiary_type\": \"NoneType\", \"user_role\": \"str\", \"owner_username\": \"NoneType\", \"thumbnail_display_url\": " + } + ], + "query": "My friends and I are planning a road trip and need some energetic music suggestions. Can you search for music related to road trips and adventure? Also, fetch some funny videos from TikTok to keep us entertained during the journey. Additionally, provide me with some predictions for today based on my zodiac sign, Aries.", + "relevant APIs": [ + [ + "TokApi - mobile version", + "/v1/search/music" + ], + [ + "TokApi - mobile version", + "/v1/post" + ], + [ + "ZodiacAPI", + "Get sign prediction for today by name" + ] + ], + "query_id": 78838 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Instagram Looter", + "api_name": "Get User Info by user_id", + "api_description": "Get **Instagram** user info by **user_id**", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "18527" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"status\": \"bool\", \"biography\": \"str\", \"bio_links\": [{\"title\": \"str\", \"lynx_url\": \"str\", \"url\": \"str\", \"link_type\": \"str\", \"_list_length\": 1}], \"biography_with_entities\": {\"raw_text\": \"str\", \"entities\": \"empty list\"}, \"blocked_by_viewer\": \"bool\", \"restricted_by_viewer\": \"NoneType\", \"country_block\": \"bool\", \"eimu_id\": \"str\", \"external_url\": \"str\", \"external_url_linkshimmed\": \"str\", \"edge_followed_by\": {\"count\": \"int\"}, \"fbid\": \"str\", \"followed_by_viewer\": \"bool\", \"edge_follow\": {\"count\": \"int\"}, \"follows_viewer\": \"bool\", \"full_name\": \"str\", \"group_metadata\": \"NoneType\", \"has_ar_effects\": \"bool\", \"has_clips\": \"bool\", \"has_guides\": \"bool\", \"has_channel\": \"bool\", \"has_blocked_viewer\": \"bool\", \"highlight_reel_count\": \"int\", \"has_requested_viewer\": \"bool\", \"hide_like_and_view_counts\": \"bool\", \"id\": \"str\", \"is_business_account\": \"bool\", \"is_professional_account\": \"bool\", \"is_supervision_enabled\": \"bool\", \"is_guardian_of_viewer\": \"bool\", \"is_supervised_by_viewer\": \"bool\", \"is_supervised_user\":" + }, + { + "category_name": "Social", + "tool_name": "Instagram Looter", + "api_name": "Get User Related Profiles by user_id", + "api_description": "Get **Instagram** user related profiles by **user_id**", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "18527" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "viewer": "NoneType", + "user": { + "edge_related_profiles": { + "edges": [ + { + "node": { + "id": "str", + "full_name": "str", + "is_private": "bool", + "is_verified": "bool", + "profile_pic_url": "str", + "username": "str" + }, + "_list_length": 80 + } + ] + } + } + }, + "status": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram Looter", + "api_name": "Get Media download link", + "api_description": "Get **Instagram** media download link by **/p/** - **/tv/** - **/reel/**", + "required_parameters": [ + { + "name": "link", + "type": "STRING", + "description": "", + "default": "https://www.instagram.com/p/CqIbCzYMi5C/" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "data": { + "full_name": "str", + "username": "str", + "medias": [ + { + "type": "str", + "link": "str", + "_list_length": 8 + } + ], + "comment_count": "int", + "like_count": "int", + "taken_at_timestamp": "int", + "caption": "str" + }, + "status": "bool" + } + }, + { + "category_name": "Social", + "tool_name": "Olato Quotes", + "api_name": "Motivation Quote", + "api_description": "It shows random quotes", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quotes", + "type": "STRING", + "description": "", + "default": "random quotes" + } + ], + "method": "GET", + "template_response": { + "quote": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Olato Quotes", + "api_name": "Success Quote", + "api_description": "It shows random quotes", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quotes", + "type": "STRING", + "description": "", + "default": "random quotes" + } + ], + "method": "GET", + "template_response": { + "quote": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Olato Quotes", + "api_name": "Love Quote", + "api_description": "It shows random quotes", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quotes", + "type": "STRING", + "description": "", + "default": "random quotes" + } + ], + "method": "GET", + "template_response": { + "quote": "str" + } + } + ], + "query": "I want to surprise my best friend with a personalized gift. Can you suggest some motivational quotes that I can engrave on the gift? Additionally, I need to gather some information about their favorite Instagram influencers. Please provide me with the Instagram user info of those influencers, including their biographies and follower counts. Also, suggest some related profiles that I can follow for more gift ideas.", + "relevant APIs": [ + [ + "Olato Quotes", + "Motivation Quote" + ], + [ + "Instagram Looter", + "Get User Info by user_id" + ], + [ + "Instagram Looter", + "Get User Related Profiles by user_id" + ] + ], + "query_id": 79019 + }, + { + "api_list": [ + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "User by Username", + "api_description": "Get a user by username", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "User by Id", + "api_description": "Get user by Id", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "detail": "str", + "exc_type": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Instagram API", + "api_name": "Media by URL", + "api_description": "Get a media by URL", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Olato Quotes", + "api_name": "Success Quote", + "api_description": "It shows random quotes", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quotes", + "type": "STRING", + "description": "", + "default": "random quotes" + } + ], + "method": "GET", + "template_response": { + "quote": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Olato Quotes", + "api_name": "Love Quote", + "api_description": "It shows random quotes", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quotes", + "type": "STRING", + "description": "", + "default": "random quotes" + } + ], + "method": "GET", + "template_response": { + "quote": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Olato Quotes", + "api_name": "Motivation Quote", + "api_description": "It shows random quotes", + "required_parameters": [], + "optional_parameters": [ + { + "name": "quotes", + "type": "STRING", + "description": "", + "default": "random quotes" + } + ], + "method": "GET", + "template_response": { + "quote": "str" + } + }, + { + "category_name": "Social", + "tool_name": "Reddit Fast Search", + "api_name": "Shadowban Checker", + "api_description": "This endpoint allows you to check if a Reddit user is shadowbanned. Shadowbanning is a practice where a user's actions and content are hidden from the public without their knowledge. This endpoint provides a way to detect if a user is affected by shadowbanning on Reddit.\n\nParameters:\n\nusername (string, optional): Specifies the username of the Reddit user to check for shadowbanning. The default value is set to \"John\".\nfull (boolean, optional): Determines whether additional user information should be returned in the response. If set to True, it includes details such as the user's join date, post karma, comment karma, and verified mail status. By default, it is set to False.\nproxy (string, optional): Specifies the proxy server to be used for the request. If required, you can provide the proxy server's details to route the request through a specific network or location. The default value is None, indicating no proxy is used.\ntimeout (integer, optional): Specifies the maximum time, in seconds, to wait for a response from the Reddit API. The default timeout is set to 5 seconds.\nReturns:\n\nThe endpoint returns a JSON response with the following fields:\n\nis_shadowbanned (boolean): Indicates whether the specified Reddit user is shadowbanned. If True, the user is shadowbanned. If False, the user is not shadowbanned.\nIf full is set to True, the response also includes the following additional fields:\nusername (string): The username of the Reddit user.\njoin_date (string): The date and time when the user joined Reddit.\npost_karma (string): The amount of karma the user has gained from posting.\ncomment_karma (string): The amount of karma the user has gained from commenting.\nverified_mail (string): Indicates whether the user has a verified email associated with their account.\nError Handling:\n\nThe endpoint handles potential errors during the process. If the provided username is invalid, a ValueError is raised with an HTTPException status code of 400 and an error message indicating the issue.\n\nPossible errors during the request process, such as proxy connection failures, request timeouts, or internal server errors, are handled as HTTPExceptions with status codes 500 and appropriate error details.\n\nNote:\n\nThe endpoint utilizes the Reddit API to fetch information about the user.\nProper validation and handling of the username parameter are performed to ensure the input is valid and avoid potential errors.\nThe endpoint supports the usage of proxy servers for the request if required.\nThe timeout parameter allows controlling the maximum waiting time for the response from the Reddit API.\nThe endpoint provides basic information about the user and helps identify if they are shadowbanned on Reddit.", + "required_parameters": [ + { + "name": "shadowban", + "type": "string", + "description": "", + "default": "shadowban" + } + ], + "optional_parameters": [ + { + "name": "proxy", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "timeout", + "type": "NUMBER", + "description": "", + "default": "5" + }, + { + "name": "username", + "type": "STRING", + "description": "(string, optional): Specifies the keyword to search for in the posts. Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"bitcoin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".", + "default": "John" + }, + { + "name": "full", + "type": "BOOLEAN", + "description": "", + "default": "true" + } + ], + "method": "GET", + "template_response": { + "is_shadowbanned": "bool", + "username": "str", + "join_date": "str", + "post_karma": "int", + "comment_karma": "int", + "verified_mail": "bool" + } + }, + { + "category_name": "Social", + "tool_name": "Reddit Fast Search", + "api_name": "Get Posts from Subreddit", + "api_description": "Get Posts from Subreddit", + "required_parameters": [ + { + "name": "get_subreddit_posts", + "type": "string", + "description": "", + "default": "get_subreddit_posts" + } + ], + "optional_parameters": [ + { + "name": "subreddit", + "type": "STRING", + "description": "(string, optional): Specifies the keyword to search for in the posts. Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"bitcoin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".", + "default": "askreddit" + }, + { + "name": "nsfw", + "type": "BOOLEAN", + "description": "(boolean, optional): Indicates whether to include NSFW (Not Safe for Work) posts in the search results. Default value is **True**.", + "default": "false" + }, + { + "name": "time", + "type": "STRING", + "description": "(string, optional): Specifies the time range for the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**year**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**month**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**week**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**day**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hour**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".", + "default": "all" + }, + { + "name": "full_data", + "type": "BOOLEAN", + "description": "(boolean, optional): Indicates whether to include the full data of each post in the search results. Default value is **False**.", + "default": "false" + }, + { + "name": "proxy", + "type": "STRING", + "description": "If no proxy value is provided (default is None), the search request will be made directly to the Reddit API without using a proxy.\n\nAlso you can use proxy https/socks5:\nexample:\nwith auth\nsocks5:127.0.0.1:1088:login:pass\nhttp:127.0.0.1:8080:login:pass\nwithout auth\nsocks5:127.0.0.1:1088\nhttp:127.0.0.1:8080", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "(string, optional): Specifies the sorting order of the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hot**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**top**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**new**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"comments\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".", + "default": "hot" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "(integer, optional): Specifies the maximum number of search results to retrieve. Must be between 1 and 250. Default value is 10.", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "total_posts": "int", + "success": "bool", + "data": [ + { + "title": "str", + "selftext": "str", + "img_url": "str", + "author": "str", + "author_fullname": "str", + "author_profile": "str", + "name": "str", + "subreddit_id": "str", + "subreddit": "str", + "upvote_ratio": "float", + "upVotes": "int", + "total_awards_received": "int", + "thumbnail": "str", + "allow_live_comments": "bool", + "permalink": "str", + "subreddit_subscribers": "int", + "num_crossposts": "int", + "created_date": "str", + "_list_length": 11 + } + ] + } + }, + { + "category_name": "Social", + "tool_name": "Reddit Fast Search", + "api_name": "Search Posts", + "api_description": "The endpoint utilizes the Reddit API's search functionality to retrieve the posts.\nTo obtain the best results, it is recommended to use appropriate search parameters, including the keyword, sorting order, time range, and limiting the number of results to a reasonable value.\nSetting the limit parameter to its maximum value of 250 allows you to retrieve the maximum number of search results in a single request.", + "required_parameters": [ + { + "name": "search_posts", + "type": "string", + "description": "This endpoint allows you to search for posts on Reddit. It retrieves a list of posts based on the specified search parameters. The search results can be filtered and sorted based on various criteria such as relevance, popularity, and time.Also in one request you can get up to 250 results.", + "default": "search_posts" + } + ], + "optional_parameters": [ + { + "name": "nsfw", + "type": "BOOLEAN", + "description": "(boolean, optional): Indicates whether to include NSFW (Not Safe for Work) posts in the search results. Default value is **True**.", + "default": "false" + }, + { + "name": "full_data", + "type": "BOOLEAN", + "description": "(boolean, optional): Indicates whether to include the full data of each post in the search results. Default value is **False**.", + "default": "false" + }, + { + "name": "time", + "type": "STRING", + "description": "(string, optional): Specifies the time range for the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**year**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**month**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**week**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**day**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hour**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**all**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".", + "default": "all" + }, + { + "name": "sort", + "type": "STRING", + "description": "(string, optional): Specifies the sorting order of the search results. Possible values are \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**hot**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**top**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**new**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", and \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"comments\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\". Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"**relevance**\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".", + "default": "relevance" + }, + { + "name": "keyword", + "type": "STRING", + "description": "(string, optional): Specifies the keyword to search for in the posts. Default value is \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"bitcoin\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\".", + "default": "bitcoin" + }, + { + "name": "proxy", + "type": "STRING", + "description": "If no proxy value is provided (default is None), the search request will be made directly to the Reddit API without using a proxy.\n\nAlso you can use proxy https/socks5:\nexample:\nwith auth\nsocks5:127.0.0.1:1088:login:pass\nhttp:127.0.0.1:8080:login:pass\nwithout auth\nsocks5:127.0.0.1:1088\nhttp:127.0.0.1:8080", + "default": "" + }, + { + "name": "restrict_sr", + "type": "BOOLEAN", + "description": "(boolean, optional): Indicates whether to restrict the search results to the specified subreddit. Default value is **True**.", + "default": "true" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "(integer, optional): Specifies the maximum number of search results to retrieve. Must be between 1 and 250. Default value is 10.", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm organizing a team-building event for my company and I'm looking for engaging activities and inspirational quotes to motivate my team. Can you recommend some exciting team-building games and provide quotes that promote teamwork and collaboration? Additionally, I would like to gather news articles about successful team-building events for further inspiration.", + "relevant APIs": [ + [ + "Olato Quotes", + "Motivation Quote" + ], + [ + "Reddit Fast Search", + "Get Posts from Subreddit" + ], + [ + "Reddit Fast Search", + "Search Posts" + ], + [ + "Instagram API", + "User by Username" + ] + ], + "query_id": 79081 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "SERP API", + "api_name": "/search", + "api_description": "Perform Google search and get results", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "liverpool" + } + ], + "optional_parameters": [ + { + "name": "gl", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "cr", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "tbs", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "num", + "type": "NUMBER", + "description": "", + "default": "20" + }, + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "hl", + "type": "STRING", + "description": "Locale of Google search results. E.g. en-US", + "default": "" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "title": "str", + "link": "str", + "snippet": "str", + "metaHtml": "str", + "_list_length": 18 + } + ], + "stats": { + "page": "NoneType", + "approximateResults": "str", + "seconds": "NoneType" + } + } + }, + { + "category_name": "Search", + "tool_name": "Webit Image Search", + "api_name": "Similar", + "api_description": "Search for Visually Similar images to an image from a previous Search result.", + "required_parameters": [ + { + "name": "image_id", + "type": "STRING", + "description": "The \\\"image_id\\\" of an image from search results to search similar images by.\n\nThe used image_id corresponds to the following image:\n![](https://img.freepik.com/free-photo/3d-aesthetics-with-shapes-vaporwave-style_23-2148981118.jpg?size=262&ext=jpg)", + "default": "7TJ6HT2DAUMDFITP4LSIJLWICKWRCQOE" + } + ], + "optional_parameters": [ + { + "name": "number", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "results": [ + { + "title": "NoneType", + "url": "NoneType", + "id": "NoneType", + "confidence": "float", + "_list_length": 10 + } + ], + "results_count": "int", + "number": "int", + "offset": "int" + }, + "message": "NoneType" + } + }, + { + "category_name": "Search", + "tool_name": "Webit Image Search", + "api_name": "Reverse (Search by Image)", + "api_description": "Reverse search by Image between billion of images.\n\nThis endpoint supports \"URL\" parameter only. For \"image\" file upload, use POST endpoint.", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "The URL to search images by. A default URL from Wikipedia containing the following pizza has been used.\n\n![](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Eq_it-na_pizza-margherita_sep2005_sml.jpg/260px-Eq_it-na_pizza-margherita_sep2005_sml.jpg)", + "default": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Eq_it-na_pizza-margherita_sep2005_sml.jpg/260px-Eq_it-na_pizza-margherita_sep2005_sml.jpg" + } + ], + "optional_parameters": [ + { + "name": "number", + "type": "NUMBER", + "description": "", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "results": [ + { + "title": "NoneType", + "url": "NoneType", + "id": "NoneType", + "confidence": "float", + "_list_length": 10 + } + ], + "results_count": "int", + "number": "int", + "offset": "int" + }, + "message": "NoneType" + } + }, + { + "category_name": "Search", + "tool_name": "Webit Image Search", + "api_name": "Search", + "api_description": "Webit Image Search API provides you a powerful endpoint to search billions of images from the world wide web featuring rating, reverse search by image and multi-lingual capabilities.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "pizza" + } + ], + "optional_parameters": [ + { + "name": "number", + "type": "NUMBER", + "description": "", + "default": "10" + }, + { + "name": "search_filter", + "type": "ENUM", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "data": { + "results": [ + { + "title": "NoneType", + "url": "NoneType", + "id": "NoneType", + "confidence": "float", + "_list_length": 10 + } + ], + "results_count": "int", + "number": "int", + "offset": "int" + }, + "message": "NoneType" + } + }, + { + "category_name": "Search", + "tool_name": "Trends keywords in different regions", + "api_name": "Get Trend keyword", + "api_description": "This API provides the flexibility to filter trending keywords based on a particular date, ensuring that developers receive precise and relevant information. By specifying the date as '2023-05-16', developers can retrieve trending keywords specifically for that day, enabling them to analyze and incorporate the most recent trends into their applications.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "", + "default": "2023-05-18" + }, + { + "name": "geo", + "type": "STRING", + "description": "", + "default": "US" + } + ], + "method": "GET", + "template_response": { + "geo": "str", + "date": "str", + "index": "int", + "formattedDate": "str", + "image": "str", + "articles": [ + { + "title": "str", + "timeAgo": "str", + "source": "str", + "image": { + "newsUrl": "str", + "source": "str", + "imageUrl": "str" + }, + "url": "str", + "snippet": "str", + "_list_length": 6 + } + ] + } + }, + { + "category_name": "Search", + "tool_name": "Trends keywords in different regions", + "api_name": "get geo map for regions", + "api_description": "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.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "NL": "str", + "SE": "str", + "CO": "str", + "TW": "str", + "NO": "str", + "TH": "str", + "NG": "str", + "NZ": "str", + "HK": "str", + "AU": "str", + "AT": "str", + "DE": "str", + "IT": "str", + "BE": "str", + "UA": "str", + "TR": "str", + "ZA": "str", + "VN": "str", + "US": "str", + "RO": "str", + "CH": "str", + "SA": "str", + "ES": "str", + "DK": "str", + "CZ": "str", + "JP": "str", + "AR": "str", + "SG": "str", + "BR": "str", + "ID": "str", + "CL": "str", + "PT": "str", + "PH": "str", + "MY": "str", + "GB": "str", + "RU": "str", + "EG": "str", + "FI": "str", + "CA": "str", + "GR": "str", + "PE": "str", + "IL": "str", + "IE": "str", + "MX": "str", + "KE": "str", + "PL": "str", + "HU": "str", + "FR": "str", + "KR": "str", + "IN": "str" + } + } + ], + "query": "I'm writing a blog post about the history of pizza and need some visual content. Can you find visually similar images to this image with image_id '7TJ6HT2DAUMDFITP4LSIJLWICKWRCQOE'? Additionally, search for the top 10 trending keywords in the US today.", + "relevant APIs": [ + [ + "Webit Image Search", + "Similar" + ], + [ + "Trends keywords in different regions", + "get geo map for regions" + ] + ], + "query_id": 79476 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "SERP API", + "api_name": "/search", + "api_description": "Perform Google search and get results", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "liverpool" + } + ], + "optional_parameters": [ + { + "name": "gl", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "cr", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "tbs", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "num", + "type": "NUMBER", + "description": "", + "default": "20" + }, + { + "name": "start", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "hl", + "type": "STRING", + "description": "Locale of Google search results. E.g. en-US", + "default": "" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "title": "str", + "link": "str", + "snippet": "str", + "metaHtml": "str", + "_list_length": 18 + } + ], + "stats": { + "page": "NoneType", + "approximateResults": "str", + "seconds": "NoneType" + } + } + }, + { + "category_name": "Search", + "tool_name": "Google Web Search", + "api_name": "Search", + "api_description": "Search", + "required_parameters": [ + { + "name": "query", + "type": "STRING", + "description": "Search query. You can use Google Search parameters.\n\ne.g. adele site:youtube.com\ne.g. harry potter filetype:pdf\ne.g. inurl:store\ne.g. ronaldo -cristiano", + "default": "World Cup" + } + ], + "optional_parameters": [ + { + "name": "related_keywords", + "type": "STRING", + "description": "Shows related keywords. Default: false\n\nEntering true, increases API latency", + "default": "true" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Max results number. Max recommended value is 300.", + "default": "20" + } + ], + "method": "GET", + "template_response": { + "search_term": "str", + "knowledge_panel": { + "name": "str", + "label": "str", + "description": { + "text": "str", + "url": "str", + "site": "str" + }, + "image": { + "url": "str", + "width": "int", + "height": "int", + "page_url": "str" + }, + "info": [ + { + "title": "str", + "labels": [ + "list of str with length 1" + ], + "_list_length": 4 + } + ] + }, + "results": [ + { + "position": "int", + "url": "str", + "title": "str", + "description": "str", + "_list_length": 20 + } + ], + "related_keywords": { + "spelling_suggestion_html": "NoneType", + "spelling_suggestion": "NoneType", + "keywords": [ + { + "position": "int", + "knowledge": { + "title": "str", + "label": "str", + "image": "NoneType" + }, + "keyword_html": "str", + "keyword": "str", + "_list_length": 10 + } + ] + } + } + }, + { + "category_name": "Search", + "tool_name": "Bing Autosuggest", + "api_name": "Suggestions", + "api_description": "This operation provides suggestions for a given query or partial query.", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The user's search term.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "safeSearch", + "type": "STRING", + "description": "Filter suggestions for adult content. The following are the possible filter values. Off: Return suggestions with adult text, images, or videos. Moderate: Return suggestion with adult text but not adult images or videos. Strict: Do not return news articles with adult text, images, or videos. If the request comes from a market that Bing's adult policy requires that safeSearch is set to Strict, Bing ignores the safeSearch value and uses Strict. If you use the site: query operator, there is the chance that the response may contain adult content regardless of what the safeSearch query parameter is set to. Use site: only if you are aware of the content on the site and your scenario supports the possibility of adult content.", + "default": "" + }, + { + "name": "cc", + "type": "STRING", + "description": "A 2-character country code of the country where the results come from. This API supports only the United States market. If you specify this query parameter, it must be set to us. If you set this parameter, you must also specify the Accept-Language header. Bing uses the first supported language it finds from the languages list, and combine that language with the country code that you specify to determine the market to return results for. If the languages list does not include a supported language, Bing finds the closest language and market that supports the request, or it may use an aggregated or default market for the results instead of a specified one. You should use this query parameter and the Accept-Language query parameter only if you specify multiple languages; otherwise, you should use the mkt and setLang query parameters. This parameter and the mkt query parameter are mutually exclusive\u2014do not specify both.", + "default": "" + }, + { + "name": "ResponseFormat", + "type": "ARRAY", + "description": "The media type to use for the response. The following are the possible case-insensitive values: JSON, JSONLD. The default is JSON. If you specify JSONLD, the response body includes JSON-LD objects that contain the search results.", + "default": "" + }, + { + "name": "setLang", + "type": "STRING", + "description": "The language to use for user interface strings. Specify the language using the ISO 639-1 2-letter language code. For example, the language code for English is EN. The default is EN (English). Although optional, you should always specify the language. Typically, you set setLang to the same language specified by mkt unless the user wants the user interface strings displayed in a different language. This parameter and the Accept-Language header are mutually exclusive; do not specify both. A user interface string is a string that's used as a label in a user interface. There are few user interface strings in the JSON response objects. Also, any links to Bing.com properties in the response objects apply the specified language.", + "default": "" + }, + { + "name": "mkt", + "type": "STRING", + "description": "The market where the results come from. You are strongly encouraged to always specify the market, if known. Specifying the market helps Bing route the request and return an appropriate and optimal response. This parameter and the cc query parameter are mutually exclusive\u2014do not specify both.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "_type": "str", + "errors": [ + { + "code": "str", + "subCode": "str", + "message": "str", + "moreDetails": "str", + "parameter": "str", + "value": "str", + "_list_length": 2 + } + ] + } + }, + { + "category_name": "Search", + "tool_name": "Neo Google Search", + "api_name": "Web Search", + "api_description": "This endpoint is used for web searches", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Search query", + "default": "New York " + } + ], + "optional_parameters": [ + { + "name": "lr", + "type": "STRING", + "description": "Restricts the search to documents written in a particular language", + "default": "lang_en" + }, + { + "name": "gl", + "type": "STRING", + "description": "The gl parameter value is a two-letter country code. The gl parameter boosts search results whose country of origin matches the parameter value", + "default": "US" + }, + { + "name": "num", + "type": "NUMBER", + "description": "Number of search results to return.\nValid values are integers between 1 and 20, inclusive", + "default": "10" + }, + { + "name": "start", + "type": "NUMBER", + "description": "The index of the first result to return.", + "default": "0" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "items": [ + { + "title": "str", + "htmlTitle": "str", + "link": "str", + "displayLink": "str", + "snippet": "str", + "htmlSnippet": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Search", + "tool_name": "Neo Google Search", + "api_name": "Image Search", + "api_description": "This endpoint is used for image searches", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Search query", + "default": "New York " + } + ], + "optional_parameters": [ + { + "name": "gl", + "type": "STRING", + "description": "The gl parameter value is a two-letter country code. The gl parameter boosts search results whose country of origin matches the parameter value", + "default": "US" + }, + { + "name": "lr", + "type": "STRING", + "description": "Restricts the search to documents written in a particular language", + "default": "lang_en" + }, + { + "name": "start", + "type": "NUMBER", + "description": "The index of the first result to return.", + "default": "0" + }, + { + "name": "num", + "type": "NUMBER", + "description": "Number of search results to return.\nValid values are integers between 1 and 20, inclusive", + "default": "10" + } + ], + "method": "GET", + "template_response": { + "status": "str", + "items": [ + { + "title": "str", + "thumbnailImageUrl": "str", + "originalImageUrl": "str", + "height": "int", + "width": "int", + "size": "str", + "contextLink": "str", + "_list_length": 10 + } + ] + } + }, + { + "category_name": "Search", + "tool_name": "YouTube Search Results", + "api_name": "YouTubeSearchResults", + "api_description": "Get all the YouTube Search Results Items and their Information! No limits and no Google API Key needed!", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "The URL Encoded search Query", + "default": "justin+bieber" + } + ], + "optional_parameters": [ + { + "name": "next", + "type": "STRING", + "description": "Leave empty if you want the results from the first page.\nUse the value from [nextpageRef] from the previous request (for example first page) to get the next page (for example 2nd page)\nMUST BE URL ENCODED", + "default": "" + } + ], + "method": "GET", + "template_response": { + "originalQuery": "str", + "correctedQuery": "str", + "results": "int", + "activeFilters": [ + { + "name": "str", + "active": "bool", + "url": "NoneType", + "description": "str", + "_list_length": 1 + } + ], + "refinements": "empty list", + "items": [ + { + "type": "str", + "title": "str", + "id": "str", + "url": "str", + "bestThumbnail": { + "url": "str", + "width": "int", + "height": "int" + }, + "thumbnails": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 2 + } + ], + "isUpcoming": "bool", + "upcoming": "NoneType", + "isLive": "bool", + "badges": [ + "list of str with length 1" + ], + "author": { + "name": "str", + "channelID": "str", + "url": "str", + "bestAvatar": { + "url": "str", + "width": "int", + "height": "int" + }, + "avatars": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 1 + } + ], + "ownerBadges": [ + "list of str with length 1" + ], + "verified": "bool" + }, + "description": "NoneType", + "views": "int", + "duration": "str", + "uploadedAt": "str", + "_list_length": 25 + } + ], + "continuation": "NoneType", + "status": "bool" + } + } + ], + "query": "I'm organizing a charity event and I need some sponsors. Can you provide me with a list of companies that are known for their philanthropic activities? Additionally, suggest some strategies for approaching and convincing potential sponsors to support our cause.", + "relevant APIs": [ + [ + "SERP API", + "/search" + ], + [ + "Bing Autosuggest", + "Suggestions" + ] + ], + "query_id": 79617 + }, + { + "api_list": [ + { + "category_name": "Search", + "tool_name": "Youtube Search_v3", + "api_name": "searchChannel", + "api_description": "Efficiently search for specific videos or playlists within a channel", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "(Required) Channel ID", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Search", + "tool_name": "Youtube Search_v3", + "api_name": "getPlaylist", + "api_description": "The \"getPlaylistDetails\" endpoint provides detailed information and metadata about a specific playlist on YouTube.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "(Required) Playlist ID", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Search", + "tool_name": "Youtube Search_v3", + "api_name": "getVideoDetails", + "api_description": "Retrieve comprehensive video details to enhance your application's functionality and provide users with valuable insights about the videos they are interacting with.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "(Required) Channel ID", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Search", + "tool_name": "License Plate to VIN", + "api_name": "License Plate to VIN", + "api_description": "License Plate to VIN", + "required_parameters": [ + { + "name": "state_code", + "type": "STRING", + "description": "State Code\nAL,AK,AZ,AR,CA,CO,CT,DE,DC,FL,GA,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MA,MI,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VT,VA,WA,WV,WI,WY", + "default": "AL" + }, + { + "name": "license_plate", + "type": "STRING", + "description": "", + "default": "S8TAN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str", + "status": "str", + "vin": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Google Search_v3", + "api_name": "Image Search", + "api_description": "This endpoint is used for image searches", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "", + "default": "Word Cup" + } + ], + "optional_parameters": [ + { + "name": "start", + "type": "STRING", + "description": "The index of the first result to return.", + "default": "0" + }, + { + "name": "num", + "type": "NUMBER", + "description": "Number of search results to return.\nValid values are integers between 1 and 20, inclusive", + "default": "10" + }, + { + "name": "gl", + "type": "STRING", + "description": "The gl parameter value is a two-letter country code. The gl parameter boosts search results whose country of origin matches the parameter value.", + "default": "us" + }, + { + "name": "lr", + "type": "STRING", + "description": "Restricts the search to documents written in a particular language", + "default": "lang_en" + } + ], + "method": "GET" + }, + { + "category_name": "Search", + "tool_name": "Google Search_v3", + "api_name": "Web Search", + "api_description": "This endpoint is used for web searches", + "required_parameters": [ + { + "name": "q", + "type": "STRING", + "description": "Search query", + "default": "word cup" + } + ], + "optional_parameters": [ + { + "name": "num", + "type": "NUMBER", + "description": "Number of search results to return.\nValid values are integers between 1 and 20, inclusive", + "default": "10" + }, + { + "name": "start", + "type": "STRING", + "description": "The index of the first result to return.", + "default": "0" + }, + { + "name": "gl", + "type": "STRING", + "description": "The gl parameter value is a two-letter country code. The gl parameter boosts search results whose country of origin matches the parameter value.", + "default": "us" + }, + { + "name": "lr", + "type": "STRING", + "description": "Restricts the search to documents written in a particular language", + "default": "lang_en" + } + ], + "method": "GET" + }, + { + "category_name": "Search", + "tool_name": "Emplois OPT-NC", + "api_name": "All", + "api_description": "L'int\u00e9gralit\u00e9 des [offres d'emploi](https://office.opt.nc/fr/emploi-et-carriere/postuler-lopt-nc/offres-emploi), sans pagination.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "nid": "str", + "titre": "str", + "intitule_poste": "str", + "reference_se": "str", + "niveau_diplome": "str", + "mission": "str", + "diplome_formation": "str", + "experience": "str", + "duree_contrat": "str", + "date_mise_en_ligne": "str", + "date_recrutement": "str", + "direction": "str", + "service": "str", + "site": "str", + "url_fiche_poste": "str", + "lien": "str", + "langcode": "str" + } + }, + { + "category_name": "Search", + "tool_name": "Bing Web Search", + "api_name": "Supported Countries", + "api_description": "You can search against these countries.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"Australia\": \"str\", \"Belgium\": \"str\", \"Brazil\": \"str\", \"Canada\": \"str\", \"China\": \"str\", \"France\": \"str\", \"Germany\": \"str\", \"India\": \"str\", \"Italy\": \"str\", \"Japan\": \"str\", \"Korea\": \"str\", \"Mexico\": \"str\", \"Netherlands\": \"str\", \"Poland\": \"str\", \"Russia\": \"str\", \"Spain\": \"str\", \"Sweden\": \"str\", \"Switzerland\": \"str\", \"United Kingdom\": \"str\", \"United States\": \"str\", \"Afghanistan\": \"str\", \"Albania\": \"str\", \"Algeria\": \"str\", \"American Samoa\": \"str\", \"Andorra\": \"str\", \"Angola\": \"str\", \"Anguilla\": \"str\", \"Antigua and Barbuda\": \"str\", \"Argentina\": \"str\", \"Armenia\": \"str\", \"Aruba\": \"str\", \"Austria\": \"str\", \"Azerbaijan\": \"str\", \"Bahamas\": \"str\", \"Bahrain\": \"str\", \"Bangladesh\": \"str\", \"Barbados\": \"str\", \"Belarus\": \"str\", \"Belize\": \"str\", \"Benin\": \"str\", \"Bermuda\": \"str\", \"Bhutan\": \"str\", \"Bolivia\": \"str\", \"Bosnia & Herzegovina\": \"str\", \"Botswana\": \"str\", \"British Virgin Islands\": \"str\", \"Brunei\": \"str\", \"Bulgaria\": \"str\", \"Burkina Faso\": \"str\", \"Burundi\": \"str\", \"Cabo Verde\": \"str\", \"Cambodia\": \"s" + }, + { + "category_name": "Search", + "tool_name": "Bing Web Search", + "api_name": "Supported Languages", + "api_description": "These languages are supported for to search.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"Arabic\": \"str\", \"Chinese (Simplified)\": \"str\", \"Chinese (Traditional)\": \"str\", \"Czech\": \"str\", \"Dutch\": \"str\", \"English\": \"str\", \"Finnish\": \"str\", \"French\": \"str\", \"German\": \"str\", \"Italian\": \"str\", \"Japanese\": \"str\", \"Korean\": \"str\", \"Polish\": \"str\", \"Portuguese (Brazil)\": \"str\", \"Russian\": \"str\", \"Spanish\": \"str\", \"Swedish\": \"str\", \"Turkish\": \"str\", \"Afrikaans\": \"str\", \"Albanian\": \"str\", \"Amharic\": \"str\", \"Armenian\": \"str\", \"Assamese\": \"str\", \"Azerbaijani (Latin)\": \"str\", \"Bangla\": \"str\", \"Basque\": \"str\", \"Belarusian\": \"str\", \"Bosnian (Latin)\": \"str\", \"Bulgarian\": \"str\", \"Catalan\": \"str\", \"Central Kurdish\": \"str\", \"Cherokee (Cherokee)\": \"str\", \"Croatian\": \"str\", \"Danish\": \"str\", \"Dari\": \"str\", \"Estonian\": \"str\", \"Filipino\": \"str\", \"Galician\": \"str\", \"Georgian\": \"str\", \"Greek\": \"str\", \"Gujarati\": \"str\", \"Hausa (Latin)\": \"str\", \"Hebrew\": \"str\", \"Hindi\": \"str\", \"Hungarian\": \"str\", \"Icelandic\": \"str\", \"Igbo\": \"str\", \"Indonesian\": \"str\", \"Irish\": \"str\", \"isiXhosa\": \"str\", \"isiZulu\": \"st" + } + ], + "query": "I want to surprise my mom with a special homemade dinner. Can you provide me with some recipe ideas for a three-course meal? Additionally, find me a YouTube playlist with relaxing music to play during the dinner.", + "relevant APIs": [ + [ + "Google Search_v3", + "Web Search" + ], + [ + "Youtube Search_v3", + "searchChannel" + ] + ], + "query_id": 79633 + }, + { + "api_list": [ + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "7. Get order history", + "api_description": "Get more information about all the orders placed on this customer and account", + "required_parameters": [ + { + "name": "customer", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "account_identifier", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "end_date", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "6. Get order information", + "api_description": "Get more information about an order", + "required_parameters": [ + { + "name": "order_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "4. Get list of rewards", + "api_description": "Gets the list of rewards available for the platform", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Cat", + "api_description": "Fetches a random cat picture.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Kitten", + "api_description": "Fetches random kitten image!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to surprise my friend with a unique gift for her birthday. Can you suggest some rewards available on the Rewards as a Service platform? Also, fetch a random kitten image to add some cuteness factor to the gift. Lastly, provide me with the order history for my account to see if I have any pending orders.", + "relevant APIs": [ + [ + "Rewards as a Service", + "4. Get list of rewards" + ], + [ + "Kitten Placeholder", + "Kitten" + ], + [ + "Rewards as a Service", + "7. Get order history" + ] + ], + "query_id": 79640 + }, + { + "api_list": [ + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "7. Get order history", + "api_description": "Get more information about all the orders placed on this customer and account", + "required_parameters": [ + { + "name": "customer", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "account_identifier", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "end_date", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "6. Get order information", + "api_description": "Get more information about an order", + "required_parameters": [ + { + "name": "order_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "4. Get list of rewards", + "api_description": "Gets the list of rewards available for the platform", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Cat", + "api_description": "Fetches a random cat picture.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Kitten", + "api_description": "Fetches random kitten image!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a charity event and need some rewards for the attendees. Can you suggest some rewards available on the Rewards as a Service platform that I can offer as incentives? Also, fetch a random kitten image to include in the event promotion materials. Lastly, provide me with the order history for my account to see if I have any pending orders.", + "relevant APIs": [ + [ + "Rewards as a Service", + "4. Get list of rewards" + ], + [ + "Kitten Placeholder", + "Kitten" + ], + [ + "Rewards as a Service", + "7. Get order history" + ] + ], + "query_id": 79644 + }, + { + "api_list": [ + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "7. Get order history", + "api_description": "Get more information about all the orders placed on this customer and account", + "required_parameters": [ + { + "name": "customer", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "account_identifier", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "end_date", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "6. Get order information", + "api_description": "Get more information about an order", + "required_parameters": [ + { + "name": "order_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Rewards as a Service", + "api_name": "4. Get list of rewards", + "api_description": "Gets the list of rewards available for the platform", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Cat", + "api_description": "Fetches a random cat picture.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Reward", + "tool_name": "Kitten Placeholder", + "api_name": "Kitten", + "api_description": "Fetches random kitten image!", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm planning a surprise trip for my best friend's bachelorette party. Can you suggest some rewards available on the Rewards as a Service platform that I can use to book activities and experiences? Also, fetch a random cat picture to create a fun mood for the trip. Lastly, provide me with the order history for my account to see if I have any pending bookings.", + "relevant APIs": [ + [ + "Rewards as a Service", + "4. Get list of rewards" + ], + [ + "Kitten Placeholder", + "Cat" + ], + [ + "Rewards as a Service", + "7. Get order history" + ] + ], + "query_id": 79645 + }, + { + "api_list": [ + { + "category_name": "Visual_Recognition", + "tool_name": "Document Image Validation", + "api_name": "GET Call", + "api_description": "Used to fetch api result using the request id received in responses.", + "required_parameters": [ + { + "name": "request_id", + "type": "STRING", + "description": "", + "default": "68bbb910-da9b-4d8a-9a1d-4bd878b19846" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Label Detection", + "api_name": "GET Label Detection", + "api_description": "the **important** thing is that you should use **image** as a query name\nExample (url?**image**=\u201cimage_url\u201d)", + "required_parameters": [ + { + "name": "image", + "type": "STRING", + "description": "", + "default": "https://m.media-amazon.com/images/I/71k6XnjuwkL._AC_SL1500_.jpg" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "labels": [ + { + "text": "str", + "score": "float", + "locale": "str", + "_list_length": 10 + } + ], + "success": "bool", + "dimensions": { + "height": "int", + "width": "int", + "type": "str" + } + } + }, + { + "category_name": "Visual_Recognition", + "tool_name": "Brand Recognition", + "api_name": "Get version", + "api_description": "Returns an actual version of the service in format `vX.Y.Z` where X is the version of API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "My company is launching a new product and we need to ensure its brand recognition. Please fetch the version of the brand recognition service. Additionally, perform label detection on the product image to identify the brand and provide the label along with its score.", + "relevant APIs": [ + [ + "Brand Recognition", + "Get version" + ], + [ + "Label Detection", + "GET Label Detection" + ] + ], + "query_id": 79968 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "HeyWatch Video Encoding", + "api_name": "GenerateVideoThumbnailSync", + "api_description": "Generate the thumbnail of the video (Sync)", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "23067224" + } + ], + "optional_parameters": [ + { + "name": "start", + "type": "NUMBER", + "description": "Offset in Second", + "default": "2" + }, + { + "name": "width", + "type": "NUMBER", + "description": "Image Width", + "default": "320" + }, + { + "name": "height", + "type": "NUMBER", + "description": "Image Height", + "default": "180" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "HeyWatch Video Encoding", + "api_name": "GetAccount", + "api_description": "Get account information", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "HeyWatch Video Encoding", + "api_name": "GetAllFormats", + "api_description": "Retrieve all the formats", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Lotto America", + "api_name": "Random QuickPick for Play", + "api_description": "Get a randomized Quick Pick for Lotto America. This is a random set of playable Powerball numbers", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Lotto America", + "api_name": "Get All Lotto America Drawings", + "api_description": "Get all winning drawings from Lotto America.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Lotto America", + "api_name": "Latest Drawing", + "api_description": "Get the latest, and last winning Lotto America winning number set.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Programming Memes Reddit", + "api_name": "Get All Memes", + "api_description": "Gets all memes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Guinness-World-Records-Api", + "api_name": "Get Records", + "api_description": "Get Guinness World Records for a given term", + "required_parameters": [ + { + "name": "term", + "type": "string", + "description": "", + "default": "push ups" + } + ], + "optional_parameters": [ + { + "name": "pageNum", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "maxResults", + "type": "NUMBER", + "description": "", + "default": "20" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Guinness-World-Records-Api", + "api_name": "Get Record Details", + "api_description": "Get the record details for a given href which will be returned from the \"Get Records\" request\n\n\nReturns details like who/what/where/when and an array of strings indicating the different paragraphs as displayed in guinnessworldrecords.com", + "required_parameters": [ + { + "name": "href", + "type": "STRING", + "description": "", + "default": "/world-records/82145-most-consecutive-vertical-push-ups" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "60K Radio Stations", + "api_name": "Get Genres", + "api_description": "Get genre list", + "required_parameters": [], + "optional_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "jap" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "60K Radio Stations", + "api_name": "Get Cities", + "api_description": "Get city list", + "required_parameters": [], + "optional_parameters": [ + { + "name": "country_id", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "Jakarta" + } + ], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "60K Radio Stations", + "api_name": "Get Countries", + "api_description": "Get country list", + "required_parameters": [], + "optional_parameters": [ + { + "name": "keyword", + "type": "STRING", + "description": "", + "default": "Aus" + } + ], + "method": "GET" + } + ], + "query": "I want to organize a company event and include some entertaining records. Can you fetch the Guinness World Records related to 'push ups' and provide the details of the record with the most consecutive vertical push-ups? Also, recommend a random Quick Pick for Lotto America to add some fun to our event.", + "relevant APIs": [ + [ + "Guinness-World-Records-Api", + "Get Records" + ], + [ + "Guinness-World-Records-Api", + "Get Record Details" + ], + [ + "Lotto America", + "Random QuickPick for Play" + ] + ], + "query_id": 81337 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Memeados", + "api_name": "drakelikehate", + "api_description": "Generate Drake Likes and Hates meme", + "required_parameters": [ + { + "name": "text2", + "type": "STRING", + "description": "", + "default": "This text is liked." + }, + { + "name": "text1", + "type": "STRING", + "description": "", + "default": "This text is hated" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Memeados", + "api_name": "Google Fake Autocomplete", + "api_description": "Generate Fake google autocomplete", + "required_parameters": [ + { + "name": "text1", + "type": "STRING", + "description": "", + "default": "Search" + }, + { + "name": "text3", + "type": "STRING", + "description": "", + "default": "search autocomplete 2" + }, + { + "name": "text2", + "type": "STRING", + "description": "", + "default": "search autocomplete 1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Memeados", + "api_name": "Sponge bob", + "api_description": "Generate Sponge Bob meme", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Example test" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Entertainment", + "tool_name": "Bruno Jokes", + "api_name": "Get a Joke", + "api_description": "Retrieves a joke", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a family gathering and we need some fun activities. Can you suggest some random words that can inspire our party games? Additionally, I'm interested in reading news articles about successful family gatherings for inspiration. Thank you for your assistance.", + "relevant APIs": [ + [ + "Memeados", + "Google Fake Autocomplete" + ], + [ + "Bruno Jokes", + "Get a Joke" + ] + ], + "query_id": 81506 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "Zanjir cryptocurrency payment gateway", + "api_name": "verify transactions (logs)", + "api_description": "You can confirm successful transactions using this API.", + "required_parameters": [ + { + "name": "in_wallet", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "Image QR code generator", + "api_name": "Red colour QR code generator", + "api_description": "Generate the QR code for anything you want.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "grayhat.in" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "FraudSentinel", + "api_name": "FraudSentinel", + "api_description": "Detailed JSON data from hundreds of IP classification databases.", + "required_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "127.0.0.1" + } + ], + "optional_parameters": [ + { + "name": "nocache", + "type": "BOOLEAN", + "description": "", + "default": "" + }, + { + "name": "paranoid", + "type": "BOOLEAN", + "description": "", + "default": false + } + ], + "method": "GET" + } + ], + "query": "I'm planning a road trip with my family and want to ensure the safety of our transactions. Could you verify the transactions made from my wallet address '0x39D2f3eF8a5C7f2Ee3bD4EaB6B9e5d4B6D4a2b1C'? Additionally, I need to generate a red color QR code for the URL 'www.familyroadtrip.com'.", + "relevant APIs": [ + [ + "Zanjir cryptocurrency payment gateway", + "verify transactions (logs)" + ], + [ + "Image QR code generator", + "Red colour QR code generator" + ] + ], + "query_id": 83220 + }, + { + "api_list": [ + { + "category_name": "Payments", + "tool_name": "Sigue payout", + "api_name": "batch", + "api_description": "batch process to retrieve payout transaction data", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "Image QR code generator", + "api_name": "Red colour QR code generator", + "api_description": "Generate the QR code for anything you want.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "grayhat.in" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Payments", + "tool_name": "Zanjir cryptocurrency payment gateway", + "api_name": "verify transactions (logs)", + "api_description": "You can confirm successful transactions using this API.", + "required_parameters": [ + { + "name": "in_wallet", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I want to create a QR code for my friend's website. Generate a QR code using the default URL 'grayhat.in' and provide me with the code. Also, retrieve the transaction logs for my friend's wallet and verify the successful transactions.", + "relevant APIs": [ + [ + "Image QR code generator", + "Red colour QR code generator" + ], + [ + "Zanjir cryptocurrency payment gateway", + "verify transactions (logs)" + ] + ], + "query_id": 83236 + }, + { + "api_list": [ + { + "category_name": "Energy", + "tool_name": "Electricity Carbon Footprint Germany", + "api_name": "CO2 Emission", + "api_description": "The CO2 Emission endpoint will provide carbon emissions in grams per Kilo-Watt-Hour. To latest and historical footprint information for electricity in Germany.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "date", + "type": "STRING", + "description": "Allows retrieving historical values (back to yr 2017) .\n\nAccepted formats:\n\n- YYYY-MM-DD\n- MM/DD/YYYY\n- Unix Timestamp (ms)", + "default": "2022-08-20" + } + ], + "method": "GET", + "template_response": { + "date": "str", + "co2perKwh": "int", + "trend": { + "avg30": "int", + "avg365": "int" + } + } + }, + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "Get specific country", + "api_description": "Get fuel prices for a specific country", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "Germany" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "All Countries", + "api_description": "Get all of Europe countries Fuel prices", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "proclima", + "api_name": "dolar", + "api_description": "dolar", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "Retrieve Compensation", + "api_description": "Response contains full compensation details (if exists, and owner is account).", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "0xF0F2e446EeD32236EA0c78a6E4a91Ed712654799" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "err": "str" + } + }, + { + "category_name": "Energy", + "tool_name": "CO2 Offset", + "api_name": "List existing Compensations", + "api_description": "Returns a list of all existing co2offset certificates linked to account.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "messages": "str", + "info": "str" + } + } + ], + "query": "I'm planning a sustainable wedding and I want to calculate the carbon footprint of our energy usage. Can you provide me with the CO2 emissions per kilowatt-hour for electricity in Germany? Additionally, I would like to know the fuel prices for diesel and gasoline in Germany to estimate the emissions from transportation.", + "relevant APIs": [ + [ + "Electricity Carbon Footprint Germany", + "CO2 Emission" + ], + [ + "Europe Fuel Prices", + "Get specific country" + ] + ], + "query_id": 84074 + }, + { + "api_list": [ + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "All Countries", + "api_description": "Get all of Europe countries Fuel prices", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "Europe Fuel Prices", + "api_name": "Get specific country", + "api_description": "Get fuel prices for a specific country", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "Germany" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "diesel_price": "float", + "gasoline_price": "float" + } + }, + { + "category_name": "Energy", + "tool_name": "Regionalkonzept Strom Herkunft", + "api_name": "entnahme", + "api_description": "Endpunkt erlaubt eine Liste der Postleitzahlenbereiche zu erhalten, in denen Erzeugungsanlagen sein d\u00fcrfen, die f\u00fcr einen Verbraucher (Entnahme) an gegebener Postleitzahl ist.\n\n**Regionaler Herkunftsnachweis**\nBei Verwendung von Regionalnachweisen d\u00fcrfen Stromversorger nun in ihrer Stromkennzeichnung ausweisen, dass der von ihnen gelieferte EEG-Strom aus Anlagen in der Region der Verbraucherin oder des Verbrauchers kommt. [weitere Informationen](https://www.umweltbundesamt.de/dokument/rnr-regionenkonzept-2021/)\n\n**Verwendung**\n`/entnahme?postleitzahl=10117 `\n\nLiefert eine Liste der Postleitzahlen, an der eine Erzeugungsanlage sein darf, damit der Strom als regionaler \u00d6kostrom bezeichnet werden darf, wenn die Netzentnahme (Verbrauch) in der Postleitzahl `10117` stattfindet.\n\nDatenstand: 2021", + "required_parameters": [ + { + "name": "postleitzahl", + "type": "STRING", + "description": "Postleitzahl des Verbrauchers (Entnahmestelle)", + "default": "09669" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Energy", + "tool_name": "Regionalkonzept Strom Herkunft", + "api_name": "erzeugung", + "api_description": "Endpunkt erlaubt eine Liste der Postleitzahlenbereiche zu erhalten, in denen Verbraucher sein d\u00fcrfen, die von einer Erzeugungsanlage von angegebener Postleitzahl ihren Strom beziehen sollen.\n\n**Regionaler Herkunftsnachweis**\nBei Verwendung von Regionalnachweisen d\u00fcrfen Stromversorger nun in ihrer Stromkennzeichnung ausweisen, dass der von ihnen gelieferte EEG-Strom aus Anlagen in der Region der Verbraucherin oder des Verbrauchers kommt. [weitere Informationen](https://www.umweltbundesamt.de/dokument/rnr-regionenkonzept-2021/)\n\n**Verwendung**\n`/erzeugung?postleitzahl=10117 `\n\nLiefert eine Liste der Postleitzahlen, an der eine Verbraucher sein darf, damit der Strom als regionaler \u00d6kostrom bezeichnet werden darf, wenn dessen Netzeinspeisung (Erzeuger) in der Postleitzahl `10117` stattfindet.\n\nDatenstand: 2021", + "required_parameters": [ + { + "name": "postleitzahl", + "type": "STRING", + "description": "Postleitzahl der Erzeugungsanlage, f\u00fcr die eine Liste der Postleitzahlen von Verbrauchergebiete einers regionalen \u00d6kostrombezugs erstellt werden soll.", + "default": "01609" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Energy", + "tool_name": "Regionalkonzept Strom Herkunft", + "api_name": "Strommix", + "api_description": "Resultierender Strommix nach Anwendung der regionalen \u00d6kostromerzeugung im Gebiet einer Postleitzahl.", + "required_parameters": [ + { + "name": "postleitzahl", + "type": "STRING", + "description": "", + "default": "69168" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a journalist working on an article about sustainable energy consumption. Can you fetch the fuel prices for Germany and the Strommix information for Berlin? Additionally, provide me with the list of postcodes where renewable energy can be generated in Berlin.", + "relevant APIs": [ + [ + "Europe Fuel Prices", + "Get specific country" + ], + [ + "Regionalkonzept Strom Herkunft", + "Strommix" + ], + [ + "Regionalkonzept Strom Herkunft", + "entnahme" + ] + ], + "query_id": 84084 + }, + { + "api_list": [ + { + "category_name": "Medical", + "tool_name": "The Cancer Imaging Archive", + "api_name": "getManufacturerValues", + "api_description": "Returns a set of all manufacturer names filtered by query keys", + "required_parameters": [], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "Specify output type. Allowed values CSV/HTML/XML/JSON", + "default": "" + }, + { + "name": "Collection", + "type": "STRING", + "description": "A label used to name a set of images collected for a specific trial or other reason. Assigned during the process of curating the data.", + "default": "" + }, + { + "name": "BodyPartExamined", + "type": "STRING", + "description": "Standard DICOM definition (0018x0015)", + "default": "" + }, + { + "name": "Modality", + "type": "STRING", + "description": "Standard DICOM definition (0008x0060)", + "default": "" + } + ], + "method": "GET", + "template_response": { + "Manufacturer": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "The Cancer Imaging Archive", + "api_name": "getModalityValues", + "api_description": "getModalityValues", + "required_parameters": [], + "optional_parameters": [ + { + "name": "Collection", + "type": "STRING", + "description": "A label used to name a set of images collected for a specific trial or other reason. Assigned during the process of curating the data.", + "default": "" + }, + { + "name": "BodyPartExamined", + "type": "STRING", + "description": "Entered on a per collection basis using relevant SNOMED terms. (DICOM Tag 0018x0015)", + "default": "" + }, + { + "name": "Modality", + "type": "STRING", + "description": "Standard DICOM definition (DICOM Tag 0008x0060)", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "Specify output type. Allowed values CSV/HTML/XML/JSON", + "default": "" + } + ], + "method": "GET", + "template_response": { + "Modality": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "The Cancer Imaging Archive", + "api_name": "getPatient", + "api_description": "Returns a set of patient objects filtered by query keys", + "required_parameters": [], + "optional_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "Specify output type. Allowed values CSV/HTML/XML/JSON", + "default": "" + }, + { + "name": "Collection", + "type": "STRING", + "description": "A label used to name a set of images collected for a specific trial or other reason. Assigned during the process of curating the data.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "PatientID": "str", + "PatientName": "str", + "Collection": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "EndlessMedicalAPI", + "api_name": "GetFeatures", + "api_description": "GetFeatures", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "data": [ + "list of str with length 837" + ] + } + }, + { + "category_name": "Medical", + "tool_name": "EndlessMedicalAPI", + "api_name": "GetOutcomes", + "api_description": "GetOutcomes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "data": [ + "list of str with length 385" + ] + } + }, + { + "category_name": "Medical", + "tool_name": "EndlessMedicalAPI", + "api_name": "InitSession", + "api_description": "Initializes API Session", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "str", + "SessionID": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "eGFR Calculator (Glomerular filtration rate calculator) ", + "api_name": "eGFR Calculation for Creatinine value in mg/dl", + "api_description": "API documentation for eGFR1 (for Creatinine value in mg/dl)\n\n\nAPI Documentation: eGFR Calculator API\n\nIntroduction\n\n\nThis API provides a way to calculate the Estimated Glomerular Filtration Rate (eGFR) for assessing renal function using the 2021 CKD-EPI formula. The eGFR is a measure of the kidney's ability to filter waste from the blood, and is an important indicator of renal health.\nEndpoint\n\nThe API endpoint for the eGFR calculation is:\n\n\nhttps://api.algomed.in/egfr1\n\n\nInput\n\nThe API requires the following input parameters to be passed in the request body as a JSON object:\n* creatinine (float): The patient's creatinine level, in mg/dL. \n* age (integer): The patient's age, in years.\n* Female (boolean): Is the patient a female, True or false.\n\n\nInput example:\n\nHere is an example for an input request \n\nhttps://api.algomed.in/egfr1?creat=1.2&female=true&age=50\n\nHere the creatinine is 1.2 mg/dl, The gender is female (Female = true) and age of the patient is 50 years. \n\ncurl -X 'GET' \n 'https://api.algomed.in/egfr1?creat=1.2&female=true&age=50' \n -H 'accept: application/json'\n\n\nOutput\nThe API returns a JSON object with the following structure:\n\n{\n \"egfr\": 55, ==> The calculated eGFR value\n \"units\": \"mL/min/1.73m2\", ==> The units for the same\n \"CKD category\": \"G3a\", ==> CKD category based on current guidelines \n \"details\": \"This falls in category of mildly to moderately decreased eGFR\" ==> Information about the CKD category\n}\n\n\n\nExample\nHere is an example of a request to the API endpoint:\n\nGET https://api.algomed.in/egfr1?creat=1.2&female=true&age=50\n\nAnd the corresponding response from the API:\n\n{\n \"egfr\": 55,\n \"units\": \"mL/min/1.73m2\",\n \"CKD category\": \"G3a\",\n \"details\": \"This falls in category of mildly to moderately decreased eGFR\"\n}\n\n\nError Codes\nIn case of any errors, the API returns a JSON object with the following structure:\n* error: A string indicating the error that occurred.\n* message: A detailed error message.\nNotes\n* The creatinine value must be entered in mg/dL.\n* The API only accepts requests with the 'application/json' content type.\n* The API returns a 500 Internal Server Error response in case of any internal errors.\nDisclaimer\nThis API is provided for informational purposes only and is not intended to be used for medical advice, diagnosis, or treatment. The results of the eGFR calculation should always be interpreted in the context of a comprehensive medical evaluation by a qualified healthcare professional.", + "required_parameters": [ + { + "name": "age", + "type": "NUMBER", + "description": "", + "default": "50" + }, + { + "name": "creat", + "type": "NUMBER", + "description": "", + "default": "1.2" + }, + { + "name": "female", + "type": "BOOLEAN", + "description": "", + "default": "true" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "eGFR Calculator (Glomerular filtration rate calculator) ", + "api_name": "eGFR Calculation for Creatinine value in \u03bcmol/L", + "api_description": "API documentation for eGFR2 (for Creatinine value in \u03bcmol/L)\n\n\n\n\nIntroduction\n\n\nThis API provides a way to calculate the Estimated Glomerular Filtration Rate (eGFR) for assessing renal function using the 2021 CKD-EPI formula. The eGFR is a measure of the kidney's ability to filter waste from the blood, and is an important indicator of renal health.\nEndpoint\n\nThe API endpoint for the eGFR calculation is:\n\n\nhttps://api.algomed.in/egfr2\n\n\nInput\n\nThe API requires the following input parameters to be passed in the request body as a JSON object:\n* creatinine (float): The patient's creatinine level, in \u03bcmol/L. \n* age (integer): The patient's age, in years.\n* Female (boolean): Is the patient a female, True or false.\n\n\nInput example:\n\nHere is an example for an input request \n\nhttps://api.algomed.in/egfr1?creat=100.0&female=true&age=50\n\nHere the creatinine is 100.0 \u03bcmol/L, The gender is female (Female = true) and age of the patient is 50 years. \n\ncurl -X 'GET' \n 'https://api.algomed.in/egfr1?creat=1.2&female=true&age=50' \n -H 'accept: application/json'\n\n\nOutput\nThe API returns a JSON object with the following structure:\n\n{\n \"egfr\": 59, ==> The calculated eGFR value\n \"units\": \"mL/min/1.73m2\", ==> The units for the same\n \"CKD category\": \"G3a\", ==> CKD category based on current guidelines \n \"details\": \"This falls in category of mildly to moderately decreased eGFR\" ==> Information about the CKD category\n}\n\n\n\nExample\nHere is an example of a request to the API endpoint:\n\nGET https://api.algomed.in/egfr1?creat=100.0&female=true&age=50\n\nAnd the corresponding response from the API:\n\n{\n \"egfr\": 59,\n \"units\": \"mL/min/1.73m2\",\n \"CKD category\": \"G3a\",\n \"details\": \"This falls in category of mildly to moderately decreased eGFR\"\n}\n\n\nError Codes\nIn case of any errors, the API returns a JSON object with the following structure:\n* error: A string indicating the error that occurred.\n* message: A detailed error message.\nNotes\n* The creatinine value must be entered in \u03bcmol/L.\n* The API only accepts requests with the 'application/json' content type.\n* The API returns a 500 Internal Server Error response in case of any internal errors.\nDisclaimer\nThis API is provided for informational purposes only and is not intended to be used for medical advice, diagnosis, or treatment. The results of the eGFR calculation should always be interpreted in the context of a comprehensive medical evaluation by a qualified healthcare professional.", + "required_parameters": [ + { + "name": "female", + "type": "BOOLEAN", + "description": "", + "default": "true" + }, + { + "name": "creatmicromol", + "type": "NUMBER", + "description": "", + "default": "100.0" + } + ], + "optional_parameters": [ + { + "name": "age", + "type": "NUMBER", + "description": "", + "default": "50" + } + ], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "Konviere DrugsAPI", + "api_name": "Get Adverse Event Info by Reaction & Sex", + "api_description": "This web method will return a summary dataset related to the adverse events information using the \u201creaction\u201d the reaction and \u201csex\u201d the patient sex (0: unknown, 1: male, 2: female), these input parameters are required.\nAll web method requires the \"api_key\" as query parameter.", + "required_parameters": [ + { + "name": "sex", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "api_key", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "reaction", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Konviere DrugsAPI", + "api_name": "Get Adverse Event Info by Reaction, Sex & Age Group", + "api_description": "This web method will return a summary dataset related to the adverse events information using the \u201creaction\u201d the reaction, \u201csex\u201d the patient sex (0: unknown, 1: male, 2: female) and \u201cageGrp\u201d age group (1: Neonate, 2: Infant,3: Child,4: Adolescent,5: Adult,6: Elderly), these input parameters are required. All web method requires the \"api_key\" as query parameter.", + "required_parameters": [ + { + "name": "ageGrp", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "sex", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "api_key", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "reaction", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Konviere DrugsAPI", + "api_name": "Get Adverse Event Info by Reaction, Sex, Age Group & Drug Name", + "api_description": "This web method will return a summary dataset related to the adverse events information using the \u201creaction\u201d the reaction, \u201csex\u201d the patient sex (0: unknown, 1: male, 2: female), \u201cageGrp\u201d age group (1: Neonate, 2: Infant,3: Child,4: Adolescent,5: Adult,6: Elderly) and \u201cdrgNm\u201d the drug name or brand \nname, these input parameters are required. All web method requires the \"api_key\" as query parameter.", + "required_parameters": [ + { + "name": "drgNm", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "sex", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "reaction", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "api_key", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "ageGrp", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "GetGuidelines", + "api_name": "all", + "api_description": "All guidelines", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "GetGuidelines", + "api_name": "vac", + "api_description": "Vaccinations only", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm a medical student studying cancer imaging. Can you provide me with the list of available modalities used in cancer imaging? Additionally, I would like to access the patient data from clinical trials. Finally, I need some information about the adverse events related to specific drugs used in cancer treatment.", + "relevant APIs": [ + [ + "The Cancer Imaging Archive", + "getModalityValues" + ], + [ + "The Cancer Imaging Archive", + "getPatient" + ], + [ + "Konviere DrugsAPI", + "Get Adverse Event Info by Reaction, Sex, Age Group & Drug Name" + ] + ], + "query_id": 84575 + }, + { + "api_list": [ + { + "category_name": "Medical", + "tool_name": "Drug Info and Price History", + "api_name": "genericname", + "api_description": "Given a brand name, returns a generic name", + "required_parameters": [], + "optional_parameters": [ + { + "name": "drug", + "type": "STRING", + "description": "", + "default": "advil" + } + ], + "method": "GET", + "template_response": { + "generic_name": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Drug Info and Price History", + "api_name": "Drug Info", + "api_description": "Returns information about the given drug", + "required_parameters": [ + { + "name": "drug", + "type": "STRING", + "description": "", + "default": "advil" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"product_ndc\": \"str\", \"generic_name\": \"str\", \"labeler_name\": \"str\", \"brand_name\": \"str\", \"active_ingredients\": [{\"name\": \"str\", \"strength\": \"str\", \"_list_length\": 2}], \"finished\": \"bool\", \"packaging\": [{\"package_ndc\": \"str\", \"description\": \"str\", \"marketing_start_date\": \"str\", \"sample\": \"bool\", \"_list_length\": 21}], \"listing_expiration_date\": \"str\", \"openfda\": {\"manufacturer_name\": [\"list of str with length 1\"], \"rxcui\": [\"list of str with length 1\"], \"spl_set_id\": [\"list of str with length 1\"], \"is_original_packager\": [\"list of bool with length 1\"], \"nui\": [\"list of str with length 3\"], \"pharm_class_moa\": [\"list of str with length 1\"], \"pharm_class_cs\": [\"list of str with length 1\"], \"pharm_class_epc\": [\"list of str with length 1\"], \"unii\": [\"list of str with length 2\"]}, \"marketing_category\": \"str\", \"dosage_form\": \"str\", \"spl_id\": \"str\", \"product_type\": \"str\", \"route\": [\"list of str with length 1\"], \"marketing_start_date\": \"str\", \"product_id\": \"str\", \"application_number\": \"str\", \"br" + }, + { + "category_name": "Medical", + "tool_name": "Drug Info and Price History", + "api_name": "Price History", + "api_description": "Returns an array of price histories when given a valid drug ID.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Hapihub", + "api_name": "Get Fixtures", + "api_description": "Fetch a list of fixtures", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Hapihub", + "api_name": "Healthcheck", + "api_description": "Service healtcheck endpoint", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "mode": "str", + "version": "str", + "build": { + "version": "str", + "builddate": "str", + "gitcommit": "str" + }, + "hostname": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Hapihub", + "api_name": "Version metadata", + "api_description": "Retrieve the server's version metadata", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "mode": "str", + "version": "str", + "build": { + "version": "str", + "builddate": "str", + "gitcommit": "str" + }, + "hostname": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "23andMe", + "api_name": "drug_responses", + "api_description": "Our analysis of how each profile responds to these drugs (starred reports). status is reduced, typical, or increased for a person, not_applicable if the drug is not applicable to them (e.g., the oral contraceptives report is for women only), or null if they're not analyzed at any of the markers.", + "required_parameters": [ + { + "name": "profile_id", + "type": "STRING", + "description": "profile_id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "23andMe", + "api_name": "carriers", + "api_description": "Our analysis of whether or not each profile is a carrier for these diseases (starred reports). The person has 0, 1, or 2 mutations, or null if they're not analyzed at any of the markers. Normally, with one mutation, the person is considered a \"carrier\" and can pass the mutation to children; with two, the person is likely to be affected by the disease.", + "required_parameters": [ + { + "name": "profile_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "23andMe", + "api_name": "genomes", + "api_description": "Returns the entire profile's genome as a packed string of base pairs \"AACTGA...\". This ~2MB request returns over a million SNP locations, so you must specify profile_id. If the profile has not yet unlocked certain SNPs, they'll be replaced with __. To know which SNP corresponds to which index in the string, see this key. When our genotyping chip is upgraded, the packed string and corresponding key will grow, but the changes will be backwards-compatible additions.", + "required_parameters": [ + { + "name": "profile_id", + "type": "STRING", + "description": "profile_id", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "ZomiDictionary", + "api_name": "ZomiDictionary", + "api_description": "Zomi Dictionary", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I am searching for the generic name of a drug. Can you help me with that? Also, I would like to access the Zomi Dictionary for some language translations.", + "relevant APIs": [ + [ + "Drug Info and Price History", + "genericname" + ], + [ + "ZomiDictionary", + "ZomiDictionary" + ] + ], + "query_id": 84585 + }, + { + "api_list": [ + { + "category_name": "Medical", + "tool_name": "Covid-19 by API-Ninjas", + "api_name": "/v1/covid19", + "api_description": "API Ninjas Covid19 API endpoint. Either **date** or **country** must be set.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "type", + "type": "STRING", + "description": "type of data to retrieve. Must be either cases or deaths. If not set, cases will be used by default.", + "default": "" + }, + { + "name": "country", + "type": "STRING", + "description": "country name (case insensitive).", + "default": "" + }, + { + "name": "date", + "type": "STRING", + "description": "date to retrieve single-day snapshot. Must be in the form of YYYY-MM-DD (e.g. 2022-01-01)", + "default": "2022-01-01" + }, + { + "name": "county", + "type": "STRING", + "description": "county name for US states (case insensitive). For United States data only. Must be used in conjunction with country (United States) and region (e.g. California).", + "default": "" + }, + { + "name": "region", + "type": "STRING", + "description": "administrative region (also known as state or province in many countries) name (case insensitive). Must be used in conjunction with country. If not set, countries with data broken down by administrative regions will return separate data for each region.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "GetGuidelines", + "api_name": "vac", + "api_description": "Vaccinations only", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "GetGuidelines", + "api_name": "all", + "api_description": "All guidelines", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Medical", + "tool_name": "Konviere DrugsAPI", + "api_name": "Get Drug Info by Drug Name & Route", + "api_description": "This web method will return all the dataset related to the drug information using the \u201cdrgNm\u201d the drug name or brand name or drug product and \u201cdrgRte\u201d drug route, these input parameters are required. All web method requires the \"api_key\" as query parameter.", + "required_parameters": [ + { + "name": "drgRte", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "drgNm", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "api_key", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Konviere DrugsAPI", + "api_name": "Get Adverse Event Info by Reaction, Sex, Age Group & Drug Name", + "api_description": "This web method will return a summary dataset related to the adverse events information using the \u201creaction\u201d the reaction, \u201csex\u201d the patient sex (0: unknown, 1: male, 2: female), \u201cageGrp\u201d age group (1: Neonate, 2: Infant,3: Child,4: Adolescent,5: Adult,6: Elderly) and \u201cdrgNm\u201d the drug name or brand \nname, these input parameters are required. All web method requires the \"api_key\" as query parameter.", + "required_parameters": [ + { + "name": "drgNm", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "sex", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "reaction", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "api_key", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "ageGrp", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Medical", + "tool_name": "Konviere DrugsAPI", + "api_name": "Get Adverse Event Info by Reaction, Sex & Age Group", + "api_description": "This web method will return a summary dataset related to the adverse events information using the \u201creaction\u201d the reaction, \u201csex\u201d the patient sex (0: unknown, 1: male, 2: female) and \u201cageGrp\u201d age group (1: Neonate, 2: Infant,3: Child,4: Adolescent,5: Adult,6: Elderly), these input parameters are required. All web method requires the \"api_key\" as query parameter.", + "required_parameters": [ + { + "name": "ageGrp", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "sex", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "api_key", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "reaction", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning a family vacation and I need to gather information about the COVID-19 situation in Italy. Can you provide me with the COVID-19 cases and deaths data for Italy? Moreover, fetch the adverse event information by reaction, sex, and age group for Ibuprofen.", + "relevant APIs": [ + [ + "Covid-19 by API-Ninjas", + "/v1/covid19" + ], + [ + "Konviere DrugsAPI", + "Get Adverse Event Info by Reaction, Sex & Age Group" + ] + ], + "query_id": 84593 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "\u200b/youtube/weekly/{year}/{nthweek}", + "api_description": "Most viewed youtube music videos on ...nth week of ....year (E.g 21st week of 2019: /youtube/weekly/2019/21)", + "required_parameters": [ + { + "name": "nthweek", + "type": "string", + "description": "", + "default": "21" + }, + { + "name": "year", + "type": "string", + "description": "", + "default": "2019" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ranking": "str", + "status": "str", + "video": "str", + "link": "str", + "weeks": "str", + "peak": "str", + "views": "str", + "views_delta": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/topartist/{year}", + "api_description": "Youtube top artist of all time / or at a specific year.\nLeave {year} blank for all time data, or specify a year.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "year", + "type": "string", + "description": "", + "default": "2019" + } + ], + "method": "GET", + "template_response": { + "ranking": "str", + "artist": "str", + "views": "str" + } + }, + { + "category_name": "Music", + "tool_name": "MusicData API", + "api_name": "/youtube/video/{videoID}", + "api_description": "Specific Youtube music video statistics", + "required_parameters": [ + { + "name": "videoID", + "type": "string", + "description": "", + "default": "kJQP7kiw5Fk" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "track": "str", + "link": "str", + "general": { + "Published": "str", + "Total views": "str", + "Expected to hit 8,500,000,000 on": "str", + "Most views in a day": "str", + "Likes": "str" + }, + "other_data": [ + "list of str with length 20" + ] + } + }, + { + "category_name": "Music", + "tool_name": "Miza", + "api_name": "IP address check", + "api_description": "Retrieves the host (server) and remote (your) IP addresses. A fast and responsive endpoint that is also handy for checking whether the service is online.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Miza", + "api_name": "Playlist extraction", + "api_description": "Produces information on all songs in a playlist (YouTube, Spotify, SoundCloud, etc), with much faster response time than most other available tools. Currently O(1) for YouTube, O(log n) for Spotify, and O(log n) for SoundCloud. See [this article](http://i.mizabot.xyz/f/Bc9AUlCRkA) for the algorithm behind the YouTube playlists specifically.", + "required_parameters": [ + { + "name": "search", + "type": "STRING", + "description": "", + "default": "https://www.youtube.com/playlist?list=PLXFwTY00FRUUZzL_Vjhy-bE8WIao3eyOi" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Miza", + "api_name": "Retrieve file", + "api_description": "Retrieves a file hosted by the server. This link is usually obtained by replacing the /p/ path in the /merge and /edit endpoint responses with /f/ or /d/. The request fails if the file requested does not exist or has been deleted.", + "required_parameters": [ + { + "name": "path", + "type": "string", + "description": "", + "default": "ABCDEF" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "SoundCloud Charts API", + "api_name": "Trending and Top Charts", + "api_description": "Get trending (New & Hot) and top charts from SoundCloud", + "required_parameters": [ + { + "name": "genre", + "type": "STRING", + "description": "all-music, ambient, classical, hiphoprap, alternativerock, country, danceedm, dancehall, deephouse, disco, drumbass, dubstep, electronic, folksingersongwriter, hiphoprap, house, indie, jazzblues, latin, metal, piano, pop, reggae, reggaeton, rock, soundtrack, techno, trance, trap, triphop, world .\nAll in this format: soundcloud:genres:disco", + "default": "soundcloud:genres:rbsoul" + }, + { + "name": "kind", + "type": "STRING", + "description": "'trending' or 'top'", + "default": "trending" + } + ], + "optional_parameters": [ + { + "name": "limit", + "type": "STRING", + "description": "", + "default": "50" + }, + { + "name": "region", + "type": "STRING", + "description": "ISO2 Country codes like US, DE, GB. Use in this format:\nsoundcloud:regions:DE", + "default": "soundcloud:regions:US" + } + ], + "method": "GET", + "template_response": "{\"data\": {\"collection\": [{\"score\": \"float\", \"track\": {\"artwork_url\": \"str\", \"caption\": \"NoneType\", \"comment_count\": \"int\", \"commentable\": \"bool\", \"created_at\": \"str\", \"description\": \"str\", \"display_date\": \"str\", \"download_count\": \"int\", \"downloadable\": \"bool\", \"duration\": \"int\", \"embeddable_by\": \"str\", \"full_duration\": \"int\", \"genre\": \"str\", \"has_downloads_left\": \"bool\", \"id\": \"int\", \"kind\": \"str\", \"label_name\": \"NoneType\", \"last_modified\": \"str\", \"license\": \"str\", \"likes_count\": \"int\", \"media\": {\"transcodings\": [{\"duration\": \"int\", \"format\": {\"mime_type\": \"str\", \"protocol\": \"str\"}, \"preset\": \"str\", \"quality\": \"str\", \"snipped\": \"bool\", \"url\": \"str\", \"_list_length\": 3}]}, \"monetization_model\": \"str\", \"permalink\": \"str\", \"permalink_url\": \"str\", \"playback_count\": \"int\", \"policy\": \"str\", \"public\": \"bool\", \"publisher_metadata\": {\"artist\": \"str\", \"contains_music\": \"bool\", \"explicit\": \"bool\", \"id\": \"int\", \"isrc\": \"str\", \"urn\": \"str\"}, \"purchase_title\": \"NoneType\", \"purchase_url\": \"NoneType\", " + }, + { + "category_name": "Music", + "tool_name": "MusicAPI", + "api_name": "/public/search/introspection", + "api_description": "Allows you to fetch all different enums needed for sending API requests", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "sources": [ + "list of str with length 20" + ], + "authSources": [ + "list of str with length 7" + ], + "types": [ + "list of str with length 2" + ] + } + } + ], + "query": "I'm planning a family trip and I want to create a memorable vacation video. Can you retrieve a file hosted by the server with the path 'ABCDEF'? Moreover, I need information on the most viewed YouTube music videos during the 21st week of 2019. This will help me choose the perfect background music for my video.", + "relevant APIs": [ + [ + "Miza", + "Retrieve file" + ], + [ + "MusicData API", + "\u200b/youtube/weekly/{year}/{nthweek}" + ] + ], + "query_id": 84677 + }, + { + "api_list": [ + { + "category_name": "Music", + "tool_name": "Latest Spotify Downloader", + "api_name": "Fetch Track Details", + "api_description": "Download a track mp3 file returned by the download endpoint", + "required_parameters": [ + { + "name": "track_id", + "type": "string", + "description": "", + "default": "2gAKyzcfFIlMYdJ2b836At" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Latest Spotify Downloader", + "api_name": "Download Track", + "api_description": "Download a track by passing the details from the fetch track API", + "required_parameters": [ + { + "name": "track_name", + "type": "STRING", + "description": "", + "default": "TWFyYSBEaWwgQiBDaGFta2EgRHkubXAz " + }, + { + "name": "track_id", + "type": "STRING", + "description": "", + "default": "2gAKyzcfFIlMYdJ2b836At" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "xmusic", + "api_name": "xmusic song info", + "api_description": "Test apis xmusic song info", + "required_parameters": [ + { + "name": "lang", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "country", + "type": "STRING", + "description": "", + "default": "id" + }, + { + "name": "songid", + "type": "STRING", + "description": "", + "default": "aGhSCbhJJZoEaT5dC8jYNg==" + }, + { + "name": "song_preview_kbps", + "type": "STRING", + "description": "", + "default": "320" + }, + { + "name": "https_only", + "type": "STRING", + "description": "", + "default": "1" + }, + { + "name": "s", + "type": "STRING", + "description": "", + "default": "fe7cc2de3cfcc4efd457838a9521e7e9" + } + ], + "optional_parameters": [ + { + "name": "wmid", + "type": "STRING", + "description": "", + "default": "161445361" + } + ], + "method": "GET" + }, + { + "category_name": "Music", + "tool_name": "Shazam API", + "api_name": "/search", + "api_description": "Search for songs, artists that match input term", + "required_parameters": [ + { + "name": "term", + "type": "STRING", + "description": "Full name of songs or artists", + "default": "calm down" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "artist": { + "hits": [ + { + "artist": { + "adam_id": "int", + "alias": "NoneType", + "avatar": "str", + "genres": "empty list", + "genres_primary": "NoneType", + "name": "str", + "url": "str", + "verified": "bool" + }, + "_list_length": 5 + } + ] + }, + "tracks": { + "hits": [ + { + "actions": [ + { + "id": "str", + "name": "str", + "type": "str", + "_list_length": 1 + } + ], + "alias": "str", + "artists": [ + { + "adamid": "str", + "alias": "str", + "id": "str", + "_list_length": 1 + } + ], + "heading": { + "subtitle": "str", + "title": "str" + }, + "images": { + "blurred": "str", + "default": "str", + "play": "str" + }, + "key": "str", + "share": { + "avatar": "str", + "href": "str", + "html": "str", + "image": "str", + "snapchat": "str", + "subject": "str", + "text": "str", + "twitter": "str" + }, + "stores": { + "apple": { + "actions": [ + { + "type": "str", + "uri": "str", + "_list_length": 1 + } + ], + "coverarturl": "str", + "explicit": "bool", + "previewurl": "str", + "productid": "str", + "trackid": "str" + } + }, + "streams": {}, + "type": "str", + "url": "str", + "urlparams": { + "{trackartist}": "str", + "{tracktitle}": "str" + }, + "_list_length": 3 + } + ] + } + } + }, + { + "category_name": "Music", + "tool_name": "Shazam API", + "api_name": "charts/get-top-songs-in-city", + "api_description": "return top songs in city", + "required_parameters": [ + { + "name": "city_name", + "type": "STRING", + "description": "use city name from below \nhttps://github.com/dotX12/dotX12/blob/main/city.json", + "default": "Chicago" + }, + { + "name": "country_code", + "type": "STRING", + "description": "DZ,BY,CI,SN,TN,AU,AT,AZ,AR,BE,BG,BR,GB,HU,VE,VN,GH,DE,GR,DK,EG,ZM,IL,IN,ID,IE,ES,IT,KZ,CM,CA,KE,CN,CO,CR,MY,MA,MX,MZ,NG,NL,NZ,NO,AE,PE,PL,PT,RU,RO,SA,SG,US,TH,TZ,TR,UG,UZ,UA,UY,PH,FI,FR,HR,CZ,CL,CH,SE,ZA,KR,JP", + "default": "US" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "apple_music_url": "str", + "artist_id": "str", + "key": "int", + "photo_url": "NoneType", + "ringtone": "str", + "sections": "empty list", + "shazam_url": "str", + "spotify_uri": "NoneType", + "spotify_uri_query": "NoneType", + "spotify_url": "NoneType", + "subtitle": "str", + "title": "str", + "youtube_link": "NoneType" + } + }, + { + "category_name": "Music", + "tool_name": "Shazam API", + "api_name": "charts/get-top-songs-in_world_by_genre", + "api_description": "get top songs in world by gener", + "required_parameters": [ + { + "name": "genre", + "type": "STRING", + "description": "POP,HIP_HOP_RAP,DANCE,ELECTRONIC,SOUL_RNB,ALTERNATIVE,ROCK,LATIN,FILM_TV,COUNTRY,AFRO_BEATS,WORLDWIDE,REGGAE_DANCE_HALL,HOUSE,K_POP,FRENCH_POP,SINGER_SONGWRITER,REG_MEXICO", + "default": "POP" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"next\": \"str\", \"properties\": {}, \"tracks\": [{\"artists\": [{\"adamid\": \"str\", \"alias\": \"str\", \"id\": \"str\", \"_list_length\": 1}], \"highlightsurls\": {\"artisthighlightsurl\": \"str\", \"trackhighlighturl\": \"str\"}, \"hub\": {\"actions\": [{\"id\": \"str\", \"name\": \"str\", \"type\": \"str\", \"_list_length\": 2}], \"displayname\": \"str\", \"explicit\": \"bool\", \"image\": \"str\", \"options\": [{\"actions\": [{\"name\": \"str\", \"type\": \"str\", \"uri\": \"str\", \"_list_length\": 2}], \"beacondata\": {\"providername\": \"str\", \"type\": \"str\"}, \"caption\": \"str\", \"colouroverflowimage\": \"bool\", \"image\": \"str\", \"listcaption\": \"str\", \"overflowimage\": \"str\", \"providername\": \"str\", \"type\": \"str\", \"_list_length\": 1}], \"type\": \"str\"}, \"images\": {\"background\": \"str\", \"coverart\": \"str\", \"coverarthq\": \"str\", \"joecolor\": \"str\"}, \"key\": \"str\", \"layout\": \"str\", \"properties\": {}, \"share\": {\"avatar\": \"str\", \"href\": \"str\", \"html\": \"str\", \"image\": \"str\", \"snapchat\": \"str\", \"subject\": \"str\", \"text\": \"str\", \"twitter\": \"str\"}, \"subtitle\": \"str\", \"title\": \"str\", \"t" + }, + { + "category_name": "Music", + "tool_name": "Spotify Data API", + "api_name": "Get album", + "api_description": "Get album by album ID.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "album id", + "default": "4XE9M8giGvwLFebTgpCwSc" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "uri": "str", + "id": "str", + "images": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 3 + } + ], + "name": "str", + "release_date": "str", + "artists": [ + { + "uri": "str", + "id": "str", + "name": "str", + "external_urls": { + "spotify": "str" + }, + "_list_length": 1 + } + ], + "album_type": "str", + "copyrights": [ + { + "text": "str", + "type": "str", + "_list_length": 2 + } + ], + "label": "str", + "external_ids": { + "upc": "str" + }, + "popularity": "int", + "external_urls": { + "spotify": "str" + }, + "tracks": [ + { + "uri": "str", + "id": "str", + "name": "str", + "artists": [ + { + "uri": "str", + "id": "str", + "name": "str", + "external_urls": { + "spotify": "str" + }, + "type": "str", + "_list_length": 1 + } + ], + "duration_ms": "int", + "explicit": "bool", + "disc_number": "int", + "track_number": "int", + "type": "str", + "external_urls": { + "spotify": "str" + }, + "is_local": "bool", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Music", + "tool_name": "Spotify Data API", + "api_name": "Get show episodes", + "api_description": "Get show episodes by show ID.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "38bS44xjbVVZ3No3ByF1dJ" + } + ], + "optional_parameters": [ + { + "name": "offset", + "type": "NUMBER", + "description": "offset deafult 0 ", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Limit of the search result default value 20 MAX 50", + "default": "" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Music", + "tool_name": "Spotify Data API", + "api_name": "Get episode", + "api_description": "Get episode from episode ID.", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "0hQhnRuqGwyz4xiCwfWp2v" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "uri": "str", + "id": "str", + "name": "str", + "description": "str", + "html_description": "str", + "external_urls": { + "spotify": "str" + }, + "images": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 3 + } + ], + "duration_ms": "int", + "explicit": "bool", + "release_date": "str", + "release_date_precision": "str", + "languages": [ + "list of str with length 1" + ], + "audio_preview_url": "str", + "show": { + "uri": "str", + "id": "str", + "name": "str", + "description": "str", + "images": [ + { + "url": "str", + "width": "int", + "height": "int", + "_list_length": 3 + } + ] + } + } + } + ], + "query": "I'm a music enthusiast and I want to discover some new tracks and artists. Can you provide me with the top songs in Chicago using the Shazam API? Additionally, I'm interested in getting the song info for the song with ID 'aGhSCbhJJZoEaT5dC8jYNg==' using the xmusic tool. Finally, could you fetch the album details for the album with ID '4XE9M8giGvwLFebTgpCwSc' using the Spotify Data API?", + "relevant APIs": [ + [ + "Shazam API", + "charts/get-top-songs-in-city" + ], + [ + "xmusic", + "xmusic song info" + ], + [ + "Spotify Data API", + "Get album" + ] + ], + "query_id": 85051 + }, + { + "api_list": [ + { + "category_name": "Business", + "tool_name": "qwe", + "api_name": "qwe", + "api_description": "qwe", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Business", + "tool_name": "Validate VAT", + "api_name": "Validate VAT", + "api_description": "\u201cValidate VAT\u201d validates VAT numbers, get company information, including address, returned for each VAT number.", + "required_parameters": [ + { + "name": "vat_number", + "type": "STRING", + "description": "", + "default": "IE6388047V" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "int", + "message": "str", + "result": { + "vatNumber": "str", + "isValid": "bool", + "company": { + "name": "str", + "address": "str" + }, + "country": { + "code": "str", + "name": "str" + } + } + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "List projects", + "api_description": "Returns a collection of projects of the authorized customer.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "per_page", + "type": "NUMBER", + "description": "An integer value defining how many entries should be returned. Only values between 1 and 100 (both inclusive) are allowed. If not given, this defaults to 100.", + "default": "100" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Return search results starting at a given page. Used for paging through more than one page of results.", + "default": "1" + }, + { + "name": "state", + "type": "STRING", + "description": "Filter projects by status: prepared, running, finished, canceled", + "default": "running" + } + ], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Get language", + "api_description": "Returns a single language with the given ISO 639 language code.", + "required_parameters": [ + { + "name": "code", + "type": "STRING", + "description": "The ISO 639 language code.", + "default": "de" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "code": "str", + "name": "str", + "localization_language": "str", + "links": [ + { + "rel": "str", + "href": "str", + "_list_length": 1 + } + ] + } + }, + { + "category_name": "Business", + "tool_name": "TEXTKING Translation", + "api_name": "Download source document", + "api_description": "Downloads the source document for a job.", + "required_parameters": [ + { + "name": "projectid", + "type": "STRING", + "description": "The project UUID.", + "default": "bc141454-5949-401b-9c05-7591ee2f562" + }, + { + "name": "jobid", + "type": "STRING", + "description": "The job UUID.", + "default": "d0c30471-7c70-45d4-bcc1-a7773cb352b" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "description": "str" + } + }, + { + "category_name": "Business", + "tool_name": "111", + "api_name": "fdfdf", + "api_description": "fdfdf", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Can you help me validate the VAT number of my friend's company? The VAT number is DE123456789. I would also like to know the language details for the language code 'de'.", + "relevant APIs": [ + [ + "Validate VAT", + "Validate VAT" + ], + [ + "TEXTKING Translation", + "Get language" + ] + ], + "query_id": 85129 + }, + { + "api_list": [ + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "AI Content Detector_v2", + "api_name": "chat gpt detector", + "api_description": "detector", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Christmas is one of the most widely celebrated holidays in the world. It is a time of joy, love, and giving, and is traditionally celebrated on December 25th every year. The holiday has its roots in Christianity, where it commemorates the birth of Jesus Christ, but it is now celebrated by people of all religions and cultures. Christmas is a time when families and friends come together to celebrate and enjoy each other's company. It is a time to share meals, exchange gifts, and participate in various traditions and activities. One of the most beloved traditions of Christmas is decorating a Christmas tree. This tradition originated in Germany and has since spread around the world. Families often decorate their trees with lights, ornaments, and tinsel. Another beloved tradition is the exchange of gifts. Many people spend weeks or even months searching for the perfect gift for their loved ones. Giving and receiving gifts is a way to show love and appreciation for one another, and it is a way to bring joy to those around us. Christmas is also a time for giving back to those in need. Many people donate their time, money, or resources to charities and organizations that help those who are less fortunate. This spirit of giving is one of the most important aspects of Christmas and helps to spread love and kindness to those who need it most. In addition to these traditions, there are many other customs associated with Christmas. These include caroling, baking Christmas cookies, and watching Christmas movies. Each of these traditions brings a unique sense of joy and excitement to the holiday season. In conclusion, Christmas is a time of joy, love, and giving. It is a time to come together with friends and family and celebrate the holiday season. While the holiday has its roots in Christianity, it is now celebrated by people of all cultures and religions around the world. Christmas traditions bring people together and create memories that will last a lifetime." + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Screening and Matching Resumes", + "api_name": "/sourcingResume", + "api_description": " ", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Face liveness check", + "api_name": "GET Call", + "api_description": "Used to fetch api result using the request id received in responses.", + "required_parameters": [ + { + "name": "request_id", + "type": "STRING", + "description": "", + "default": "68bbb910-da9b-4d8a-9a1d-4bd878b19846" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "ToxDetectAI - AI Powered Toxic Comment Detector ", + "api_name": "\ud83d\udd25 ToxDetectAI API", + "api_description": "\ud83d\ude00 Our AI-powered endpoint can analyze text in over 140 languages", + "required_parameters": [ + { + "name": "text", + "type": "STRING", + "description": "", + "default": "Our AI-powered endpoint can analyze text in over 140 languages, try it now :)" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Midjourney best experience", + "api_name": "get job by task id", + "api_description": "you can get the generate job and action job status by the task_id, and the task_id will expired at 24 hours after", + "required_parameters": [ + { + "name": "task_id", + "type": "STRING", + "description": "", + "default": "6aa04ebe-3590-4d51-a499-7c2daf51cca2" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Midjourney best experience", + "api_name": "ping", + "api_description": "not for use", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "Please analyze the given text 'This is a great product.' I want to know the toxicity score of this text. Additionally, fetch the details of the job with the task ID '68bbb910-da9b-4d8a-9a1d-4bd878b19846' from Midjourney best experience.", + "relevant APIs": [ + [ + "ToxDetectAI - AI Powered Toxic Comment Detector ", + "\ud83d\udd25 ToxDetectAI API" + ], + [ + "Midjourney best experience", + "get job by task id" + ] + ], + "query_id": 86291 + }, + { + "api_list": [ + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "LexAI API", + "api_name": "get_classes", + "api_description": "Get available detection classes", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Islam & AI API", + "api_name": "Get an Answer to your Question", + "api_description": "Get answer to an Islamic question from our Islam&AI bot", + "required_parameters": [ + { + "name": "question", + "type": "STRING", + "description": "", + "default": "What is Islam?" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status": "int", + "response": "str" + } + }, + { + "category_name": "Artificial_Intelligence_Machine_Learning", + "tool_name": "Islam & AI API", + "api_name": "Have a Chat with our Bot", + "api_description": "Have a conversation with our Islam&AI Bot in which it remembers your previous conversation! (upto 30 texts)", + "required_parameters": [ + { + "name": "question", + "type": "STRING", + "description": "", + "default": "What is Islam?" + } + ], + "optional_parameters": [ + { + "name": "chatHistory", + "type": "STRING", + "description": "", + "default": "What is Dua to recite when you see a miraculous thing like Islam & AI? | There is no specific dua (supplication) mentioned in the Quran or Hadith that is to be recited when witnessing a miracle. However, Muslims are encouraged to constantly remember Allah and express their gratitude to Him for the blessings and miracles they witness in their lives. In general, it is recommended to say 'Subhan Allah' (Glory be to Allah) when witnessing something amazing or miraculous" + } + ], + "method": "GET", + "template_response": { + "status": "int", + "response": "str" + } + } + ], + "query": "I'm a food enthusiast and I'm looking for some unique recipes to try at home. Can you suggest some interesting dishes from different cuisines? Additionally, I would like to know the ingredients and cooking instructions for each recipe. Also, recommend some online cooking classes or tutorials that can help me improve my culinary skills.", + "relevant APIs": [ + [ + "LexAI API", + "get_classes" + ], + [ + "Islam & AI API", + "Get an Answer to your Question" + ], + [ + "Islam & AI API", + "Have a Chat with our Bot" + ] + ], + "query_id": 86371 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "Dudu", + "api_name": "Command", + "api_description": "Please check http://dudu.com/docs/api/command/list for the proper parameter and method combinations", + "required_parameters": [ + { + "name": "json", + "type": "STRING", + "description": "", + "default": "{\"id\":\"null\",\"method\":\"friend.list\",\"params\":{\"count\":15,\"offset\":0,\"user_id\":\"\"}}" + }, + { + "name": "mask", + "type": "STRING", + "description": "", + "default": "{\"friends\":{\"id\":1,\"url_id\":1,\"fullname\":1,\"gender\":1,\"avatar\":1,\"is_page\":1}}" + }, + { + "name": "application_id", + "type": "STRING", + "description": "", + "default": "Mashape" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "Sagenda Free Booking System", + "api_name": "/Events/GetBookableItemList", + "api_description": "list of the bookable Items", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I am organizing a company event and need to book some items. Can you help me find the list of bookable items available? Also, provide me with a command to retrieve the list of friends attending the event.", + "relevant APIs": [ + [ + "Sagenda Free Booking System", + "/Events/GetBookableItemList" + ], + [ + "Dudu", + "Command" + ] + ], + "query_id": 86555 + }, + { + "api_list": [ + { + "category_name": "Communication", + "tool_name": "whin", + "api_name": "group invite link", + "api_description": "the endpoint returns an invite link url for a group you own.", + "required_parameters": [ + { + "name": "gid", + "type": "STRING", + "description": "the group id of which you want to get an invite link url", + "default": "98327493279327" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "whin", + "api_name": "delete url", + "api_description": "This endpoint will erase the url you set to receive the whatsapps sent to whin. Learn how to use it on this [video](https://youtu.be/8WyG_becZXM).", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "whin", + "api_name": "hook receiver", + "api_description": "This endpoint shall be triggered by the webhook origin and is not intended to be used through this frontend.", + "required_parameters": [ + { + "name": "user", + "type": "string", + "description": "", + "default": "your-RapidAPI-username" + } + ], + "optional_parameters": [ + { + "name": "gid", + "type": "STRING", + "description": "", + "default": "120363044823414490" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "31Events - Send Native Calendar Invites", + "api_name": "EventList", + "api_description": "", + "required_parameters": [], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "31Events - Send Native Calendar Invites", + "api_name": "AccoungGet", + "api_description": "", + "required_parameters": [ + { + "name": "customer_id", + "type": "STRING", + "description": "Customer ID", + "default": "1" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "31Events - Send Native Calendar Invites", + "api_name": "EventResponses", + "api_description": "", + "required_parameters": [ + { + "name": "event_id", + "type": "STRING", + "description": "Event ID", + "default": "1" + }, + { + "name": "response_type", + "type": "STRING", + "description": "one of \"accepted\", \"attended\", \"declined\", \"noreply\"", + "default": "accepted" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Communication", + "tool_name": "Automatic-custom-response-creator", + "api_name": "get_response", + "api_description": "There are 3 params necessary : \n\n- First - Add a review \"avis\" (ex. \"Merci pour votre accueil, c'\u00e9tait parfait\")\n- Then - Add a \"business_type\" (ex. \"Restaurant\")\n- Finaly - Add a \"business_brand\" (ex. \"Fuzi\")", + "required_parameters": [ + { + "name": "business_type", + "type": "STRING", + "description": "", + "default": "Restaurant" + }, + { + "name": "business_brand", + "type": "STRING", + "description": "", + "default": "Fuzi" + }, + { + "name": "avis", + "type": "STRING", + "description": "", + "default": "C'\u00e9tait excellent" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "C'\u00e9tait excellent": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "Email Checker and Validator", + "api_name": "Check Email", + "api_description": "Just paste the Email Address you want to validate and wait for the results", + "required_parameters": [ + { + "name": "email", + "type": "string", + "description": "The email address to validate", + "default": "marod29733@lubde.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "ascii_domain": "str", + "ascii_email": "str", + "ascii_local_part": "str", + "domain": "str", + "email": "str", + "local_part": "str", + "mx": [ + "list of list with length 1" + ], + "mx_fallback_type": "NoneType", + "original_email": "str", + "smtputf8": "bool", + "spf": "str" + } + }, + { + "category_name": "Communication", + "tool_name": "CakeMail", + "api_name": "Documentation", + "api_description": "", + "required_parameters": [ + { + "name": "How to", + "type": "STRING", + "description": "How to Start", + "default": "http://cakemail.com/start" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I'm organizing a company conference and I need to manage the event details. Can you provide me with the event list and the account details of our company using the 31Events API? Moreover, I want to generate automatic custom responses for the attendees using the Automatic-custom-response-creator API.", + "relevant APIs": [ + [ + "31Events - Send Native Calendar Invites", + "EventList" + ], + [ + "31Events - Send Native Calendar Invites", + "AccoungGet" + ], + [ + "Automatic-custom-response-creator", + "get_response" + ] + ], + "query_id": 87064 + } +] \ No newline at end of file diff --git a/toolbench/test_instruction/G3_instruction.json b/toolbench/test_instruction/G3_instruction.json new file mode 100644 index 0000000000000000000000000000000000000000..9fc9f0edfc6523638d0ebee401631ee15abf2145 --- /dev/null +++ b/toolbench/test_instruction/G3_instruction.json @@ -0,0 +1,25985 @@ +[ + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm organizing a film festival and I need assistance in finding the best films. Can you search for videos related to 'documentary' on Vimeo? Additionally, fetch the related people in the 'cinema' category to invite them as guest speakers. Finally, provide me with a streaming link for a YouTube video with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 455 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a film enthusiast and I want to explore new genres. Can you search for videos related to 'horror' on Vimeo? Additionally, fetch the related people in the 'entertainment' category to discover new talents. Finally, provide me with a streaming link for a YouTube video with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 456 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm hosting a virtual movie night with my friends and I need some suggestions. Can you search for videos related to 'action' on Vimeo? Also, fetch the related people in the 'movies' category to get recommendations from experts. Lastly, provide me with a streaming link for a YouTube video with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 457 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm planning a family movie marathon and I need a variety of films. Can you search for videos related to 'animation' on Vimeo? Also, fetch the related people in the 'animation' category to get insights from professionals. Lastly, provide me with a streaming link for a YouTube video with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 459 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm organizing a film festival and I'm looking for award-winning films. Can you search for videos related to 'award-winning' on Vimeo? Additionally, fetch the related people in the 'film festival' category to invite them as judges. Finally, provide me with a streaming link for a YouTube video with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 460 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a charity event and I need to promote it on social media. Can you generate short URLs for the event details using the bitly tool? Additionally, I want to create branded short links for the event website using the URL Link Shortener tool.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ] + ], + "query_id": 1983 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a small business owner and I want to enhance my online presence. Can you provide me with a list of available domains from the URL Link Shortener tool? I also need help creating short, catchy URLs for my website using the bitly tool.", + "relevant APIs": [ + [ + "URL Link Shortener", + "Get a list of domains" + ], + [ + "bitly", + "shorten" + ] + ], + "query_id": 1984 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a road trip with my family and I want to share our itinerary with friends. Can you generate short URLs for each destination using the bitly tool? Additionally, I need a list of available domains from the URL Link Shortener tool to choose the perfect domain for the trip.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 1985 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a travel blogger and I want to share my latest blog post on social media. Can you help me create short URLs for the blog post using the bitly tool? I also need to create branded short links for my website using the URL Link Shortener tool.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ] + ], + "query_id": 1986 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a developer and I'm working on a project that requires URL shortening functionality. Can you provide me with a list of available domains from the URL Link Shortener tool? I also need help creating short URLs for my project using the bitly tool.", + "relevant APIs": [ + [ + "URL Link Shortener", + "Get a list of domains" + ], + [ + "bitly", + "shorten" + ] + ], + "query_id": 1989 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a social media influencer and I want to track the engagement of my posts. Can you help me create short URLs for each post using the bitly tool? I also need to create branded short links for my website using the URL Link Shortener tool.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ] + ], + "query_id": 1991 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Genres", + "api_description": "Return a mapping of genre names and IDs. Some genres have a tmdb_id, which is the corresponding genre ID on TheMovieDB.org API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "tmdb_id": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Sources", + "api_description": "Get a listing of titles that have changed to their streaming sources within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass in the 2 character region code (eg US) for the country you want to get titles with changed sources from. There is a limit to 1 region on this endpoint, if you leave this field blank US changes will be returned only.", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + } + ], + "query": "I'm organizing a movie trivia night for my family. Can you give me the genre names and IDs for movies? Also, provide me with the basic information about a specific cast member, including their name, profession, birth and death years, and best titles.", + "relevant APIs": [ + [ + "Watchmode", + "Genres" + ], + [ + "OTT details", + "Basic Info" + ] + ], + "query_id": 3322 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Genres", + "api_description": "Return a mapping of genre names and IDs. Some genres have a tmdb_id, which is the corresponding genre ID on TheMovieDB.org API.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "tmdb_id": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Sources", + "api_description": "Get a listing of titles that have changed to their streaming sources within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass in the 2 character region code (eg US) for the country you want to get titles with changed sources from. There is a limit to 1 region on this endpoint, if you leave this field blank US changes will be returned only.", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + } + ], + "query": "I want to explore different genres of movies. Fetch the genre names and IDs for me. Also, provide me with the basic information about a specific cast member, including their name, profession, birth and death years, and best titles.", + "relevant APIs": [ + [ + "Watchmode", + "Genres" + ], + [ + "OTT details", + "Basic Info" + ] + ], + "query_id": 3323 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedVideos", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a film student and I'm working on a documentary about climate change. Can you assist me in finding videos related to 'Climate Change' on Vimeo? Additionally, provide me with information on how to download and stream these videos using the YTStream - Download YouTube Videos tool.", + "relevant APIs": [ + [ + "Vimeo", + "GetRelatedVideos" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 4279 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedVideos", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm planning a surprise birthday party for my sister and I want to create a slideshow with her childhood photos. Can you suggest some videos from the 'Family' category on Vimeo? Also, provide me with information on how to download and stream these videos using the YTStream - Download YouTube Videos tool.", + "relevant APIs": [ + [ + "Vimeo", + "GetRelatedVideos" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 4280 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedVideos", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm planning a road trip with my family and we want to document our journey. Can you suggest some popular videos from the 'Travel' category on Vimeo? Also, provide us with information on how to download and stream these videos using the YTStream - Download YouTube Videos tool.", + "relevant APIs": [ + [ + "Vimeo", + "GetRelatedVideos" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 4282 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedVideos", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a fitness enthusiast and I'm looking for workout videos to follow at home. Can you help me find videos from the 'Fitness' category on Vimeo? Additionally, provide me with information on how to download and stream these videos using the YTStream - Download YouTube Videos tool.", + "relevant APIs": [ + [ + "Vimeo", + "GetRelatedVideos" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 4283 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedVideos", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a music producer and I'm looking for music videos to get inspiration for my next project. Can you help me find videos from the 'Music' category on Vimeo? Additionally, provide me with information on how to download and stream these videos using the YTStream - Download YouTube Videos tool.", + "relevant APIs": [ + [ + "Vimeo", + "GetRelatedVideos" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 4285 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedVideos", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm planning a romantic date night with my partner and I want to watch some romantic videos. Can you suggest some videos from the 'Romance' category on Vimeo? Also, provide me with information on how to download and stream these videos using the YTStream - Download YouTube Videos tool.", + "relevant APIs": [ + [ + "Vimeo", + "GetRelatedVideos" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 4286 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + } + ], + "query": "I'm hosting a company movie night and we want to watch a sci-fi movie. Can you suggest a popular sci-fi movie available for streaming in the US? Also, provide the streaming sources for the movie 'Inception'.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search By Title (FREE)" + ], + [ + "Watchmode", + "Title Streaming Sources" + ] + ], + "query_id": 5863 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + } + ], + "query": "I want to watch a classic movie with my family. Can you suggest a popular classic movie available for streaming in the US? Also, provide the streaming sources for the movie 'Casablanca'.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search By Title (FREE)" + ], + [ + "Watchmode", + "Title Streaming Sources" + ] + ], + "query_id": 5864 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + } + ], + "query": "I want to watch a documentary about nature. Can you suggest a popular nature documentary available for streaming in the US? Also, provide the streaming sources for the documentary 'Planet Earth'.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search By Title (FREE)" + ], + [ + "Watchmode", + "Title Streaming Sources" + ] + ], + "query_id": 5865 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Networks", + "api_description": "Return a listing of all TV networks that may be returned for a title in the /title endpoint.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "origin_country": "str", + "tmdb_id": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Basic (FREE)", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 8. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 4 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genre", + "type": "STRING", + "description": "A genre id to only search within the shows in that genre. See `/v2/genres` endpoint to see available genres and ids.", + "default": "18" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 2}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"prime\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 1}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 4}]}}, \"cast\": [\"list of str with length 7\"], \"year\": \"int\", \"advisedMinimumAudienceAge\": \"int\", \"imdbId\": " + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I'm planning a movie night with my friends this weekend. Can you recommend some new titles that have been added to streaming platforms recently? Also, provide me with the basic details and streaming availability of the movie with IMDb ID tt9904802.", + "relevant APIs": [ + [ + "Watchmode", + "New Titles" + ], + [ + "OTT details", + "Title Details" + ], + [ + "Streaming Availability", + "Get Basic (FREE)" + ] + ], + "query_id": 8031 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Networks", + "api_description": "Return a listing of all TV networks that may be returned for a title in the /title endpoint.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "origin_country": "str", + "tmdb_id": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Basic (FREE)", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 8. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 4 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genre", + "type": "STRING", + "description": "A genre id to only search within the shows in that genre. See `/v2/genres` endpoint to see available genres and ids.", + "default": "18" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 2}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"prime\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 1}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 4}]}}, \"cast\": [\"list of str with length 7\"], \"year\": \"int\", \"advisedMinimumAudienceAge\": \"int\", \"imdbId\": " + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I want to explore different genres of movies and series available on streaming platforms. Can you provide me with the basic details and streaming availability of a movie or series with the keyword 'zombie' and released between the years 2000 and 2025? Also, fetch the details of the actors and crew associated with the title with Watchmode ID 3173903.", + "relevant APIs": [ + [ + "OTT details", + "Title Details" + ], + [ + "Watchmode", + "Title Cast & Crew" + ], + [ + "Streaming Availability", + "Get Basic (FREE)" + ] + ], + "query_id": 8032 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Networks", + "api_description": "Return a listing of all TV networks that may be returned for a title in the /title endpoint.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "origin_country": "str", + "tmdb_id": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Basic (FREE)", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 8. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 4 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genre", + "type": "STRING", + "description": "A genre id to only search within the shows in that genre. See `/v2/genres` endpoint to see available genres and ids.", + "default": "18" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 2}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"prime\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 1}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 4}]}}, \"cast\": [\"list of str with length 7\"], \"year\": \"int\", \"advisedMinimumAudienceAge\": \"int\", \"imdbId\": " + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I'm a film critic and I need to gather information about a specific movie. Can you provide me with the basic details and streaming availability of the movie with IMDb ID tt1877830? Additionally, fetch the details of the actors and crew associated with the movie.", + "relevant APIs": [ + [ + "OTT details", + "Title Details" + ], + [ + "Watchmode", + "Title Cast & Crew" + ], + [ + "Streaming Availability", + "Get Basic (FREE)" + ] + ], + "query_id": 8034 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning a weekend getaway with my family and we want to watch some movies during our trip. Can you recommend some popular movies that are available for streaming in Australia? Also, provide us with the streaming sources where we can watch these movies.", + "relevant APIs": [ + [ + "Watchmode", + "Autocomplete Search" + ], + [ + "Watchmode", + "Sources" + ], + [ + "Streaming Availability", + "Search By Title (FREE)" + ] + ], + "query_id": 8334 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm organizing a movie night for my company's employees and I need some suggestions for inspirational movies. Can you recommend some popular inspirational movies that are available for streaming in the US? Also, provide me with the streaming sources where I can watch these movies.", + "relevant APIs": [ + [ + "Watchmode", + "Autocomplete Search" + ], + [ + "Watchmode", + "Sources" + ], + [ + "Streaming Availability", + "Search By Title (FREE)" + ] + ], + "query_id": 8335 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm hosting a movie-themed party for my friends and I need some ideas for classic movies to watch. Can you recommend some popular classic movies that are available for streaming in the US? Also, provide me with the streaming sources where I can watch these movies.", + "relevant APIs": [ + [ + "Watchmode", + "Autocomplete Search" + ], + [ + "Watchmode", + "Sources" + ], + [ + "Streaming Availability", + "Search By Title (FREE)" + ] + ], + "query_id": 8337 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a virtual conference and I need to find some high-quality videos to include in the presentations. Can you help me search for relevant videos on Vimeo? Once I find the videos, I would like to download them for offline viewing. Please provide me with the download links for these videos. Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9332 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a filmmaker and I'm looking for inspiration for my next project. Can you recommend some popular videos from Vimeo that have won awards or received critical acclaim? Once I find the videos, I would like to download them for reference. Please provide me with the download links for these videos. Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "GetAllCategories" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9335 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a virtual art exhibition and I need some videos to showcase the artists' works. Can you help me search for videos on Vimeo that feature different art forms like painting, sculpture, and photography? Once I find the videos, I would like to download them for offline viewing. Please provide me with the download links for these videos. Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9336 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a charity event and I want to create a promotional video to raise awareness. Can you assist me in finding videos from Vimeo that highlight successful charity campaigns? Once I find the videos, I would like to download them for reference. Please provide me with the download links for these videos. Your help is greatly appreciated!", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9337 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a travel vlog and I need some stunning videos to include in my videos. Can you help me search for travel videos on Vimeo? Once I find the videos, I would like to download them for editing. Please provide me with the download links for these videos. Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9339 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "SearchVideos", + "api_description": "Search for videos.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "query", + "type": "STRING", + "description": "The search terms", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information.", + "default": "" + }, + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: relevant, newest, oldest, most_played, most_commented, or most_liked.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a film student and I'm looking for unique and experimental videos to study for my thesis. Can you recommend some avant-garde videos from Vimeo that push the boundaries of traditional filmmaking? Once I find the videos, I would like to download them for analysis. Please provide me with the download links for these videos. Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "GetAllCategories" + ], + [ + "Vimeo", + "SearchVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9340 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosComment", + "api_description": "Get a list of the comments on a video.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "video_id", + "type": "STRING", + "description": "The ID of the video.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm planning a movie night with my friends and I need some recommendations. Get me the category info for 'comedy', the channel info for 'Paramount Pictures', and the comments for the video with ID '123456'. Also, find a website where I can stream or download the movie with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelInfo" + ], + [ + "Vimeo", + "GetVideosComment" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9341 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosComment", + "api_description": "Get a list of the comments on a video.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "video_id", + "type": "STRING", + "description": "The ID of the video.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a filmmaker working on a documentary and I need some information. Get me the category info for 'documentaries', the channel info for 'National Geographic', and the comments for the video with ID '345678'. Also, find a website where I can stream or download a documentary with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelInfo" + ], + [ + "Vimeo", + "GetVideosComment" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9343 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosComment", + "api_description": "Get a list of the comments on a video.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "video_id", + "type": "STRING", + "description": "The ID of the video.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I want to learn more about wildlife photography. Provide me with the category info for 'photography', the channel info for 'National Geographic', and the comments for the video with ID '901234'. Also, find a website where I can stream or download a tutorial video on wildlife photography with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelInfo" + ], + [ + "Vimeo", + "GetVideosComment" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9344 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosComment", + "api_description": "Get a list of the comments on a video.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "video_id", + "type": "STRING", + "description": "The ID of the video.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm searching for inspiration for my next painting. Can you get me the category info for 'art', the channel info for 'Museum of Modern Art', and the comments for the video with ID '567890'? Also, find a website where I can stream or download a video on famous paintings with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelInfo" + ], + [ + "Vimeo", + "GetVideosComment" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9345 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosComment", + "api_description": "Get a list of the comments on a video.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "video_id", + "type": "STRING", + "description": "The ID of the video.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm hosting a virtual book club and I need some recommendations. Provide me with the category info for 'books', the channel info for 'Book Riot', and the comments for the video with ID '234567'. Also, find a website where I can stream or download the audiobook with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelInfo" + ], + [ + "Vimeo", + "GetVideosComment" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9346 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetVideosComment", + "api_description": "Get a list of the comments on a video.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/php/xml", + "default": "" + }, + { + "name": "video_id", + "type": "STRING", + "description": "The ID of the video.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I want to create a playlist for my workout sessions. Get me the category info for 'music', the channel info for 'Spotify', and the comments for the video with ID '012345'. Also, find a website where I can stream or download a workout music mix with the ID 'UxxajLWwzqY'.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelInfo" + ], + [ + "Vimeo", + "GetVideosComment" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 9349 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I'm trying to find a specific movie or TV show, but I can't remember the exact title. Can you help me search for it based on a keyword? Also, provide me with the list of titles that match my search criteria.", + "relevant APIs": [ + [ + "OTT details", + "Search" + ], + [ + "Watchmode", + "List Titles" + ] + ], + "query_id": 10898 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I want to plan a surprise party for my best friend's birthday. Can you help me create a short URL for the party invitation? Also, suggest some unique and catchy slashtags for the party event. Furthermore, provide me with a list of available domains to choose from for the short URL.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 11644 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a road trip with my friends and we want to share the itinerary details. Can you help us create a short URL for the trip plan? Also, suggest some domain options for the trip link. Furthermore, provide me with a list of available domains for branding the short link.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 11645 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a surprise anniversary party for my parents. Can you help me create a short URL for the party invitation? Also, suggest some unique and memorable slashtags for the event. Furthermore, provide me with a list of available domains to choose from for the short URL.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 11646 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I want to share a news article with my colleagues. Can you help me create a short URL for the article? Also, suggest some catchy slashtags for the news. Furthermore, provide me with a list of available domains to choose from for the short URL.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 11647 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a surprise baby shower for my best friend. Can you generate a short URL for the baby shower invitation? Also, suggest some adorable and creative slashtags for the event. Furthermore, provide me with a list of available domains to choose from for the short URL.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 11648 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a team building activity for my company. Can you help me create a short URL for the event details? Also, suggest some domain options for the team building link. Furthermore, provide me with a list of available domains for branding the short link.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 11649 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a surprise graduation party for my sister. Can you generate a short URL for the party invitation? Also, suggest some fun and unique slashtags for the event. Furthermore, provide me with a list of available domains to choose from for the short URL.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 11650 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllChannels", + "api_description": "Get a list of all public channels.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: newest, oldest, alphabetical, most_videos, most_subscribed, or most_recently_updated.", + "default": "most_recently_updated" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a student working on a research project about contemporary art. Can you help me find channels on Vimeo that feature interviews with renowned artists and showcase their artworks? Additionally, I would like to download and stream a specific video about a famous painting.", + "relevant APIs": [ + [ + "Vimeo", + "GetAllChannels" + ], + [ + "Vimeo", + "GetAllCategories" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ], + [ + "Vimeo", + "GetAllChannels" + ] + ], + "query_id": 12094 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllCategories", + "api_description": "", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllChannels", + "api_description": "Get a list of all public channels.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: newest, oldest, alphabetical, most_videos, most_subscribed, or most_recently_updated.", + "default": "most_recently_updated" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a food blogger and I want to create engaging content for my audience. Can you provide me with a list of popular channels on Vimeo that focus on cooking and share unique recipes? Additionally, I would like to download and stream a video that showcases a delicious dessert recipe.", + "relevant APIs": [ + [ + "Vimeo", + "GetAllChannels" + ], + [ + "Vimeo", + "GetAllCategories" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ], + [ + "Vimeo", + "GetAllChannels" + ] + ], + "query_id": 12095 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New People", + "api_description": "Get a listing of the ids of new people added to Watchmode within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm organizing a movie marathon for my company's team-building event. Could you suggest some action movies from the 90s that are available for streaming on Netflix, Prime Video, and Hulu? Please include the IMDb ratings and streaming links for each movie.", + "relevant APIs": [ + [ + "Watchmode", + "List Titles" + ], + [ + "OTT details", + "Advanced Search" + ], + [ + "Streaming Availability", + "Search Ultra" + ] + ], + "query_id": 13441 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New People", + "api_description": "Get a listing of the ids of new people added to Watchmode within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm planning a movie night with my family and we want to watch some animated movies. Can you recommend some animated movies suitable for kids and adults that are available for streaming on Netflix and Prime Video? Please provide the IMDb ratings and streaming links for each movie.", + "relevant APIs": [ + [ + "Watchmode", + "List Titles" + ], + [ + "OTT details", + "Advanced Search" + ], + [ + "Streaming Availability", + "Search Ultra" + ] + ], + "query_id": 13443 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New People", + "api_description": "Get a listing of the ids of new people added to Watchmode within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + } + ], + "query": "I'm organizing a movie trivia night for my friends and I need some interesting movie facts. Can you provide me with random facts about movies and actors? Also, suggest some popular movies from the 90s that are available for streaming on Netflix and Prime Video.", + "relevant APIs": [ + [ + "Watchmode", + "List Titles" + ], + [ + "Watchmode", + "New People" + ], + [ + "Streaming Availability", + "Search Pro" + ] + ], + "query_id": 13444 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I'm a huge fan of Leonardo DiCaprio and I want to know more about his career. Can you give me the basic information, including the birth year and known titles, of Leonardo DiCaprio? Also, provide me with the streaming sources for the movie 'The Wolf of Wall Street' and the latest arrivals on different platforms in the US.", + "relevant APIs": [ + [ + "OTT details", + "Basic Info" + ], + [ + "Watchmode", + "Title Streaming Sources" + ], + [ + "OTT details", + "New Arrivals" + ], + [ + "Streaming Availability", + "Get Basic (FREE)" + ] + ], + "query_id": 13773 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I'm organizing a movie marathon for my family and I need a list of family-friendly movies available on streaming platforms in the US. Can you provide me with the streaming sources for the movie 'Toy Story' and the basic information about the cast, including their names and professions? Also, give me the latest arrivals on different platforms in the US.", + "relevant APIs": [ + [ + "Watchmode", + "List Titles" + ], + [ + "Watchmode", + "Title Streaming Sources" + ], + [ + "OTT details", + "New Arrivals" + ], + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Basic Info" + ] + ], + "query_id": 13774 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I'm a film critic and I need to gather information about the latest releases. Can you provide me with the list of recently released movies and TV shows available on streaming platforms in the US? Additionally, give me the streaming availability details for the show 'Breaking Bad' and the basic information about the cast, including their names and professions.", + "relevant APIs": [ + [ + "Watchmode", + "Streaming Release Dates" + ], + [ + "Watchmode", + "Title Streaming Sources" + ], + [ + "OTT details", + "New Arrivals" + ], + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Basic Info" + ] + ], + "query_id": 13776 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I'm a movie enthusiast and I want to explore different genres. Can you help me find a list of titles in the horror and comedy genres available on streaming platforms in the US? Also, provide me with the streaming sources for the movie 'Get Out' and the basic information about the cast, including their names and professions.", + "relevant APIs": [ + [ + "Watchmode", + "List Titles" + ], + [ + "Watchmode", + "Title Streaming Sources" + ], + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Basic Info" + ], + [ + "Streaming Availability", + "Get Ultra" + ] + ], + "query_id": 13777 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I'm a screenwriter looking for inspiration for my next project. Can you help me find a list of critically acclaimed movies available on streaming platforms in the US? Also, provide me with the streaming sources for the movie 'Citizen Kane' and the basic information about the cast, including their names and professions.", + "relevant APIs": [ + [ + "Watchmode", + "List Titles" + ], + [ + "Watchmode", + "Title Streaming Sources" + ], + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Basic Info" + ], + [ + "Streaming Availability", + "Get Basic (FREE)" + ] + ], + "query_id": 13779 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "List Titles", + "api_description": "Get a listing of titles that match certain parameters. This powerful endpoint can allow you to find many combinations of titles. For example you could search for something as granular \"Horror Movies Streaming on Netflix in the USA\" by using the genres, types, source_ids and regions parameters.\n\nResults are paginated, and return 250 pages per query by default. Useful for mapping all Watchmode title IDs in your app, and finding in bulk what titles are available in different countries, different sources or source types.\n\nStreaming sources are limited to USA only for free plans.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "genres", + "type": "STRING", + "description": "Filter results to only include certain genre(s). Pass in a single genre id (which you would get from the /v1/genres/ endpoint, or multiple comma separated.", + "default": "4,9" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "250" + }, + { + "name": "source_ids", + "type": "STRING", + "description": "Pass an individual ID for a source (returned from the /sources/ endpoint) to filter the results to titles available on that source. Pass multiple values comma separated to return titles available on one of the sources you pass in.\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "23,206" + }, + { + "name": "source_types", + "type": "STRING", + "description": "Filter results to only include titles that are available on a specific type(s) of source (such a subscription, or TV Everywhere channel apps, etc). By default all are selected, pass one or multiple (comma delimited) of these values: sub, rent, buy, free, tve\nNote: If you populate this you can only set a single region, and if you set no region US will be set by default.", + "default": "sub,free" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU\nNote: If you populate the source_ids or source_types you can only set a single region, and if you set no region US will be set by default. ", + "default": "US" + }, + { + "name": "sort_by", + "type": "STRING", + "description": "Sort order of results, possible values: relevance_desc, relevance_asc, popularity_desc, popularity_asc, release_date_desc, release_date_asc, title_desc, title_asc. Default value is: relevance_desc.", + "default": "relevance_desc" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "network_ids", + "type": "STRING", + "description": "Pass an individual ID for a TV network (returned from the /networks/ endpoint) to filter the results to titles the originally aired on that TV network. Pass multiple values comma separated to return titles that aired on one of the networks you passed in.", + "default": "1,8,12" + }, + { + "name": "release_date_start", + "type": "NUMBER", + "description": "Set the start of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or after January 1, 2001 set this to 20010101", + "default": "20010101" + }, + { + "name": "release_date_end", + "type": "NUMBER", + "description": "Set the end of a range for when the title was released (the initial release of the movie or show, not necessarily when it was released on a streaming service). For example, to only include releases on or before December 11, 2020 set this to 20201211", + "default": "20201211" + } + ], + "method": "GET", + "template_response": { + "titles": "empty list", + "page": "int", + "total_results": "int", + "total_pages": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Streaming Sources", + "api_description": "Get all of the streaming sources this title is available on and direct links to watch the title (web, iOS deeplinks and Android deeplinks for paid users). Streaming sources are limited to USA only for free plans.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "float", + "seasons": "NoneType", + "episodes": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + } + ], + "query": "I want to explore the world of independent cinema. Can you give me a list of independent movies available on streaming platforms in the US? Additionally, provide me with the streaming availability details for the movie 'Moonlight' and the basic information about the cast, including their names and professions.", + "relevant APIs": [ + [ + "Watchmode", + "List Titles" + ], + [ + "Watchmode", + "Title Streaming Sources" + ], + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Basic Info" + ], + [ + "Streaming Availability", + "Get Ultra" + ] + ], + "query_id": 13780 + }, + { + "api_list": [ + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + } + ], + "query": "I want to share an interesting article with my friends on social media, but the URL is too long. Can you help me shorten the URL using the bitly API? The long URL is 'https://example.com/article/12345'. Additionally, I would like to create a new link using the URL Link Shortener API with the destination set to 'https://example.com/article/12345'.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ] + ], + "query_id": 14485 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "My company is launching a new product and we need to create custom short links for our marketing materials. Can you assist us in generating short links for our product pages and provide us with a list of available domains for branding? Additionally, we would like to gather some data on the click-through rates of different URL shorteners.", + "relevant APIs": [ + [ + "URL Link Shortener", + "Create a new link" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ], + [ + "bitly", + "shorten" + ] + ], + "query_id": 14489 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedTags", + "api_description": "Get a list of related tags for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The Name of category", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I want to create a playlist of my favorite music videos from YouTube. Get the related tags for the 'Music' category from Vimeo to enhance the playlist. Also, provide me with information about the 'Music' category from Vimeo.", + "relevant APIs": [ + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ], + [ + "Vimeo", + "GetRelatedTags" + ], + [ + "Vimeo", + "GetCategoryInfo" + ] + ], + "query_id": 14938 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedTags", + "api_description": "Get a list of related tags for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The Name of category", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelInfo", + "api_description": "Get the information on a single channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + } + ], + "query": "I need to download a video from YouTube to include in my presentation. Provide me with the download link and the video's title, length, and description. Also, find the related tags for the 'Education' category from Vimeo to enhance my presentation.", + "relevant APIs": [ + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ], + [ + "Vimeo", + "GetRelatedTags" + ], + [ + "Vimeo", + "GetCategoryInfo" + ] + ], + "query_id": 14939 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllChannels", + "api_description": "Get a list of all public channels.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: newest, oldest, alphabetical, most_videos, most_subscribed, or most_recently_updated.", + "default": "most_recently_updated" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "My company is organizing a virtual conference and we would like to feature some videos from Vimeo. Can you help us find videos related to a specific category? It would be great if you could provide the full video information and the related people in the industry. Also, is it possible to download or stream these videos using a specific tool? Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "GetChannelVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 14947 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllChannels", + "api_description": "Get a list of all public channels.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: newest, oldest, alphabetical, most_videos, most_subscribed, or most_recently_updated.", + "default": "most_recently_updated" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm interested in exploring the world of filmmaking. Can you recommend some channels on Vimeo that focus on different categories? It would be great if you could provide the full video information and the related people in the industry. Also, is it possible to download or stream these videos using a specific tool? Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "GetAllChannels" + ], + [ + "Vimeo", + "GetChannelVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 14948 + }, + { + "api_list": [ + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedPeople", + "api_description": "Get a list of related people for a category.", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "json" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "generated_in": "str", + "stat": "str", + "err": { + "code": "str", + "expl": "str", + "msg": "str" + } + } + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetAllChannels", + "api_description": "Get a list of all public channels.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "per_page", + "type": "STRING", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "sort", + "type": "STRING", + "description": "Method to sort by: newest, oldest, alphabetical, most_videos, most_subscribed, or most_recently_updated.", + "default": "most_recently_updated" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + } + ], + "query": "I'm a film student and I'm looking for some educational resources. Can you recommend some channels on Vimeo that provide tutorials and insights into different categories of filmmaking? It would be great if you could provide the full video information and the related people in the industry. Also, is it possible to download or stream these videos using a specific tool? Thank you!", + "relevant APIs": [ + [ + "Vimeo", + "GetAllChannels" + ], + [ + "Vimeo", + "GetChannelVideos" + ], + [ + "Vimeo", + "GetRelatedPeople" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 14950 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Sources", + "api_description": "Get a listing of titles that have changed to their streaming sources within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "regions", + "type": "STRING", + "description": "Pass in the 2 character region code (eg US) for the country you want to get titles with changed sources from. There is a limit to 1 region on this endpoint, if you leave this field blank US changes will be returned only.", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Person", + "api_description": "Return details on a specific person (actor, director, etc).", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "7110004" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "full_name": "str", + "first_name": "str", + "last_name": "str", + "tmdb_id": "int", + "imdb_id": "str", + "main_profession": "str", + "secondary_profession": "str", + "tertiary_profession": "str", + "date_of_birth": "str", + "date_of_death": "NoneType", + "place_of_birth": "str", + "gender": "str", + "headshot_url": "str", + "known_for": [ + "list of int with length 4" + ], + "relevance_percentile": "int" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Basic (FREE)", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 8. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 4 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genre", + "type": "STRING", + "description": "A genre id to only search within the shows in that genre. See `/v2/genres` endpoint to see available genres and ids.", + "default": "18" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 2}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"prime\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 1}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 4}]}}, \"cast\": [\"list of str with length 7\"], \"year\": \"int\", \"advisedMinimumAudienceAge\": \"int\", \"imdbId\": " + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I need information about a specific person. Can you provide me with details on the actor with the ID '7110004'? I want to know their full name, date of birth, place of birth, and main profession. Additionally, fetch the basic information about the cast member with the ID 'nm0000375' to learn more about their profession and known titles.", + "relevant APIs": [ + [ + "Watchmode", + "Person" + ], + [ + "OTT details", + "Basic Info" + ] + ], + "query_id": 16184 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Person", + "api_description": "Return details on a specific person (actor, director, etc).", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "7110004" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "full_name": "str", + "first_name": "str", + "last_name": "str", + "tmdb_id": "int", + "imdb_id": "str", + "main_profession": "str", + "secondary_profession": "str", + "tertiary_profession": "str", + "date_of_birth": "str", + "date_of_death": "NoneType", + "place_of_birth": "str", + "gender": "str", + "headshot_url": "str", + "known_for": [ + "list of int with length 4" + ], + "relevance_percentile": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I need to find a new TV show to watch with my family. Can you suggest a family-friendly series with a high IMDb rating and check its streaming availability on Netflix, Disney+, and Apple TV? Additionally, provide information about the show's cast and crew.", + "relevant APIs": [ + [ + "OTT details", + "Title Details" + ], + [ + "Streaming Availability", + "Search Pro" + ], + [ + "Watchmode", + "Title Cast & Crew" + ] + ], + "query_id": 18978 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Person", + "api_description": "Return details on a specific person (actor, director, etc).", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "7110004" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "full_name": "str", + "first_name": "str", + "last_name": "str", + "tmdb_id": "int", + "imdb_id": "str", + "main_profession": "str", + "secondary_profession": "str", + "tertiary_profession": "str", + "date_of_birth": "str", + "date_of_death": "NoneType", + "place_of_birth": "str", + "gender": "str", + "headshot_url": "str", + "known_for": [ + "list of int with length 4" + ], + "relevance_percentile": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "My company is organizing a movie night for employees. Can you recommend a popular movie that suits different tastes and check its streaming availability on Netflix, Hulu, and Prime Video? Additionally, provide details about the movie's cast and crew.", + "relevant APIs": [ + [ + "OTT details", + "Title Details" + ], + [ + "Streaming Availability", + "Search Pro" + ], + [ + "Watchmode", + "Title Cast & Crew" + ] + ], + "query_id": 18979 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Person", + "api_description": "Return details on a specific person (actor, director, etc).", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "7110004" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "full_name": "str", + "first_name": "str", + "last_name": "str", + "tmdb_id": "int", + "imdb_id": "str", + "main_profession": "str", + "secondary_profession": "str", + "tertiary_profession": "str", + "date_of_birth": "str", + "date_of_death": "NoneType", + "place_of_birth": "str", + "gender": "str", + "headshot_url": "str", + "known_for": [ + "list of int with length 4" + ], + "relevance_percentile": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I'm planning a movie marathon with my friends. Find me a series of movies from a specific genre and check their streaming availability on Netflix, Hulu, and Prime Video. Also, provide information about the cast and crew of each movie.", + "relevant APIs": [ + [ + "OTT details", + "Title Details" + ], + [ + "Streaming Availability", + "Search Pro" + ], + [ + "Watchmode", + "Title Cast & Crew" + ] + ], + "query_id": 18980 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Basic (FREE)", + "api_description": "Get the details of a show via IMDb or TMDb id, including the streaming availability info in the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"result\": {\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_l" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Person", + "api_description": "Return details on a specific person (actor, director, etc).", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "7110004" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "full_name": "str", + "first_name": "str", + "last_name": "str", + "tmdb_id": "int", + "imdb_id": "str", + "main_profession": "str", + "secondary_profession": "str", + "tertiary_profession": "str", + "date_of_birth": "str", + "date_of_death": "NoneType", + "place_of_birth": "str", + "gender": "str", + "headshot_url": "str", + "known_for": [ + "list of int with length 4" + ], + "relevance_percentile": "int" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Cast & Crew", + "api_description": "Return all people associated with the title, the \"cast\" (actors), and \"crew\" (directors, writers, cinematographers, etc). For more details on a person, pass the person-id to the /person/ endpoint.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "person_id": "int", + "type": "str", + "full_name": "str", + "headshot_url": "str", + "role": "str", + "episode_count": "int", + "order": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Streaming Release Dates", + "api_description": "Get a listing of recently released or coming soon releases on the major streaming services. Only major services and US releases dates included, however most of the major services (Netflix, Hulu, etc) release original content on the same days in all countries they support. We return is_original field to indicate wheter the title is an original release on that streaming service.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a start date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220301" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many release dates to return, default is 500.", + "default": "250" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, this endpoint will return release dates from the current date through the next 30 days. Populate this parameter to manually set a end date to include releases from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "20220312" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I'm curious about a famous actor's career. Can you provide details about their filmography, including their best-known titles and streaming availability on Netflix, Hulu, and Prime Video? Also, share some interesting facts about the actor.", + "relevant APIs": [ + [ + "Watchmode", + "Person" + ], + [ + "Streaming Availability", + "Search Pro" + ], + [ + "OTT details", + "Basic Info" + ] + ], + "query_id": 18982 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Details", + "api_description": "Get the details for a specific title, using the Watchmode universal ID.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Two letter iso_639_1 language code. Return the title and plot overview in the language of your choosing (default is EN). If this is set, and not to EN, then an additional field called english_title will be returned with the title in English if available.\n", + "default": "ES" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "original_title": "str", + "plot_overview": "str", + "type": "str", + "runtime_minutes": "NoneType", + "year": "int", + "end_year": "int", + "release_date": "str", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "genres": [ + "list of int with length 3" + ], + "genre_names": [ + "list of str with length 3" + ], + "user_rating": "float", + "critic_score": "int", + "us_rating": "str", + "poster": "str", + "backdrop": "str", + "original_language": "str", + "english_title": "str", + "similar_titles": [ + "list of int with length 25" + ], + "networks": [ + "list of int with length 1" + ], + "network_names": [ + "list of str with length 1" + ], + "relevance_percentile": "float", + "trailer": "str", + "trailer_thumbnail": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm planning a movie night with my friends and we want to watch a comedy film. Can you recommend some popular comedy movies available on streaming platforms in the US? Also, provide the runtime and IMDb ratings for these movies.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search Ultra" + ], + [ + "Watchmode", + "Title Details" + ], + [ + "OTT details", + "Title Details" + ] + ], + "query_id": 18984 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Details", + "api_description": "Get the details for a specific title, using the Watchmode universal ID.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Two letter iso_639_1 language code. Return the title and plot overview in the language of your choosing (default is EN). If this is set, and not to EN, then an additional field called english_title will be returned with the title in English if available.\n", + "default": "ES" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "original_title": "str", + "plot_overview": "str", + "type": "str", + "runtime_minutes": "NoneType", + "year": "int", + "end_year": "int", + "release_date": "str", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "genres": [ + "list of int with length 3" + ], + "genre_names": [ + "list of str with length 3" + ], + "user_rating": "float", + "critic_score": "int", + "us_rating": "str", + "poster": "str", + "backdrop": "str", + "original_language": "str", + "english_title": "str", + "similar_titles": [ + "list of int with length 25" + ], + "networks": [ + "list of int with length 1" + ], + "network_names": [ + "list of str with length 1" + ], + "relevance_percentile": "float", + "trailer": "str", + "trailer_thumbnail": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm a movie enthusiast and I'm interested in watching critically acclaimed films. Can you suggest some award-winning movies with high IMDb ratings? Also, provide the streaming platforms where these movies are available in the US.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search Ultra" + ], + [ + "Watchmode", + "Title Details" + ], + [ + "OTT details", + "Title Details" + ] + ], + "query_id": 18987 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Details", + "api_description": "Get the details for a specific title, using the Watchmode universal ID.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Two letter iso_639_1 language code. Return the title and plot overview in the language of your choosing (default is EN). If this is set, and not to EN, then an additional field called english_title will be returned with the title in English if available.\n", + "default": "ES" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "original_title": "str", + "plot_overview": "str", + "type": "str", + "runtime_minutes": "NoneType", + "year": "int", + "end_year": "int", + "release_date": "str", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "genres": [ + "list of int with length 3" + ], + "genre_names": [ + "list of str with length 3" + ], + "user_rating": "float", + "critic_score": "int", + "us_rating": "str", + "poster": "str", + "backdrop": "str", + "original_language": "str", + "english_title": "str", + "similar_titles": [ + "list of int with length 25" + ], + "networks": [ + "list of int with length 1" + ], + "network_names": [ + "list of str with length 1" + ], + "relevance_percentile": "float", + "trailer": "str", + "trailer_thumbnail": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm planning a movie night with my friends and we want to watch a horror film. Can you recommend some popular horror movies available on streaming platforms in the US? Also, provide the runtime and IMDb ratings for these movies.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search Ultra" + ], + [ + "Watchmode", + "Title Details" + ], + [ + "OTT details", + "Title Details" + ] + ], + "query_id": 18988 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Details", + "api_description": "Get the details for a specific title, using the Watchmode universal ID.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Two letter iso_639_1 language code. Return the title and plot overview in the language of your choosing (default is EN). If this is set, and not to EN, then an additional field called english_title will be returned with the title in English if available.\n", + "default": "ES" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "original_title": "str", + "plot_overview": "str", + "type": "str", + "runtime_minutes": "NoneType", + "year": "int", + "end_year": "int", + "release_date": "str", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "genres": [ + "list of int with length 3" + ], + "genre_names": [ + "list of str with length 3" + ], + "user_rating": "float", + "critic_score": "int", + "us_rating": "str", + "poster": "str", + "backdrop": "str", + "original_language": "str", + "english_title": "str", + "similar_titles": [ + "list of int with length 25" + ], + "networks": [ + "list of int with length 1" + ], + "network_names": [ + "list of str with length 1" + ], + "relevance_percentile": "float", + "trailer": "str", + "trailer_thumbnail": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I want to watch a romantic comedy movie with my partner. Can you recommend some popular romantic comedy films available on streaming platforms in the US? Also, provide the runtime and IMDb ratings for these movies.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search Ultra" + ], + [ + "Watchmode", + "Title Details" + ], + [ + "OTT details", + "Title Details" + ] + ], + "query_id": 18990 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Details", + "api_description": "Get the details for a specific title, using the Watchmode universal ID.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Two letter iso_639_1 language code. Return the title and plot overview in the language of your choosing (default is EN). If this is set, and not to EN, then an additional field called english_title will be returned with the title in English if available.\n", + "default": "ES" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "original_title": "str", + "plot_overview": "str", + "type": "str", + "runtime_minutes": "NoneType", + "year": "int", + "end_year": "int", + "release_date": "str", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "genres": [ + "list of int with length 3" + ], + "genre_names": [ + "list of str with length 3" + ], + "user_rating": "float", + "critic_score": "int", + "us_rating": "str", + "poster": "str", + "backdrop": "str", + "original_language": "str", + "english_title": "str", + "similar_titles": [ + "list of int with length 25" + ], + "networks": [ + "list of int with length 1" + ], + "network_names": [ + "list of str with length 1" + ], + "relevance_percentile": "float", + "trailer": "str", + "trailer_thumbnail": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm a history buff and I'm interested in watching historical films. Can you recommend some acclaimed historical movies available on streaming platforms in the US? Also, provide the runtime and IMDb ratings for these movies.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search Ultra" + ], + [ + "Watchmode", + "Title Details" + ], + [ + "OTT details", + "Title Details" + ] + ], + "query_id": 18992 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Services (FREE)", + "api_description": "Get the list of supported services and details about them", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": "{\"result\": {\"all4\": {\"id\": \"str\", \"countries\": {\"gb\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}, \"ie\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {}}}}, \"apple\": {\"id\": \"str\", \"countries\": {\"ae\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000234\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.1000358\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}, \"tvs.sbd.3000\": {\"id\": \"str\", \"displayName\": \"str\", \"homePage\": \"str\", \"themeColorCode\": \"str\", \"image\": \"str\"}}}, \"ar\": {\"supportedStreamingTypes\": {\"addon\": \"bool\", \"buy\": \"bool\", \"free\": \"bool\", \"rent\": \"bool\", \"subscription\": \"bool\"}, \"addOns\": {\"tvs.sbd.1000212\":" + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Details", + "api_description": "Get the details for a specific title, using the Watchmode universal ID.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [ + { + "name": "language", + "type": "STRING", + "description": "Two letter iso_639_1 language code. Return the title and plot overview in the language of your choosing (default is EN). If this is set, and not to EN, then an additional field called english_title will be returned with the title in English if available.\n", + "default": "ES" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "title": "str", + "original_title": "str", + "plot_overview": "str", + "type": "str", + "runtime_minutes": "NoneType", + "year": "int", + "end_year": "int", + "release_date": "str", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "genres": [ + "list of int with length 3" + ], + "genre_names": [ + "list of str with length 3" + ], + "user_rating": "float", + "critic_score": "int", + "us_rating": "str", + "poster": "str", + "backdrop": "str", + "original_language": "str", + "english_title": "str", + "similar_titles": [ + "list of int with length 25" + ], + "networks": [ + "list of int with length 1" + ], + "network_names": [ + "list of str with length 1" + ], + "relevance_percentile": "float", + "trailer": "str", + "trailer_thumbnail": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Additional Title Details", + "api_description": "Get additional details for a movie or tv show like reviews , quotes , plotsummary , number of votes , trailer url , cast details etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt7286456" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imdbid": "str", + "title": "str", + "people": [ + { + "peopleid": "str", + "characters": "NoneType", + "category": "str", + "job": "str", + "_list_length": 10 + } + ], + "numVotes": "int", + "trailerUrl": [ + "list of str with length 3" + ], + "plotSummary": "str", + "quotes": [ + "list of str with length 5" + ], + "reviews": [ + "list of str with length 5" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + } + ], + "query": "I'm organizing a movie night for my company's team-building event. Can you suggest some motivational movies with positive messages? Also, provide the streaming platforms where these movies are available in the US.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search Ultra" + ], + [ + "Watchmode", + "Title Details" + ], + [ + "OTT details", + "Title Details" + ] + ], + "query_id": 18993 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Episodes", + "api_description": "Return all of the episodes for a TV series or mini-series, as well as the streaming sources each episode is available on.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "episode_number": "int", + "season_number": "int", + "season_id": "int", + "tmdb_id": "int", + "imdb_id": "str", + "thumbnail_url": "str", + "release_date": "str", + "runtime_minutes": "int", + "overview": "str", + "sources": [ + { + "source_id": "int", + "name": "str", + "type": "str", + "region": "str", + "ios_url": "str", + "android_url": "str", + "web_url": "str", + "format": "str", + "price": "NoneType", + "_list_length": 7 + } + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Regions", + "api_description": "Return a listing of all regions (countries) that Watchmode currently supports and their 2 letter country codes used in the return data of other endpoints.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "name": "str", + "flag": "str", + "data_tier": "int", + "plan_enabled": "bool" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "New Arrivals", + "api_description": "Get the latest arrivals from different platforms .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "Use 'IN' for India and 'US' for USA , * currently we support only US and Indian region.", + "default": "US" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": "empty list" + } + } + ], + "query": "I'm a film enthusiast and I want to explore movies from different regions. Can you recommend some movies from India and the United States? Additionally, I would like to search for movies and TV shows related to 'The Godfather' using the 'search' endpoint.", + "relevant APIs": [ + [ + "Watchmode", + "Autocomplete Search" + ], + [ + "OTT details", + "Search" + ] + ], + "query_id": 19272 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I want to explore new movies and TV series added to Watchmode recently. Can you provide me with a list of new titles added between June 1, 2022, and June 30, 2022? Additionally, fetch the basic information about the cast member with the peopleid 'nm0000375'.", + "relevant APIs": [ + [ + "Watchmode", + "New Titles" + ], + [ + "OTT details", + "Basic Info" + ] + ], + "query_id": 19274 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "My family and I are planning a movie marathon and we need some movie recommendations. Could you search for movies based on the genre 'action' and language 'Spanish'? Also, provide us with the streaming sources available in the US and Canada where we can watch these movies.", + "relevant APIs": [ + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Params" + ], + [ + "Watchmode", + "Sources" + ] + ], + "query_id": 19275 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I'm planning a movie-themed birthday party for my niece and I need some suggestions for movies suitable for kids. Can you search for movies based on the genre 'animation' and language 'English'? Also, provide the streaming sources available in the US and Canada where we can watch these movies.", + "relevant APIs": [ + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Params" + ], + [ + "Watchmode", + "Sources" + ] + ], + "query_id": 19277 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I'm organizing a movie-themed event for my company and I need some information about the cast member with the peopleid 'nm0000375'. Can you fetch the name, profession, birth year, and best titles associated with this cast member? Also, provide the streaming sources available in the US and Canada for these titles.", + "relevant APIs": [ + [ + "OTT details", + "Basic Info" + ], + [ + "Watchmode", + "Sources" + ] + ], + "query_id": 19281 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Params", + "api_description": "Get array of values that can be used as params in Advanced Search .", + "required_parameters": [ + { + "name": "param", + "type": "STRING", + "description": "input 'genre' or 'language' to get array of genre or languages that can be used as filter in advanced search .", + "default": "genre" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": {} + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Sources", + "api_description": "Return a listing of all streaming sources that Watchmode supports. Optionally filter by type of source (subscription, free, etc).", + "required_parameters": [], + "optional_parameters": [ + { + "name": "regions", + "type": "STRING", + "description": "Pass one of the region values (eg. US), or multiple regions comma delimited to only return sources active in those regions. Currently supported regions: US, GB, CA, AU", + "default": "US,CA" + }, + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types of streaming sources:\nsub, free, purchase, tve. \\\\\\\"sub\\\\\\\" means the service is a subscription service, \\\\\\\"tve\\\\\\\" means the service is a TV channel app.", + "default": "sub,free" + } + ], + "method": "GET", + "template_response": { + "id": "int", + "name": "str", + "type": "str", + "logo_100px": "str", + "ios_appstore_url": "str", + "android_playstore_url": "str", + "android_scheme": "str", + "ios_scheme": "str", + "regions": [ + "list of str with length 51" + ] + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New Titles", + "api_description": "Get a listing of the title IDs of new titles added to Watchmode within the date range. You can use this to find new titles, then use the /v1/title/ endpoint to get details on the title.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "types", + "type": "STRING", + "description": "Filter result to only include certain types of titles. Pass a single type or pass multiple types comma delimited. Possible values: movie, tv_series, tv_special, tv_miniseries, short_film", + "default": "movie,tv_series" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + } + ], + "query": "I'm planning a movie night with my family and we want to watch some horror movies. Can you search for movies based on the genre 'horror' and language 'English'? Also, provide the streaming sources available in the US and Canada where we can watch these movies.", + "relevant APIs": [ + [ + "OTT details", + "Search" + ], + [ + "OTT details", + "Params" + ], + [ + "Watchmode", + "Sources" + ] + ], + "query_id": 19282 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a surprise party for my best friend's birthday. Can you help me create a short URL for the party invitation and find a suitable domain for it? Also, provide me with a list of available domains to choose from.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 20022 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I need to share a long URL with my colleagues. Can you generate a shortened URL for me using the bitly API? Additionally, find a domain that best represents our company and create a new link with that domain.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Create a new link" + ] + ], + "query_id": 20023 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I want to share a blog post with my followers on social media. Can you generate a shortened URL for the post using the bitly API? Additionally, find an appropriate domain for the link.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 20024 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a vacation with my family and want to share the itinerary with them. Can you generate a shortened URL for the itinerary using the bitly API? Also, find a domain that suits our travel theme.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 20026 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a workshop and need to send out the event details. Can you help me create a short URL for the event using the bitly API? Additionally, suggest a domain that reflects the purpose of the workshop.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 20027 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning a surprise anniversary party for my parents. Can you generate a shortened URL for the party invitation using the bitly API? Additionally, find a domain that represents love and celebration.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 20028 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm organizing a meetup for a group of entrepreneurs. Can you help me create a short URL for the meetup details using the bitly API? Also, suggest a domain that resonates with the entrepreneurial spirit.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 20029 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "bitly", + "api_name": "shorten", + "api_description": "Given a long URL, returns a bitly short URL.", + "required_parameters": [ + { + "name": "longUrl", + "type": "STRING", + "description": "a long URL to be shortened (example: http://betaworks.com/).", + "default": "http://www.mashape.com" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "status_code": "int", + "status_txt": "str", + "data": "empty list" + } + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Get a list of domains", + "api_description": "Get a list of domains", + "required_parameters": [], + "optional_parameters": [ + { + "name": "active", + "type": "BOOLEAN", + "description": "Filter branded domains depending on whether they can be used to brand short links or not", + "default": "" + }, + { + "name": "orderBy", + "type": "STRING", + "description": "Sorting criteria to apply to your branded domains collection among createdAt, updatedAt and fullName.", + "default": "createdAt" + }, + { + "name": "last", + "type": "STRING", + "description": "The id of the last domain you fetched, see Infinite Scrolling section", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "How many branded domains to load", + "default": "100" + }, + { + "name": "orderDir", + "type": "STRING", + "description": "Sorting direction to apply to your branded short links collection among desc and asc.", + "default": "desc" + }, + { + "name": "type", + "type": "STRING", + "description": "Filter branded domains depending on their type (owned by user, user, or service domains like rebrand.ly, service)", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Advertising", + "tool_name": "URL Link Shortener", + "api_name": "Create a new link", + "api_description": "Create a new link", + "required_parameters": [ + { + "name": "destination", + "type": "STRING", + "description": "The destination URL you want your branded short link to point to", + "default": "https://rapidapi.com/" + } + ], + "optional_parameters": [ + { + "name": "domain[id]", + "type": "STRING", + "description": "The unique id of the branded domain. If not specified, rebrand.ly is used", + "default": "" + }, + { + "name": "slashtag", + "type": "STRING", + "description": "The keyword portion of your branded short link", + "default": "" + }, + { + "name": "domain[fullName]", + "type": "STRING", + "description": "The unique name of the branded domain, to be used in place of domain[id] in special cases. Precedence will be given to domain[id] value.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I want to share a news article with my colleagues. Can you generate a shortened URL for the article using the bitly API? Additionally, find a domain that suits our company's industry.", + "relevant APIs": [ + [ + "bitly", + "shorten" + ], + [ + "URL Link Shortener", + "Get a list of domains" + ] + ], + "query_id": 20030 + }, + { + "api_list": [ + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on the given 'title '.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "", + "default": "Endgame" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "*Maximum number of pages returned is 10 ", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Advanced Search", + "api_description": "This endpoint allows you to search for a movie or tvshow based on various parameters such as release year , imdb rating , genre , language etc.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "start_year", + "type": "NUMBER", + "description": "Enter any year between 1970 to 2020 to get results.", + "default": "1970" + }, + { + "name": "page", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "max_imdb", + "type": "NUMBER", + "description": "", + "default": "7.8" + }, + { + "name": "type", + "type": "STRING", + "description": "Enter type 'movie' or 'show'", + "default": "movie" + }, + { + "name": "sort", + "type": "STRING", + "description": "Enter values highestrated , lowestrated , latest , oldest to sort results accodingly .", + "default": "latest" + }, + { + "name": "min_imdb", + "type": "NUMBER", + "description": "", + "default": "6" + }, + { + "name": "genre", + "type": "STRING", + "description": "use comma seperated values to enter multiple genre eg : action,horror", + "default": "action" + }, + { + "name": "language", + "type": "STRING", + "description": "use comma seperated values to enter multiple values , eg : english,german", + "default": "english" + }, + { + "name": "end_year", + "type": "NUMBER", + "description": "Enter any year from 1970 to 2020 to get results.", + "default": "2020" + } + ], + "method": "GET", + "template_response": { + "page": "int", + "results": [ + { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 3" + ], + "imdbid": "str", + "title": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "_list_length": 50 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Genres (FREE)", + "api_description": "Get the id to name mapping of supported genres.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "result": { + "1": "str", + "10402": "str", + "10749": "str", + "10751": "str", + "10752": "str", + "10763": "str", + "10764": "str", + "10767": "str", + "12": "str", + "14": "str", + "16": "str", + "18": "str", + "2": "str", + "27": "str", + "28": "str", + "3": "str", + "35": "str", + "36": "str", + "37": "str", + "4": "str", + "5": "str", + "53": "str", + "6": "str", + "7": "str", + "80": "str", + "878": "str", + "9648": "str", + "99": "str" + } + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search By Title (FREE)", + "api_description": "Search movies and series by title. Maximum amount of items returned are 20, unless there are more than 20 shows with the exact given title input. In that case all the items have 100% match with the title will be returned.\n\nNo pagination is supported.", + "required_parameters": [ + { + "name": "title", + "type": "STRING", + "description": "Title to search for.", + "default": "batman" + }, + { + "name": "country", + "type": "STRING", + "description": "Regardless of this value, the given title is searched across all the platforms and all the countries. This parameter determines according to which country the streamingInfo field will be populated. Thus even if a show is not available in this country, It will be included in the results if it resembles with the given title, but the streaming information will not be available.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to include in the results. Either `movie`, `series` or `all`. Default is `all`.", + "default": "movie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 34}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"hbo\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 3}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 3}], \"price\": \"NoneType\", \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 1}], \"hulu\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_" + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Basic (FREE)", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 8. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 4 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genre", + "type": "STRING", + "description": "A genre id to only search within the shows in that genre. See `/v2/genres` endpoint to see available genres and ids.", + "default": "18" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": "{\"result\": [{\"type\": \"str\", \"title\": \"str\", \"overview\": \"str\", \"streamingInfo\": {\"us\": {\"apple\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 2}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 2}], \"prime\": [{\"type\": \"str\", \"quality\": \"str\", \"addOn\": \"str\", \"link\": \"str\", \"watchLink\": \"str\", \"audios\": [{\"language\": \"str\", \"region\": \"str\", \"_list_length\": 1}], \"subtitles\": [{\"locale\": {\"language\": \"str\", \"region\": \"str\"}, \"closedCaptions\": \"bool\", \"_list_length\": 1}], \"price\": {\"amount\": \"str\", \"currency\": \"str\", \"formatted\": \"str\"}, \"leaving\": \"int\", \"availableSince\": \"int\", \"_list_length\": 4}]}}, \"cast\": [\"list of str with length 7\"], \"year\": \"int\", \"advisedMinimumAudienceAge\": \"int\", \"imdbId\": " + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Title Seasons", + "api_description": "Return all of the seasons for a TV show or mini-series.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "This ID can be the Watchmode ID of the title (returned by other endpoints such as the list-titles endpoint), or found in the mapping file: https://api.watchmode.com/datasets/title_id_map.csv.\n\nYou can also pass an IMDB ID here instead, or a TMDB type and TMDB ID combination. For example, the TMDB combination for The Shawshank Redemption is movie-278 and for Breaking Bad is tv-1396. ", + "default": "3173903" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "id": "int", + "poster_url": "str", + "name": "str", + "overview": "NoneType", + "number": "NoneType", + "air_date": "str", + "episode_count": "NoneType" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "New People", + "api_description": "Get a listing of the ids of new people added to Watchmode within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "1" + }, + { + "name": "start_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set how many titles to return per page, default and maximum is 250.", + "default": "50" + }, + { + "name": "end_date", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Regions", + "api_description": "Return a listing of all regions (countries) that Watchmode currently supports and their 2 letter country codes used in the return data of other endpoints.", + "required_parameters": [], + "optional_parameters": [], + "method": "GET", + "template_response": { + "country": "str", + "name": "str", + "flag": "str", + "data_tier": "int", + "plan_enabled": "bool" + } + } + ], + "query": "I'm trying to find a new series to watch. Can you recommend some popular TV shows that are currently streaming on platforms like Netflix, Prime Video, and Hulu? Additionally, provide me with the seasons of the TV show 'Friends'.", + "relevant APIs": [ + [ + "Streaming Availability", + "Search Basic (FREE)" + ], + [ + "Streaming Availability", + "Search By Title (FREE)" + ], + [ + "Watchmode", + "New People" + ], + [ + "Watchmode", + "Title Seasons" + ] + ], + "query_id": 21682 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I want to plan a movie night with my friends. Can you suggest some popular movies from the 'action' category on Vimeo? Also, provide me with the download/stream information for one of the movies.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 23236 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm a filmmaker looking for inspiration. Can you recommend some award-winning short films from Vimeo? Also, provide me with the download/stream information for one of the films.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 23239 + }, + { + "api_list": [ + { + "category_name": "Tools", + "tool_name": "YTStream - Download YouTube Videos", + "api_name": "Download/Stream", + "api_description": "Stream or download info.", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "Youtube Video Id.", + "default": "UxxajLWwzqY" + } + ], + "optional_parameters": [ + { + "name": "cgeo", + "type": "STRING", + "description": "Country code in ISO 3166 format of the end user.", + "default": "" + } + ], + "method": "GET", + "template_response": "{\"status\": \"str\", \"id\": \"str\", \"title\": \"str\", \"lengthSeconds\": \"str\", \"keywords\": [\"list of str with length 18\"], \"channelTitle\": \"str\", \"channelId\": \"str\", \"description\": \"str\", \"thumbnail\": [{\"url\": \"str\", \"width\": \"int\", \"height\": \"int\", \"_list_length\": 4}], \"allowRatings\": \"bool\", \"viewCount\": \"NoneType\", \"isPrivate\": \"bool\", \"isUnpluggedCorpus\": \"bool\", \"isLiveContent\": \"bool\", \"storyboards\": [{\"width\": \"str\", \"height\": \"str\", \"thumbsCount\": \"str\", \"columns\": \"str\", \"rows\": \"str\", \"interval\": \"str\", \"storyboardCount\": \"int\", \"url\": [\"list of str with length 1\"], \"_list_length\": 3}], \"expiresInSeconds\": \"str\", \"formats\": [{\"itag\": \"int\", \"url\": \"str\", \"mimeType\": \"str\", \"bitrate\": \"int\", \"width\": \"int\", \"height\": \"int\", \"lastModified\": \"str\", \"contentLength\": \"str\", \"quality\": \"str\", \"fps\": \"int\", \"qualityLabel\": \"str\", \"projectionType\": \"str\", \"averageBitrate\": \"int\", \"audioQuality\": \"str\", \"approxDurationMs\": \"str\", \"audioSampleRate\": \"str\", \"audioChannels\": \"int\", \"_list_length" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetCategoryInfo", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "The name of the category.", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetRelatedChannels", + "api_description": "", + "required_parameters": [ + { + "name": "category", + "type": "STRING", + "description": "Category name", + "default": "" + }, + { + "name": "format", + "type": "STRING", + "description": "json or xml or php", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "Number of items to show on each page. Max 50.", + "default": "" + } + ], + "method": "GET" + }, + { + "category_name": "Media", + "tool_name": "Vimeo", + "api_name": "GetChannelVideos", + "api_description": "Get a list of the videos in a channel.", + "required_parameters": [ + { + "name": "format", + "type": "STRING", + "description": "json/xml/php", + "default": "" + }, + { + "name": "channel_id", + "type": "STRING", + "description": "The numeric id of the channel or its url name.", + "default": "" + }, + { + "name": "full_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back the full video information", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "user_id", + "type": "STRING", + "description": "The ID number or username of the user. A token may be used instead.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "The page number to show.", + "default": "" + }, + { + "name": "per_page", + "type": "NUMBER", + "description": "", + "default": "Number of items to show on each page. Max 50." + }, + { + "name": "summary_response", + "type": "BOOLEAN", + "description": "Set this parameter to get back more information.", + "default": "" + } + ], + "method": "GET" + } + ], + "query": "I'm planning to start a YouTube channel and I need some ideas. Can you suggest popular video categories on Vimeo? Also, provide me with the download/stream information for a video in the 'comedy' category.", + "relevant APIs": [ + [ + "Vimeo", + "GetCategoryInfo" + ], + [ + "Vimeo", + "GetChannelVideos" + ], + [ + "YTStream - Download YouTube Videos", + "Download/Stream" + ] + ], + "query_id": 23240 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "OTT Providers", + "api_description": "Get information on OTT platforms we suuport .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "currently only USA and India region is supported enter param 'US' for USA and 'IN' for India.", + "default": "IN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + } + ], + "query": "I'm planning a movie night with my friends this weekend. Can you suggest some popular movies released in the last year? Also, provide the streaming availability for these movies on different platforms like Netflix, Prime Video, and Hulu.", + "relevant APIs": [ + [ + "Watchmode", + "Search" + ], + [ + "OTT details", + "Title Details" + ], + [ + "OTT details", + "OTT Providers" + ] + ], + "query_id": 25160 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "OTT Providers", + "api_description": "Get information on OTT platforms we suuport .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "currently only USA and India region is supported enter param 'US' for USA and 'IN' for India.", + "default": "IN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + } + ], + "query": "I'm planning a vacation with my family and we want to watch some movies during the trip. Can you recommend some family-friendly movies and provide the streaming availability on platforms like Disney+ and Netflix? Also, suggest some snacks that go well with movie nights.", + "relevant APIs": [ + [ + "Watchmode", + "Search" + ], + [ + "OTT details", + "Title Details" + ], + [ + "OTT details", + "OTT Providers" + ] + ], + "query_id": 25161 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "OTT Providers", + "api_description": "Get information on OTT platforms we suuport .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "currently only USA and India region is supported enter param 'US' for USA and 'IN' for India.", + "default": "IN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + } + ], + "query": "I'm planning a romantic date night with my partner and I want to watch a romantic movie. Can you suggest some romantic movies and provide the streaming availability on platforms like Netflix and Prime Video? Also, suggest some romantic dinner recipes.", + "relevant APIs": [ + [ + "Watchmode", + "Search" + ], + [ + "OTT details", + "Title Details" + ], + [ + "OTT details", + "OTT Providers" + ] + ], + "query_id": 25163 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "OTT Providers", + "api_description": "Get information on OTT platforms we suuport .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "currently only USA and India region is supported enter param 'US' for USA and 'IN' for India.", + "default": "IN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + } + ], + "query": "I'm planning a road trip with my family and we want to listen to some great music along the way. Can you recommend some popular songs and provide the streaming availability on platforms like Spotify and Apple Music? Also, suggest some snacks for the road trip.", + "relevant APIs": [ + [ + "Watchmode", + "Search" + ], + [ + "OTT details", + "Title Details" + ], + [ + "OTT details", + "OTT Providers" + ] + ], + "query_id": 25164 + }, + { + "api_list": [ + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Titles with Changed Episodes", + "api_description": "Get a listing of titles that have changes to their episodes (new episodes, episode details changed, etc) within the date range.", + "required_parameters": [], + "optional_parameters": [ + { + "name": "end_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "start_date", + "type": "STRING", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a start date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021), or for more granular results down to the second YYYYMMDDHHMMSS (eg 20210101123459 for January 1st, 2021 12:24pm and 59 seconds). Hours are in 24 hour format and in Eastern Standard Time. Month, day, hour, minutes and seconds use leading zeros for single digit values.", + "default": "" + }, + { + "name": "page", + "type": "NUMBER", + "description": "By default, the changes API will return changes since the beginning of yesterday. Populate this parameter to manually set a end date to include changes from a specific date range, format is YYYYMMDD (eg 20210101 for January 1st, 2021).", + "default": "1" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "Set the page of results you want to return, if this isn't set you will always get page 1 returned.", + "default": "50" + } + ], + "method": "GET", + "template_response": { + "success": "bool", + "statusCode": "int", + "statusMessage": "str" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Search", + "api_description": "Search for titles or people using an external ID (IMDB, TheMovieDB.org), or by name. Returns an array of results objects, that can either be a title or a person. Useful for getting the Watchmode IDs for titles and people. For example, you can set the parameters to search_value=Breaking%20Bad and search_field=name to get all of the titles named \"Breaking bad\", and then use the IDs returned in other endpoints such as /v1/title/", + "required_parameters": [ + { + "name": "search_field", + "type": "STRING", + "description": "The field for us to search in, either a 3rd party ID or \\\\\\\"name\\\\\\\" which will search for a movie/show title or a person's name depending on the type(s) set. Must be one of the following options:\nimdb_id, tmdb_person_id, tmdb_movie_id, tmdb_tv_id, name.", + "default": "name" + }, + { + "name": "search_value", + "type": "STRING", + "description": "The value we should search for. For example, if you set search_field to imdb_id, this would be the IMDB title/person ID, eg. tt0944947.", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "types", + "type": "STRING", + "description": "Pass one of the following values, or multiple comma separated values to only return certain types:\ntv, movie, person.", + "default": "tv" + } + ], + "method": "GET", + "template_response": { + "title_results": [ + { + "resultType": "str", + "id": "int", + "name": "str", + "type": "str", + "year": "int", + "imdb_id": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "_list_length": 3 + } + ], + "people_results": "empty list" + } + }, + { + "category_name": "Entertainment", + "tool_name": "Watchmode", + "api_name": "Autocomplete Search", + "api_description": "Search for titles/and or people by name or a partial name. Useful for building an autocomplete search of titles and/or people. The results include the field result_type to indicate which type of result it is (title or person). For titles, the movie poster will be returned in image_url, for a person a headshot will be returned in image_url.", + "required_parameters": [ + { + "name": "search_value", + "type": "STRING", + "description": "The phrase to search for, can be a full title or person name, or a partial phrase. For example searching for \\\"The sha\\\" will find the movie \\\"The Shawshank Redemption\\\".", + "default": "Breaking Bad" + } + ], + "optional_parameters": [ + { + "name": "search_type", + "type": "NUMBER", + "description": "Set this to 1 to include titles and people in results. Set this to 2 to include titles only. Set this to 3 to include movies only. Set this to 4 to include TV only. Set this to 5 to include people only. By default this is set to 1.", + "default": "1" + } + ], + "method": "GET", + "template_response": { + "results": [ + { + "name": "str", + "relevance": "float", + "type": "str", + "id": "int", + "year": "int", + "result_type": "str", + "tmdb_id": "int", + "tmdb_type": "str", + "image_url": "str", + "_list_length": 9 + } + ] + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Get Ultra", + "api_description": "Get the details of a show via IMDb or TMDb id, including the global streaming availability info", + "required_parameters": [], + "optional_parameters": [ + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "tmdb_id", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "imdb_id", + "type": "STRING", + "description": "", + "default": "tt1877830" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Pro", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 10. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + }, + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 8 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + } + ], + "optional_parameters": [ + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "zombie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "Streaming Availability", + "api_name": "Search Ultra", + "api_description": "Search through the catalog of the given services in the given country. Provides filters such as show language, genre and keyword. Items per page is 25. Output includes all the information about the shows, such as title, IMDb ID, TMDb ID, IMDb rating, link to shows' pages in streaming services (including individual season/episode links), cast, runtime, poster and many more! Apart from the info about the given country-service combinations, output also includes information about availability in the other services for the given country.", + "required_parameters": [ + { + "name": "services", + "type": "STRING", + "description": "A comma separated list of up to 16 services to search in. See `/v2/services` endpoint to get the supported services and their ids/names.\n\nSyntax of the values supplied in the list can be as the followings:\n\n``: Searches in the entire catalog of that service, including (if applicable) rentable, buyable shows or shows available through addons i.e. `netflix`, `prime`, `apple`\n\n`.`: Only returns the shows that are available in that service with the given offer type. Valid offer type values are `subscription`, `free`, `rent`, `buy` and `addon` i.e. `peacock.free` only returns the shows on Peacock that are free to watch, `prime.subscription` only returns the shows on Prime Video that are available to watch with a Prime subscription. `hulu.addon` only returns the shows on Hulu that are available via an addon, `prime.rent` only returns the shows on Prime Video that are rentable.\n\n`.addon.`: Only returns the shows that are available in that service with the given addon. Check `/v2/services` endpoint to fetch the available addons for a service. Some sample values are: `hulu.addon.hbo`, `prime.addon.hbomaxus`.\n\nIf a service supports both `free` and `subscription`, then results included under `subscription` will always include the `free` shows as well.\n\nWhen multiple values are passed as a comma separated list, any show that satisfies at least one of the values will be included in the result.\n\nSome sample list values:\n\n`prime.rent,prime.buy,apple.rent,apple.buy`: Returns all the buyable/rentable shows on Amazon Prime Video and Apple TV.\n\n`prime.addon,prime.subscription`: Returns all the shows on Amazon Prime Video that are available through either a Prime Video subscription or a Prime Video Channel subscription.", + "default": "netflix,prime.buy,hulu.addon.hbo,peacock.free" + }, + { + "name": "country", + "type": "STRING", + "description": "2 letter ISO 3166-1 alpha-2 country code of the country to search in. See the about page to check the supported countries.", + "default": "us" + } + ], + "optional_parameters": [ + { + "name": "max_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "1000000" + }, + { + "name": "order_by", + "type": "STRING", + "description": "Determines the ordering of the results.\n\nPossible values are `original_title`, `imdb_vote_count`, `imdb_rating` and `year`. Default value is `original_title`", + "default": "year" + }, + { + "name": "max_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "90" + }, + { + "name": "min_imdb_rating", + "type": "NUMBER", + "description": "Out of 100", + "default": "70" + }, + { + "name": "desc", + "type": "BOOLEAN", + "description": "Use descending order?\n\nPossible values are `true` and `false`. Default value is `false`.", + "default": "true" + }, + { + "name": "keyword", + "type": "STRING", + "description": "A keyword to only search within the shows have that keyword in their overview or title.", + "default": "" + }, + { + "name": "cursor", + "type": "STRING", + "description": "Cursor is used for pagination. After each request, the response includes a `hasMore` boolean field to tell if there are more results that did not fit the returned list size. If it is set as true, to get the rest of the result set, send a new request (with the same parameters for other fields such as show_type, services etc.), and set the cursor parameter as the `nextCursor` value of the previous request response. Do not forget to escape the cursor value before putting it into the query as it might contain characters such as `?`, `&`.\n\nThe first request naturally does not require a `cursor` parameter.", + "default": "" + }, + { + "name": "year_max", + "type": "NUMBER", + "description": "Maximum release/air year of the show.", + "default": "2025" + }, + { + "name": "min_imdb_vote_count", + "type": "NUMBER", + "description": "", + "default": "10000" + }, + { + "name": "year_min", + "type": "NUMBER", + "description": "Minimum release/air year of the show.", + "default": "2000" + }, + { + "name": "show_original_language", + "type": "STRING", + "description": "A 2 letter ISO 639-1 language code to only search within the shows whose original language matches with the provided language.", + "default": "en" + }, + { + "name": "genres_relation", + "type": "STRING", + "description": "When more than one genre is supplied in `genres` parameter, `genres_relation` chooses the matching style against\n\nWhen `or`, the endpoint returns any show that has at least one of the given genres.\nWhen `and`, it only returns the shows that have all of the given genres.\n\nDefault value is `and`.", + "default": "or" + }, + { + "name": "genres", + "type": "STRING", + "description": "Comma separated list of genre ids to only search within the shows in those genres. See `/v2/genres` endpoint to see available genres and ids.\n\nWhen more than one genre supplied, set `genres_relation` parameter to specify between returning shows that have at least one of the given genres or returning shows that have all of the given genres", + "default": "18,80" + }, + { + "name": "output_language", + "type": "STRING", + "description": "2 letter iso code of the output language. Default is `en`. See the about page to see the list of languages supported.", + "default": "en" + }, + { + "name": "show_type", + "type": "STRING", + "description": "Type of shows to search in. Accepted values are `movie`, `series` or `all`. The default value is `all`.", + "default": "movie" + } + ], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Basic Info", + "api_description": "Get info on a cast such as name , profession , birth and death year , bio , poster , best titles etc.", + "required_parameters": [ + { + "name": "peopleid", + "type": "STRING", + "description": "", + "default": "nm0000375" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "peopleid": "str", + "name": "str", + "profession": [ + "list of str with length 3" + ], + "knownForTitles": [ + "list of str with length 4" + ], + "birthYear": "str", + "deathYear": "str", + "bio": "str", + "born": "str", + "birthName": "str", + "poster": [ + "list of str with length 1" + ] + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "OTT Providers", + "api_description": "Get information on OTT platforms we suuport .", + "required_parameters": [ + { + "name": "region", + "type": "STRING", + "description": "currently only USA and India region is supported enter param 'US' for USA and 'IN' for India.", + "default": "IN" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "message": "str" + } + }, + { + "category_name": "Movies", + "tool_name": "OTT details", + "api_name": "Title Details", + "api_description": "Get basic information on a movie or tv show such as imdbid , title , genre , runtime , imdbrating , language , synopsis , type , imageurl , Streaming platforms info etc.", + "required_parameters": [ + { + "name": "imdbid", + "type": "STRING", + "description": "", + "default": "tt9904802" + } + ], + "optional_parameters": [], + "method": "GET", + "template_response": { + "imageurl": [ + "list of str with length 1" + ], + "genre": [ + "list of str with length 1" + ], + "imdbid": "str", + "title": "str", + "runtime": "str", + "imdbrating": "float", + "released": "int", + "synopsis": "str", + "type": "str", + "language": [ + "list of str with length 4" + ], + "streamingAvailability": { + "country": { + "US": [ + { + "url": "str", + "platform": "str", + "_list_length": 9 + } + ] + } + } + } + } + ], + "query": "I'm planning a hiking trip with my friends and we want to listen to some inspiring podcasts during the journey. Can you recommend some motivational podcasts and provide the streaming availability on platforms like Spotify and Apple Podcasts? Also, suggest some healthy snacks for the hike.", + "relevant APIs": [ + [ + "Watchmode", + "Search" + ], + [ + "OTT details", + "Title Details" + ], + [ + "OTT details", + "OTT Providers" + ] + ], + "query_id": 25165 + } +] \ No newline at end of file diff --git a/toolbench/toolenv/tools/.DS_Store b/toolbench/toolenv/tools/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..649455a2c574256cd25b0f85fbe0d39ac159d495 Binary files /dev/null and b/toolbench/toolenv/tools/.DS_Store differ diff --git a/toolbench/toolenv/tools/Advertising/1251/api.py b/toolbench/toolenv/tools/Advertising/1251/api.py new file mode 100644 index 0000000000000000000000000000000000000000..29e8c561a3190ec27fa276d312f9c5ed7469f40f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/1251/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def ff(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "ff" + + """ + url = f"https://1251.p.rapidapi.com/posts" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "1251.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e/api.py b/toolbench/toolenv/tools/Advertising/16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ed0a3c730fde586b073d747640d886b1dcea6dbf --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def venture(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Link to any suggestions on a nail" + + """ + url = f"https://16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com/employees/id" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/20211230_testing_upload_swagger/api.py b/toolbench/toolenv/tools/Advertising/20211230_testing_upload_swagger/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a104e724e0794bdba6dc14268050c169e527ca72 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/20211230_testing_upload_swagger/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def testing_endpoint(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "testing endpoint" + + """ + url = f"https://20211230-testing-upload-swagger.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "20211230-testing-upload-swagger.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def open_api_v1_0_indoor_air_quality_iot(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Apply for this API to access the steps for indoor air quality information about IoT device - v2" + + """ + url = f"https://20211230-testing-upload-swagger.p.rapidapi.com/open-api/v1.0/indoor-air-quality/iot/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "20211230-testing-upload-swagger.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/a.json b/toolbench/toolenv/tools/Advertising/a.json new file mode 100644 index 0000000000000000000000000000000000000000..9facc2050846f458b2b795d8d0ff986b33b42616 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/a.json @@ -0,0 +1,24 @@ +{ + "tool_name":"a", + "tool_description":"a", + "title":"a", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/hungdn/api/a396/", + "host":"a396.p.rapidapi.com", + "api_list":[ + { + "name":"api", + "url":"https://a396.p.rapidapi.com/cgi-bin/secure/api.cgi", + "description":"a", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://a396.p.rapidapi.com/cgi-bin/secure/api.cgi\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"a396.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/a/api.py b/toolbench/toolenv/tools/Advertising/a/api.py new file mode 100644 index 0000000000000000000000000000000000000000..129e3a041e9fa5aa9f54cbf673b24b87ce5a2a2c --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/a/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def api(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "a" + + """ + url = f"https://a396.p.rapidapi.com/cgi-bin/secure/api.cgi" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "a396.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/abc.json b/toolbench/toolenv/tools/Advertising/abc.json new file mode 100644 index 0000000000000000000000000000000000000000..cc9c8e89e6afe639c938721fcb8c5fcc346149b4 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/abc.json @@ -0,0 +1,31 @@ +{ + "tool_name":"abc", + "tool_description":"abc", + "title":"abc", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/bayby-yoda-bayby-yoda-default/api/abc99/", + "host":"abc99.p.rapidapi.com", + "api_list":[ + { + "name":"hello", + "url":"https://abc99.p.rapidapi.com/hello", + "description":"hello", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"id", + "type":"STRING", + "description":"", + "default":"123" + } + ], + "code":"import requests\n\nurl = \"https://abc99.p.rapidapi.com/hello\"\nquerystring = {\"id\": id}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"abc99.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/abc/api.py b/toolbench/toolenv/tools/Advertising/abc/api.py new file mode 100644 index 0000000000000000000000000000000000000000..cb3ce2d43ac41674cd5af1c8e37d3029ad323a4d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/abc/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def hello(is_id: str='123', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "hello" + + """ + url = f"https://abc99.p.rapidapi.com/hello" + querystring = {} + if is_id: + querystring['id'] = is_id + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "abc99.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/abobakrashraf221.json b/toolbench/toolenv/tools/Advertising/abobakrashraf221.json new file mode 100644 index 0000000000000000000000000000000000000000..81c797e304a93ad919f3373f8909d9292ecaa7ea --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/abobakrashraf221.json @@ -0,0 +1,37 @@ +{ + "tool_name":"AbobakrAshraf221", + "tool_description":"إعلانات ولا أحلى", + "title":"AbobakrAshraf221", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/heemau2001/api/abobakrashraf221/", + "host":"abobakrashraf221.p.rapidapi.com", + "api_list":[ + { + "name":"m1223saa", + "url":"https://abobakrashraf221.p.rapidapi.com/", + "description":"سهولة الوصول إلينا", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"fathia", + "type":"OBJECT", + "description":"", + "default":"trtj" + }, + { + "name":"fgsjffh", + "type":"STRING", + "description":"", + "default":"" + } + ], + "code":"import requests\n\nurl = \"https://abobakrashraf221.p.rapidapi.com/\"\nquerystring = {\"fathia\": fathia}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"abobakrashraf221.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/abobakrashraf221/api.py b/toolbench/toolenv/tools/Advertising/abobakrashraf221/api.py new file mode 100644 index 0000000000000000000000000000000000000000..38fe43b6f4759b4a3dbca95b04c1cf3893bc4aca --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/abobakrashraf221/api.py @@ -0,0 +1,33 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def m1223saa(fathia: str='trtj', fgsjffh: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "سهولة الوصول إلينا" + + """ + url = f"https://abobakrashraf221.p.rapidapi.com/" + querystring = {} + if fathia: + querystring['fathia'] = fathia + if fgsjffh: + querystring['fgsjffh'] = fgsjffh + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "abobakrashraf221.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/abstract_ip_geolocation.json b/toolbench/toolenv/tools/Advertising/abstract_ip_geolocation.json new file mode 100644 index 0000000000000000000000000000000000000000..77409b7b6d24a9ecb9228dad4af2ae6fbe712904 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/abstract_ip_geolocation.json @@ -0,0 +1,37 @@ +{ + "tool_name":"Abstract IP geolocation", + "tool_description":"Get the location of any IP along with city, region, country, lat/long data, and more here https://www.abstractapi.com/ip-geolocation-api. Documentation available here: https://www.abstractapi.com/ip-geolocation-api#docs", + "title":"Abstract IP geolocation", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":980, + "avgSuccessRate":0, + "popularityScore":0.1, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/karmadele/api/abstract-ip-geolocation/", + "host":"abstract-ip-geolocation.p.rapidapi.com", + "api_list":[ + { + "name":"Geolocation from an IP Address", + "url":"https://abstract-ip-geolocation.p.rapidapi.com/", + "description":"Get Geolocation from an IP Address", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"q", + "type":"STRING", + "description":"", + "default":"" + } + ], + "code":"import requests\n\nurl = \"https://abstract-ip-geolocation.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"abstract-ip-geolocation.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/abstract_ip_geolocation/api.py b/toolbench/toolenv/tools/Advertising/abstract_ip_geolocation/api.py new file mode 100644 index 0000000000000000000000000000000000000000..594857d9f9a13ea0975742f55818c1b46915cc3e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/abstract_ip_geolocation/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def geolocation_from_an_ip_address(q: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get Geolocation from an IP Address" + + """ + url = f"https://abstract-ip-geolocation.p.rapidapi.com/" + querystring = {} + if q: + querystring['q'] = q + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "abstract-ip-geolocation.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/adcopy_ai_google_ads_ai_text_generation.json b/toolbench/toolenv/tools/Advertising/adcopy_ai_google_ads_ai_text_generation.json new file mode 100644 index 0000000000000000000000000000000000000000..05ae2ae507bed501dfb8f832dd9fb89329ec4861 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/adcopy_ai_google_ads_ai_text_generation.json @@ -0,0 +1,80 @@ +{ + "tool_name": "AdCopy AI - Google Ads AI Text Generation", + "tool_description": "AdCopy AI: The perfect solution for SEM and PPC marketers. With its advanced cloud infrastructure and OpenAI's ChatGPT engine, AdCopy AI generates top-notch ad copy tailored to Google's (TM) specifications, ensuring high relevance scores and reducing CPC and CPM costs. Say goodbye to time-consuming ad writing and hello to AdCopy AI - the AI technology that revolutionizes the way you write Ad Copy for your Google Ads (TM), freeing up your time and effort so you can focus on other important tasks.", + "title": "AdCopy AI - Google Ads AI Text Generation", + "pricing": "FREEMIUM", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1130, + "avgSuccessRate": 95, + "popularityScore": 9.3, + "__typename": "Score" + }, + "home_url": "https://rapidapi.com/BigFoxMedia/api/adcopy-ai-google-ads-ai-text-generation/", + "host": "adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com", + "api_list": [ + { + "name": "API Key Validation", + "url": "https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/seo/validateApi", + "description": "This endpoint is used only to validate API Keys, it simply returns a status of 200 and a message of 'OK'. \nThe use of this endpoint is Free, and is useful for server-to-server FREE API validation.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/seo/validateApi\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": "OK", + "headers": { + "access-control-allow-credentials": "true", + "access-control-allow-origin": "*", + "content-length": "2", + "content-security-policy": "default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests", + "content-type": "text/html; charset=utf-8", + "date": "Tue, 14 Feb 2023 02:11:47 GMT", + "etag": "W/\"2-nOO9QiTIwXgNtWtBJezz8kv3SLc\"", + "expect-ct": "max-age=0", + "referrer-policy": "no-referrer", + "server": "RapidAPI-1.2.8", + "strict-transport-security": "max-age=15552000; includeSubDomains", + "vary": "Accept-Encoding", + "x-content-type-options": "nosniff", + "x-dns-prefetch-control": "off", + "x-download-options": "noopen", + "x-frame-options": "SAMEORIGIN", + "x-permitted-cross-domain-policies": "none", + "x-rapidapi-region": "AWS - us-east-1", + "x-rapidapi-version": "1.2.8", + "x-ratelimit-requests-limit": "300", + "x-ratelimit-requests-remaining": "295", + "x-ratelimit-requests-reset": "2341986", + "x-xss-protection": "0" + }, + "schema": {} + }, + { + "name": "20+ Ad Descriptions Generator", + "url": "https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/adcopyai/descriptions", + "description": "Get relevant & Complint Google Ad headlines for SEM and PPC marketers, created by SEM Experts. Results include 10+ ad headlines, and are based on user inputs as well as A.I. Intelligence based on OpenAI's engine. \n\n**Detailed description:**\nThe Headlines generator endpoint uses advanced prompt engineering to analyze user inputs in the form of URL, subject, and important keywords to create high-quality ad headlines that are tailored to the product or service being advertised. By leveraging the advanced capabilities of OpenAI's ChatGPT engine, the endpoint is able to deliver top-of-the-line ad headlines that are optimized for relevance, clarity, and engagement.\n\n**Detailed Technical Documentation:**\nThe Headlines generator endpoint of AdCopy AI can be accessed through a GET request, with the following query parameters:\n\n**subject:** Required. A string of between 10 and 60 characters, which represents the \"value proposition\" of the product or service being advertised. The user is advised to provide keywords in a comma-delimited format.\n\n**url:** Required. A string that represents the URL of a page that describes the product or service being advertised. The API will fetch the content from the page and extract relevant keywords to help generate quality ads.\n\n**mostImportantKeywords:** Optional. A string of up to 100 characters, representing the most important keywords about the ad group being advertised. The presence of these keywords in the resulting content is not guaranteed.\n\n**language:** Optional. A string that represents the target audience's language in ISO-2 format (e.g. EN, IT, ES, etc.). The field is currently in alpha testing and may not provide results in the requested language.\n\n**country:** Optional. A string that represents the target audience's country in ISO-2 format (e.g. US, CA, IT, etc.). The field is currently in alpha testing and may not provide country-specific content.\n\n**exampleHeadlines:** Optional. A string of at most 200 characters, representing example headlines that the user may provide to fine-tune the results.\n\nThe endpoint will return up to 10 ad headlines that are tailored to the product or service being advertised. The headlines will be optimized for relevance, clarity, and engagement, leveraging the advanced capabilities of OpenAI's ChatGPT engine and Significat Prompt Optimization.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/adcopyai/descriptions\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/adcopyai/descriptions\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "20+ Ad Headlines Generator", + "url": "https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/adcopyai/headlines", + "description": "Get relevant & Complint Google Ad headlines for SEM and PPC marketers, created by SEM Experts. Results include 10+ ad headlines, and are based on user inputs as well as A.I. Intelligence based on OpenAI's engine. \n\n**Detailed description:**\nThe Headlines generator endpoint uses advanced prompt engineering to analyze user inputs in the form of URL, subject, and important keywords to create high-quality ad headlines that are tailored to the product or service being advertised. By leveraging the advanced capabilities of OpenAI's ChatGPT engine, the endpoint is able to deliver top-of-the-line ad headlines that are optimized for relevance, clarity, and engagement.\n\n**Detailed Technical Documentation:**\nThe Headlines generator endpoint of AdCopy AI can be accessed through a GET request, with the following query parameters:\n\n**subject:** Required. A string of between 10 and 60 characters, which represents the \"value proposition\" of the product or service being advertised. The user is advised to provide keywords in a comma-delimited format.\n\n**url:** Required. A string that represents the URL of a page that describes the product or service being advertised. The API will fetch the content from the page and extract relevant keywords to help generate quality ads.\n\n**mostImportantKeywords:** Optional. A string of up to 100 characters, representing the most important keywords about the ad group being advertised. The presence of these keywords in the resulting content is not guaranteed.\n\n**language:** Optional. A string that represents the target audience's language in ISO-2 format (e.g. EN, IT, ES, etc.). The field is currently in alpha testing and may not provide results in the requested language.\n\n**country:** Optional. A string that represents the target audience's country in ISO-2 format (e.g. US, CA, IT, etc.). The field is currently in alpha testing and may not provide country-specific content.\n\n**exampleHeadlines:** Optional. A string of at most 200 characters, representing example headlines that the user may provide to fine-tune the results.\n\nThe endpoint will return up to 10 ad headlines that are tailored to the product or service being advertised. The headlines will be optimized for relevance, clarity, and engagement, leveraging the advanced capabilities of OpenAI's ChatGPT engine and Significat Prompt Optimization.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/adcopyai/headlines\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/adcopyai/headlines\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/adcopy_ai_google_ads_ai_text_generation/api.py b/toolbench/toolenv/tools/Advertising/adcopy_ai_google_ads_ai_text_generation/api.py new file mode 100644 index 0000000000000000000000000000000000000000..dec7a7c74b80f9a348cdc442158c4b6c0dda4ed6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/adcopy_ai_google_ads_ai_text_generation/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def api_key_validation(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This endpoint is used only to validate API Keys, it simply returns a status of 200 and a message of 'OK'. + The use of this endpoint is Free, and is useful for server-to-server FREE API validation." + + """ + url = f"https://adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com/v1/seo/validateapi" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "adcopy-ai-google-ads-ai-text-generation.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/adguru_better_than_chat_gpt.json b/toolbench/toolenv/tools/Advertising/adguru_better_than_chat_gpt.json new file mode 100644 index 0000000000000000000000000000000000000000..7ebb2e3452f29d392ba116421053a93a601eff5a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/adguru_better_than_chat_gpt.json @@ -0,0 +1,31 @@ +{ + "tool_name":"AdGuru - Better Than Chat GPT", + "tool_description":"A ChatGPT model provides the perfect solution for SEM and PPC marketers. A cutting-edge solution for marketers. With its advanced language generation technology and powerful algorithms, AdGuru generates top-notch advertisement copy that appeals to your target audience and drives results. Say goodbye to the hassle and frustration of ad writing and hello to AdGuru - the AI-powered tool that simplifies and streamlines the ad creation process, freeing up your time and resources for other importan...", + "title":"AdGuru - Better Than Chat GPT", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/ub-creations-ltd-ub-creations-ltd-default/api/adguru-better-than-chat-gpt1/", + "host":"adguru-better-than-chat-gpt1.p.rapidapi.com", + "api_list":[ + { + "name":"Generate Ad Copy", + "url":"https://adguru-better-than-chat-gpt1.p.rapidapi.com/adcopy", + "description":"Generate AI based Ad Copy for your product that actually SELL", + "method":"GET", + "required_parameters":[ + { + "name":"input", + "type":"STRING", + "description":"", + "default":"Fidget Spinner" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://adguru-better-than-chat-gpt1.p.rapidapi.com/adcopy\"\nquerystring = {\"input\": input}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"adguru-better-than-chat-gpt1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/adguru_better_than_chat_gpt/api.py b/toolbench/toolenv/tools/Advertising/adguru_better_than_chat_gpt/api.py new file mode 100644 index 0000000000000000000000000000000000000000..1f5b5620967c036f98f2c4e84d16825017effcda --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/adguru_better_than_chat_gpt/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def generate_ad_copy(input: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Generate AI based Ad Copy for your product that actually SELL" + + """ + url = f"https://adguru-better-than-chat-gpt1.p.rapidapi.com/adcopy" + querystring = {'input': input, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "adguru-better-than-chat-gpt1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/ai_quotes_laksh.json b/toolbench/toolenv/tools/Advertising/ai_quotes_laksh.json new file mode 100644 index 0000000000000000000000000000000000000000..950fa98d544e91e066e37ed2f951901e2e31ceaf --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ai_quotes_laksh.json @@ -0,0 +1,43 @@ +{ + "product_id": "api_1e5778c3-fe38-4b05-b9bd-b7e5c11276e1", + "tool_description": "AI Quotes Laksh", + "home_url": "https://rapidapi.com/LakshMody/api/ai-quotes-laksh/", + "name": "AI Quotes Laksh", + "title": "AI Quotes Laksh", + "pricing": "FREE", + "tool_name": "AI Quotes Laksh", + "score": null, + "host": "ai-quotes-laksh.p.rapidapi.com", + "api_list": [ + { + "name": "Create Quote", + "url": "https://ai-quotes-laksh.p.rapidapi.com/{id}", + "description": "Create Quote", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + }, + { + "name": "quote", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "author", + "type": "STRING", + "description": "", + "default": "elon" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://ai-quotes-laksh.p.rapidapi.com/{id}\"\nquerystring = {\"id\": \"\", \"quote\": \"\", \"author\": \"elon\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ai-quotes-laksh.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://ai-quotes-laksh.p.rapidapi.com/{id}\"\nquerystring = {\"id\": \"\", \"quote\": \"\", \"author\": \"elon\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ai-quotes-laksh.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/ai_quotes_laksh/api.py b/toolbench/toolenv/tools/Advertising/ai_quotes_laksh/api.py new file mode 100644 index 0000000000000000000000000000000000000000..9e6f4933e7fb5b4fd4fa12af95a64c78c0f41d31 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ai_quotes_laksh/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def ai_quote(is_id: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get a quote. Random quote returned if id=0." + + """ + url = f"https://ai-quotes-laksh.p.rapidapi.com/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "ai-quotes-laksh.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/akkidi_rohith_reddy.json b/toolbench/toolenv/tools/Advertising/akkidi_rohith_reddy.json new file mode 100644 index 0000000000000000000000000000000000000000..78112c478be7c34fa226bb9d43e76c0a30c61f1b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/akkidi_rohith_reddy.json @@ -0,0 +1,31 @@ +{ + "tool_name":"Akkidi Rohith Reddy", + "tool_description":"Represents URLs as QR Code.", + "title":"Akkidi Rohith Reddy", + "pricing":"PAID", + "score":null, + "home_url":"https://rapidapi.com/akkidirohithreddy1729/api/akkidi-rohith-reddy/", + "host":"akkidi-rohith-reddy.p.rapidapi.com", + "api_list":[ + { + "name":"QR Image for URL", + "url":"https://akkidi-rohith-reddy.p.rapidapi.com/qr", + "description":"Put URL, get QR Image for it.", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"url", + "type":"STRING", + "description":"", + "default":"https://www.kaggle.com/" + } + ], + "code":"import requests\n\nurl = \"https://akkidi-rohith-reddy.p.rapidapi.com/qr\"\nquerystring = {\"url\": url}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akkidi-rohith-reddy.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/akkidi_rohith_reddy/api.py b/toolbench/toolenv/tools/Advertising/akkidi_rohith_reddy/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a9c4be756b957093adb419edcb86a26ce726c177 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/akkidi_rohith_reddy/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def qr_image_for_url(url: str='https://www.kaggle.com/', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Put URL, get QR Image for it." + + """ + url = f"https://akkidi-rohith-reddy.p.rapidapi.com/qr" + querystring = {} + if url: + querystring['url'] = url + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "akkidi-rohith-reddy.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/alex_application_programming_interface/api.py b/toolbench/toolenv/tools/Advertising/alex_application_programming_interface/api.py new file mode 100644 index 0000000000000000000000000000000000000000..d2f0aa648f8092428eba5dd1df6e4accec953cfd --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/alex_application_programming_interface/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def weather(latitude: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Weather" + + """ + url = f"https://alex-application-programming-interface.p.rapidapi.com/api.lil.software/weather/{latitude}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "alex-application-programming-interface.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/anadolu.json b/toolbench/toolenv/tools/Advertising/anadolu.json new file mode 100644 index 0000000000000000000000000000000000000000..85a540cbd95c533e7c4ce25fda6aac4aef247ee7 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/anadolu.json @@ -0,0 +1,137 @@ +{ + "product_id": "api_ca06f02c-b94a-4b7f-a653-29b998f0de14", + "tool_description": "v2", + "home_url": "https://rapidapi.com/parameu-techteam/api/anadolu/", + "name": "anadolu", + "title": "anadolu", + "pricing": "FREEMIUM", + "tool_name": "anadolu", + "score": null, + "host": "anadolu.p.rapidapi.com", + "api_list": [ + { + "name": "generateReportPdf", + "url": "https://anadolu.p.rapidapi.com/v1/instagram/profile/nostrud proident qui eu Lorem/report/pdf", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "userId", + "type": "STRING", + "description": "(Required) User's Instagram handle or user ID from Instagram", + "default": "nostrud proident qui eu Lorem" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/instagram/profile/nostrud proident qui eu Lorem/report/pdf\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/instagram/profile/{userid}/report/pdf\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object" + } + }, + { + "name": "searchInfluencers", + "url": "https://anadolu.p.rapidapi.com/v1/instagram/search", + "description": "Get a list of influencers that match your filters.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/instagram/search\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/instagram/search\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object" + } + }, + { + "name": "generateReportPdf", + "url": "https://anadolu.p.rapidapi.com/v1/youtube/profile/nostrud proident qui eu Lorem/report/pdf", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "userId", + "type": "STRING", + "description": "(Required) User's YouTube handle or user ID from YouTube", + "default": "nostrud proident qui eu Lorem" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/youtube/profile/nostrud proident qui eu Lorem/report/pdf\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/youtube/profile/{userid}/report/pdf\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object" + } + }, + { + "name": "searchInfluencers", + "url": "https://anadolu.p.rapidapi.com/v1/youtube/search", + "description": "Get a list of influencers that match your filters.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/youtube/search\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/youtube/search\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object" + } + }, + { + "name": "searchInfluencers", + "url": "https://anadolu.p.rapidapi.com/v1/tiktok/search", + "description": "Get a list of influencers that match your filters.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/tiktok/search\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/tiktok/search\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "audienceOverlapReports", + "url": "https://anadolu.p.rapidapi.com/v1/instagram/reports/audience/overlap", + "description": "Check audience (followers) overlap for several influencers.
This feature is not enabled by default. [Contact us](mailto:hello@modash.io) to unlock it.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/instagram/reports/audience/overlap\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/instagram/reports/audience/overlap\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object" + } + }, + { + "name": "generateReportPdf", + "url": "https://anadolu.p.rapidapi.com/v1/tiktok/profile/nostrud proident qui eu Lorem/report/pdf", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "userId", + "type": "STRING", + "description": "(Required) User's TikTok handle or user ID from TikTok", + "default": "nostrud proident qui eu Lorem" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/tiktok/profile/nostrud proident qui eu Lorem/report/pdf\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://anadolu.p.rapidapi.com/v1/tiktok/profile/{userid}/report/pdf\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"anadolu.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object" + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/anti_adblockers/api.py b/toolbench/toolenv/tools/Advertising/anti_adblockers/api.py new file mode 100644 index 0000000000000000000000000000000000000000..0893e0440a4f050b78283e8e81cfaf84d899e714 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/anti_adblockers/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def js(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + + """ + url = f"https://atmoner-anti-adblockers-v1.p.rapidapi.com/js" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "atmoner-anti-adblockers-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/api.json b/toolbench/toolenv/tools/Advertising/api.json new file mode 100644 index 0000000000000000000000000000000000000000..4524518549eac3def8276ceb513e3f9ab16919da --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/api.json @@ -0,0 +1,31 @@ +{ + "tool_name":"テストAPI", + "tool_description":"説明文", + "title":"テストAPI", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/yasu-lfeTYpe_Wa_/api/api10/", + "host":"api10.p.rapidapi.com", + "api_list":[ + { + "name":"顔認証", + "url":"https://api10.p.rapidapi.com/face_recognition", + "description":"これは顔認証のAPIです。", + "method":"GET", + "required_parameters":[ + { + "name":"image", + "type":"STRING", + "description":"", + "default":"image data" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://api10.p.rapidapi.com/face_recognition\"\nquerystring = {\"image\": image}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"api10.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/api/api.py b/toolbench/toolenv/tools/Advertising/api/api.py new file mode 100644 index 0000000000000000000000000000000000000000..eb0d7d0410875e646aa2f8233921fbcdb1a48bc9 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/api/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def 顔認証(image: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "これは顔認証のAPIです。" + + """ + url = f"https://api10.p.rapidapi.com/face_recognition" + querystring = {'image': image, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "api10.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/api_test_0912/api.py b/toolbench/toolenv/tools/Advertising/api_test_0912/api.py new file mode 100644 index 0000000000000000000000000000000000000000..6e2c2ed64c204db1cc1fc1be62d2c8a5d2e1b630 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/api_test_0912/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def httpechodemo(message: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Demo API" + + """ + url = f"https://api-test-0912.p.rapidapi.com/api/echo" + querystring = {} + if message: + querystring['message'] = message + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "api-test-0912.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/apilocal.json b/toolbench/toolenv/tools/Advertising/apilocal.json new file mode 100644 index 0000000000000000000000000000000000000000..89bdc17da51e268e2e0af0a51857306ff07833ad --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/apilocal.json @@ -0,0 +1,48 @@ +{ + "product_id": "api_bc178848-bdf7-445e-ad42-a6333472b1bc", + "tool_description": "321", + "home_url": "https://rapidapi.com/nguyenthanhluan0317/api/apilocal/", + "name": "APILocal", + "title": "APILocal", + "pricing": "FREE", + "tool_name": "APILocal", + "score": null, + "host": "apilocal.p.rapidapi.com", + "api_list": [ + { + "name": "httpPhapdienapiComVnApiListDataMobileGetDsChuDe", + "url": "https://apilocal.p.rapidapi.com/api/ListDataMobile/GetDSChuDe", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://apilocal.p.rapidapi.com/api/ListDataMobile/GetDSChuDe\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"apilocal.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://apilocal.p.rapidapi.com/api/ListDataMobile/GetDSChuDe\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"apilocal.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/apitest2605.json b/toolbench/toolenv/tools/Advertising/apitest2605.json new file mode 100644 index 0000000000000000000000000000000000000000..32bd4a5dd6b5793d2217dbb0dd4b31c3c6110c72 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/apitest2605.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Apitest2605", + "tool_description":"test", + "title":"Apitest2605", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/ElenaTest/api/apitest2605/", + "host":"apitest2605.p.rapidapi.com", + "api_list":[ + { + "name":"Get user", + "url":"https://apitest2605.p.rapidapi.com/", + "description":"Get user by ID", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://apitest2605.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"apitest2605.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/apitest2605/api.py b/toolbench/toolenv/tools/Advertising/apitest2605/api.py new file mode 100644 index 0000000000000000000000000000000000000000..8509c94c3f926454f66cc16004ead74bc579eb04 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/apitest2605/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_user(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get user by ID" + + """ + url = f"https://apitest2605.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "apitest2605.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/as.json b/toolbench/toolenv/tools/Advertising/as.json new file mode 100644 index 0000000000000000000000000000000000000000..9093c2e5b87884868d295977638b92ff6c6e3236 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/as.json @@ -0,0 +1,221 @@ +{ + "product_id": "api_e2ffee73-f3fc-48f0-9d8a-2a45c07dde04", + "tool_description": "s", + "home_url": "https://rapidapi.com/tata.carter.liu/api/as6/", + "name": "as", + "title": "as", + "pricing": "FREE", + "tool_name": "as", + "score": null, + "host": "as6.p.rapidapi.com", + "api_list": [ + { + "name": "/customers/{customerId}/orders/{productId}/numbers/port", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/port", + "description": "

Allows you to port a quantity of your phone numbers into the specified product.

Use this to port one/more of your phone numbers into the specified product.

Make a new request if you wish to vary the elements of the order, and use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + }, + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/port\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/port\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/customers/{customerId}/orders/{productId}/numbers/change", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/change", + "description": "

Allows you to order to modify the numbers listed, only numbers within the country given.

Use this to change one/more phone numbers of the specified product.

Make a new request if you wish to vary the elements of the order, and use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + }, + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/change\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/change\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/customers/{customerId}/orders/{productId}/numbers/move", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/move", + "description": "

Allows you to order to move the numbers listed to a different location within the same country.

Use this to move one/more phone numbers of the specified product.

Make a new request if you wish to vary the elements of the order, and use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + }, + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/move\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/move\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/customers/{customerId}/orders/{productId}/numbers/delete", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/delete", + "description": "

Allows you to order toremove the numbers listed from the customer inventory, only numbers within the country given.

Make a new request if you wish to vary the elements of the order, and use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + }, + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/delete\"\nquerystring = {\"productId\": \"\", \"customerId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/delete\"\nquerystring = {\"productId\": \"\", \"customerId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/customers/{customerId}/orders/{productId}/numbers/range", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/range", + "description": "

Allows you to order a quantity of phone numbers of the specified product and in a specified range.

Use this to order one/more phone numbers of the specified product, where the system will pick matching numbers from a numbers range you give.

Make a new request if you wish to vary the elements of the order, and use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + }, + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/range\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/range\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/customers/{customerId}/orders/{productId}/numbers/any", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/any", + "description": "

Allows you to order a quantity of phone numbers of the specified product and let the system choose the numbers.

Use this to order one/more phone numbers of the specified product, where the system will pick the first available matches.

Make a new request if you wish to vary the elements of the order, and use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + }, + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/any\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/any\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/customers/{customerId}/orders/{productId}/delete", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/delete", + "description": "

Allows you to order to remove every number of this product customer inventory, only numbers within the country given.

Make a new request if you wish to vary the elements of the order, and use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + }, + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/delete\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/delete\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/customers/{customerId}/orders/{productId}/numbers/reserve", + "url": "https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/reserve", + "description": "

Allows you to order a quantity of phone numbers of the specified product, numbers that you have already reserved with the system.

Use this to order numbers that you previously searched for in our inventory and successfully reserved.

Use the requestId field to correlate multiple orders together.

", + "method": "POST", + "required_parameters": [ + { + "name": "customerId", + "type": "STRING", + "description": "The id of the customer object of your account", + "default": "" + }, + { + "name": "productId", + "type": "STRING", + "description": "The id of the product this order is for", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/reserve\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://as6.p.rapidapi.com/customers/{customerId}/orders/{productId}/numbers/reserve\"\nquerystring = {\"customerId\": \"\", \"productId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"as6.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/as/api.py b/toolbench/toolenv/tools/Advertising/as/api.py new file mode 100644 index 0000000000000000000000000000000000000000..c0ef130ae2bd172a7480903f13f32e5fbe159c82 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/as/api.py @@ -0,0 +1,68 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def customers_customerid_orders(customerid: str, productid: str=None, countrycode: str=None, connectiontype: str=None, status: str=None, requestid: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "

Returns a list of all your orders.

Use this to see all orders you have ever placed with the system. Orders in all states will be shown, including canceled orders.

This command allows you to search the list of orders by various filter parameters.

" + customerid: The id of the customer object of your account + productid: Optionally filter order results by the product type. Acceptable values list + countrycode: An ISO Alpha2 or ISO Alpha3 country code by which to filter results + connectiontype: Optionally filter order results by the connection type in use. Acceptable values list = [pstn, direct] + status: Optionally filter order results by the status; accepted values + requestid: Any value meaningful to you that correlated orders together + + """ + url = f"https://as6.p.rapidapi.com/customers/{customerid}/orders" + querystring = {} + if productid: + querystring['productId'] = productid + if countrycode: + querystring['countryCode'] = countrycode + if connectiontype: + querystring['connectionType'] = connectiontype + if status: + querystring['status'] = status + if requestid: + querystring['requestId'] = requestid + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "as6.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def customers_customerid_orders_orderid(orderid: str, customerid: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "

Returns a specific order, identified by its id.

Use this to see a specific order you have placed with the system.

" + orderid: The id of the order + customerid: The id of the customer object of your account + + """ + url = f"https://as6.p.rapidapi.com/customers/{customerid}/orders/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "as6.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/asd.json b/toolbench/toolenv/tools/Advertising/asd.json new file mode 100644 index 0000000000000000000000000000000000000000..70bae4cab85289a50c765da274af3b51b6986b57 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/asd.json @@ -0,0 +1,68 @@ +{ + "product_id": "api_b576a64e-77e9-437b-8e5b-37c4567852a5", + "tool_description": "user url endpoint", + "home_url": "https://rapidapi.com/bowievillasenor/api/asd20/", + "name": "asd", + "title": "asd", + "pricing": "FREE", + "tool_name": "asd", + "score": { + "avgServiceLevel": 0, + "avgLatency": 0, + "avgSuccessRate": 0, + "popularityScore": 0.2, + "__typename": "Score" + }, + "host": "asd20.p.rapidapi.com", + "api_list": [ + { + "name": "user endpoint", + "url": "https://asd20.p.rapidapi.com/users", + "description": "user", + "method": "GET", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "1" + } + ], + "code": "import requests\n\nurl = \"https://asd20.p.rapidapi.com/users\"\nquerystring = {\"id\": \"1\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asd20.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asd20.p.rapidapi.com/users\"\nquerystring = {\"id\": \"1\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asd20.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "post user", + "url": "https://asd20.p.rapidapi.com/users", + "description": "user", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "", + "default": "Text" + }, + { + "name": "user_id", + "type": "STRING", + "description": "", + "default": "Text" + }, + { + "name": "user_name", + "type": "STRING", + "description": "", + "default": "Text" + } + ], + "code": "import requests\n\nurl = \"https://asd20.p.rapidapi.com/users\"\nquerystring = {\"password\": \"Text\", \"user_id\": \"Text\", \"user_name\": \"Text\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asd20.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asd20.p.rapidapi.com/users\"\nquerystring = {\"password\": \"Text\", \"user_id\": \"Text\", \"user_name\": \"Text\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asd20.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ], + "standardized_name": "asd" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/asd/api.py b/toolbench/toolenv/tools/Advertising/asd/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2d9f4efaafce5893e465b35a7053b15882606659 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/asd/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def user_endpoint(is_id: str='1', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "user" + + """ + url = f"https://asd20.p.rapidapi.com/users" + querystring = {} + if is_id: + querystring['id'] = is_id + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "asd20.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/asd_v2/api.py b/toolbench/toolenv/tools/Advertising/asd_v2/api.py new file mode 100644 index 0000000000000000000000000000000000000000..bee4833d8cc3c20bd1b799c29248ccc88d269825 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/asd_v2/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def asdendpoint(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "desc" + + """ + url = f"https://asd69.p.rapidapi.com/asd" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "asd69.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/asdfadsf.json b/toolbench/toolenv/tools/Advertising/asdfadsf.json new file mode 100644 index 0000000000000000000000000000000000000000..627b564f1f3b25d1ec840b9d9e1108e6a5a60747 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/asdfadsf.json @@ -0,0 +1,2863 @@ +{ + "product_id": "api_cf8fe6c7-f8b2-4eea-b8d3-ab5afa409043", + "tool_description": "asdfasdf", + "home_url": "https://rapidapi.com/dummyorg427-dummyorg427-default/api/asdfadsf3/", + "name": "asdfadsf", + "title": "asdfadsf", + "pricing": "FREE", + "tool_name": "asdfadsf", + "score": { + "avgServiceLevel": 82, + "avgLatency": 412, + "avgSuccessRate": 55, + "popularityScore": 6.9, + "__typename": "Score" + }, + "host": "asdfadsf3.p.rapidapi.com", + "api_list": [ + { + "name": "Get Products in Category", + "url": "https://asdfadsf3.p.rapidapi.com/catalog/category/{category}/products", + "description": " ", + "method": "GET", + "required_parameters": [ + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "category", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/category/{category}/products\"\nquerystring = {\"limit\": \"\", \"skip\": \"\", \"category\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/category/{category}/products\"\nquerystring = {\"limit\": \"\", \"skip\": \"\", \"category\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "products": [], + "summary": { + "count": 0 + } + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "Get Order", + "url": "https://asdfadsf3.p.rapidapi.com/order/{id}", + "description": " ", + "method": "GET", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/order/{id}\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/order/{id}\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "statusCode": 404, + "message": "Order with id {id} not found" + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "Get Products", + "url": "https://asdfadsf3.p.rapidapi.com/catalog/products", + "description": " ", + "method": "GET", + "required_parameters": [ + { + "name": "skip", + "type": "NUMBER", + "description": "", + "default": "" + }, + { + "name": "limit", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/products\"\nquerystring = {\"skip\": \"\", \"limit\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/products\"\nquerystring = {\"skip\": \"\", \"limit\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "products": [ + { + "id": 882096, + "name": "Keyboard", + "category": null + }, + { + "id": 882103, + "name": "Pen", + "category": "" + }, + { + "id": 882104, + "name": "Pen", + "category": "" + }, + { + "id": 882105, + "name": "Pen", + "category": "" + }, + { + "id": 882106, + "name": "Pen", + "category": "" + }, + { + "id": 882107, + "name": "Pen", + "category": "" + }, + { + "id": 882111, + "name": "Ergonomic Plastic Bike", + "category": "fruits" + }, + { + "id": 882112, + "name": "Incredible Concrete Salad", + "category": "fruits" + }, + { + "id": 882113, + "name": "Sleek Plastic Hat", + "category": "fruits" + }, + { + "id": 882114, + "name": "Refined Steel Pizza", + "category": "fruits" + } + ], + "summary": { + "count": 87120 + } + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "Get Categories", + "url": "https://asdfadsf3.p.rapidapi.com/catalog/categories", + "description": " ", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/categories\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/categories\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "categories": [ + { + "category": null + }, + { + "category": "" + }, + { + "category": "fruits" + }, + { + "category": "string" + }, + { + "category": "computers" + }, + { + "category": "Technology" + }, + { + "category": "Sony bravia 8K 50xx" + }, + { + "category": "atomoviles" + }, + { + "category": "Intelligent Concrete Table" + }, + { + "category": "Plastico" + }, + { + "category": "Industrial" + }, + { + "category": "Furniture" + }, + { + "category": "Appliances" + }, + { + "category": "Accessories" + }, + { + "category": "cursos" + }, + { + "category": "televisores" + }, + { + "category": "Bike" + }, + { + "category": "PRUEBA" + }, + { + "category": "Ergonomic Granite Hat" + }, + { + "category": "Shoes" + }, + { + "category": "Software" + }, + { + "category": "Generic Plastic Chair" + }, + { + "category": "Grocery" + }, + { + "category": "Colombia" + }, + { + "category": "Appliance" + }, + { + "category": "Licensed Concrete Shirt" + }, + { + "category": "LATPOP" + }, + { + "category": "Cripto" + }, + { + "category": "2023" + }, + { + "category": "Computadoras" + }, + { + "category": "Practical Plastic Soap" + }, + { + "category": "TV" + }, + { + "category": "computer" + }, + { + "category": "pantalon" + }, + { + "category": "Tasty Soft Mouse" + }, + { + "category": "Music" + }, + { + "category": "libro" + }, + { + "category": "Stationery" + }, + { + "category": "Auto" + }, + { + "category": "Refined Plastic Bacon" + }, + { + "category": "Shirt" + }, + { + "category": "Games" + }, + { + "category": "escolar" + }, + { + "category": "Watvhes" + }, + { + "category": "pruebacuatro" + }, + { + "category": "qa" + }, + { + "category": "Small Rubber Cheese" + }, + { + "category": "Tools" + }, + { + "category": "pick up" + }, + { + "category": "media" + }, + { + "category": "alta" + }, + { + "category": "baja" + }, + { + "category": "alta gama" + }, + { + "category": "Test" + }, + { + "category": "PJATK-s279" + }, + { + "category": "Refined Wooden Ball" + }, + { + "category": "Sports" + }, + { + "category": "tecnilogy" + }, + { + "category": "odio" + }, + { + "category": "Automotive" + }, + { + "category": "Zapatos" + }, + { + "category": "Handmade Concrete Hat" + }, + { + "category": "Handcrafted Fresh Fish" + }, + { + "category": "Applyences" + }, + { + "category": "tvs" + }, + { + "category": "Refined Frozen Table" + }, + { + "category": "Outdoors" + }, + { + "category": "do an" + }, + { + "category": "nnn" + }, + { + "category": "Smartphones" + }, + { + "category": "Celulares" + }, + { + "category": "componentes" + }, + { + "category": "Tecnologi" + }, + { + "category": "Cosumer Staples" + }, + { + "category": "Awesome Plastic Mouse" + }, + { + "category": "Peces" + }, + { + "category": "Person" + }, + { + "category": "Juegaso" + }, + { + "category": "Tele" + }, + { + "category": "Sleek Metal Computer" + }, + { + "category": "electronics" + }, + { + "category": "can-food" + }, + { + "category": "Unbranded Metal Hat" + }, + { + "category": "Toys" + }, + { + "category": "Beauty, Kids & Movies" + }, + { + "category": "Music & Outdoors" + }, + { + "category": "Baby & Beauty" + }, + { + "category": "Garden & Tools" + }, + { + "category": "Jewelry & Shoes" + }, + { + "category": "Beauty" + }, + { + "category": "Home, Jewelry & Sports" + }, + { + "category": "Jewelry" + }, + { + "category": "Baby, Home & Toys" + }, + { + "category": "Books, Grocery & Shoes" + }, + { + "category": "Movies" + }, + { + "category": "Baby, Beauty & Kids" + }, + { + "category": "Home" + }, + { + "category": "Electronics, Garden & Tools" + }, + { + "category": "Movies & Sports" + }, + { + "category": "Kids" + }, + { + "category": "Automotive, Sports & Toys" + }, + { + "category": "Automotive & Health" + }, + { + "category": "Automotive, Beauty & Kids" + }, + { + "category": "Fantastic Wooden Pants" + }, + { + "category": "Apliances" + }, + { + "category": "Baby, Grocery & Sports" + }, + { + "category": "electronica" + }, + { + "category": "Sleek Concrete Computer" + }, + { + "category": "Health" + }, + { + "category": "Intelligent Granite Shoes" + }, + { + "category": "computing" + }, + { + "category": "God" + }, + { + "category": "Televisor" + }, + { + "category": "Computers & Outdoors" + }, + { + "category": "Books, Movies & Tools" + }, + { + "category": "Automotive, Clothing & Health" + }, + { + "category": "Electronics, Health & Movies" + }, + { + "category": "Tasty Steel Sausages" + }, + { + "category": "Health, Jewelry & Movies" + }, + { + "category": "Automotive & Music" + }, + { + "category": "Autos" + }, + { + "category": "Beauty, Electronics & Jewelry" + }, + { + "category": "fun" + }, + { + "category": "itaque error vero" + }, + { + "category": "laudantium error voluptatibus" + }, + { + "category": "Televisi\u00f3n" + }, + { + "category": "Medicina" + }, + { + "category": "Unbranded Rubber Cheese" + }, + { + "category": "alias itaque qui" + }, + { + "category": "odio et qui" + }, + { + "category": "vitae adipisci praesentium" + }, + { + "category": "Farmacos" + }, + { + "category": "GPU" + }, + { + "category": "Practical Frozen Table" + }, + { + "category": "colors" + }, + { + "category": "XXX" + }, + { + "category": "Handmade Frozen Pants" + }, + { + "category": "fugiat esse tempor exercitation ea" + }, + { + "category": "Practical Frozen Soap" + }, + { + "category": "Electronic" + }, + { + "category": "computo" + }, + { + "category": "Small Wooden Chicken" + }, + { + "category": "shrits" + }, + { + "category": "Small Frozen Chair" + }, + { + "category": "Garden" + }, + { + "category": "electrodomesticos" + }, + { + "category": "electrodomestico" + }, + { + "category": "Gorgeous Frozen Computer" + }, + { + "category": "Laptop" + }, + { + "category": "Computadora" + }, + { + "category": "LELELEL" + }, + { + "category": "raccoon" + }, + { + "category": "ant" + }, + { + "category": "antelope" + }, + { + "category": "Awesome Rubber Fish" + }, + { + "category": "TV`s smart" + }, + { + "category": "Books" + }, + { + "category": "PC" + }, + { + "category": "Clothing, Home & Outdoors" + }, + { + "category": "cod" + }, + { + "category": "mink" + }, + { + "category": "Libro de Filosofia" + }, + { + "category": "Phone" + }, + { + "category": "gdf" + }, + { + "category": "Intelligent Metal Tuna" + }, + { + "category": "Licensed Steel Chair" + }, + { + "category": "Notebook" + }, + { + "category": "Hogar" + }, + { + "category": "deer" + }, + { + "category": "water buffalo" + }, + { + "category": "clam" + }, + { + "category": "beetle" + }, + { + "category": "mallard" + }, + { + "category": "snail" + }, + { + "category": "pug" + }, + { + "category": "minnow" + }, + { + "category": "wasp" + }, + { + "category": "crab" + }, + { + "category": "otter" + }, + { + "category": "chinchilla" + }, + { + "category": "ox" + }, + { + "category": "hornet" + }, + { + "category": "raven" + }, + { + "category": "Appliences" + }, + { + "category": "coyote" + }, + { + "category": "panda" + }, + { + "category": "crow" + }, + { + "category": "yak" + }, + { + "category": "jellyfish" + }, + { + "category": "Tasty Rubber Soap" + }, + { + "category": "Baby & Health" + }, + { + "category": "Baby & Industrial" + }, + { + "category": "benis" + }, + { + "category": "Games, Jewelry & Shoes" + }, + { + "category": "Baby" + }, + { + "category": "Games, Garden & Health" + }, + { + "category": "Computers, Kids & Outdoors" + }, + { + "category": "Grocery, Jewelry & Music" + }, + { + "category": "Garden & Sports" + }, + { + "category": "Health & Industrial" + }, + { + "category": "Games & Health" + }, + { + "category": "Automotive, Garden & Music" + }, + { + "category": "Outdoors & Tools" + }, + { + "category": "Games, Movies & Toys" + }, + { + "category": "Garden, Shoes & Tools" + }, + { + "category": "Baby & Toys" + }, + { + "category": "Health & Sports" + }, + { + "category": "Practical Cotton Computer" + }, + { + "category": "meble" + }, + { + "category": "Handmade Plastic Chicken" + }, + { + "category": "Audio" + }, + { + "category": "laptops" + }, + { + "category": "Fantastic Steel Computer" + }, + { + "category": "Games & Outdoors" + }, + { + "category": "gnat" + }, + { + "category": "gerbil" + }, + { + "category": "guinea pig" + }, + { + "category": "Ergonomic Soft Fish" + }, + { + "category": "Clothing" + }, + { + "category": "Automotive & Grocery" + }, + { + "category": "Kitchen Item" + }, + { + "category": "Telefonia movil" + }, + { + "category": "Herramienta mayor" + }, + { + "category": "Books, Clothing & Tools" + }, + { + "category": "Beauty & Outdoors" + }, + { + "category": "Kids, Movies & Music" + }, + { + "category": "Books, Home & Music" + }, + { + "category": "d" + }, + { + "category": "Incredible Metal Table" + }, + { + "category": "Automotive & Beauty" + }, + { + "category": "Computers & Tools" + }, + { + "category": "yellowjacket" + }, + { + "category": "GPS" + }, + { + "category": "{{$$randomJobArea}}" + }, + { + "category": "SQL" + }, + { + "category": "PCI" + }, + { + "category": "muskrat" + }, + { + "category": "skunk" + }, + { + "category": "worm" + }, + { + "category": "Electronics & Movies" + }, + { + "category": "tortoise" + }, + { + "category": "llama" + }, + { + "category": "Automotive, Movies & Tools" + }, + { + "category": "hippopotamus" + }, + { + "category": "Grocery, Kids & Sports" + }, + { + "category": "Beauty & Games" + }, + { + "category": "herring" + }, + { + "category": "Automotive & Baby" + }, + { + "category": "walrus" + }, + { + "category": "porpoise" + }, + { + "category": "monkey" + }, + { + "category": "leopard" + }, + { + "category": "pig" + }, + { + "category": "goldfish" + }, + { + "category": "frog" + }, + { + "category": "baboon" + }, + { + "category": "seal" + }, + { + "category": "bee" + }, + { + "category": "snake" + }, + { + "category": "cat" + }, + { + "category": "scorpion" + }, + { + "category": "Music & Sports" + }, + { + "category": "ferret" + }, + { + "category": "Books, Computers & Garden" + }, + { + "category": "reindeer" + }, + { + "category": "Games, Industrial & Tools" + }, + { + "category": "horse" + }, + { + "category": "Electronics & Sports" + }, + { + "category": "Garden, Health & Kids" + }, + { + "category": "Home, Industrial & Tools" + }, + { + "category": "jackal" + }, + { + "category": "Industrial & Shoes" + }, + { + "category": "Games & Home" + }, + { + "category": "gnu" + }, + { + "category": "termite" + }, + { + "category": "Movies, Outdoors & Toys" + }, + { + "category": "Games & Kids" + }, + { + "category": "Licensed Steel Soap" + }, + { + "category": "Libros" + }, + { + "category": "xprime" + }, + { + "category": "Books, Movies & Music" + }, + { + "category": "Adultos" + }, + { + "category": "equipos" + }, + { + "category": "almacenamiento" + }, + { + "category": "Tecnolog\u00eda" + }, + { + "category": "equipo" + }, + { + "category": "LIMPIEZA" + }, + { + "category": "Baby & Home" + }, + { + "category": "Ergonomic Soft Towels" + }, + { + "category": "KK" + }, + { + "category": "Equipo de Computo" + }, + { + "category": "Lenovo" + }, + { + "category": "Handmade Cotton Chair" + }, + { + "category": "Incredible Rubber Table" + }, + { + "category": "Ergonomic Frozen Hat" + }, + { + "category": "Entretenimiento" + }, + { + "category": "Gambling" + }, + { + "category": "Practical Metal Chicken" + }, + { + "category": "{{randomDepartment}}" + }, + { + "category": "b" + }, + { + "category": "0" + }, + { + "category": "violet" + }, + { + "category": "4" + }, + { + "category": "green" + }, + { + "category": "mint green" + }, + { + "category": "w" + }, + { + "category": "purple" + }, + { + "category": "q" + }, + { + "category": "cyan" + }, + { + "category": "z" + }, + { + "category": "h" + }, + { + "category": "salmon" + }, + { + "category": "black" + }, + { + "category": "plum" + }, + { + "category": "grey" + }, + { + "category": "olive" + }, + { + "category": "magenta" + }, + { + "category": "yellow" + }, + { + "category": "blue" + }, + { + "category": "lavender" + }, + { + "category": "red" + }, + { + "category": "indigo" + }, + { + "category": "silver" + }, + { + "category": "fuchsia" + }, + { + "category": "turquoise" + }, + { + "category": "orange" + }, + { + "category": "pink" + }, + { + "category": "azure" + }, + { + "category": "tan" + }, + { + "category": "v" + }, + { + "category": "e" + }, + { + "category": "t" + }, + { + "category": "gold" + }, + { + "category": "6" + }, + { + "category": "white" + }, + { + "category": "o" + }, + { + "category": "8" + }, + { + "category": "2" + }, + { + "category": "s" + }, + { + "category": "5" + }, + { + "category": "g" + }, + { + "category": "Jewelery" + }, + { + "category": "orchid" + }, + { + "category": "sky blue" + }, + { + "category": "k" + }, + { + "category": "n" + }, + { + "category": "1" + }, + { + "category": "Tasty Frozen Computer" + }, + { + "category": "p" + }, + { + "category": "3" + }, + { + "category": "teal" + }, + { + "category": "m" + }, + { + "category": "lime" + }, + { + "category": "x" + }, + { + "category": "ivory" + }, + { + "category": "9" + }, + { + "category": "tech & home" + }, + { + "category": "Ergonomic Concrete Chair" + }, + { + "category": "simbanar@globalhitss.com" + }, + { + "category": "EQ" + }, + { + "category": "HP" + }, + { + "category": "dev" + }, + { + "category": "prod" + }, + { + "category": "Xiaomi" + }, + { + "category": "escritorio" + }, + { + "category": "Refined Granite Gloves" + }, + { + "category": "Work" + }, + { + "category": "abc" + }, + { + "category": "Fantastic Fresh Pants" + }, + { + "category": "Incredible Granite Towels" + }, + { + "category": "Gorgeous Concrete Chair" + }, + { + "category": "eiusmod ut fugiat" + }, + { + "category": "Succionador de pepita" + }, + { + "category": "computera" + }, + { + "category": "Travel Gear" + }, + { + "category": "dscs" + }, + { + "category": "Refined Wooden Pants" + }, + { + "category": "huwaei" + }, + { + "category": "Mobiles" + }, + { + "category": "Fashion" + }, + { + "category": "wqd" + }, + { + "category": "Fantastic Frozen Mouse" + }, + { + "category": "Paucek LLC" + }, + { + "category": "Rav4" + }, + { + "category": "Marvin Group" + }, + { + "category": "baja}}" + }, + { + "category": "Handcrafted Rubber Salad" + }, + { + "category": "lacategoria" + }, + { + "category": "Tasty Rubber Hat" + }, + { + "category": "supplements" + }, + { + "category": "Beddings" + }, + { + "category": "Rustic Steel Tuna" + }, + { + "category": "Ropa" + }, + { + "category": "Gorgeous Metal Shirt" + }, + { + "category": "Cremin and Sons" + }, + { + "category": "Kunde-Lind" + }, + { + "category": "Rodriguez-Gutkowski" + }, + { + "category": "Mayert-Frami" + }, + { + "category": "Bogan-Mosciski" + }, + { + "category": "Wisozk Group" + }, + { + "category": "Wiegand, Hammes and Barrows" + }, + { + "category": "Lynch Inc" + }, + { + "category": "Corwin-Schmeler" + }, + { + "category": "Jaskolski-Blanda" + }, + { + "category": "Haley, Rogahn and Kling" + }, + { + "category": "Gaylord, Bogisich and O'Connell" + }, + { + "category": "Kreiger and Sons" + }, + { + "category": "Zieme and Sons" + }, + { + "category": "McLaughlin-Gulgowski" + }, + { + "category": "Ferry, Thompson and Ernser" + }, + { + "category": "Gibson, Nolan and Koepp" + }, + { + "category": "Fadel Inc" + }, + { + "category": "Champlin, Champlin and Gleichner" + }, + { + "category": "Emard LLC" + }, + { + "category": "Hauck, Steuber and Schulist" + }, + { + "category": "Cummings Inc" + }, + { + "category": "Conn LLC" + }, + { + "category": "Bogan-Hodkiewicz" + }, + { + "category": "Larson, Wiegand and Koss" + }, + { + "category": "Jacobs Inc" + }, + { + "category": "Blick, Baumbach and Connelly" + }, + { + "category": "Hermiston LLC" + }, + { + "category": "Veum-Bechtelar" + }, + { + "category": "Hessel Group" + }, + { + "category": "Goodwin-Stroman" + }, + { + "category": "Goyette-Maggio" + }, + { + "category": "Cole-Kessler" + }, + { + "category": "Torphy Inc" + }, + { + "category": "Hansen-Gaylord" + }, + { + "category": "Fritsch, Hermann and Crooks" + }, + { + "category": "Ledner, Corwin and Orn" + }, + { + "category": "Kshlerin Group" + }, + { + "category": "Blanda, Hodkiewicz and Stamm" + }, + { + "category": "Smitham-Bernier" + }, + { + "category": "Herzog and Sons" + }, + { + "category": "Bechtelar-O'Hara" + }, + { + "category": "Schmidt-Heaney" + }, + { + "category": "Grady-Gibson" + }, + { + "category": "Schulist, Greenfelder and Padberg" + }, + { + "category": "Langosh LLC" + }, + { + "category": "Sporer LLC" + }, + { + "category": "Hoppe, Hansen and Herman" + }, + { + "category": "Wilkinson Inc" + }, + { + "category": "Prosacco LLC" + }, + { + "category": "Torp and Sons" + }, + { + "category": "Daniel, Blanda and Dietrich" + }, + { + "category": "Wuckert-Wolf" + }, + { + "category": "Mraz-Purdy" + }, + { + "category": "Reynolds Group" + }, + { + "category": "Huels, Ferry and Hettinger" + }, + { + "category": "Sanford, Funk and Osinski" + }, + { + "category": "Erdman, Buckridge and Murazik" + }, + { + "category": "Price, Schamberger and Maggio" + }, + { + "category": "Casper, Feil and Oberbrunner" + }, + { + "category": "Von Inc" + }, + { + "category": "Bogisich Inc" + }, + { + "category": "Casper-Heathcote" + }, + { + "category": "Emard Group" + }, + { + "category": "Ferry, Gutkowski and Bauch" + }, + { + "category": "Stark, Waelchi and Doyle" + }, + { + "category": "Gulgowski-Fisher" + }, + { + "category": "O'Kon-Rice" + }, + { + "category": "Rogahn Group" + }, + { + "category": "Spinka LLC" + }, + { + "category": "Gusikowski-Ortiz" + }, + { + "category": "Flatley, Kirlin and Metz" + }, + { + "category": "King Group" + }, + { + "category": "Legros Group" + }, + { + "category": "Carroll, Batz and Bashirian" + }, + { + "category": "Carroll-Stiedemann" + }, + { + "category": "Wehner, Ratke and Waters" + }, + { + "category": "Marquardt and Sons" + }, + { + "category": "Herman, Oberbrunner and Koepp" + }, + { + "category": "Reichel, Haley and Harber" + }, + { + "category": "Waters LLC" + }, + { + "category": "Oberbrunner Inc" + }, + { + "category": "Sipes, O'Connell and Glover" + }, + { + "category": "Tromp-Gerlach" + }, + { + "category": "Shanahan LLC" + }, + { + "category": "Cole Inc" + }, + { + "category": "Parker Inc" + }, + { + "category": "Wolff Group" + }, + { + "category": "Dare, Gottlieb and Witting" + }, + { + "category": "Harris-Conn" + }, + { + "category": "Robel, Marks and Purdy" + }, + { + "category": "McClure-Steuber" + }, + { + "category": "Reilly Inc" + }, + { + "category": "Buckridge Inc" + }, + { + "category": "Homenick, Schmitt and Keebler" + }, + { + "category": "Price, Hartmann and Gutmann" + }, + { + "category": "Jerde, Jacobi and Cormier" + }, + { + "category": "Stiedemann Inc" + }, + { + "category": "Ruecker, Beer and Kilback" + }, + { + "category": "MOTOS" + }, + { + "category": "Handcrafted Steel Computer" + }, + { + "category": "M1" + }, + { + "category": "Crona and Sons" + }, + { + "category": "Schoen-Johnston" + }, + { + "category": "Simonis, Hills and Rosenbaum" + }, + { + "category": "O'Reilly, Koelpin and Abshire" + }, + { + "category": "Gerhold-Senger" + }, + { + "category": "Keebler, O'Hara and Keeling" + }, + { + "category": "Kuhlman, Nader and Gleason" + }, + { + "category": "Berge-Hudson" + }, + { + "category": "Hagenes, Beatty and Walsh" + }, + { + "category": "Small Steel Cheese" + }, + { + "category": "teste" + }, + { + "category": "ko" + }, + { + "category": "Generic Concrete Ball" + }, + { + "category": "dsipositivos de escritorio" + }, + { + "category": "smartphone" + }, + { + "category": "Incredible Fresh Cheese" + }, + { + "category": "Baby & Kids" + }, + { + "category": "Garden & Grocery" + }, + { + "category": "Intelligent Metal Salad" + }, + { + "category": "tiago" + }, + { + "category": "toy" + }, + { + "category": "fkjfr" + }, + { + "category": "eee" + }, + { + "category": "Fantastic Soft Shoes" + }, + { + "category": "Small Concrete Fish" + }, + { + "category": "Greenfelder LLC" + }, + { + "category": "Kilback, Emmerich and O'Keefe" + }, + { + "category": "Bergnaum Group" + }, + { + "category": "Cormier LLC" + }, + { + "category": "Hegmann Inc" + }, + { + "category": "Okuneva and Sons" + }, + { + "category": "Collier Inc" + }, + { + "category": "Grimes Group" + }, + { + "category": "Lang Group" + }, + { + "category": "Smith Group" + }, + { + "category": "Rohan LLC" + }, + { + "category": "Kuvalis Group" + }, + { + "category": "O'Reilly-Homenick" + }, + { + "category": "Kshlerin and Sons" + }, + { + "category": "Hauck-White" + }, + { + "category": "Stroman-Schuster" + }, + { + "category": "Lubowitz, Daugherty and Moore" + }, + { + "category": "Mitchell, Reynolds and Upton" + }, + { + "category": "McKenzie Inc" + }, + { + "category": "Renner and Sons" + }, + { + "category": "Beer and Sons" + }, + { + "category": "Blick, Waelchi and Wuckert" + }, + { + "category": "Oberbrunner, Mitchell and Barton" + }, + { + "category": "Stokes and Sons" + }, + { + "category": "Leffler-Erdman" + }, + { + "category": "Lakin, Wunsch and O'Kon" + }, + { + "category": "Bergnaum-Smitham" + }, + { + "category": "Purdy, Zboncak and Hansen" + }, + { + "category": "Lakin and Sons" + }, + { + "category": "secretary" + }, + { + "category": "Dibbert Group" + }, + { + "category": "Bechtelar, Batz and Cronin" + }, + { + "category": "Senger, Koch and Ankunding" + }, + { + "category": "Douglas-Cummerata" + }, + { + "category": "mechanic" + }, + { + "category": "shop assistant" + }, + { + "category": "Rowe-Pacocha" + }, + { + "category": "Weissnat, Simonis and Carter" + }, + { + "category": "Sleek Wooden Car" + }, + { + "category": "Goodwin LLC" + }, + { + "category": "Durgan, Feeney and Metz" + }, + { + "category": "Ruecker Group" + }, + { + "category": "Wunsch, Price and Kilback" + }, + { + "category": "Lehner-Gutkowski" + }, + { + "category": "Bechtelar-Hills" + }, + { + "category": "Sipes, Sauer and Anderson" + }, + { + "category": "Predovic-Stehr" + }, + { + "category": "Ferry, Kuhn and Hoppe" + }, + { + "category": "Stiedemann-VonRueden" + }, + { + "category": "Dickinson-Friesen" + }, + { + "category": "McCullough Group" + }, + { + "category": "Heathcote Group" + }, + { + "category": "Rau-Cronin" + }, + { + "category": "Volkman-Effertz" + }, + { + "category": "Beatty LLC" + }, + { + "category": "Walter, Stoltenberg and Bogisich" + }, + { + "category": "Reinger and Sons" + }, + { + "category": "Raynor, Harber and Schmidt" + }, + { + "category": "Cormier, Mraz and Dare" + }, + { + "category": "Kunze, Gleason and Heaney" + }, + { + "category": "Osinski, Bogan and Hamill" + }, + { + "category": "Hackett Inc" + }, + { + "category": "Robel, Wuckert and Bashirian" + }, + { + "category": "Windler Inc" + }, + { + "category": "Shanahan Group" + }, + { + "category": "Bruen and Sons" + }, + { + "category": "Harris Inc" + }, + { + "category": "King, Pagac and Bosco" + }, + { + "category": "Tromp-Sawayn" + }, + { + "category": "D'Amore, Lakin and Spinka" + }, + { + "category": "Hirthe-Hoeger" + }, + { + "category": "Reichel LLC" + }, + { + "category": "Lemke-Bruen" + }, + { + "category": "barber" + }, + { + "category": "#(randomCategory)" + }, + { + "category": "#(category)" + }, + { + "category": "Kunze Inc" + }, + { + "category": "attorney" + }, + { + "category": "Adams and Sons" + }, + { + "category": "Medhurst, Fisher and Smith" + }, + { + "category": "Klein-Jacobi" + }, + { + "category": "journalist" + }, + { + "category": "postman" + }, + { + "category": "Beier Inc" + }, + { + "category": "Konopelski LLC" + }, + { + "category": "O'Hara, Hartmann and McCullough" + }, + { + "category": "Weber and Sons" + }, + { + "category": "astronomer" + }, + { + "category": "Schimmel-Lehner" + }, + { + "category": "McDermott-Bradtke" + }, + { + "category": "translator" + }, + { + "category": "Streich, Beer and O'Reilly" + }, + { + "category": "dietician" + }, + { + "category": "Frami-West" + }, + { + "category": "hamster" + }, + { + "category": "cicada" + }, + { + "category": "goat" + }, + { + "category": "badger" + }, + { + "category": "chemist" + }, + { + "category": "mule" + }, + { + "category": "actress" + }, + { + "category": "interpreter" + }, + { + "category": "advocate" + }, + { + "category": "model" + }, + { + "category": "butcher" + }, + { + "category": "chef" + }, + { + "category": "traffic warden" + }, + { + "category": "" + }, + { + "category": "actor" + }, + { + "category": "Bernier LLC" + }, + { + "category": "Powlowski Group" + }, + { + "category": "engineer" + }, + { + "category": "Boyer, Parisian and Mante" + }, + { + "category": "Hill-Donnelly" + }, + { + "category": "Hoeger LLC" + }, + { + "category": "Heller-West" + }, + { + "category": "Runolfsson-Schoen" + }, + { + "category": "Simonis Group" + }, + { + "category": "Kohler-O'Connell" + }, + { + "category": "Runolfsdottir Inc" + }, + { + "category": "Mante Inc" + }, + { + "category": "painter" + }, + { + "category": "window cleaner" + }, + { + "category": "soldier" + }, + { + "category": "developer" + }, + { + "category": "doctor" + }, + { + "category": "air traffic controller" + }, + { + "category": "politician" + }, + { + "category": "banker" + }, + { + "category": "teacher" + }, + { + "category": "scientist" + }, + { + "category": "plumber" + }, + { + "category": "physicist" + }, + { + "category": "web developer" + }, + { + "category": "taxi driver" + }, + { + "category": "dentist" + }, + { + "category": "designer" + }, + { + "category": "agriculturist" + }, + { + "category": "economist" + }, + { + "category": "farmer" + }, + { + "category": "nurse" + }, + { + "category": "optician" + }, + { + "category": "travel agent" + }, + { + "category": "tailor" + }, + { + "category": "hairdresser" + }, + { + "category": "judge" + }, + { + "category": "programmer" + }, + { + "category": "newsreader" + }, + { + "category": "architect" + }, + { + "category": "gardener" + }, + { + "category": "attorney at law" + }, + { + "category": "philosopher" + }, + { + "category": "editor" + }, + { + "category": "pilot" + }, + { + "category": "factory worker" + }, + { + "category": "biologist" + }, + { + "category": "receptionist" + }, + { + "category": "lifeguard" + }, + { + "category": "bookkeeper" + }, + { + "category": "lawyer" + }, + { + "category": "photographer" + }, + { + "category": "dental hygienist" + }, + { + "category": "human resources" + }, + { + "category": "Hickle and Sons" + }, + { + "category": "Olson-Thompson" + }, + { + "category": "Feil, Langosh and Kuhlman" + }, + { + "category": "Wisozk Inc" + }, + { + "category": "Wilderman, Rosenbaum and Kunze" + }, + { + "category": "Welch, Heaney and Ruecker" + }, + { + "category": "builder" + }, + { + "category": "bartender" + }, + { + "category": "police officer" + }, + { + "category": "fiherman" + }, + { + "category": "musician" + }, + { + "category": "coach" + }, + { + "category": "accountant" + }, + { + "category": "Muebles" + }, + { + "category": "pharmacist" + }, + { + "category": "Practical Rubber Shoes" + }, + { + "category": "729 Bernhard Landing" + }, + { + "category": "19397 Grimes Mill" + }, + { + "category": "985 Loreta Canyon" + }, + { + "category": "carpenter" + }, + { + "category": "writer" + }, + { + "category": "electrician" + }, + { + "category": "69471 Ike Junction" + }, + { + "category": "4494 Major Port" + }, + { + "category": "922 Wyman Trafficway" + }, + { + "category": "64000 Lilia Gardens" + }, + { + "category": "92825 Ernser Rapid" + }, + { + "category": "7663 McCullough Plains" + }, + { + "category": "librarian" + }, + { + "category": "51403 Cassin Viaduct" + }, + { + "category": "businessman" + }, + { + "category": "5040 Stamm Centers" + }, + { + "category": "16547 Langworth Square" + }, + { + "category": "9379 Schneider Walks" + }, + { + "category": "112 Delora Stream" + }, + { + "category": "70263 Streich Squares" + }, + { + "category": "0521 Lesch Parkway" + }, + { + "category": "76326 Seymour Crossroad" + }, + { + "category": "4781 Truman Well" + }, + { + "category": "255 William Center" + }, + { + "category": "44685 Jaskolski Fields" + }, + { + "category": "76024 Julia Coves" + }, + { + "category": "387 Agnus Locks" + }, + { + "category": "0266 Leuschke Ways" + }, + { + "category": "752 Gaylord Landing" + }, + { + "category": "758 Larson Courts" + }, + { + "category": "728 Buckridge Stravenue" + }, + { + "category": "795 Lindsay Place" + }, + { + "category": "5588 Gerlach Inlet" + }, + { + "category": "41601 Madelyn Square" + }, + { + "category": "81339 Herman Villages" + }, + { + "category": "219 Stamm Forge" + }, + { + "category": "756 Hollis Village" + }, + { + "category": "0143 Feil Centers" + }, + { + "category": "89659 Wuckert Fork" + }, + { + "category": "7373 Zemlak Squares" + }, + { + "category": "556 Nikolaus Centers" + }, + { + "category": "740 Hessel Stravenue" + }, + { + "category": "4380 Marlena Mountain" + }, + { + "category": "297 Tromp Cape" + }, + { + "category": "600 Murazik Rue" + }, + { + "category": "11331 Theo Way" + }, + { + "category": "5790 Simonis Divide" + }, + { + "category": "426 Timmy Court" + }, + { + "category": "Dicki, Ortiz and Koch" + }, + { + "category": "Feil-West" + }, + { + "category": "Littel LLC" + }, + { + "category": "Wintheiser-Quitzon" + }, + { + "category": "561 Cartwright Crossing" + }, + { + "category": "19821 Mario Garden" + }, + { + "category": "560 Boyle Trafficway" + }, + { + "category": "Moore, Howell and Thompson" + }, + { + "category": "Hermann-Block" + }, + { + "category": "267 Heather Courts" + }, + { + "category": "8354 Larson Port" + }, + { + "category": "3527 Mee Ways" + }, + { + "category": "01489 Ernestine Course" + }, + { + "category": "Kids, Sports & Tools" + }, + { + "category": "Books, Clothing & Kids" + }, + { + "category": "Garden, Industrial & Jewelry" + }, + { + "category": "742 Haley Vista" + }, + { + "category": "81475 Hodkiewicz Squares" + }, + { + "category": "9926 Nicolas Pines" + }, + { + "category": "9258 Hand Grove" + }, + { + "category": "9540 Roberts Skyway" + }, + { + "category": "8772 Windler Stream" + }, + { + "category": "Gorgeous Cotton Computer" + }, + { + "category": "01879 Reilly Junction" + }, + { + "category": "75684 Russel Center" + }, + { + "category": "861 Deckow Rapids" + }, + { + "category": "935 Gemma Burgs" + }, + { + "category": "354 Faustino Village" + }, + { + "category": "7778 Kallie Rue" + }, + { + "category": "57914 Robby Expressway" + }, + { + "category": "315 Gayle Mountain" + }, + { + "category": "6005 Nichelle Station" + }, + { + "category": "574 Berge Drive" + }, + { + "category": "2353 Lind Wells" + }, + { + "category": "76586 Oralia Station" + }, + { + "category": "0017 Rosenbaum Harbor" + }, + { + "category": "25234 Lueilwitz Walks" + }, + { + "category": "Baby & Jewelry" + }, + { + "category": "Beauty, Books & Outdoors" + }, + { + "category": "Small Cotton Shirt" + }, + { + "category": "lecturer" + }, + { + "category": "cashier" + }, + { + "category": "NAKED" + }, + { + "category": "paper" + }, + { + "category": "Appliancesr" + }, + { + "category": "Refined Rubber Pizza" + }, + { + "category": "Movies & Toys" + }, + { + "category": "Home, Kids & Toys" + }, + { + "category": "Electronics & Grocery" + }, + { + "category": "Beauty & Shoes" + }, + { + "category": "Electronics, Outdoors & Shoes" + }, + { + "category": "Electronics, Jewelry & Outdoors" + }, + { + "category": "Baby, Garden & Jewelry" + }, + { + "category": "Appliancies" + }, + { + "category": "logico" + }, + { + "category": "Handmade Metal Chair" + }, + { + "category": "Handcrafted Granite Mouse" + }, + { + "category": "clothes" + }, + { + "category": "Sleek Granite Shirt" + }, + { + "category": "na" + }, + { + "category": "NA NA NA" + }, + { + "category": "USB" + }, + { + "category": "PruebaC" + }, + { + "category": "Gorgeous Fresh Computer" + }, + { + "category": "striPrueba1g" + }, + { + "category": "product" + }, + { + "category": "Cellphones" + }, + { + "category": "Sleek Rubber Towels" + }, + { + "category": "Unbranded Plastic Ball" + }, + { + "category": "Awesome Steel Sausages" + }, + { + "category": "computes" + }, + { + "category": "FF" + }, + { + "category": "Intelligent Concrete Chips" + }, + { + "category": "relojs" + }, + { + "category": "Gorgeous Concrete Shoes" + }, + { + "category": "Intelligent Frozen Chicken" + }, + { + "category": "{{laQueso}}" + }, + { + "category": "Laqueso" + }, + { + "category": "GG" + }, + { + "category": "Teclado" + }, + { + "category": "Tasty Fresh Table" + }, + { + "category": "TEVS" + }, + { + "category": "Smart TV" + }, + { + "category": "as" + }, + { + "category": "Incredible Metal Shirt" + }, + { + "category": "null" + }, + { + "category": "Prendas" + }, + { + "category": "Tasty Concrete Soap" + }, + { + "category": "murcia" + }, + { + "category": "Refined Rubber Table" + }, + { + "category": "Gorgeous Frozen Cheese" + }, + { + "category": "chairs" + }, + { + "category": "equitacion" + }, + { + "category": "Ergonomic Plastic Bike" + }, + { + "category": "VESTIDO" + }, + { + "category": "alimentos" + }, + { + "category": "Gorgeous Plastic Computer" + }, + { + "category": "boots" + }, + { + "category": "testing" + }, + { + "category": "dress" + }, + { + "category": "mobile" + }, + { + "category": "Rustic Granite Tuna" + }, + { + "category": "Producto" + }, + { + "category": "Intelligent Wooden Chips" + }, + { + "category": "Fantastic Rubber Fish" + }, + { + "category": "Cellphone" + }, + { + "category": "Refined Frozen Hat" + }, + { + "category": "Unbranded Fresh Soap" + }, + { + "category": "Rustic Plastic Pants" + }, + { + "category": "Incredible Plastic Shoes" + }, + { + "category": "Tester" + }, + { + "category": "Arte" + }, + { + "category": "Gorgeous Soft Chips" + }, + { + "category": "Tablets" + }, + { + "category": "S10" + }, + { + "category": "accesories" + }, + { + "category": "Rustic Cotton Shirt" + }, + { + "category": "De carrera" + }, + { + "category": "Generic Wooden Towels" + }, + { + "category": "sdgsdg" + }, + { + "category": "Tasty Frozen Table" + }, + { + "category": "comida" + }, + { + "category": "verdura" + }, + { + "category": "Food" + } + ] + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "Get Product", + "url": "https://asdfadsf3.p.rapidapi.com/catalog/product/{id}", + "description": " ", + "method": "GET", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/product/{id}\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/product/{id}\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "statusCode": 404, + "message": "Product with ID {id} not found" + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "Add to Order", + "url": "https://asdfadsf3.p.rapidapi.com/order/{id}/product", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create Product", + "url": "https://asdfadsf3.p.rapidapi.com/catalog/product", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create Order", + "url": "https://asdfadsf3.p.rapidapi.com/order/new", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://asdfadsf3.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"asdfadsf3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ], + "standardized_name": "asdfadsf" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/asdfadsf/api.py b/toolbench/toolenv/tools/Advertising/asdfadsf/api.py new file mode 100644 index 0000000000000000000000000000000000000000..05aecb8f909f39800f9393430457b4f3f4ea6d8e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/asdfadsf/api.py @@ -0,0 +1,113 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_products_in_category(limit: int, skip: int, category: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://asdfadsf3.p.rapidapi.com/catalog/category/{category}/products" + querystring = {'limit': limit, 'skip': skip, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "asdfadsf3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_order(is_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://asdfadsf3.p.rapidapi.com/order/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "asdfadsf3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_products(skip: int, limit: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://asdfadsf3.p.rapidapi.com/catalog/products" + querystring = {'skip': skip, 'limit': limit, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "asdfadsf3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_categories(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://asdfadsf3.p.rapidapi.com/catalog/categories" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "asdfadsf3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_product(is_id: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://asdfadsf3.p.rapidapi.com/catalog/product/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "asdfadsf3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/association.json b/toolbench/toolenv/tools/Advertising/association.json new file mode 100644 index 0000000000000000000000000000000000000000..24505bc6b7cea913d77c00eb12d6a1f57c6038bf --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/association.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_88fa439b-adfd-4054-aaaa-b7283f667959", + "tool_description": "association game", + "home_url": "https://rapidapi.com/cawa.sapog/api/association/", + "name": "association", + "title": "association", + "pricing": "FREE", + "tool_name": "association", + "score": null, + "host": "association.p.rapidapi.com", + "api_list": [ + { + "name": "beta", + "url": "https://association.p.rapidapi.com/", + "description": "dsad", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://association.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"association.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://association.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"association.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/atomic_sms_sender.json b/toolbench/toolenv/tools/Advertising/atomic_sms_sender.json new file mode 100644 index 0000000000000000000000000000000000000000..631a9bf8a96dd8bae34e6d32d83dc9a0aca467d9 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/atomic_sms_sender.json @@ -0,0 +1,30 @@ +{ + "tool_name":"Atomic SMS Sender", + "tool_description":"Atom Park SMS Gateway API provides a seamless and effective experience and service by integrating with SMS API solution to provide a means of communication between your SMS gateway and your service thus allowing you to send and receive bulk text messages and check delivery status and reports.", + "title":"Atomic SMS Sender", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":242, + "avgSuccessRate":100, + "popularityScore":8.8, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/Vlad42/api/atomic-sms-sender/", + "host":"vlad42-atomic-sms-sender-v1.p.rapidapi.com", + "api_list":[ + { + "name":"Send Message", + "url":"https://vlad42-atomic-sms-sender-v1.p.rapidapi.com//www.atompark.com/bulk-sms-service/smsapiv3/", + "description":"", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://vlad42-atomic-sms-sender-v1.p.rapidapi.com//www.atompark.com/bulk-sms-service/smsapiv3/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"vlad42-atomic-sms-sender-v1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/atomic_sms_sender/api.py b/toolbench/toolenv/tools/Advertising/atomic_sms_sender/api.py new file mode 100644 index 0000000000000000000000000000000000000000..de10be8b579bacf050f9ebb114b89712b2c2f84e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/atomic_sms_sender/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def send_message(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + + """ + url = f"https://vlad42-atomic-sms-sender-v1.p.rapidapi.com//www.atompark.com/bulk-sms-service/smsapiv3/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "vlad42-atomic-sms-sender-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/auditsnotshowing.json b/toolbench/toolenv/tools/Advertising/auditsnotshowing.json new file mode 100644 index 0000000000000000000000000000000000000000..424e80068a997f4c49ca15010ef6abd6becaaa4e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/auditsnotshowing.json @@ -0,0 +1,24 @@ +{ + "tool_name":"AuditsNotShowing", + "tool_description":"audit logs update", + "title":"AuditsNotShowing", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/this-is-an-org-default/api/auditsnotshowing/", + "host":"auditsnotshowing.p.rapidapi.com", + "api_list":[ + { + "name":"ep1", + "url":"https://auditsnotshowing.p.rapidapi.com/", + "description":"this is ep1", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://auditsnotshowing.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"auditsnotshowing.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/auditsnotshowing/api.py b/toolbench/toolenv/tools/Advertising/auditsnotshowing/api.py new file mode 100644 index 0000000000000000000000000000000000000000..78b84cd94d8e0c6c982c17649833d18fcd2818e3 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/auditsnotshowing/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def ep1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "this is ep1" + + """ + url = f"https://auditsnotshowing.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "auditsnotshowing.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/autosub.json b/toolbench/toolenv/tools/Advertising/autosub.json new file mode 100644 index 0000000000000000000000000000000000000000..2c47383b218ea0488590daf164ba73149f65ad8f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/autosub.json @@ -0,0 +1,37 @@ +{ + "tool_name":"Autosub", + "tool_description":"Auto sub", + "title":"Autosub", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":999, + "avgSuccessRate":100, + "popularityScore":8.4, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/antonyrapid/api/autosub/", + "host":"autosub.p.rapidapi.com", + "api_list":[ + { + "name":"brotli", + "url":"https://autosub.p.rapidapi.com/get", + "description":"testing auto subscription", + "method":"GET", + "required_parameters":[ + { + "name":"Host", + "type":"STRING", + "description":"", + "default":"test" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://autosub.p.rapidapi.com/get\"\nquerystring = {\"Host\": host}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"autosub.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/autosub/api.py b/toolbench/toolenv/tools/Advertising/autosub/api.py new file mode 100644 index 0000000000000000000000000000000000000000..e9832b3c16540c015d2585b2981a97579251cc59 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/autosub/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def brotli(host: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "testing auto subscription" + + """ + url = f"https://autosub.p.rapidapi.com/get" + querystring = {'Host': host, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "autosub.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/bbb.json b/toolbench/toolenv/tools/Advertising/bbb.json new file mode 100644 index 0000000000000000000000000000000000000000..838c07a26bb5ef87a990f84d54e1422f58b2346c --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bbb.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_51416bd0-252a-4122-8f6d-207338a02fa4", + "tool_description": "b", + "home_url": "https://rapidapi.com/irie_pt/api/bbb12/", + "name": "BBB", + "title": "BBB", + "pricing": "FREEMIUM", + "tool_name": "BBB", + "score": null, + "host": "bbb12.p.rapidapi.com", + "api_list": [ + { + "name": "test_2", + "url": "https://bbb12.p.rapidapi.com/", + "description": "test_2", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bbb12.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bbb12.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bbb12.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bbb12.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/bbb/api.py b/toolbench/toolenv/tools/Advertising/bbb/api.py new file mode 100644 index 0000000000000000000000000000000000000000..6b5f43b1fa7d14371d22840591c205d00bb8325a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bbb/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def end(res: str='test', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "point" + + """ + url = f"https://bbb12.p.rapidapi.com/" + querystring = {} + if res: + querystring['res'] = res + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bbb12.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/bhrp.json b/toolbench/toolenv/tools/Advertising/bhrp.json new file mode 100644 index 0000000000000000000000000000000000000000..6bb69416d8223b6d832b92cc6d7b67404f0e3140 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bhrp.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_ecaeb152-5870-409f-a0e2-755a65cd332c", + "tool_description": "blockchain house rental platform https://bhrp.vercel.app/", + "home_url": "https://rapidapi.com/JohnChen2022/api/bhrp/", + "name": "BHRP", + "title": "BHRP", + "pricing": "FREE", + "tool_name": "BHRP", + "score": null, + "host": "bhrp.p.rapidapi.com", + "api_list": [ + { + "name": "/house/add", + "url": "https://bhrp.p.rapidapi.com/house/add", + "description": "a landlord add a house for rental with his/her wallet.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bhrp.p.rapidapi.com/house/add\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bhrp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bhrp.p.rapidapi.com/house/add\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bhrp.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/bing_keyword_planner.json b/toolbench/toolenv/tools/Advertising/bing_keyword_planner.json new file mode 100644 index 0000000000000000000000000000000000000000..a47e100d425c8451718fdf890a65fd17cb4e1977 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bing_keyword_planner.json @@ -0,0 +1,113 @@ +{ + "tool_name": "Bing Keyword Planner", + "tool_description": "Get all the data from Bing Keyword Planner (Bing Keyword Research Tool). Get access to search volume, monthly searches, competition, and other related data.", + "title": "Bing Keyword Planner", + "pricing": "FREEMIUM", + "score": null, + "home_url": "https://rapidapi.com/microbrands/api/bing-keyword-planner/", + "host": "bing-keyword-planner.p.rapidapi.com", + "api_list": [ + { + "name": "URL Seed", + "url": "https://bing-keyword-planner.p.rapidapi.com/urlseed", + "description": "Based on your provided keywords, this endpoint will return up to 3000 suitable keyword recommendations. Set up to 200 keywords and obtain the results that Bing Ads suggests for your query. Using this tool, you may obtain up to 3000 keyword ideas.", + "method": "GET", + "required_parameters": [ + { + "name": "target_domain", + "type": "STRING", + "description": "The domain name of the target website.", + "default": "chewy.com" + } + ], + "optional_parameters": [ + { + "name": "location_name", + "type": "STRING", + "description": "Name of location.\n\nCan be a Country, Region or City. \n\nExamples: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"United States\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Germany\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"London,England,United Kingdom\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"", + "default": "United States" + }, + { + "name": "device", + "type": "STRING", + "description": "Limits data for a particular device type.\n\nPossible values: *all*, *mobile*, *desktop*, *tablet*\nDefault value: *all*", + "default": "all" + }, + { + "name": "language_name", + "type": "STRING", + "description": "Name of language.\n\nExamples: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"English\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"German\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Spanish\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"", + "default": "English" + } + ], + "code": "import requests\n\nurl = \"https://bing-keyword-planner.p.rapidapi.com/urlseed\"\nquerystring = {\"location_name\": location_name, \"device\": device, \"target_domain\": target_domain, \"language_name\": language_name}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bing-keyword-planner.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Search Volume", + "url": "https://bing-keyword-planner.p.rapidapi.com/searchvolume", + "description": "This endpoint will return search volume data for your input keywords. Set up to 200 keywords and get the results.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bing-keyword-planner.p.rapidapi.com/searchvolume\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bing-keyword-planner.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Keyword Ideas", + "url": "https://bing-keyword-planner.p.rapidapi.com/keywordideas", + "description": "Based on your provided keywords, this endpoint will return up to 3000 suitable keyword recommendations. Set up to 200 keywords and obtain the results that Bing Ads suggests for your query. Using this tool, you may obtain up to 3000 keyword ideas.", + "method": "GET", + "required_parameters": [ + { + "name": "keywords", + "type": "STRING", + "description": "Comma-separated list of input keywords.\n\nMaximum number of input keywords: 200", + "default": "dog,puppy" + } + ], + "optional_parameters": [ + { + "name": "device", + "type": "STRING", + "description": "Limits data for a particular device type.\n\nPossible values: *all*, *mobile*, *desktop*, *tablet*\nDefault value: *all*", + "default": "all" + }, + { + "name": "location_name", + "type": "STRING", + "description": "Name of location.\n\nCan be a Country, Region or City. \n\nExamples: \\\\\\\\\\\\\\\"United States\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"Germany\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"London,England,United Kingdom\\\\\\\\\\\\\\\"", + "default": "United States" + }, + { + "name": "language_name", + "type": "STRING", + "description": "Name of language.\n\nExamples: \\\\\\\\\\\\\\\"English\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"German\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"Spanish\\\\\\\\\\\\\\\"", + "default": "English" + } + ], + "code": "import requests\n\nurl = \"https://bing-keyword-planner.p.rapidapi.com/keywordideas\"\nquerystring = {\"device\": device, \"keywords\": keywords, \"location_name\": location_name, \"language_name\": language_name}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bing-keyword-planner.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Search Volume", + "url": "https://bing-keyword-planner.p.rapidapi.com/searchvolume", + "description": "This endpoint will return search volume data for your input keywords. Set up to 200 keywords and get the results.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bing-keyword-planner.p.rapidapi.com/searchvolume\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bing-keyword-planner.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bing-keyword-planner.p.rapidapi.com/searchvolume\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bing-keyword-planner.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/bing_keyword_planner/api.py b/toolbench/toolenv/tools/Advertising/bing_keyword_planner/api.py new file mode 100644 index 0000000000000000000000000000000000000000..8b7f6a73719d969f79859680b73f6ac3fbf487a6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bing_keyword_planner/api.py @@ -0,0 +1,90 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def url_seed(target_domain: str, location_name: str='United States', device: str='all', language_name: str='English', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Based on your provided keywords, this endpoint will return up to 3000 suitable keyword recommendations. Set up to 200 keywords and obtain the results that Bing Ads suggests for your query. Using this tool, you may obtain up to 3000 keyword ideas." + target_domain: The domain name of the target website. + location_name: Name of location. + +Can be a Country, Region or City. + +Examples: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"United States\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Germany\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"London,England,United Kingdom\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" + device: Limits data for a particular device type. + +Possible values: *all*, *mobile*, *desktop*, *tablet* +Default value: *all* + language_name: Name of language. + +Examples: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"English\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"German\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Spanish\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" + + """ + url = f"https://bing-keyword-planner.p.rapidapi.com/urlseed" + querystring = {'target_domain': target_domain, } + if location_name: + querystring['location_name'] = location_name + if device: + querystring['device'] = device + if language_name: + querystring['language_name'] = language_name + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bing-keyword-planner.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def keyword_ideas(keywords: str, device: str='all', location_name: str='United States', language_name: str='English', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Based on your provided keywords, this endpoint will return up to 3000 suitable keyword recommendations. Set up to 200 keywords and obtain the results that Bing Ads suggests for your query. Using this tool, you may obtain up to 3000 keyword ideas." + keywords: Comma-separated list of input keywords. + +Maximum number of input keywords: 200 + device: Limits data for a particular device type. + +Possible values: *all*, *mobile*, *desktop*, *tablet* +Default value: *all* + location_name: Name of location. + +Can be a Country, Region or City. + +Examples: \\\\\\\"United States\\\\\\\", \\\\\\\"Germany\\\\\\\", \\\\\\\"London,England,United Kingdom\\\\\\\" + language_name: Name of language. + +Examples: \\\\\\\"English\\\\\\\", \\\\\\\"German\\\\\\\", \\\\\\\"Spanish\\\\\\\" + + """ + url = f"https://bing-keyword-planner.p.rapidapi.com/keywordideas" + querystring = {'keywords': keywords, } + if device: + querystring['device'] = device + if location_name: + querystring['location_name'] = location_name + if language_name: + querystring['language_name'] = language_name + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bing-keyword-planner.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/bobo.json b/toolbench/toolenv/tools/Advertising/bobo.json new file mode 100644 index 0000000000000000000000000000000000000000..13ce895ef8bad76e1f6423120d6da8722908a59d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bobo.json @@ -0,0 +1,192 @@ +{ + "product_id": "api_3d72cf24-bb3e-4cfe-861e-d8d547454531", + "tool_description": "vovo", + "home_url": "https://rapidapi.com/yee0726/api/bobo3/", + "name": "bobo", + "title": "bobo", + "pricing": "FREEMIUM", + "tool_name": "bobo", + "score": null, + "host": "bobo3.p.rapidapi.com", + "api_list": [ + { + "name": "updatePetWithForm", + "url": "https://bobo3.p.rapidapi.com/pet/{petId}", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet that needs to be updated", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Updated name of the pet", + "default": "" + }, + { + "name": "status", + "type": "STRING", + "description": "Updated status of the pet", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "addPet", + "url": "https://bobo3.p.rapidapi.com/pet", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "createUsersWithListInput", + "url": "https://bobo3.p.rapidapi.com/user/createWithList", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "placeOrder", + "url": "https://bobo3.p.rapidapi.com/store/order", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "petId": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "quantity": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "shipDate": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "description": "Order Status", + "enum": [ + "placed", + "approved", + "delivered" + ] + }, + "complete": { + "type": "boolean" + } + } + } + }, + { + "name": "createUser", + "url": "https://bobo3.p.rapidapi.com/user", + "description": "This can only be done by the logged in user.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "uploadFile", + "url": "https://bobo3.p.rapidapi.com/pet/{petId}/uploadImage", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to update", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "additionalMetadata", + "type": "STRING", + "description": "Additional data to pass to server", + "default": "" + }, + { + "name": "file", + "type": "BINARY", + "description": "file to upload", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"additionalMetadata\": \"\", \"file\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"additionalMetadata\": \"\", \"file\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "type": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + }, + { + "name": "createUsersWithArrayInput", + "url": "https://bobo3.p.rapidapi.com/user/createWithArray", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://bobo3.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bobo3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/bobo/api.py b/toolbench/toolenv/tools/Advertising/bobo/api.py new file mode 100644 index 0000000000000000000000000000000000000000..155eb3418f6543ad43918cdcc849d271e8711e34 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bobo/api.py @@ -0,0 +1,139 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def loginuser(password: str, username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + password: The password for login in clear text + username: The user name for login + + """ + url = f"https://bobo3.p.rapidapi.com/user/login" + querystring = {'password': password, 'username': username, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bobo3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getinventory(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a map of status codes to quantities" + + """ + url = f"https://bobo3.p.rapidapi.com/store/inventory" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bobo3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getpetbyid(petid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a single pet" + petid: ID of pet to return + + """ + url = f"https://bobo3.p.rapidapi.com/pet/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bobo3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def logoutuser(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + + """ + url = f"https://bobo3.p.rapidapi.com/user/logout" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bobo3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getuserbyname(username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + username: The name that needs to be fetched. Use user1 for testing. + + """ + url = f"https://bobo3.p.rapidapi.com/user/{username}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bobo3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getorderbyid(orderid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions" + orderid: ID of pet that needs to be fetched + + """ + url = f"https://bobo3.p.rapidapi.com/store/order/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bobo3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/bog_boi_api.json b/toolbench/toolenv/tools/Advertising/bog_boi_api.json new file mode 100644 index 0000000000000000000000000000000000000000..f4b079681ddc25174012b359274ce525d00dc4a4 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bog_boi_api.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Bog Boi API", + "tool_description":"Lorem", + "title":"Bog Boi API", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/tomcorp-tomcorp-default/api/bog-boi-api/", + "host":"bog-boi-api.p.rapidapi.com", + "api_list":[ + { + "name":"Lorem", + "url":"https://bog-boi-api.p.rapidapi.com/", + "description":"Lorem", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://bog-boi-api.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bog-boi-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/bog_boi_api/api.py b/toolbench/toolenv/tools/Advertising/bog_boi_api/api.py new file mode 100644 index 0000000000000000000000000000000000000000..831863f02c1920da17c45e0eade7412f97d39103 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bog_boi_api/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def lorem(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Lorem" + + """ + url = f"https://bog-boi-api.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bog-boi-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/boossti.json b/toolbench/toolenv/tools/Advertising/boossti.json new file mode 100644 index 0000000000000000000000000000000000000000..6e82a16c508bdcb8f181156e55915c225fc3e3d6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/boossti.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_c9ce3663-8608-4aa6-b2ef-aae8798dcaed", + "tool_description": "boossti", + "home_url": "https://rapidapi.com/boossti-boossti-default/api/boossti/", + "name": "boossti", + "title": "boossti", + "pricing": "FREE", + "tool_name": "boossti", + "score": null, + "host": "boossti.p.rapidapi.com", + "api_list": [ + { + "name": "boossti", + "url": "https://boossti.p.rapidapi.com/", + "description": "boossti", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://boossti.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"boossti.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://boossti.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"boossti.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/bty690warped.json b/toolbench/toolenv/tools/Advertising/bty690warped.json new file mode 100644 index 0000000000000000000000000000000000000000..7493bd629faccf7baf96cb54fc5f498f17d83fe0 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bty690warped.json @@ -0,0 +1,31 @@ +{ + "tool_name":"bty690warped", + "tool_description":"https://www.warped-mirror.com/ bty690 warped là trang web được nhà cái Bty690 Bsports ủy quyền phát triển khai thác thị trường cá cược trực tuyến tại Việt Nam.", + "title":"bty690warped", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/backinnam388/api/bty690warped/", + "host":"bty690warped.p.rapidapi.com", + "api_list":[ + { + "name":"bty690 warped", + "url":"https://bty690warped.p.rapidapi.com/bty690warped", + "description":"https://www.warped-mirror.com/ bty690 warped là trang web được nhà cái Bty690 Bsports ủy quyền phát triển khai thác thị trường cá cược trực tuyến tại Việt Nam. Truy cập warped-mirror.com để lấy link đăng ký bty690.com - bsport thể thao miễn phí và nhận khuyến mãi chơi cá độ online ngay.", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"bty690warped", + "type":"STRING", + "description":"", + "default":"" + } + ], + "code":"import requests\n\nurl = \"https://bty690warped.p.rapidapi.com/bty690warped\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"bty690warped.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/bty690warped/api.py b/toolbench/toolenv/tools/Advertising/bty690warped/api.py new file mode 100644 index 0000000000000000000000000000000000000000..3b20108c1a5581902f30792737f08f9a0af50d3b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/bty690warped/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def bty690_warped(bty690warped: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "https://www.warped-mirror.com/ bty690 warped là trang web được nhà cái Bty690 Bsports ủy quyền phát triển khai thác thị trường cá cược trực tuyến tại Việt Nam. Truy cập warped-mirror.com để lấy link đăng ký bty690.com - bsport thể thao miễn phí và nhận khuyến mãi chơi cá độ online ngay." + + """ + url = f"https://bty690warped.p.rapidapi.com/bty690warped" + querystring = {} + if bty690warped: + querystring['bty690warped'] = bty690warped + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "bty690warped.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/buy_gmail_accounts.json b/toolbench/toolenv/tools/Advertising/buy_gmail_accounts.json new file mode 100644 index 0000000000000000000000000000000000000000..2d194a1289306afc85c144078b2770a9692e17f8 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/buy_gmail_accounts.json @@ -0,0 +1,30 @@ +{ + "tool_name":"buy gmail accounts", + "tool_description":"Buy Gmail account is the best way to get a new email address. With Gmail, you can have a new email address and still have access to all your old messages.", + "title":"buy gmail accounts", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":858, + "avgSuccessRate":100, + "popularityScore":8.7, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/buygmail-buygmail-default/api/buy-gmail-accounts/", + "host":"buy-gmail-accounts.p.rapidapi.com", + "api_list":[ + { + "name":"Buy Gmail Accounts | Old , New, Verified | Instant Delivery", + "url":"https://buy-gmail-accounts.p.rapidapi.com/", + "description":"Buy and sell old PVA Gmail accounts in bulk from Storegmail at super low price with 100% money back guarantee. You can buy bulk Gmail accounts or JUST ONE", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://buy-gmail-accounts.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"buy-gmail-accounts.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/buy_gmail_accounts/api.py b/toolbench/toolenv/tools/Advertising/buy_gmail_accounts/api.py new file mode 100644 index 0000000000000000000000000000000000000000..da13030c79a193b7e13ec302727c6abcbccd567f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/buy_gmail_accounts/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def buy_gmail_accounts_old_new_verified_instant_delivery(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Buy and sell old PVA Gmail accounts in bulk from Storegmail at super low price with 100% money back guarantee. You can buy bulk Gmail accounts or JUST ONE" + + """ + url = f"https://buy-gmail-accounts.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "buy-gmail-accounts.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/capsulink.json b/toolbench/toolenv/tools/Advertising/capsulink.json new file mode 100644 index 0000000000000000000000000000000000000000..ac79d698fe6fbb334fd34ef0113cf182bd0b0d29 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/capsulink.json @@ -0,0 +1,35 @@ +{ + "product_id": "api_0064981d-4c03-47a4-b23c-2b026c1c4eb9", + "tool_description": "Your all-in-one link management solution", + "home_url": "https://rapidapi.com/kavackys/api/capsulink/", + "name": "Capsulink", + "title": "Capsulink", + "pricing": "FREE", + "tool_name": "Capsulink", + "score": null, + "host": "capsulink.p.rapidapi.com", + "api_list": [ + { + "name": "Login", + "url": "https://capsulink.p.rapidapi.com/login", + "description": "Create a new API key", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://capsulink.p.rapidapi.com/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"capsulink.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://capsulink.p.rapidapi.com/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"capsulink.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Create a new link", + "url": "https://capsulink.p.rapidapi.com/capsulate", + "description": "Shorten a URL and get it's data", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://capsulink.p.rapidapi.com/capsulate\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"capsulink.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://capsulink.p.rapidapi.com/capsulate\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"capsulink.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/catfactprompts.json b/toolbench/toolenv/tools/Advertising/catfactprompts.json new file mode 100644 index 0000000000000000000000000000000000000000..ec7ad01c183048f571919104c9beec6173bf53f8 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/catfactprompts.json @@ -0,0 +1,676 @@ +{ + "tool_name": "catfactprompts", + "tool_description": "prompts for generating cat facts", + "title": "catfactprompts", + "pricing": "FREEMIUM", + "score": null, + "home_url": "https://rapidapi.com/namalanavyatha/api/catfactprompts/", + "host": "catfactprompts.p.rapidapi.com", + "api_list": [ + { + "name": "uiConfiguration_2", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "securityConfiguration_1", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security", + "description": " ", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "swaggerResources_3", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources", + "description": " ", + "method": "PUT", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.put(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "uiConfiguration_3", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui", + "description": " ", + "method": "PUT", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.put(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "uiConfiguration_4", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui", + "description": " ", + "method": "DELETE", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.delete(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "securityConfiguration_2", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "uiConfiguration_5", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui", + "description": " ", + "method": "PATCH", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.patch(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "swaggerResources_1", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources", + "description": " ", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "securityConfiguration_5", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security", + "description": " ", + "method": "PATCH", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.patch(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "uiConfiguration_1", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui", + "description": " ", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "swaggerResources_2", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "swaggerResources_5", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources", + "description": " ", + "method": "PATCH", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.patch(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "swaggerResources_4", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources", + "description": " ", + "method": "DELETE", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.delete(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "securityConfiguration_4", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security", + "description": " ", + "method": "DELETE", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.delete(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "securityConfiguration_3", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security", + "description": " ", + "method": "PUT", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.put(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "getFacts", + "url": "https://catfactprompts.p.rapidapi.com/v1/api/facts", + "description": " ", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/v1/api/facts\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 200, + "body": {}, + "headers": {}, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "uiConfiguration_2", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "securityConfiguration_2", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "swaggerResources_2", + "url": "https://catfactprompts.p.rapidapi.com/swagger-resources", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://catfactprompts.p.rapidapi.com/swagger-resources\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"catfactprompts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/catfactprompts/api.py b/toolbench/toolenv/tools/Advertising/catfactprompts/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2867558740d428a73a83868b1a378280011b9c9e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/catfactprompts/api.py @@ -0,0 +1,92 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def securityconfiguration_1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/security" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "catfactprompts.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def swaggerresources_1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://catfactprompts.p.rapidapi.com/swagger-resources" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "catfactprompts.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def uiconfiguration_1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://catfactprompts.p.rapidapi.com/swagger-resources/configuration/ui" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "catfactprompts.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getfacts(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://catfactprompts.p.rapidapi.com/v1/api/facts" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "catfactprompts.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/chimp_rewriter.json b/toolbench/toolenv/tools/Advertising/chimp_rewriter.json new file mode 100644 index 0000000000000000000000000000000000000000..fd554365126b29ca97622b341ff639772553387e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/chimp_rewriter.json @@ -0,0 +1,290 @@ +{ + "product_id": "53aa49d6e4b0b60946a2f019", + "tool_description": "The Chimp Rewriter API allows developers to access Chimp Rewriter functionality from their own software. It is based around HTTP POST, making it easy to implement. With the help of this guide, you should be up and running in a few minutes. Authentication is achieved through an API Key, so there is no need to send sensitive password details over an unencrypted connection.", + "home_url": "https://rapidapi.com/akturatech/api/chimp-rewriter/", + "name": "Chimp Rewriter", + "title": "Chimp Rewriter", + "pricing": "FREE", + "tool_name": "Chimp Rewriter", + "score": null, + "host": "akturatech-chimp-rewriter.p.rapidapi.com", + "api_list": [ + { + "name": "CalcWordDensity", + "url": "https://akturatech-chimp-rewriter.p.rapidapi.com/{CalcWordDensity}", + "description": "Calculates the word densities of words and phrases in the article.", + "method": "POST", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "User\u2019s Chimp Rewriter account email. Note that the user requires a Chimp Rewriter Pro subscription.", + "default": "" + }, + { + "name": "apikey", + "type": "STRING", + "description": "User\u2019s API key. Get one on the Chimp Rewriter User Management page.", + "default": "" + }, + { + "name": "aid", + "type": "STRING", + "description": "Application ID. Set this to a string (100 charachers or less) to identify your application to the server. At this point, applications do not require registration.", + "default": "" + }, + { + "name": "calcworddensity", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "minlength", + "type": "NUMBER", + "description": "The minimum character length for which to calculate word density. If you use 3, 2 letter words would not be included in the results.", + "default": "3" + } + ], + "code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/{CalcWordDensity}\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"minlength\": \"3\", \"calcworddensity\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/{CalcWordDensity}\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"minlength\": \"3\", \"calcworddensity\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "QueryStats", + "url": "https://akturatech-chimp-rewriter.p.rapidapi.com/", + "description": "Returns remaining query quota. Can also be used to test an account.", + "method": "POST", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "User\u2019s Chimp Rewriter account email. Note that the user requires a Chimp Rewriter Pro subscription.", + "default": "" + }, + { + "name": "apikey", + "type": "STRING", + "description": "User\u2019s API key. Get one on the Chimp Rewriter User Management page.", + "default": "" + }, + { + "name": "aid", + "type": "STRING", + "description": "Application ID. Set this to a string (100 charachers or less) to identify your application to the server. At this point, applications do not require registration.", + "default": "" + }, + { + "name": "QueryStats", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "simple", + "type": "NUMBER", + "description": "Returns a raw number of how many queries can be made with the account instead of the detailed format described below.", + "default": "1" + } + ], + "code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"QueryStats\": \"\", \"simple\": \"1\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"QueryStats\": \"\", \"simple\": \"1\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "TestConnection", + "url": "https://akturatech-chimp-rewriter.p.rapidapi.com/TestConnection", + "description": "Tests the connection to the API without user credentials.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/TestConnection\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/TestConnection\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "GenerateSpin", + "url": "https://akturatech-chimp-rewriter.p.rapidapi.com/{GenerateSpin}", + "description": "Generates an unspun doc from one with spintax. Optionally reorders paragraphs and removes original word.", + "method": "POST", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "User\u2019s Chimp Rewriter account email. Note that the user requires a Chimp Rewriter Pro subscription.", + "default": "" + }, + { + "name": "apikey", + "type": "STRING", + "description": "User\u2019s API key. Get one on the Chimp Rewriter User Management page.", + "default": "" + }, + { + "name": "aid", + "type": "STRING", + "description": "Application ID. Set this to a string (100 charachers or less) to identify your application to the server. At this point, applications do not require registration.", + "default": "" + }, + { + "name": "generatespin", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "dontincludeoriginal", + "type": "NUMBER", + "description": "If set to 1, the first first word in each set of spintax is not included in spun output. E.g. if this is found in the article: {word|syn1|syn2}, the result will only include either syn1 or syn2.", + "default": "0" + }, + { + "name": "reorderparagraphs", + "type": "NUMBER", + "description": "If set to 1, paragraphs are randomly ordered in the result.", + "default": "0" + }, + { + "name": "N/A", + "type": "STRING", + "description": "To protect any piece of text, simply wrap it with ###. For example, if you had a certain paragraph or code to protect, simply send \u201cAn intro sentence. ###My protected stuff### and the rest of the article\u201d. Anything inside the hashes will not be spun. Then just replace \u2018###\u2019 with an empty string.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/{GenerateSpin}\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"dontincludeoriginal\": \"0\", \"reorderparagraphs\": \"0\", \"N/A\": \"\", \"generatespin\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/{GenerateSpin}\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"dontincludeoriginal\": \"0\", \"reorderparagraphs\": \"0\", \"N/A\": \"\", \"generatespin\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "GlobalSpin", + "url": "https://akturatech-chimp-rewriter.p.rapidapi.com/{GlobalSpin}", + "description": "Spins an article with various quality paramters and return it either with spintax or as a unique unspun document.", + "method": "POST", + "required_parameters": [ + { + "name": "email", + "type": "STRING", + "description": "User\u2019s Chimp Rewriter account email. Note that the user requires a Chimp Rewriter Pro subscription.", + "default": "" + }, + { + "name": "apikey", + "type": "STRING", + "description": "User\u2019s API key. Get one on the Chimp Rewriter User Management page.", + "default": "" + }, + { + "name": "aid", + "type": "STRING", + "description": "Application ID. Set this to a string (100 charachers or less) to identify your application to the server. At this point, applications do not require registration.", + "default": "" + }, + { + "name": "globalspin", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "quality", + "type": "NUMBER", + "description": "Spin quality: 5 \u2013 Best, 4 \u2013 Better, 3 \u2013 Good, 2 \u2013 Average, 1 \u2013 All", + "default": "4" + }, + { + "name": "posmatch", + "type": "NUMBER", + "description": "Required Part of Speech (POS) match for a spin: 4 \u2013 FullSpin, 3 \u2013 Full, 2 \u2013 Loose, 1 \u2013 Extremely Loose, 0 \u2013 None. \u2018FullSpin\u2019 removes some common POS replacements that tend to reduce quality of spin.", + "default": "3" + }, + { + "name": "protectedterms", + "type": "STRING", + "description": "Comma separated list of words or phrases to protect from spin i.e. \u2018my main keyword,my second keyword\u2019", + "default": "Empty" + }, + { + "name": "rewrite", + "type": "NUMBER", + "description": "If set to 1, results are returned as a rewritten article with no Spintax. Otherwise, an article with Spintax is returned. Note that with rewrite as 1, the original word will always be removed.", + "default": "0" + }, + { + "name": "phraseignorequality", + "type": "NUMBER", + "description": "If set to 1, quality is ignored when finding phrase replacements for phrases. This results in a huge amount of spin, but quality can vary.", + "default": "0" + }, + { + "name": "spinwithinspin", + "type": "NUMBER", + "description": "If set to 1, if there is existing spin syntax in the content you send up, the API will spin any relevant content inside this syntax. If 0, the API will skip over this content and only spin outside of existing syntax.", + "default": "0" + }, + { + "name": "spinwithinhtml", + "type": "NUMBER", + "description": "Spin inside HTML tags. This includes

tags, for example if you send up \u201c

Here is a paragraph

\u201d, nothing would be spun unless spinwithinhtml is 1.", + "default": "0" + }, + { + "name": "applyinstantunique", + "type": "NUMBER", + "description": "(Extra quota cost) Runs an instant unique pass over the article once spun. This replaces letters with characters that look like the original letter but have a different UTF8 value, passing copyscape 100% but garbling content to the search engines. It it recommended to protect keywords while using instant unique. Costs one extra query.", + "default": "0" + }, + { + "name": "fullcharset", + "type": "NUMBER", + "description": "Only used if applyinstantunique = 1. This causes IU to use the full character set which has a broader range of replacements.", + "default": "0" + }, + { + "name": "spintidy", + "type": "NUMBER", + "description": "(Extra quota cost) Runs a spin tidy pass over the result article. This fixes any common a/an type grammar mistakes and repeated words due to phrase spinning. Generally increases the quality of the article. Costs one extra query.", + "default": "0" + }, + { + "name": "tagprotect", + "type": "STRING", + "description": "Protects anything between any syntax you define. Separate start and end syntax with a pipe \u2018|\u2019 and separate multiple tags with a comma \u2018,\u2019. For example, you could protect anything in square brackets by setting tagprotect=[|]. You could also protect anything between \u201cbegin\u201d and \u201cend\u201d by setting tagprotect=[|],begin|end", + "default": "Empty" + }, + { + "name": "maxspindepth", + "type": "NUMBER", + "description": "Define a maximum spin level depth in returned article. If set to 1, no nested spin will appear in the spun result. This paramater only matters if rewrite is false. Set to 0 or ignore for no limit on spin depth.", + "default": "0" + }, + { + "name": "N/A", + "type": "STRING", + "description": "To protect any piece of text, simply wrap it with ###. For example, if you had a certain paragraph or code to protect, simply send \u201cAn intro sentence. ###My protected stuff### and the rest of the article\u201d. Anything inside the hashes will not be spun. Then just replace \u2018###\u2019 with an empty string.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/{GlobalSpin}\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"quality\": \"4\", \"posmatch\": \"3\", \"protectedterms\": \"Empty\", \"rewrite\": \"0\", \"phraseignorequality\": \"0\", \"spinwithinspin\": \"0\", \"spinwithinhtml\": \"0\", \"applyinstantunique\": \"0\", \"fullcharset\": \"0\", \"spintidy\": \"0\", \"tagprotect\": \"Empty\", \"maxspindepth\": \"0\", \"N/A\": \"\", \"globalspin\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://akturatech-chimp-rewriter.p.rapidapi.com/{GlobalSpin}\"\nquerystring = {\"email\": \"\", \"apikey\": \"\", \"aid\": \"\", \"quality\": \"4\", \"posmatch\": \"3\", \"protectedterms\": \"Empty\", \"rewrite\": \"0\", \"phraseignorequality\": \"0\", \"spinwithinspin\": \"0\", \"spinwithinhtml\": \"0\", \"applyinstantunique\": \"0\", \"fullcharset\": \"0\", \"spintidy\": \"0\", \"tagprotect\": \"Empty\", \"maxspindepth\": \"0\", \"N/A\": \"\", \"globalspin\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"akturatech-chimp-rewriter.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/cleopatra_escorts.json b/toolbench/toolenv/tools/Advertising/cleopatra_escorts.json new file mode 100644 index 0000000000000000000000000000000000000000..30b84088ecc2082f3d559dfd7969bf1f101b42da --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/cleopatra_escorts.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_b940e680-c520-40f2-a5b1-c6fd0bec464b", + "tool_description": "Cleopatra Escorts All London Escorts Genuine London Escort Agency", + "home_url": "https://rapidapi.com/officecleopatraescorts-Loau7hGUaNq/api/cleopatra-escorts/", + "name": "Cleopatra Escorts", + "title": "Cleopatra Escorts", + "pricing": "FREE", + "tool_name": "Cleopatra Escorts", + "score": null, + "host": "cleopatra-escorts.p.rapidapi.com", + "api_list": [ + { + "name": "Cleopatra Escorts All London Escorts Genuine London Escort Agency", + "url": "https://cleopatra-escorts.p.rapidapi.com/", + "description": "[Cleopatra London Escorts](https://www.cleopatraescorts.co.uk/london-escorts-gallery) https://www.cleopatraescorts.co.uk/london-escorts-gallery London England, London\u2019s Escort Service UK & Massage. Escorts and erotic massage in central London. Best Escorts for incall and outcall. London\u2019s escort service for gentlemen seeking pleasure.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://cleopatra-escorts.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"cleopatra-escorts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://cleopatra-escorts.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"cleopatra-escorts.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/cold_opener.json b/toolbench/toolenv/tools/Advertising/cold_opener.json new file mode 100644 index 0000000000000000000000000000000000000000..c68dcd21c2ae94e8abba253274f261bf38aa6628 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/cold_opener.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_3cf4d405-e8eb-4e80-8443-b7ebc1cfd2ac", + "tool_description": "Generate cold opening lines from social media posts", + "home_url": "https://rapidapi.com/deconincklouis/api/cold-opener/", + "name": "Cold Opener", + "title": "Cold Opener", + "pricing": "FREE", + "tool_name": "Cold Opener", + "score": null, + "host": "cold-opener.p.rapidapi.com", + "api_list": [ + { + "name": "Cold line from Instagram post", + "url": "https://cold-opener.p.rapidapi.com/getline", + "description": "Cold line from Instagram post", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://cold-opener.p.rapidapi.com/getline\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"cold-opener.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://cold-opener.p.rapidapi.com/getline\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"cold-opener.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/company/api.py b/toolbench/toolenv/tools/Advertising/company/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ecbff13928081a381934f25f8b4cc462170e9f91 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/company/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def test_endpoint(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Test Endpoint" + + """ + url = f"https://company6.p.rapidapi.com/wakeup" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "company6.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/coupons.json b/toolbench/toolenv/tools/Advertising/coupons.json new file mode 100644 index 0000000000000000000000000000000000000000..8b5806cc420dc839c57e36fe1ab98daa8875a5dc --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/coupons.json @@ -0,0 +1,44 @@ +{ + "tool_name":"coupons", + "tool_description":"coupons", + "title":"coupons", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/vnits108/api/coupons1/", + "host":"coupons1.p.rapidapi.com", + "api_list":[ + { + "name":"all", + "url":"https://coupons1.p.rapidapi.com/all", + "description":"get all coupons", + "method":"GET", + "required_parameters":[ + { + "name":"X-RapidAPI-Key", + "type":"STRING", + "description":"key to nakho", + "default":"7dd4bec3camsh025191e4798b30fp18ac23jsn63fe12ae5494" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://coupons1.p.rapidapi.com/all\"\nquerystring = {\"X-RapidAPI-Key\": x_rapidapi_key}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"coupons1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"getallcoupon", + "url":"https://coupons1.p.rapidapi.com/getallcoupon", + "description":"getallcoupon", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://coupons1.p.rapidapi.com/getallcoupon\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"coupons1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/coupons/api.py b/toolbench/toolenv/tools/Advertising/coupons/api.py new file mode 100644 index 0000000000000000000000000000000000000000..27852855d013d6cb0d0bfe8b1123062bd640386b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/coupons/api.py @@ -0,0 +1,51 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def all(x_rapidapi_key: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "get all coupons" + x_rapidapi_key: key to nakho + + """ + url = f"https://coupons1.p.rapidapi.com/all" + querystring = {'X-RapidAPI-Key': x_rapidapi_key, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "coupons1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getallcoupon(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "getallcoupon" + + """ + url = f"https://coupons1.p.rapidapi.com/getallcoupon" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "coupons1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/ddd.json b/toolbench/toolenv/tools/Advertising/ddd.json new file mode 100644 index 0000000000000000000000000000000000000000..7a7be4e52f44b0292b7481c779865bab0af19ad1 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ddd.json @@ -0,0 +1,24 @@ +{ + "tool_name":"ddd", + "tool_description":"ddd", + "title":"ddd", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/xc1rze/api/ddd59/", + "host":"ddd59.p.rapidapi.com", + "api_list":[ + { + "name":"dddddda", + "url":"https://ddd59.p.rapidapi.com/", + "description":"fdfdf", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://ddd59.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ddd59.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/ddd/api.py b/toolbench/toolenv/tools/Advertising/ddd/api.py new file mode 100644 index 0000000000000000000000000000000000000000..522fa75f8dedc5dff46d12975e8d9472d060688f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ddd/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def dddddda(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "fdfdf" + + """ + url = f"https://ddd59.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "ddd59.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/deep_social.json b/toolbench/toolenv/tools/Advertising/deep_social.json new file mode 100644 index 0000000000000000000000000000000000000000..3df7494edea56c40adb0605f6d8757bdda4a6c50 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/deep_social.json @@ -0,0 +1,309 @@ +{ + "product_id": "58c7f36de4b0a29ec14ce710", + "tool_description": "Get geo, age, sex, ethnicity, audience languages, popular posts of 346,956,505 Instagram account. Get 10 free reports http://deep.social/register", + "home_url": "https://rapidapi.com/deepsocial/api/deep-social/", + "name": "Deep Social", + "title": "Deep Social", + "pricing": "FREEMIUM", + "tool_name": "Deep Social", + "score": { + "avgServiceLevel": 0, + "avgLatency": 42, + "avgSuccessRate": 0, + "popularityScore": 0, + "__typename": "Score" + }, + "host": "deepsocial.p.rapidapi.com", + "api_list": [ + { + "name": "Save users (only for Data Export plan)", + "url": "https://deepsocial.p.rapidapi.com/v1/accounts/save-known", + "description": "Influencers that were previously saved can be excluded from search results using filter[known] filter. Can be used to export unique instagram accounts to boost your influencer base. Available only with Data Export plan.", + "method": "POST", + "required_parameters": [ + { + "name": "api_token", + "type": "STRING", + "description": "To buy API Token register on http://deep.social/ and check our prices here http://deep.social/prices", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1/accounts/save-known\"\nquerystring = {\"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1/accounts/save-known\"\nquerystring = {\"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Show", + "url": "https://deepsocial.p.rapidapi.com/v1.1/accounts/show", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "searchResultIds[0]", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "api_token", + "type": "STRING", + "description": "To buy API Token register on http://deep.social/ and check our prices here http://deep.social/prices", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "searchResultIds[1]", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1.1/accounts/show\"\nquerystring = {\"searchResultIds[0]\": \"\", \"searchResultIds[1]\": \"\", \"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1.1/accounts/show\"\nquerystring = {\"searchResultIds[0]\": \"\", \"searchResultIds[1]\": \"\", \"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Search", + "url": "https://deepsocial.p.rapidapi.com/v1.1/accounts/search", + "description": "Search influencers using filters. To request access contact sales info@deep.social", + "method": "POST", + "required_parameters": [ + { + "name": "api_token", + "type": "STRING", + "description": "To buy API Token register on http://deep.social/ and check our prices here http://deep.social/prices", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "filter[audience_age][0][weight]", + "type": "NUMBER", + "description": "Sets precision for the 'filter[audience_age][0][code]' filter, can be from 0 to 1, default value is 0.25. If you use multi-filter than be sure to match indexes of paired filters. For example 'filter[audience_age][0][weight]' have index 0, 'filter[audience_age][453][weight]' have index 453", + "default": "0.1" + }, + { + "name": "filter[audience_gender][code]", + "type": "STRING", + "description": "Filter influencers by audience gender (possible values MALE or FEMALE). Use with \"filter[audience_gender][weight]\" - precision, can be from 0 to 1, default value is 0.5", + "default": "MALE" + }, + { + "name": "filter[audience_gender][weight]", + "type": "NUMBER", + "description": "Sets precision for the 'filter[audience_gender][code]' filter, can be from 0 to 1, default value is 0.5", + "default": "0.1" + }, + { + "name": "filter[audience_geo][0][id]", + "type": "NUMBER", + "description": "Multi-filter (OR) to filter influencers by audience GEO. To get GEO ID of specific region use 'GEO dictionary' endpoint. Use with \"filter[audience_geo][0][weight]\" - precision, can be from 0 to 1, default value is 0.05. You can specify several GEO IDs to filter influencers. For example: -d 'filter[audience_geo][1][id]=102269' \\ -d 'filter[audience_geo][1][weight]=0.1' \\ -d 'filter[audience_geo][0][id]=65606' \\ -d 'filter[audience_geo][0][weight]=0.1' \\ - this query will return influencers that have audience in ANY of this regions", + "default": "148838" + }, + { + "name": "filter[audience_geo][0][weight]", + "type": "NUMBER", + "description": "Sets precision for the 'filter[audience_geo][0][id]' filter, can be from 0 to 1, default value is 0.05. If you use multi-filter than be sure to match indexes of paired filters. For example 'filter[audience_geo][0][weight]' have index 0, 'filter[audience_geo][453][weight]' have index 453", + "default": "0.1" + }, + { + "name": "filter[audience_lang][code]", + "type": "STRING", + "description": "Filter influencers by audeence language (to get language code use 'Languages dictionary' endpoint). Use with \"filter[audience_lang][weight]\" - precision, can be from 0 to 1, default value is 0.2", + "default": "en" + }, + { + "name": "filter[audience_lang][weight]", + "type": "NUMBER", + "description": "Sets precision for the 'filter[audience_lang][code]' filter, can be from 0 to 1, default value is 0.2", + "default": "0.1" + }, + { + "name": "filter[audience_race][code]", + "type": "STRING", + "description": "Filter influencers by audience skin tone (possible values: Black, Asian or White). Use with \"filter[audience_race][weight]\" - precision, can be from 0 to 1, default value is 0.3", + "default": "White" + }, + { + "name": "filter[audience_race][weight]", + "type": "NUMBER", + "description": "Sets precision for the 'filter[audience_race][code]' filter, can be from 0 to 1, default value is 0.3", + "default": "0.1" + }, + { + "name": "filter[engagements][left_number]", + "type": "NUMBER", + "description": "Filter influencers that have likes of comments greater than specified number", + "default": "100" + }, + { + "name": "filter[engagements][right_number]", + "type": "NUMBER", + "description": "Filter influencers that have likes of comments less than specified number", + "default": "100000" + }, + { + "name": "filter[followers][left_number]", + "type": "NUMBER", + "description": "Filter influencers that have followers greater than specified number", + "default": "5000" + }, + { + "name": "filter[followers][right_number]", + "type": "NUMBER", + "description": "Filter influencers that have followers less than specified number", + "default": "1000000" + }, + { + "name": "sort[direction]", + "type": "STRING", + "description": "Sets sorting, by default it is desc. You can specify custom sorting, possible values: 1, -1, asc, desc.", + "default": "desc" + }, + { + "name": "filter[race][code]", + "type": "STRING", + "description": "Filter influencers by skin tone (possible values: Black, Asian or White).", + "default": "White" + }, + { + "name": "filter[gender][code]", + "type": "STRING", + "description": "Filter influencers by gender (possible values MALE or FEMALE).", + "default": "FEMALE" + }, + { + "name": "filter[lang][code]", + "type": "STRING", + "description": "Filter influencers by their language (to get language code use 'Languages dictionary' endpoint).", + "default": "en" + }, + { + "name": "filter[audience_brand][0][id]", + "type": "NUMBER", + "description": "Multi-filter (OR) to filter influencers by audience brands. To get Brand ID use 'Brands dictionary' endpoint. Use with \"filter[audience_brand][0][weight]\" - precision, can be from 0 to 1, default value is 0.05 You can specify several Brand IDs to filter influencers. For example: -d 'filter[audience_brand][0][id]=65' \\ -d 'filter[audience_brand][0][id]=66' \\ - this query will return influencers that have ANY of this audience brands.", + "default": "956" + }, + { + "name": "filter[audience_brand][0][weight]", + "type": "NUMBER", + "description": "Sets precision for the 'filter[audience_brand][0][id]' filter, can be from 0 to 1, default value is 0.05. If you use multi-filter than be sure to match indexes of paired filters. For example 'filter[audience_brand][0][weight]' have index 0, 'filter[audience_brand][453][weight]' have index 453.", + "default": "0.01" + }, + { + "name": "filter[brand_category][0]", + "type": "NUMBER", + "description": "Multi-filter (AND) to filter influencers by interests. To get Interest ID use 'Interests dictionary' endpoint. You can specify several Interest IDs to filter influencers. For example: -d 'filter[brand_category][0]=2' \\ -d 'filter[brand_category][1]=20' \\ - this query will return influencers that have ALL of this interests.", + "default": "74" + }, + { + "name": "paging[skip]", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "paging[limit]", + "type": "NUMBER", + "description": "", + "default": "1" + }, + { + "name": "sort[field]", + "type": "STRING", + "description": "Sort influencers by filter type. Possible values: \"followers\", \"engagements\", \"lang\", \"gender\", \"race\", \"geo\", \"audience_lang\", \"audience_gender\", \"audience_age\", \"audience_race\", \"audience_geo\", \"audience_brand_category\", \"audience_brand\", \"audience_gender_per_age\"", + "default": "geo" + }, + { + "name": "filter[audience_age][0][code]", + "type": "STRING", + "description": "Multi-filter (OR) to filter influencers by audience age. Possible age ranges are: \"13-17\", \"18-24\", \"25-34\", \"35-44\", \"45-64\", \"65-\". Use with \"filter[audience_age][0][weight]\" - precision, can be from 0 to 1, default value is 0.25. You can specify several age ranges to filter influencers. For example: -d 'filter[audience_age][0][code]=13-17' \\ -d 'filter[audience_age][1][code]=18-24' \\ - this query will return influencers that have ANY of this age ranges", + "default": "25-34" + }, + { + "name": "filter[age][left_number]", + "type": "NUMBER", + "description": "Filter influencers that older than specified number of years.", + "default": "16" + }, + { + "name": "filter[age][right_number]", + "type": "NUMBER", + "description": "Filter influencers that younger than specified number of years.", + "default": "80" + }, + { + "name": "filter[audience_brand_category][0][id]", + "type": "NUMBER", + "description": "Multi-filter (AND) to filter influencers by audience interests. To get Interest ID use 'Interests dictionary' endpoint. Use with \"filter[audience_brand_category][0][weight]\" - precision, can be from 0 to 1, default value is 0.1 You can specify several Interest IDs to filter influencers. For example: -d 'filter[audience_brand_category][0][id]=2' \\ -d 'filter[audience_brand_category][1][id]=20' \\ - this query will return influencers that have ALL of this audience interests.", + "default": "3" + }, + { + "name": "filter[audience_brand_category][0][weight]", + "type": "NUMBER", + "description": "Sets precision for the 'filter[audience_brand_category][0][id]' filter, can be from 0 to 1, default value is 0.1. If you use multi-filter than be sure to match indexes of paired filters. For example 'filter[audience_brand_category][0][weight]' have index 0, 'filter[audience_brand_category][453][weight]' have index 453.", + "default": "0.01" + }, + { + "name": "filter[brand][0]", + "type": "NUMBER", + "description": "Multi-filter (OR) to filter influencers by brands. To get Brand ID use 'Brands dictionary' endpoint. You can specify several Brand IDs to filter influencers. For example: -d 'filter[brand][0]=65' \\ -d 'filter[brand][1]=66' \\ - this query will return influencers that have ANY of this Brands.", + "default": "338" + }, + { + "name": "filter[geo][0][id]", + "type": "NUMBER", + "description": "Multi-filter (OR) to filter influencers in specific GEO region. To get GEO ID of specific region use 'GEO dictionary' endpoint. You can specify several GEO IDs to filter influencers. For example: -d 'filter[geo][1][id]=102269' \\ -d 'filter[geo][0][id]=65606' \\ - this query will return influencers that have ANY of this regions.", + "default": "148838" + }, + { + "name": "filter[known]", + "type": "STRING", + "description": "Add this filter with value 'unknown' to hide saved users. To save users use 'save-known' endpoint. Available only with Data Export plan.", + "default": "" + }, + { + "name": "filter[has_email]", + "type": "STRING", + "description": "Add this filter with any value to hide users without contact info. To see contact info in response you need to have Data Export plan.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1.1/accounts/search\"\nquerystring = {\"filter[audience_age][0][weight]\": \"0.1\", \"filter[audience_gender][code]\": \"MALE\", \"filter[audience_gender][weight]\": \"0.1\", \"filter[audience_geo][0][id]\": \"148838\", \"filter[audience_geo][0][weight]\": \"0.1\", \"filter[audience_lang][code]\": \"en\", \"filter[audience_lang][weight]\": \"0.1\", \"filter[audience_race][code]\": \"White\", \"filter[audience_race][weight]\": \"0.1\", \"filter[engagements][left_number]\": \"100\", \"filter[engagements][right_number]\": \"100000\", \"filter[followers][left_number]\": \"5000\", \"filter[followers][right_number]\": \"1000000\", \"sort[direction]\": \"desc\", \"filter[race][code]\": \"White\", \"filter[gender][code]\": \"FEMALE\", \"filter[lang][code]\": \"en\", \"filter[audience_brand][0][id]\": \"956\", \"filter[audience_brand][0][weight]\": \"0.01\", \"filter[brand_category][0]\": \"74\", \"paging[skip]\": \"1\", \"paging[limit]\": \"1\", \"sort[field]\": \"geo\", \"filter[audience_age][0][code]\": \"25-34\", \"filter[age][left_number]\": \"16\", \"filter[age][right_number]\": \"80\", \"filter[audience_brand_category][0][id]\": \"3\", \"filter[audience_brand_category][0][weight]\": \"0.01\", \"filter[brand][0]\": \"338\", \"filter[geo][0][id]\": \"148838\", \"filter[known]\": \"\", \"filter[has_email]\": \"\", \"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1.1/accounts/search\"\nquerystring = {\"filter[audience_age][0][weight]\": \"0.1\", \"filter[audience_gender][code]\": \"MALE\", \"filter[audience_gender][weight]\": \"0.1\", \"filter[audience_geo][0][id]\": \"148838\", \"filter[audience_geo][0][weight]\": \"0.1\", \"filter[audience_lang][code]\": \"en\", \"filter[audience_lang][weight]\": \"0.1\", \"filter[audience_race][code]\": \"White\", \"filter[audience_race][weight]\": \"0.1\", \"filter[engagements][left_number]\": \"100\", \"filter[engagements][right_number]\": \"100000\", \"filter[followers][left_number]\": \"5000\", \"filter[followers][right_number]\": \"1000000\", \"sort[direction]\": \"desc\", \"filter[race][code]\": \"White\", \"filter[gender][code]\": \"FEMALE\", \"filter[lang][code]\": \"en\", \"filter[audience_brand][0][id]\": \"956\", \"filter[audience_brand][0][weight]\": \"0.01\", \"filter[brand_category][0]\": \"74\", \"paging[skip]\": \"1\", \"paging[limit]\": \"1\", \"sort[field]\": \"geo\", \"filter[audience_age][0][code]\": \"25-34\", \"filter[age][left_number]\": \"16\", \"filter[age][right_number]\": \"80\", \"filter[audience_brand_category][0][id]\": \"3\", \"filter[audience_brand_category][0][weight]\": \"0.01\", \"filter[brand][0]\": \"338\", \"filter[geo][0][id]\": \"148838\", \"filter[known]\": \"\", \"filter[has_email]\": \"\", \"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Sampling", + "url": "https://deepsocial.p.rapidapi.com/v1/Sampling_request", + "description": "Get analytics using limited prepaid token. Get 10 free tokens http://deep.social/register", + "method": "POST", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "Instagram user url or account name or social ID", + "default": "beyonce" + }, + { + "name": "api_token", + "type": "STRING", + "description": "Prepaid token. Get 10 free tokens http://deep.social/register", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1/Sampling_request\"\nquerystring = {\"url\": \"beyonce\", \"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://deepsocial.p.rapidapi.com/v1/Sampling_request\"\nquerystring = {\"url\": \"beyonce\", \"api_token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"deepsocial.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/deep_social/api.py b/toolbench/toolenv/tools/Advertising/deep_social/api.py new file mode 100644 index 0000000000000000000000000000000000000000..8960a906065ca901d8b27220d03499ba4c7245ea --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/deep_social/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def geo_dictionary(q: str, api_token: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Use in 'search' endpoint to filter influencers by their GEO or GEO of their audience" + q: Search query, name of the city or country to filter influencers + api_token: To buy API Token register on http://deep.social/ and check our prices here http://deep.social/prices + + """ + url = f"https://deepsocial.p.rapidapi.com/v1/accounts/geo" + querystring = {'q': q, 'api_token': api_token, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "deepsocial.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/demo_project.json b/toolbench/toolenv/tools/Advertising/demo_project.json new file mode 100644 index 0000000000000000000000000000000000000000..da835205fcd3ee25c3d3a40b0f798cef761d972b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/demo_project.json @@ -0,0 +1,105 @@ +{ + "product_id": "api_a802098e-2886-4180-8e54-3cf2d2b93923", + "tool_description": "We help you advertise your sales or business and boost them and we post motivational and blogging ", + "home_url": "https://rapidapi.com/Dansteph/api/demo-project29117/", + "name": "\ud83d\udc4b Demo Project", + "title": "\ud83d\udc4b Demo Project", + "pricing": "FREE", + "tool_name": "\ud83d\udc4b Demo Project", + "score": null, + "host": "demo-project29117.p.rapidapi.com", + "api_list": [ + { + "name": "Add to Order", + "url": "https://demo-project29117.p.rapidapi.com/order/{id}/product", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create Order", + "url": "https://demo-project29117.p.rapidapi.com/order/new", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create Product", + "url": "https://demo-project29117.p.rapidapi.com/catalog/product", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Place Order", + "url": "https://demo-project29117.p.rapidapi.com/order/{id}/place", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/order/{id}/place\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/order/{id}/place\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create User (Sign Up)", + "url": "https://demo-project29117.p.rapidapi.com/auth/user", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/auth/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/auth/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Login", + "url": "https://demo-project29117.p.rapidapi.com/auth/login", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/auth/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://demo-project29117.p.rapidapi.com/auth/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"demo-project29117.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/dugimamama.json b/toolbench/toolenv/tools/Advertising/dugimamama.json new file mode 100644 index 0000000000000000000000000000000000000000..43e4a2ea58aaeca91a64f2da9d60183ed2636882 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/dugimamama.json @@ -0,0 +1,55 @@ +{ + "product_id": "api_7fe94158-28a4-41c1-b5cc-9e4de84cb12c", + "tool_description": "Eliran", + "home_url": "https://rapidapi.com/elirans1/api/dugimamama/", + "name": "Dugimamama", + "title": "Dugimamama", + "pricing": "FREEMIUM", + "tool_name": "Dugimamama", + "score": null, + "host": "dugimamama.p.rapidapi.com", + "api_list": [ + { + "name": "queryqueryqueryquery", + "url": "https://dugimamama.p.rapidapi.com/queryqueryqueryquery", + "description": "queryqueryqueryquery", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "examplae payload", + "type": "STRING", + "description": "examplae payloadexamplae payload", + "default": "examplae payloadexamplae payload" + }, + { + "name": "queryquery", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://dugimamama.p.rapidapi.com/queryqueryqueryquery\"\nquerystring = {\"examplae payload\": \"examplae payloadexamplae payload\", \"queryquery\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dugimamama.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://dugimamama.p.rapidapi.com/queryqueryqueryquery\"\nquerystring = {\"examplae payload\": \"examplae payloadexamplae payload\", \"queryquery\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dugimamama.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "/david", + "url": "https://dugimamama.p.rapidapi.com/david", + "description": "/david", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "ElasticAPIIndex", + "type": "STRING", + "description": "ElasticAPIIndex", + "default": "queryquery" + } + ], + "code": "import requests\n\nurl = \"https://dugimamama.p.rapidapi.com/david\"\nquerystring = {\"ElasticAPIIndex\": \"queryquery\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dugimamama.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://dugimamama.p.rapidapi.com/david\"\nquerystring = {\"ElasticAPIIndex\": \"queryquery\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dugimamama.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/dummy.json b/toolbench/toolenv/tools/Advertising/dummy.json new file mode 100644 index 0000000000000000000000000000000000000000..90d87f4c719a900e1112eac78c40ea0bccd27dd8 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/dummy.json @@ -0,0 +1,24 @@ +{ + "tool_name":"dummy", + "tool_description":"desc", + "title":"dummy", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/rohanpatankar926/api/dummy40/", + "host":"dummy40.p.rapidapi.com", + "api_list":[ + { + "name":"this is endpoint", + "url":"https://dummy40.p.rapidapi.com/", + "description":"json data", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://dummy40.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dummy40.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/dummy/api.py b/toolbench/toolenv/tools/Advertising/dummy/api.py new file mode 100644 index 0000000000000000000000000000000000000000..f62d3acfe99b68372cbc5aa0efc22ffc2fd9130d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/dummy/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def this_is_endpoint(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "json data" + + """ + url = f"https://dummy40.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "dummy40.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/dynamic_designers_qr_code.json b/toolbench/toolenv/tools/Advertising/dynamic_designers_qr_code.json new file mode 100644 index 0000000000000000000000000000000000000000..439781ecd255c51f7afb897cada30392cf7db2c6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/dynamic_designers_qr_code.json @@ -0,0 +1,82 @@ +{ + "tool_name": "Dynamic Designers QR Code", + "tool_description": "Designe your QR Code in PNG, JPG, SVG & PDF Format", + "title": "Dynamic Designers QR Code", + "pricing": "PAID", + "score": null, + "home_url": "https://rapidapi.com/ajai-suman-softsys/api/dynamic-designers-qr-code/", + "host": "dynamic-designers-qr-code.p.rapidapi.com", + "api_list": [ + { + "name": "Logo Upload", + "url": "https://dynamic-designers-qr-code.p.rapidapi.com/upload", + "description": "Upload logo to be displayed on your QR Code. After uploading successfully, you will get file name in return. Send the file name in config object's logo parameter. You can also upload your logo at following url:\nhttps://www.qrgraphix.com/upload-logo\n\nFor upload file size limit is 500 KB", + "method": "POST", + "required_parameters": [ + { + "name": "file", + "type": "BINARY", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://dynamic-designers-qr-code.p.rapidapi.com/upload\"\nquerystring = {\"file\": file}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dynamic-designers-qr-code.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Custom QR Codes", + "url": "https://dynamic-designers-qr-code.p.rapidapi.com/custom", + "description": "You can customize your QR Code Body Shape, eye shape, eyeball shape, background color, body color, eye color, eye ball color, logo, size and output format.", + "method": "GET", + "required_parameters": [ + { + "name": "config", + "type": "STRING", + "description": "You can define Body Shape, eye shapes, eyeball shapes.\nYou can define Background Color, body color, eyes color, eyeballs color.\nDefine logo to displayed on the QR Code.\nDefine output format ", + "default": "{\"body\":\"diamond\",\"bgColor\":\"#FFFFFF\",\"bodyColor\":\"#417505\",\"eye\":\"frame2\",\"eyeball\":\"ball2\",\"logo\":\"#facebook\",\"file\":\"PNG\"}" + }, + { + "name": "data", + "type": "STRING", + "description": "Data to be encoded in the QR Code. You can encode text, url, EMAIL, PHONE, SMS, VCARD, LOCATION, FACEBOOK Profile page, TWITTER Page, YOUTUBE Page, WIFI Settings, EVENT Detail, BITCOIN Detail\nFor new line, send \\r\\n in your text.", + "default": "https://www.qrgraphix.com" + } + ], + "optional_parameters": [ + { + "name": "size", + "type": "NUMBER", + "description": "Size from 50-2000 in pixels", + "default": "1000" + } + ], + "code": "import requests\n\nurl = \"https://dynamic-designers-qr-code.p.rapidapi.com/custom\"\nquerystring = {\"config\": config, \"size\": size, \"data\": data}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dynamic-designers-qr-code.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Logo Upload", + "url": "https://dynamic-designers-qr-code.p.rapidapi.com/upload", + "description": "Upload logo to be displayed on your QR Code. After uploading successfully, you will get file name in return. Send the file name in config object's logo parameter. You can also upload your logo at following url:\nhttps://www.qrgraphix.com/upload-logo\n\nFor upload file size limit is 500 KB", + "method": "POST", + "required_parameters": [ + { + "name": "file", + "type": "BINARY", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://dynamic-designers-qr-code.p.rapidapi.com/upload\"\nquerystring = {\"file\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dynamic-designers-qr-code.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://dynamic-designers-qr-code.p.rapidapi.com/upload\"\nquerystring = {\"file\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"dynamic-designers-qr-code.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/dynamic_designers_qr_code/api.py b/toolbench/toolenv/tools/Advertising/dynamic_designers_qr_code/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ebdac621adfb8655ffc24472a24fa09bb1498dc0 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/dynamic_designers_qr_code/api.py @@ -0,0 +1,38 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def custom_qr_codes(config: str, data: str, size: int=1000, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "You can customize your QR Code Body Shape, eye shape, eyeball shape, background color, body color, eye color, eye ball color, logo, size and output format." + config: You can define Body Shape, eye shapes, eyeball shapes. +You can define Background Color, body color, eyes color, eyeballs color. +Define logo to displayed on the QR Code. +Define output format + data: Data to be encoded in the QR Code. You can encode text, url, EMAIL, PHONE, SMS, VCARD, LOCATION, FACEBOOK Profile page, TWITTER Page, YOUTUBE Page, WIFI Settings, EVENT Detail, BITCOIN Detail +For new line, send \r\n in your text. + size: Size from 50-2000 in pixels + + """ + url = f"https://dynamic-designers-qr-code.p.rapidapi.com/custom" + querystring = {'config': config, 'data': data, } + if size: + querystring['size'] = size + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "dynamic-designers-qr-code.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/easy_qrcode_logo.json b/toolbench/toolenv/tools/Advertising/easy_qrcode_logo.json new file mode 100644 index 0000000000000000000000000000000000000000..be82460f32c8f86488fc6d0856bca2f91dbf45e2 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/easy_qrcode_logo.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_3b540b5d-85e0-4e6b-85a0-4a5b113f6209", + "tool_description": "Cheap and afordable QRcode generator with logo. Output image or base64 string", + "home_url": "https://rapidapi.com/mkdilib/api/easy-qrcode-logo/", + "name": "Easy QRcode Logo", + "title": "Easy QRcode Logo", + "pricing": "PAID", + "tool_name": "Easy QRcode Logo", + "score": null, + "host": "easy-qrcode-logo.p.rapidapi.com", + "api_list": [ + { + "name": "QRCode image", + "url": "https://easy-qrcode-logo.p.rapidapi.com/generate-qr-code", + "description": "This end point takes a \"GET\" request with url as a parameter and returns qr code image", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://easy-qrcode-logo.p.rapidapi.com/generate-qr-code\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"easy-qrcode-logo.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://easy-qrcode-logo.p.rapidapi.com/generate-qr-code\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"easy-qrcode-logo.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/elonmuskplane.json b/toolbench/toolenv/tools/Advertising/elonmuskplane.json new file mode 100644 index 0000000000000000000000000000000000000000..5c02ff14d86ae35d1f168347c63982bbe081361d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/elonmuskplane.json @@ -0,0 +1,31 @@ +{ + "tool_name":"ElonMuskPlane", + "tool_description":"Elon Musk's plane location", + "title":"ElonMuskPlane", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/mornecor/api/elonmuskplane/", + "host":"elonmuskplane.p.rapidapi.com", + "api_list":[ + { + "name":"Elon Plane enp", + "url":"https://elonmuskplane.p.rapidapi.com/plane/elon", + "description":"Shows Elon Musk's Gulfstream G650ER plane", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"EPlane", + "type":"STRING", + "description":"", + "default":"EP" + } + ], + "code":"import requests\n\nurl = \"https://elonmuskplane.p.rapidapi.com/plane/elon\"\nquerystring = {\"EPlane\": eplane}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"elonmuskplane.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/elonmuskplane/api.py b/toolbench/toolenv/tools/Advertising/elonmuskplane/api.py new file mode 100644 index 0000000000000000000000000000000000000000..205d942385bab5d53eca2475241d78b044f28a2a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/elonmuskplane/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def elon_plane_enp(eplane: str='EP', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Shows Elon Musk's Gulfstream G650ER plane" + + """ + url = f"https://elonmuskplane.p.rapidapi.com/plane/elon" + querystring = {} + if eplane: + querystring['EPlane'] = eplane + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "elonmuskplane.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/enjoylife.json b/toolbench/toolenv/tools/Advertising/enjoylife.json new file mode 100644 index 0000000000000000000000000000000000000000..cfd32f1fdac4a3dc2d7c7c99780b76e8e979dc34 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/enjoylife.json @@ -0,0 +1,31 @@ +{ + "tool_name":"enjoylife", + "tool_description":"create account log into EnjoyLife meet new peple", + "title":"enjoylife", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/buhariyaji013/api/enjoylife/", + "host":"enjoylife.p.rapidapi.com", + "api_list":[ + { + "name":"thank you", + "url":"https://enjoylife.p.rapidapi.com/", + "description":"welcome", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"enjoylife", + "type":"STRING", + "description":"", + "default":"" + } + ], + "code":"import requests\n\nurl = \"https://enjoylife.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"enjoylife.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/enjoylife/api.py b/toolbench/toolenv/tools/Advertising/enjoylife/api.py new file mode 100644 index 0000000000000000000000000000000000000000..b602c33d5d96d89e5869e300e86f9503597a00ac --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/enjoylife/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def thank_you(enjoylife: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "welcome" + + """ + url = f"https://enjoylife.p.rapidapi.com/" + querystring = {} + if enjoylife: + querystring['enjoylife'] = enjoylife + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "enjoylife.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/exampleapi.json b/toolbench/toolenv/tools/Advertising/exampleapi.json new file mode 100644 index 0000000000000000000000000000000000000000..082972cb7b588459db915fc7cd9d33eec812dcd2 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/exampleapi.json @@ -0,0 +1,37 @@ +{ + "product_id": "api_b9c86826-2468-48d7-a961-c106d755f8e7", + "tool_description": "example", + "home_url": "https://rapidapi.com/t999-t999-default/api/exampleapi2/", + "name": "exampleapi", + "title": "exampleapi", + "pricing": "FREEMIUM", + "tool_name": "exampleapi", + "score": null, + "host": "exampleapi2.p.rapidapi.com", + "api_list": [ + { + "name": "post", + "url": "https://exampleapi2.p.rapidapi.com/kapsyk", + "description": "post", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "sdsd", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "sdsds", + "type": "STRING", + "description": "", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://exampleapi2.p.rapidapi.com/kapsyk\"\nquerystring = {\"sdsd\": \"\", \"sdsds\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"exampleapi2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://exampleapi2.p.rapidapi.com/kapsyk\"\nquerystring = {\"sdsd\": \"\", \"sdsds\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"exampleapi2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/exampleapi/api.py b/toolbench/toolenv/tools/Advertising/exampleapi/api.py new file mode 100644 index 0000000000000000000000000000000000000000..b6f19692811da25ed3ddc73d3487a7936eac04bd --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/exampleapi/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def new(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "new" + + """ + url = f"https://exampleapi2.p.rapidapi.com/new" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "exampleapi2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def bepka(is_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "bepka" + + """ + url = f"https://exampleapi2.p.rapidapi.com/dupa/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "exampleapi2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/facebook_ad.json b/toolbench/toolenv/tools/Advertising/facebook_ad.json new file mode 100644 index 0000000000000000000000000000000000000000..0e97bae3f79f24a57180278eb32a54e73acb2b11 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/facebook_ad.json @@ -0,0 +1,43 @@ +{ + "tool_name":"Facebook Ad", + "tool_description":"Generate Facebook Ad using AI", + "title":"Facebook Ad", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":1441, + "avgSuccessRate":100, + "popularityScore":9.3, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/apis-world-apis-world-default/api/facebook-ad/", + "host":"facebook-ad.p.rapidapi.com", + "api_list":[ + { + "name":"Facebook Ad Copy", + "url":"https://facebook-ad.p.rapidapi.com/facebook-ad", + "description":"Generate Facebook Ad using AI", + "method":"GET", + "required_parameters":[ + { + "name":"description", + "type":"STRING", + "description":"", + "default":"Apple designs, manufactures and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related services." + }, + { + "name":"name", + "type":"STRING", + "description":"", + "default":"Apple" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://facebook-ad.p.rapidapi.com/facebook-ad\"\nquerystring = {\"description\": description, \"name\": name}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"facebook-ad.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/facebook_ad/api.py b/toolbench/toolenv/tools/Advertising/facebook_ad/api.py new file mode 100644 index 0000000000000000000000000000000000000000..9abff5b634e56c059a14e439b52542e52f8189fe --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/facebook_ad/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def facebook_ad_copy(description: str, name: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Generate Facebook Ad using AI" + + """ + url = f"https://facebook-ad.p.rapidapi.com/facebook-ad" + querystring = {'description': description, 'name': name, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "facebook-ad.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/facebook_interest_match.json b/toolbench/toolenv/tools/Advertising/facebook_interest_match.json new file mode 100644 index 0000000000000000000000000000000000000000..2835f8c88af0640adbd2d474afbd191b63aa3751 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/facebook_interest_match.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_ea6cb94c-1253-4db2-a387-f110c391e66e", + "tool_description": "Take a string of text (maximum 500 words eg: ad copy, about page text, landing page text and returns a list of Facebook Interests that and a match score between 0 & 1 that can be used to refine Facebook Ad targetting.", + "home_url": "https://rapidapi.com/plantzie-plantzie-default/api/facebook-interest-match/", + "name": "Facebook Interest Match", + "title": "Facebook Interest Match", + "pricing": "FREEMIUM", + "tool_name": "Facebook Interest Match", + "score": null, + "host": "facebook-interest-match.p.rapidapi.com", + "api_list": [ + { + "name": "Compare", + "url": "https://facebook-interest-match.p.rapidapi.com/compare", + "description": "Take a string of text (maximum 500 words eg: ad copy, about page text, landing page text and returns a list of Facebook Interests that and a match score between 0 & 1 that can be used to refine Facebook Ad targeting.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://facebook-interest-match.p.rapidapi.com/compare\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"facebook-interest-match.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://facebook-interest-match.p.rapidapi.com/compare\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"facebook-interest-match.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/foo.json b/toolbench/toolenv/tools/Advertising/foo.json new file mode 100644 index 0000000000000000000000000000000000000000..3295dec45b438af0bd7a087b842fdaba6d9ee43d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/foo.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_2a1b7b1b-e178-49bf-80cd-0da8b9462e56", + "tool_description": "some mocks notification", + "home_url": "https://rapidapi.com/fara/api/foo5/", + "name": "foo", + "title": "foo", + "pricing": "FREE", + "tool_name": "foo", + "score": null, + "host": "foo5.p.rapidapi.com", + "api_list": [ + { + "name": "task complete post", + "url": "https://foo5.p.rapidapi.com/task/complete/{token}", + "description": "task complete post", + "method": "POST", + "required_parameters": [ + { + "name": "token", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://foo5.p.rapidapi.com/task/complete/{token}\"\nquerystring = {\"token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"foo5.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://foo5.p.rapidapi.com/task/complete/{token}\"\nquerystring = {\"token\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"foo5.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/football_api_key.json b/toolbench/toolenv/tools/Advertising/football_api_key.json new file mode 100644 index 0000000000000000000000000000000000000000..99ce90c3be82a9fbb388e95c1822ed6c026584f9 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/football_api_key.json @@ -0,0 +1,24 @@ +{ + "tool_name":"FOOTBALL_API_KEY", + "tool_description":"Football API key", + "title":"FOOTBALL_API_KEY", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/hirenkapuria2011/api/football_api_key/", + "host":"football_api_key.p.rapidapi.com", + "api_list":[ + { + "name":"https://football_api_key.p.rapidapi.com/", + "url":"https://football_api_key.p.rapidapi.com/football_api_key", + "description":"https://football_api_key.p.rapidapi.com/", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://football_api_key.p.rapidapi.com/football_api_key\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"football_api_key.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/football_api_key/api.py b/toolbench/toolenv/tools/Advertising/football_api_key/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2024467c29c0ba874c8a12b20fc08c86f86cfa00 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/football_api_key/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def https_football_api_key_p_rapidapi_com(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "https://football_api_key.p.rapidapi.com/" + + """ + url = f"https://football_api_key.p.rapidapi.com/football_api_key" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "football_api_key.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/forexwala.json b/toolbench/toolenv/tools/Advertising/forexwala.json new file mode 100644 index 0000000000000000000000000000000000000000..b993d367240b3dffb47e3e83473c5e4b2fc2218c --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/forexwala.json @@ -0,0 +1,31 @@ +{ + "tool_name":"forexwala", + "tool_description":"forexwala", + "title":"forexwala", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/freeapitest/api/forexwala/", + "host":"forexwala.p.rapidapi.com", + "api_list":[ + { + "name":"Sameus start", + "url":"https://forexwala.p.rapidapi.comhttps://www.henhost.store/forexwala/index.html", + "description":"https://www.henhost.store/forexwala/index.html", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"base", + "type":"STRING", + "description":"", + "default":"INR" + } + ], + "code":"import requests\n\nurl = \"https://forexwala.p.rapidapi.comhttps://www.henhost.store/forexwala/index.html\"\nquerystring = {\"base\": base}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"forexwala.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/forexwala/api.py b/toolbench/toolenv/tools/Advertising/forexwala/api.py new file mode 100644 index 0000000000000000000000000000000000000000..aadc476539ecd8afc079f0456753276dfef1af3a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/forexwala/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def sameus_start(base: str='INR', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "https://www.henhost.store/forexwala/index.html" + + """ + url = f"https://forexwala.p.rapidapi.comhttps://www.henhost.store/forexwala/index.html" + querystring = {} + if base: + querystring['base'] = base + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "forexwala.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/frederick.json b/toolbench/toolenv/tools/Advertising/frederick.json new file mode 100644 index 0000000000000000000000000000000000000000..d8e9ce9f718683295478e564cb936e78c46943a0 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/frederick.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Frederick", + "tool_description":"ads", + "title":"Frederick", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/ft56627230/api/frederick/", + "host":"frederick.p.rapidapi.com", + "api_list":[ + { + "name":"thelast1", + "url":"https://frederick.p.rapidapi.comhttp://ads.faucethero.com/", + "description":"X-RapidAPI-Proxy-Secret", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://frederick.p.rapidapi.comhttp://ads.faucethero.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"frederick.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/frederick/api.py b/toolbench/toolenv/tools/Advertising/frederick/api.py new file mode 100644 index 0000000000000000000000000000000000000000..52849db624a0ab91205ae6f73ad10b990a7efb0d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/frederick/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def thelast1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "X-RapidAPI-Proxy-Secret" + + """ + url = f"https://frederick.p.rapidapi.comhttp://ads.faucethero.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "frederick.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/free_ip_geolocation.json b/toolbench/toolenv/tools/Advertising/free_ip_geolocation.json new file mode 100644 index 0000000000000000000000000000000000000000..cd595b28859fa8306f60f2874f012a3c1c6b34b5 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/free_ip_geolocation.json @@ -0,0 +1,84 @@ +{ + "product_id": "59afaf64e4b028109d414299", + "tool_description": "A Free IP Geolocation service", + "home_url": "https://rapidapi.com/jkosgei/api/free-ip-geolocation/", + "name": "Free IP Geolocation", + "title": "Free IP Geolocation", + "pricing": "FREE", + "tool_name": "Free IP Geolocation", + "score": { + "avgServiceLevel": 100, + "avgLatency": 50, + "avgSuccessRate": 18, + "popularityScore": 2.3, + "__typename": "Score" + }, + "host": "jkosgei-free-ip-geolocation-v1.p.rapidapi.com", + "api_list": [ + { + "name": "Multi-language support", + "url": "https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}/{language}", + "description": "Get an IP's country name in a different language. 5 languages are currently supported i.e. English - en, German - de, French - fr, Japanese - ja and Simplified Chinese -zh-CN. The response will contain an ASCII encoded version of the country name in the language you specify.", + "method": "GET", + "required_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "api-key", + "type": "STRING", + "description": "Use 'test' for highly rate-limited functions. Get your own API-key here: https://ipdata.co/", + "default": "test" + } + ], + "code": "import requests\n\nurl = \"https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}/{language}\"\nquerystring = {\"ip\": \"\", \"language\": \"\", \"api-key\": \"test\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"jkosgei-free-ip-geolocation-v1.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}/{language}\"\nquerystring = {\"ip\": \"\", \"language\": \"\", \"api-key\": \"test\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"jkosgei-free-ip-geolocation-v1.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "message": "You have not provided a valid API Key." + }, + "statuscode": 1, + "schema": "" + }, + { + "name": "Any IP", + "url": "https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}", + "description": "Get the location, city, country, lat/long etc of any IP address", + "method": "GET", + "required_parameters": [ + { + "name": "ip", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "api-key", + "type": "STRING", + "description": "Use 'test' for highly rate-limited functions. Get your own API-key here: https://ipdata.co/", + "default": "test" + } + ], + "code": "import requests\n\nurl = \"https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}\"\nquerystring = {\"ip\": \"\", \"api-key\": \"test\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"jkosgei-free-ip-geolocation-v1.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}\"\nquerystring = {\"ip\": \"\", \"api-key\": \"test\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"jkosgei-free-ip-geolocation-v1.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "message": "You have not provided a valid API Key." + }, + "statuscode": 1, + "schema": "" + } + ], + "standardized_name": "free_ip_geolocation" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/free_ip_geolocation/api.py b/toolbench/toolenv/tools/Advertising/free_ip_geolocation/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a60883e4c8f09112766a9c9ed02f30bdbc90e1ec --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/free_ip_geolocation/api.py @@ -0,0 +1,56 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def multi_language_support(ip: str, language: str, api_key: str='test', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get an IP's country name in a different language. 5 languages are currently supported i.e. English - en, German - de, French - fr, Japanese - ja and Simplified Chinese -zh-CN. The response will contain an ASCII encoded version of the country name in the language you specify." + api_key: Use 'test' for highly rate-limited functions. Get your own API-key here: https://ipdata.co/ + + """ + url = f"https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}/{language}" + querystring = {} + if api_key: + querystring['api-key'] = api_key + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "jkosgei-free-ip-geolocation-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def any_ip(ip: str, api_key: str='test', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get the location, city, country, lat/long etc of any IP address" + api_key: Use 'test' for highly rate-limited functions. Get your own API-key here: https://ipdata.co/ + + """ + url = f"https://jkosgei-free-ip-geolocation-v1.p.rapidapi.com/{ip}" + querystring = {} + if api_key: + querystring['api-key'] = api_key + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "jkosgei-free-ip-geolocation-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/freeplanwithhardlimit.json b/toolbench/toolenv/tools/Advertising/freeplanwithhardlimit.json new file mode 100644 index 0000000000000000000000000000000000000000..b5e1e2b814315fb7850d10288d59ababc377e893 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/freeplanwithhardlimit.json @@ -0,0 +1,402 @@ +{ + "product_id": "api_4412daaa-2b7b-4290-9236-c9217afe1079", + "tool_description": "FreePlanwithHardLimit", + "home_url": "https://rapidapi.com/team22/api/freeplanwithhardlimit/", + "name": "FreePlanwithHardLimit", + "title": "FreePlanwithHardLimit", + "pricing": "FREE", + "tool_name": "FreePlanwithHardLimit", + "score": { + "avgServiceLevel": 100, + "avgLatency": 764, + "avgSuccessRate": 45, + "popularityScore": 6.4, + "__typename": "Score" + }, + "host": "freeplanwithhardlimit.p.rapidapi.com", + "api_list": [ + { + "name": "getPetById", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}", + "description": "Returns a single pet", + "method": "GET", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "message": "Endpoint '/pet/{petId}' does not exist" + }, + "statuscode": 200, + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "category": { + "properties": { + "id": { + "format": "int64", + "maximum": 9223372036854776000, + "minimum": -9223372036854776000, + "type": "integer" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "id": { + "format": "int64", + "maximum": 9223372036854776000, + "minimum": -9223372036854776000, + "type": "integer" + }, + "name": { + "type": "string" + }, + "photoUrls": { + "items": { + "type": "string" + }, + "type": "array" + }, + "status": { + "description": "pet status in the store", + "enum": [ + "available", + "pending", + "sold" + ], + "type": "string" + }, + "tags": { + "items": { + "properties": { + "id": { + "format": "int64", + "maximum": 9223372036854776000, + "minimum": -9223372036854776000, + "type": "integer" + }, + "name": { + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "name", + "photoUrls" + ], + "type": "object" + } + }, + { + "name": "getInventory", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/store/inventory", + "description": "Returns a map of status codes to quantities", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "Sale": 1, + "totvs": 5, + "sold": 11, + "string": 634, + "pending": 9, + "cat": 1, + "dgdfgdf": 1, + "available": 271, + "not available": 1, + "Available": 3, + "peric": 4, + "disponible": 1 + }, + "statuscode": 200, + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "additionalProperties": { + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "type": "object" + } + }, + { + "name": "getOrderById", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/store/order/{orderId}", + "description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "method": "GET", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "message": "Endpoint '/store/order/{orderId}' does not exist" + }, + "statuscode": 200, + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "complete": { + "default": false, + "type": "boolean" + }, + "id": { + "format": "int64", + "maximum": 9223372036854776000, + "minimum": -9223372036854776000, + "type": "integer" + }, + "petId": { + "format": "int64", + "maximum": 9223372036854776000, + "minimum": -9223372036854776000, + "type": "integer" + }, + "quantity": { + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "shipDate": { + "format": "date-time", + "type": "string" + }, + "status": { + "description": "Order Status", + "enum": [ + "placed", + "approved", + "delivered" + ], + "type": "string" + } + }, + "type": "object" + } + }, + { + "name": "loginUser", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/user/login", + "description": "", + "method": "GET", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + }, + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/login\"\nquerystring = {\"password\": \"\", \"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/login\"\nquerystring = {\"password\": \"\", \"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "logged in user session:1686929906720" + }, + "statuscode": 200, + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "type": "string" + } + }, + { + "name": "getUserByName", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/user/{username}", + "description": "", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "message": "Endpoint '/user/{username}' does not exist" + }, + "statuscode": 1, + "schema": "" + }, + { + "name": "logoutUser", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/user/logout", + "description": "", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "ok" + } + }, + { + "name": "updatePetWithForm", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet that needs to be updated", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Updated name of the pet", + "default": "" + }, + { + "name": "status", + "type": "STRING", + "description": "Updated status of the pet", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "createUsersWithListInput", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/user/createWithList", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "addPet", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/pet", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "placeOrder", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/store/order", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "uploadFile", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}/uploadImage", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to update", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "properties": { + "code": { + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "message": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "type": "object" + } + }, + { + "name": "createUsersWithArrayInput", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/user/createWithArray", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "createUser", + "url": "https://freeplanwithhardlimit.p.rapidapi.com/user", + "description": "This can only be done by the logged in user.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://freeplanwithhardlimit.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"freeplanwithhardlimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ], + "standardized_name": "freeplanwithhardlimit" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/freeplanwithhardlimit/api.py b/toolbench/toolenv/tools/Advertising/freeplanwithhardlimit/api.py new file mode 100644 index 0000000000000000000000000000000000000000..da6e53b5305a69db35bafc5b6e0e194715ea665e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/freeplanwithhardlimit/api.py @@ -0,0 +1,139 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def getpetbyid(petid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a single pet" + petid: ID of pet to return + + """ + url = f"https://freeplanwithhardlimit.p.rapidapi.com/pet/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "freeplanwithhardlimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getinventory(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a map of status codes to quantities" + + """ + url = f"https://freeplanwithhardlimit.p.rapidapi.com/store/inventory" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "freeplanwithhardlimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getorderbyid(orderid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions" + orderid: ID of pet that needs to be fetched + + """ + url = f"https://freeplanwithhardlimit.p.rapidapi.com/store/order/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "freeplanwithhardlimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def loginuser(password: str, username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + password: The password for login in clear text + username: The user name for login + + """ + url = f"https://freeplanwithhardlimit.p.rapidapi.com/user/login" + querystring = {'password': password, 'username': username, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "freeplanwithhardlimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getuserbyname(username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + username: The name that needs to be fetched. Use user1 for testing. + + """ + url = f"https://freeplanwithhardlimit.p.rapidapi.com/user/{username}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "freeplanwithhardlimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def logoutuser(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + + """ + url = f"https://freeplanwithhardlimit.p.rapidapi.com/user/logout" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "freeplanwithhardlimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/general_custom_token_test.json b/toolbench/toolenv/tools/Advertising/general_custom_token_test.json new file mode 100644 index 0000000000000000000000000000000000000000..699671a6fc5f217f318978b8ef134aaa7c914c58 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/general_custom_token_test.json @@ -0,0 +1,24 @@ +{ + "tool_name":"general-custom-token-test", + "tool_description":"assd", + "title":"general-custom-token-test", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/alexwalling/api/general-custom-token-test/", + "host":"general-custom-token-test.p.rapidapi.com", + "api_list":[ + { + "name":"test", + "url":"https://general-custom-token-test.p.rapidapi.com/test", + "description":"tes", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://general-custom-token-test.p.rapidapi.com/test\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"general-custom-token-test.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/general_custom_token_test/api.py b/toolbench/toolenv/tools/Advertising/general_custom_token_test/api.py new file mode 100644 index 0000000000000000000000000000000000000000..bde47ff482dcfde47e908978456f40086f7b861f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/general_custom_token_test/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def test(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "tes" + + """ + url = f"https://general-custom-token-test.p.rapidapi.com/test" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "general-custom-token-test.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/genius.json b/toolbench/toolenv/tools/Advertising/genius.json new file mode 100644 index 0000000000000000000000000000000000000000..2c2bd0f65b4297e31acc20f6501a015b6d2b8e07 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/genius.json @@ -0,0 +1,69 @@ +{ + "tool_name":"genius", + "tool_description":"genius", + "title":"genius", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":161, + "avgSuccessRate":100, + "popularityScore":8, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/baptiste-buss/api/genius7/", + "host":"genius7.p.rapidapi.com", + "api_list":[ + { + "name":"artists", + "url":"https://genius7.p.rapidapi.com/artist", + "description":"artist", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"Authorization", + "type":"STRING", + "description":"", + "default":"" + }, + { + "name":"artist", + "type":"STRING", + "description":"", + "default":"" + } + ], + "code":"import requests\n\nurl = \"https://genius7.p.rapidapi.com/artist\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"genius7.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"Albums", + "url":"https://genius7.p.rapidapi.com/albums", + "description":"albums", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"Authorization", + "type":"STRING", + "description":"", + "default":"" + }, + { + "name":"albums", + "type":"STRING", + "description":"", + "default":"" + } + ], + "code":"import requests\n\nurl = \"https://genius7.p.rapidapi.com/albums\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"genius7.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/genius/api.py b/toolbench/toolenv/tools/Advertising/genius/api.py new file mode 100644 index 0000000000000000000000000000000000000000..5be609bb1aa77bc02055c72c3d31bb0ba8de571e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/genius/api.py @@ -0,0 +1,58 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def artists(authorization: str=None, artist: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "artist" + + """ + url = f"https://genius7.p.rapidapi.com/artist" + querystring = {} + if authorization: + querystring['Authorization'] = authorization + if artist: + querystring['artist'] = artist + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "genius7.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def albums(authorization: str=None, albums: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "albums" + + """ + url = f"https://genius7.p.rapidapi.com/albums" + querystring = {} + if authorization: + querystring['Authorization'] = authorization + if albums: + querystring['albums'] = albums + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "genius7.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/get_16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.json b/toolbench/toolenv/tools/Advertising/get_16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.json new file mode 100644 index 0000000000000000000000000000000000000000..73a939efb6cbd630f5a6c73a45179d8988f7e9bf --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/get_16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_29e4dea1-8705-4f34-b1c3-2cab209c2192", + "tool_description": "all links", + "home_url": "https://rapidapi.com/drdrin252/api/16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e/", + "name": "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e", + "title": "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e", + "pricing": "FREE", + "tool_name": "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e", + "score": { + "avgServiceLevel": 100, + "avgLatency": 825, + "avgSuccessRate": 0, + "popularityScore": 0.1, + "__typename": "Score" + }, + "host": "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com", + "api_list": [ + { + "name": "venture", + "url": "https://16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com/employees/id", + "description": "Link to any suggestions on a nail", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com/employees/id\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com/employees/id\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ], + "standardized_name": "get_16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/get_16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e/api.py b/toolbench/toolenv/tools/Advertising/get_16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e/api.py new file mode 100644 index 0000000000000000000000000000000000000000..1f1a8fb28c6d0656f8d3ae85b27f6abec79b8069 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/get_16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e/api.py @@ -0,0 +1,32 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def venture(short: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Link to any suggestions on a nail" + short: link to + + """ + url = f"https://16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com/employees/id" + querystring = {} + if short: + querystring['short'] = short + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "16e0e5f7a076c2f62a2e41f6b5b99d37e5b9b25e.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/get_20211230_testing_upload_swagger.json b/toolbench/toolenv/tools/Advertising/get_20211230_testing_upload_swagger.json new file mode 100644 index 0000000000000000000000000000000000000000..80eefc657ede2b745b81bba4c87065d480c5f4fa --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/get_20211230_testing_upload_swagger.json @@ -0,0 +1,44 @@ +{ + "product_id": "api_bf3f15bb-7e27-4495-a982-9207a058c254", + "tool_description": "20211230 testing upload swagger", + "home_url": "https://rapidapi.com/connieau/api/20211230-testing-upload-swagger/", + "name": "20211230 testing upload swagger", + "title": "20211230 testing upload swagger", + "pricing": "FREE", + "tool_name": "20211230 testing upload swagger", + "score": { + "avgServiceLevel": 100, + "avgLatency": 590, + "avgSuccessRate": 0, + "popularityScore": 0.1, + "__typename": "Score" + }, + "host": "20211230-testing-upload-swagger.p.rapidapi.com", + "api_list": [ + { + "name": "testing endpoint", + "url": "https://20211230-testing-upload-swagger.p.rapidapi.com/", + "description": "testing endpoint", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://20211230-testing-upload-swagger.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"20211230-testing-upload-swagger.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://20211230-testing-upload-swagger.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"20211230-testing-upload-swagger.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "/open-api/v1.0/indoor-air-quality/iot/", + "url": "https://20211230-testing-upload-swagger.p.rapidapi.com/open-api/v1.0/indoor-air-quality/iot/", + "description": "Apply for this API to access the steps for indoor air quality information about IoT device - v2", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://20211230-testing-upload-swagger.p.rapidapi.com/open-api/v1.0/indoor-air-quality/iot/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"20211230-testing-upload-swagger.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://20211230-testing-upload-swagger.p.rapidapi.com/open-api/v1.0/indoor-air-quality/iot/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"20211230-testing-upload-swagger.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ], + "standardized_name": "get_20211230_testing_upload_swagger" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/get_20211230_testing_upload_swagger/api.py b/toolbench/toolenv/tools/Advertising/get_20211230_testing_upload_swagger/api.py new file mode 100644 index 0000000000000000000000000000000000000000..996b3c75f4c7dde60402aad853bf4e1e5682f7f2 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/get_20211230_testing_upload_swagger/api.py @@ -0,0 +1,69 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def testing_endpoint(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "testing endpoint" + + """ + url = f"https://20211230-testing-upload-swagger.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "20211230-testing-upload-swagger.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def open_api_v1_0_indoor_air_quality_iot(devicename: str, co2range: int, dataowner: str, devicetype: str, accuracy: str, temperaturerange: int, model: str, humidityrange: int, weight: int, batterylift: int, dataexpiry: str, datacreated: str, productlifecycle: int, location: str, devicedimension: str, devicesubtype: str, manufacture: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Apply for this API to access the steps for indoor air quality information about IoT device - v2" + devicename: IoT device name + co2range: Define the minimum and maximun ppm for IAQ device + dataowner: Data owner information, can be name or origization + devicetype: Reference the data directory - Device Type tab + accuracy: Three dimension of the IoT device + temperaturerange: Define the minimum and maximun temperature for IAQ device + model: Model number of the IoT device + humidityrange: Define the minimum and maximun humidity for IAQ device + weight: Weight of the IoT device + batterylift: Battery life as a month + dataexpiry: Data life cycle information of the data expiry datetime. Format: "yyyy-MM-dd_HH:mm:ss" + datacreated: Data life cycle information of the data created datetime. Format: "yyyy-MM-dd_HH:mm:ss" + productlifecycle: Product life cycle as a month + location: Reference the data directory - Location tab for input format + devicedimension: Three dimension of the IoT device + devicesubtype: Reference the data directory - Device Type tab + manufacture: IoT device date of manufacture + + """ + url = f"https://20211230-testing-upload-swagger.p.rapidapi.com/open-api/v1.0/indoor-air-quality/iot/" + querystring = {'DeviceName': devicename, 'CO2Range': co2range, 'DataOwner': dataowner, 'DeviceType': devicetype, 'Accuracy': accuracy, 'TemperatureRange': temperaturerange, 'Model': model, 'HumidityRange': humidityrange, 'Weight': weight, 'BatteryLift': batterylift, 'DataExpiry': dataexpiry, 'DataCreated': datacreated, 'ProductLifeCycle': productlifecycle, 'Location': location, 'DeviceDimension': devicedimension, 'DeviceSubtype': devicesubtype, } + if manufacture: + querystring['Manufacture'] = manufacture + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "20211230-testing-upload-swagger.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/glasshat.json b/toolbench/toolenv/tools/Advertising/glasshat.json new file mode 100644 index 0000000000000000000000000000000000000000..3eab19d9f0d4c6e458d610906e8756313bd820ed --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/glasshat.json @@ -0,0 +1,183 @@ +{ + "product_id": "5782f562e4b0504b4a813c71", + "tool_description": "Glasshat generates customised and prioritised Digital Marketing recommendations that tell you exactly what you need to focus on to get tangible results that matter to you. Our proprietary software also reviews your online competition to customise a plan that gets the best results for your website and conversions for you. This set of public API endpoints control the majority of the features enjoyed inside our application.", + "home_url": "https://rapidapi.com/glasshat/api/glasshat/", + "name": "Glasshat", + "title": "Glasshat", + "pricing": "FREEMIUM", + "tool_name": "Glasshat", + "score": null, + "host": "brandon-glasshat-glasshat-v1.p.rapidapi.com", + "api_list": [ + { + "name": "/project/{project_id}/update (Update project)", + "url": "https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/None/update", + "description": "Modify a single project's settings.", + "method": "POST", + "required_parameters": [ + { + "name": "project_id", + "type": "NUMBER", + "description": "ID of the project to retrieve details.", + "default": "None" + }, + { + "name": "apikey", + "type": "STRING", + "description": "Glasshat API licence key.", + "default": "None" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/None/update\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/{project_id}/update\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/project/create (Create project)", + "url": "https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/create", + "description": "Create project", + "method": "POST", + "required_parameters": [ + { + "name": "apikey", + "type": "STRING", + "description": "Glasshat API licence key.", + "default": "None" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/create\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/create\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/client/{client_id}/delete (Delete client)", + "url": "https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/None/delete", + "description": "Remove a client.", + "method": "POST", + "required_parameters": [ + { + "name": "client_id", + "type": "NUMBER", + "description": "ID of the client to retrieve details.", + "default": "None" + }, + { + "name": "apikey", + "type": "STRING", + "description": "Glasshat API licence key.", + "default": "None" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/None/delete\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/{client_id}/delete\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/task/{task_id}/update (Update action task)", + "url": "https://brandon-glasshat-glasshat-v1.p.rapidapi.com/task/None/update", + "description": "Change action task status. Mark an action as planned, finished, and/or declined.", + "method": "POST", + "required_parameters": [ + { + "name": "task_id", + "type": "NUMBER", + "description": "ID of task action to retrieve details.", + "default": "None" + }, + { + "name": "apikey", + "type": "STRING", + "description": "Glasshat API licence key.", + "default": "None" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/task/None/update\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/task/{task_id}/update\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/client/create (Create client)", + "url": "https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/create", + "description": "Create a new client under the Glasshat account. Note an error will be returned if you've reached the maximum number of clients allowed for your Glasshat account.", + "method": "POST", + "required_parameters": [ + { + "name": "apikey", + "type": "STRING", + "description": "Glasshat API licence key.", + "default": "None" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/create\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/create\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/project/{project_id}/delete (Delete project)", + "url": "https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/None/delete", + "description": "Remove a project.", + "method": "POST", + "required_parameters": [ + { + "name": "project_id", + "type": "NUMBER", + "description": "ID of the project to retrieve details.", + "default": "None" + }, + { + "name": "apikey", + "type": "STRING", + "description": "Glasshat API licence key.", + "default": "None" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/None/delete\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/{project_id}/delete\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "/client/{client_id}/update (Update client)", + "url": "https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/None/update", + "description": "Modify the client.", + "method": "POST", + "required_parameters": [ + { + "name": "client_id", + "type": "NUMBER", + "description": "ID of the client to retrieve details.", + "default": "None" + }, + { + "name": "apikey", + "type": "STRING", + "description": "Glasshat API licence key.", + "default": "None" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/None/update\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/{client_id}/update\"\nquerystring = {\"apikey\": \"None\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"brandon-glasshat-glasshat-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/glasshat/api.py b/toolbench/toolenv/tools/Advertising/glasshat/api.py new file mode 100644 index 0000000000000000000000000000000000000000..3de73f95293a47ceffbee2e6ae833d1ee73cf3c9 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/glasshat/api.py @@ -0,0 +1,125 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def client_client_id_get_get_client(client_id: int, apikey: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get client" + client_id: ID of the client to retrieve details. + apikey: Glasshat API licence key. + + """ + url = f"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/{client_id}/get" + querystring = {'apikey': apikey, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "brandon-glasshat-glasshat-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def task_task_id_get_get_action_task(task_id: int, apikey: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Retrieve details of a specific action task." + task_id: ID of task action to retrieve details. + apikey: Glasshat API licence key. + + """ + url = f"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/task/{task_id}/get" + querystring = {'apikey': apikey, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "brandon-glasshat-glasshat-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def project_project_id_get_get_project(project_id: int, apikey: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get a single project's settings." + project_id: ID of the project to retrieve details. + apikey: Glasshat API licence key. + + """ + url = f"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/{project_id}/get" + querystring = {'apikey': apikey, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "brandon-glasshat-glasshat-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def client_client_id_projects_get_client_projects(client_id: int, apikey: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "List all projects belonging to the Glasshat client." + client_id: ID of the client to retrieve details. + apikey: Glasshat API licence key. + + """ + url = f"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/client/{client_id}/projects" + querystring = {'apikey': apikey, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "brandon-glasshat-glasshat-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def project_project_id_tasks_get_all_action_tasks(project_id: int, apikey: str, filters: str, with: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "List the latest action tasks recommended for the given project." + project_id: ID of the project to retrieve details. + apikey: Glasshat API licence key. + filters: Return health check actions only- (task_type:in:quick_audit:full_audit) Return performance actions only- (task_type:eq:performance) Return performance actions for given keyword only- (task_type:eq:performance,keyword:eq:...) Return performance actions for given URL only- ([ [ task_type, eq, performance ], [ url, eq, http://… ] ]) + with: If string equals 'content', action content will be included in the result. This itself is a nested object. + + """ + url = f"https://brandon-glasshat-glasshat-v1.p.rapidapi.com/project/{project_id}/tasks" + querystring = {'apikey': apikey, 'filters': filters, 'with': with, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "brandon-glasshat-glasshat-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/global_hyper_local_events/api.py b/toolbench/toolenv/tools/Advertising/global_hyper_local_events/api.py new file mode 100644 index 0000000000000000000000000000000000000000..10060579f0f11852236323f24e1c772c8d32dd11 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/global_hyper_local_events/api.py @@ -0,0 +1,74 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def event_detail(is_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + + """ + url = f"https://lotadata-events-v1.p.rapidapi.com/events/{is_id}/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lotadata-events-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def events_search(q: str='comedy', bottomright: str='37.124493,-121.589154', date_fromday: str='2015-04-01', date_fromtime: str='18:00', date_today: str='2015-04-01', date_totime: str='22:00', start: int=0, topleft: str='37.4695381,-122.0456679', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + q: returns events based on keywords, genres, categories + bottomright: SouthWest bounding box corner (lat,lng) + date_fromday: returns events scheduled from this day. (ISO Date) + date_fromtime: Returns events scheduled between this time and toTime. Note: You can search during 6pm to 10pm window spanning multiple days (HH:MM) + date_today: returns events scheduled to this day + date_totime: returns events scheduled up to this time + start: returns matching events starting with the specified offset (paging) + topleft: NorthWest bounding corner (Latitude,Longitude) + + """ + url = f"https://lotadata-events-v1.p.rapidapi.com/search/" + querystring = {} + if q: + querystring['q'] = q + if bottomright: + querystring['bottomRight'] = bottomright + if date_fromday: + querystring['date.fromDay'] = date_fromday + if date_fromtime: + querystring['date.fromTime'] = date_fromtime + if date_today: + querystring['date.toDay'] = date_today + if date_totime: + querystring['date.toTime'] = date_totime + if start: + querystring['start'] = start + if topleft: + querystring['topLeft'] = topleft + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lotadata-events-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/greentest2302/api.py b/toolbench/toolenv/tools/Advertising/greentest2302/api.py new file mode 100644 index 0000000000000000000000000000000000000000..b7f79ac5b5fae82df75a7da477dfb42ef612cfb2 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/greentest2302/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_name(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "get name by id" + + """ + url = f"https://greentest23-02.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "greentest23-02.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/greentest23_02/api.py b/toolbench/toolenv/tools/Advertising/greentest23_02/api.py new file mode 100644 index 0000000000000000000000000000000000000000..b7f79ac5b5fae82df75a7da477dfb42ef612cfb2 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/greentest23_02/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_name(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "get name by id" + + """ + url = f"https://greentest23-02.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "greentest23-02.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/hcm66bet.json b/toolbench/toolenv/tools/Advertising/hcm66bet.json new file mode 100644 index 0000000000000000000000000000000000000000..eed247b65d277a687c8f09680777366d4455a1f6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hcm66bet.json @@ -0,0 +1,24 @@ +{ + "tool_name":"hcm66bet", + "tool_description":"hcm66 bet tặng tiền cược miễn phí cho thành viên mới khi tham gia đăng ký trải nghiệm game đổi thưởng ăn tiền thật như casino, cá cược thể thao, slot, lô đề. Nhà cái HCM66 là thương hiệu cá cược hợp pháp tại Việt Nam. Thông tin liên hệ: CÔNG TY: HCM66 BET Địa chỉ: 167 P.Trần Đăng Ninh, Phú La, Hà Đông, Hà Nội Điện thoại: 0958555555 website: https://www.hcm66.bet/ email: hcm66bet@gmail.com google map: https://goo.gl/maps/JAGtDUjxLPA8P1Zr9 ", + "title":"hcm66bet", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/hcm66bet/api/hcm66bet/", + "host":"hcm66bet.p.rapidapi.com", + "api_list":[ + { + "name":"hcm66bet", + "url":"https://hcm66bet.p.rapidapi.com/hcm66bet", + "description":"hcm66 bet tặng tiền cược miễn phí cho thành viên mới khi tham gia đăng ký trải nghiệm game đổi thưởng ăn tiền thật như casino, cá cược thể thao, slot, lô đề. Nhà cái HCM66 là thương hiệu cá cược hợp pháp tại Việt Nam.\nThông tin liên hệ:\nCÔNG TY: HCM66 BET\nĐịa chỉ: 167 P.Trần Đăng Ninh, Phú La, Hà Đông, Hà Nội\nĐiện thoại: 0958555555\nwebsite: [https://www.hcm66.bet/](url) \nemail: hcm66bet@gmail.com\ngoogle map: https://goo.gl/maps/JAGtDUjxLPA8P1Zr9", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://hcm66bet.p.rapidapi.com/hcm66bet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hcm66bet.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/hcm66bet/api.py b/toolbench/toolenv/tools/Advertising/hcm66bet/api.py new file mode 100644 index 0000000000000000000000000000000000000000..52fe6c6b08176f1773d6a1a5f7076535a874d202 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hcm66bet/api.py @@ -0,0 +1,36 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def hcm66bet(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "hcm66 bet tặng tiền cược miễn phí cho thành viên mới khi tham gia đăng ký trải nghiệm game đổi thưởng ăn tiền thật như casino, cá cược thể thao, slot, lô đề. Nhà cái HCM66 là thương hiệu cá cược hợp pháp tại Việt Nam. + Thông tin liên hệ: + CÔNG TY: HCM66 BET + Địa chỉ: 167 P.Trần Đăng Ninh, Phú La, Hà Đông, Hà Nội + Điện thoại: 0958555555 + website: [https://www.hcm66.bet/](url) + email: hcm66bet@gmail.com + google map: https://goo.gl/maps/JAGtDUjxLPA8P1Zr9" + + """ + url = f"https://hcm66bet.p.rapidapi.com/hcm66bet" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "hcm66bet.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/hello.json b/toolbench/toolenv/tools/Advertising/hello.json new file mode 100644 index 0000000000000000000000000000000000000000..2dabe4fd6cdb38c32ef0cf68de9bb14f7c060fae --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hello.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_5a3fe342-2e36-4f83-8a1a-91abc5420e2a", + "tool_description": "A Test API", + "home_url": "https://rapidapi.com/korakot/api/hello30/", + "name": "Hello", + "title": "Hello", + "pricing": "FREEMIUM", + "tool_name": "Hello", + "score": null, + "host": "hello30.p.rapidapi.com", + "api_list": [ + { + "name": "hello", + "url": "https://hello30.p.rapidapi.com/", + "description": "Echo message", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://hello30.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hello30.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://hello30.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hello30.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/hello/api.py b/toolbench/toolenv/tools/Advertising/hello/api.py new file mode 100644 index 0000000000000000000000000000000000000000..443e62f1e229b944ab2596dec7db825ead4fac21 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hello/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def rtrt(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "uuyu" + + """ + url = f"https://hello1.p.rapidapi.com/posts" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "hello1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/hello_v2.json b/toolbench/toolenv/tools/Advertising/hello_v2.json new file mode 100644 index 0000000000000000000000000000000000000000..ccc08a057ddf412ec872f9ab9c2e57f9def98230 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hello_v2.json @@ -0,0 +1,25 @@ +{ + "product_id": "api_910b335b-4646-4247-9111-e0292b06776d", + "tool_description": "qweqw", + "home_url": "https://rapidapi.com/kameerer/api/hello1/", + "name": "hello_v2", + "title": "hello", + "pricing": "FREEMIUM", + "tool_name": "hello_v2", + "score": null, + "host": "hello1.p.rapidapi.com", + "api_list": [ + { + "name": "rtrt", + "url": "https://hello1.p.rapidapi.com/posts", + "description": "uuyu", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://hello1.p.rapidapi.com/posts\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hello1.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://hello1.p.rapidapi.com/posts\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hello1.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ], + "standardized_name": "hello_v2" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/hello_v2/api.py b/toolbench/toolenv/tools/Advertising/hello_v2/api.py new file mode 100644 index 0000000000000000000000000000000000000000..443e62f1e229b944ab2596dec7db825ead4fac21 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hello_v2/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def rtrt(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "uuyu" + + """ + url = f"https://hello1.p.rapidapi.com/posts" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "hello1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/hello_world.json b/toolbench/toolenv/tools/Advertising/hello_world.json new file mode 100644 index 0000000000000000000000000000000000000000..9a107f1c374a72c519d77724dc41e1eaf09f129e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hello_world.json @@ -0,0 +1,37 @@ +{ + "tool_name":"Hello World", + "tool_description":"Hello World", + "title":"Hello World", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":682, + "avgSuccessRate":0, + "popularityScore":0, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/ipmsteven/api/hello-world91/", + "host":"hello-world91.p.rapidapi.com", + "api_list":[ + { + "name":"get user", + "url":"https://hello-world91.p.rapidapi.com/users/{id}", + "description":"get user by id", + "method":"GET", + "required_parameters":[ + { + "name":"id", + "type":"string", + "description":"", + "default":"1" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://hello-world91.p.rapidapi.com/users/{id}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hello-world91.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/hello_world/api.py b/toolbench/toolenv/tools/Advertising/hello_world/api.py new file mode 100644 index 0000000000000000000000000000000000000000..06419ac6f5750c331ca96858fdfc2d889367bc46 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hello_world/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_user(is_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "get user by id" + + """ + url = f"https://hello-world91.p.rapidapi.com/users/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "hello-world91.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/hkgamehakanka.json b/toolbench/toolenv/tools/Advertising/hkgamehakanka.json new file mode 100644 index 0000000000000000000000000000000000000000..5a1286fb8c88883f40749910e64fa619150ba777 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hkgamehakanka.json @@ -0,0 +1,24 @@ +{ + "tool_name":"HKgameHakanKa", + "tool_description":"oyun oyunuyoz kanka", + "title":"HKgameHakanKa", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/hakanka222/api/hkgamehakanka/", + "host":"hkgamehakanka.p.rapidapi.com", + "api_list":[ + { + "name":"hexfall", + "url":"https://hkgamehakanka.p.rapidapi.com/kanka", + "description":"game play", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://hkgamehakanka.p.rapidapi.com/kanka\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hkgamehakanka.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/hkgamehakanka/api.py b/toolbench/toolenv/tools/Advertising/hkgamehakanka/api.py new file mode 100644 index 0000000000000000000000000000000000000000..eefecf7204c87c919897db83921020f7ec08f388 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hkgamehakanka/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def hexfall(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "game play" + + """ + url = f"https://hkgamehakanka.p.rapidapi.com/kanka" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "hkgamehakanka.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/hotspotbnb.json b/toolbench/toolenv/tools/Advertising/hotspotbnb.json new file mode 100644 index 0000000000000000000000000000000000000000..8bb1dd70bdeeaa35401d06773162ded63c44f4c1 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hotspotbnb.json @@ -0,0 +1,24 @@ +{ + "tool_name":"hotspotbnb", + "tool_description":"test", + "title":"hotspotbnb", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/unclehowell/api/hotspotbnb/", + "host":"hotspotbnb.p.rapidapi.com", + "api_list":[ + { + "name":"test", + "url":"https://hotspotbnb.p.rapidapi.com/test/", + "description":"test", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://hotspotbnb.p.rapidapi.com/test/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"hotspotbnb.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/hotspotbnb/api.py b/toolbench/toolenv/tools/Advertising/hotspotbnb/api.py new file mode 100644 index 0000000000000000000000000000000000000000..502c6c279290792c1748bda2dbd76e1dddd83df5 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/hotspotbnb/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def test(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "test" + + """ + url = f"https://hotspotbnb.p.rapidapi.com/test/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "hotspotbnb.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/how_to_login_to_mega888.json b/toolbench/toolenv/tools/Advertising/how_to_login_to_mega888.json new file mode 100644 index 0000000000000000000000000000000000000000..876e2c6730e94b48a9e9ce2c548510c736455127 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/how_to_login_to_mega888.json @@ -0,0 +1,30 @@ +{ + "tool_name":"How to login to Mega888", + "tool_description":"Game Mega888 Download Android 2021", + "title":"How to login to Mega888", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":2099, + "avgSuccessRate":100, + "popularityScore":8.5, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/malaysiamega888/api/how-to-login-to-mega888/", + "host":"how-to-login-to-mega888.p.rapidapi.com", + "api_list":[ + { + "name":"Mega888 Malaysia", + "url":"https://how-to-login-to-mega888.p.rapidapi.com/", + "description":"The Reputed Mega888 Malaysia Agent is one of the most popular online casinos to make money while playing games. It is very easy to use the platform and play Mega888 Slot Game. At Agen Mega888 website you’ll experience so much fun and entertainment that is why it’s nearly impossible to leave. With a wide range of product lines we also provide 24/7 customer support for Malaysian Players. Don’t think too much and join us now to receive huge welcome bonuses and cashback rebates on your losses!", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://how-to-login-to-mega888.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"how-to-login-to-mega888.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/how_to_login_to_mega888/api.py b/toolbench/toolenv/tools/Advertising/how_to_login_to_mega888/api.py new file mode 100644 index 0000000000000000000000000000000000000000..c5b3e403f7bdb0d3c28f574357e6aacd8ac43fae --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/how_to_login_to_mega888/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def mega888_malaysia(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The Reputed Mega888 Malaysia Agent is one of the most popular online casinos to make money while playing games. It is very easy to use the platform and play Mega888 Slot Game. At Agen Mega888 website you’ll experience so much fun and entertainment that is why it’s nearly impossible to leave. With a wide range of product lines we also provide 24/7 customer support for Malaysian Players. Don’t think too much and join us now to receive huge welcome bonuses and cashback rebates on your losses!" + + """ + url = f"https://how-to-login-to-mega888.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "how-to-login-to-mega888.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/httpbin.json b/toolbench/toolenv/tools/Advertising/httpbin.json new file mode 100644 index 0000000000000000000000000000000000000000..6ec8ab4c1f1794ae7700604647966c79083d8485 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/httpbin.json @@ -0,0 +1,27 @@ +{ + "tool_name":"httpbin", + "tool_description":"httpbin", + "title":"httpbin", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/eagleorg-eagleorg-default/api/httpbin32/", + "host":"httpbin32.p.rapidapi.com", + "api_list":[ + { + "name":"GET /anything", + "url":"https://httpbin32.p.rapidapi.com/anything", + "description":"Forward to httpbin GET /anything endpoint", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://httpbin32.p.rapidapi.com/anything\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"httpbin32.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{} + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/httpbin/api.py b/toolbench/toolenv/tools/Advertising/httpbin/api.py new file mode 100644 index 0000000000000000000000000000000000000000..7d802c4eeb6a73844402278d4ee25d3452c63989 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/httpbin/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_anything(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Forward to httpbin GET /anything endpoint" + + """ + url = f"https://httpbin32.p.rapidapi.com/anything" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "httpbin32.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/imagetext.json b/toolbench/toolenv/tools/Advertising/imagetext.json new file mode 100644 index 0000000000000000000000000000000000000000..f6e5708f0631f594a637955a1e78a8affb47630d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/imagetext.json @@ -0,0 +1,37 @@ +{ + "product_id": "api_03784cbf-3463-49de-8fbc-75906dcad975", + "tool_description": "imagetext", + "home_url": "https://rapidapi.com/raoasad.official/api/imagetext/", + "name": "imagetext", + "title": "imagetext", + "pricing": "FREE", + "tool_name": "imagetext", + "score": { + "avgServiceLevel": 100, + "avgLatency": 450, + "avgSuccessRate": 0, + "popularityScore": 0, + "__typename": "Score" + }, + "host": "imagetext.p.rapidapi.com", + "api_list": [ + { + "name": "uploadImage", + "url": "https://imagetext.p.rapidapi.com/", + "description": "This is verify the text from the image.", + "method": "POST", + "required_parameters": [ + { + "name": "path", + "type": "STRING", + "description": "", + "default": "https://images.unsplash.com/photo-1564164460286-bf52d8a6ee09?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1870&q=80https://images.unsplash.com/photo-1564164460286-bf52d8a6ee09?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1870&q=80" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://imagetext.p.rapidapi.com/\"\nquerystring = {\"path\": \"https://images.unsplash.com/photo-1564164460286-bf52d8a6ee09?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1870&q=80https://images.unsplash.com/photo-1564164460286-bf52d8a6ee09?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1870&q=80\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"imagetext.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://imagetext.p.rapidapi.com/\"\nquerystring = {\"path\": \"https://images.unsplash.com/photo-1564164460286-bf52d8a6ee09?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1870&q=80https://images.unsplash.com/photo-1564164460286-bf52d8a6ee09?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1870&q=80\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"imagetext.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/img_src_https_www_google_beimagesbrandinggooglelogo1xgooglelogo_color_272x92dp_png/api.py b/toolbench/toolenv/tools/Advertising/img_src_https_www_google_beimagesbrandinggooglelogo1xgooglelogo_color_272x92dp_png/api.py new file mode 100644 index 0000000000000000000000000000000000000000..57f5e95493e79f1d8fed37fbb3e9e00609df209f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/img_src_https_www_google_beimagesbrandinggooglelogo1xgooglelogo_color_272x92dp_png/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def root(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Desc" + + """ + url = f"https://img-src-https-www-google-be-images-branding-googlelogo-1x-googlelogo_color_272x92dp-png.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "img-src-https-www-google-be-images-branding-googlelogo-1x-googlelogo_color_272x92dp-png.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/instagram.json b/toolbench/toolenv/tools/Advertising/instagram.json new file mode 100644 index 0000000000000000000000000000000000000000..b423b12c015954c6a18eaaf28353ad9291471ec1 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/instagram.json @@ -0,0 +1,30 @@ +{ + "tool_name":"Instagram", + "tool_description":"Instagram live feed", + "title":"Instagram", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":163, + "avgSuccessRate":100, + "popularityScore":8.8, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/geegeewse/api/instagram139/", + "host":"instagram139.p.rapidapi.com", + "api_list":[ + { + "name":"lbslounge", + "url":"https://instagram139.p.rapidapi.com/", + "description":"Shows IG Feed", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://instagram139.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"instagram139.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/instagram/api.py b/toolbench/toolenv/tools/Advertising/instagram/api.py new file mode 100644 index 0000000000000000000000000000000000000000..cc47edca037eefb17940968e50e9db3fdfe99b1c --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/instagram/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def lbslounge(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Shows IG Feed" + + """ + url = f"https://instagram139.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "instagram139.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/instant_messaging.json b/toolbench/toolenv/tools/Advertising/instant_messaging.json new file mode 100644 index 0000000000000000000000000000000000000000..e7fd48df83f0bed3540e383c328583908cccba9c --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/instant_messaging.json @@ -0,0 +1,77 @@ +{ + "product_id": "556822bce4b09ec98bb2dd87", + "tool_description": "You need almost only one line of code in your application to start sending instant messages. Add another line of code if you need to check the status.", + "home_url": "https://rapidapi.com/sends.im/api/instant-messaging/", + "name": "Instant messaging", + "title": "Instant messaging", + "pricing": "FREE", + "tool_name": "Instant messaging", + "score": null, + "host": "sends-im-instant-messaging-v1.p.rapidapi.com", + "api_list": [ + { + "name": "messages/send", + "url": "https://sends-im-instant-messaging-v1.p.rapidapi.com/messages/send/", + "description": "This method allows you to send a new instant message to your recipient.", + "method": "POST", + "required_parameters": [ + { + "name": "api_key", + "type": "STRING", + "description": "Get your API key here - http://admin.sends.im/settings", + "default": "" + }, + { + "name": "ims_id", + "type": "STRING", + "description": "Instant Messaging System (1-WhatsApp, 5-Skype, etc)", + "default": "" + }, + { + "name": "message", + "type": "STRING", + "description": "Your instant message", + "default": "" + }, + { + "name": "recipient", + "type": "STRING", + "description": "Your instant message recipient", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://sends-im-instant-messaging-v1.p.rapidapi.com/messages/send/\"\nquerystring = {\"api_key\": \"\", \"ims_id\": \"\", \"message\": \"\", \"recipient\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sends-im-instant-messaging-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://sends-im-instant-messaging-v1.p.rapidapi.com/messages/send/\"\nquerystring = {\"api_key\": \"\", \"ims_id\": \"\", \"message\": \"\", \"recipient\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sends-im-instant-messaging-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "messages/info", + "url": "https://sends-im-instant-messaging-v1.p.rapidapi.com/messages/info/", + "description": "This method allows you to get the information for a sent instant message.", + "method": "POST", + "required_parameters": [ + { + "name": "api_key", + "type": "STRING", + "description": "Get your API key here - http://admin.sends.im/settings", + "default": "" + }, + { + "name": "message_id", + "type": "STRING", + "description": "Message ID", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://sends-im-instant-messaging-v1.p.rapidapi.com/messages/info/\"\nquerystring = {\"api_key\": \"\", \"message_id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sends-im-instant-messaging-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://sends-im-instant-messaging-v1.p.rapidapi.com/messages/info/\"\nquerystring = {\"api_key\": \"\", \"message_id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sends-im-instant-messaging-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/interyield/api.py b/toolbench/toolenv/tools/Advertising/interyield/api.py new file mode 100644 index 0000000000000000000000000000000000000000..f671e27b54b43450a0c5b284877f395d195794aa --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/interyield/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def interyield(source: str, run_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Query to InterYield will be hacked console." + + """ + url = f"https://alph4delta-ads-v1.p.rapidapi.com/app/api/v1/sources/{source}/runs/{run_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "alph4delta-ads-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/ip_geo_position_lookup/api.py b/toolbench/toolenv/tools/Advertising/ip_geo_position_lookup/api.py new file mode 100644 index 0000000000000000000000000000000000000000..571abbfc7115f8cab5be468a082be741cbbf4843 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ip_geo_position_lookup/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def ip_ip(ip: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Lookup geographical location by IP address" + + """ + url = f"https://qtech-ip-geo-position-lookup-v1.p.rapidapi.com/ip/{ip}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "qtech-ip-geo-position-lookup-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/ismarkt.json b/toolbench/toolenv/tools/Advertising/ismarkt.json new file mode 100644 index 0000000000000000000000000000000000000000..dad0564e352194b1eba60564eff3111b10a0f94e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ismarkt.json @@ -0,0 +1,83 @@ +{ + "product_id": "5538eba4e4b030e59e4b20fe", + "tool_description": "API para envio de mensagens utilizando meios digitais", + "home_url": "https://rapidapi.com/mpaf00/api/ismarkt/", + "name": "isMarkt", + "title": "isMarkt", + "pricing": "FREE", + "tool_name": "isMarkt", + "score": null, + "host": "ismarkt-v1.p.rapidapi.com", + "api_list": [ + { + "name": "Message", + "url": "https://ismarkt-v1.p.rapidapi.com/post_message_integracao", + "description": "Rota para incluir as Mensagens a serem enviadas", + "method": "POST", + "required_parameters": [ + { + "name": "publickey", + "type": "STRING", + "description": "Chave de Autentica\u00e7\u00e3o da Empresa", + "default": "" + }, + { + "name": "mensagem", + "type": "STRING", + "description": "Mensagem a sem enviada", + "default": "" + }, + { + "name": "telefones", + "type": "STRING", + "description": "Lista com os telefones dos contatos (Formato esperado 55 + DDD + N\u00famero sem m\u00e1scara Ex: 554499999999) a serem enviados a mensagem separados por ponto e virgula ( ; )", + "default": "" + }, + { + "name": "datahoraenvio", + "type": "STRING", + "description": "Data e hora a ser enviada a mensagem (Formato esperado yyyy-MM-dd HH:mm:ss Ex: 2015-04-23 10:20:00)", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://ismarkt-v1.p.rapidapi.com/post_message_integracao\"\nquerystring = {\"publickey\": \"\", \"mensagem\": \"\", \"telefones\": \"\", \"datahoraenvio\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ismarkt-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://ismarkt-v1.p.rapidapi.com/post_message_integracao\"\nquerystring = {\"publickey\": \"\", \"mensagem\": \"\", \"telefones\": \"\", \"datahoraenvio\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ismarkt-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Target", + "url": "https://ismarkt-v1.p.rapidapi.com/post_target_integracao", + "description": "Rota para incluir um cliente", + "method": "POST", + "required_parameters": [ + { + "name": "publickey", + "type": "STRING", + "description": "Chave de autentica\u00e7\u00e3o da empresa", + "default": "" + }, + { + "name": "nome", + "type": "STRING", + "description": "Nome do cliente a ser inserido", + "default": "" + }, + { + "name": "telefone", + "type": "STRING", + "description": "Telefone do cliente a ser inserido (Formato esperado 55 + DDD + N\u00famero sem m\u00e1scara Ex: 554499999999)", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://ismarkt-v1.p.rapidapi.com/post_target_integracao\"\nquerystring = {\"publickey\": \"\", \"nome\": \"\", \"telefone\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ismarkt-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://ismarkt-v1.p.rapidapi.com/post_target_integracao\"\nquerystring = {\"publickey\": \"\", \"nome\": \"\", \"telefone\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ismarkt-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/jobsapi.json b/toolbench/toolenv/tools/Advertising/jobsapi.json new file mode 100644 index 0000000000000000000000000000000000000000..779cb3b94cc87c35e112079022f9b5d91e31740e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/jobsapi.json @@ -0,0 +1,24 @@ +{ + "tool_name":"JobsApi", + "tool_description":"List jobs", + "title":"JobsApi", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/whitlowc101/api/jobsapi/", + "host":"jobsapi.p.rapidapi.com", + "api_list":[ + { + "name":"Jobs", + "url":"https://jobsapi.p.rapidapi.com/api/job?api_token=iyOSd0gsuR9TZIqWe9wAWuRbLai0HYCmLG3OrUFfFct1ePozfiCoZlOVKVfqfTMGung2IxC9LY2WGZUf", + "description":"get's jobs", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://jobsapi.p.rapidapi.com/api/job?api_token=iyOSd0gsuR9TZIqWe9wAWuRbLai0HYCmLG3OrUFfFct1ePozfiCoZlOVKVfqfTMGung2IxC9LY2WGZUf\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"jobsapi.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/jobsapi/api.py b/toolbench/toolenv/tools/Advertising/jobsapi/api.py new file mode 100644 index 0000000000000000000000000000000000000000..5ee345fbccf7db7f483ef9cb659745ea03d629be --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/jobsapi/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def jobs(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "get's jobs" + + """ + url = f"https://jobsapi.p.rapidapi.com/api/job?api_token=iyosd0gsur9tziqwe9wawurblai0hycmlg3orufffct1epozficozlovkvfqftmgung2ixc9ly2wgzuf" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "jobsapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/joker123.json b/toolbench/toolenv/tools/Advertising/joker123.json new file mode 100644 index 0000000000000000000000000000000000000000..ed982fcb29798fb654f62aab1ba1de9e5a9e5d14 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/joker123.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_21de626a-edd1-4124-a7f3-88a04e40c1e5", + "tool_description": "https://www.joker123.net/home", + "home_url": "https://rapidapi.com/lowlow8999/api/joker123/", + "name": "joker123", + "title": "joker123", + "pricing": "FREE", + "tool_name": "joker123", + "score": null, + "host": "joker123.p.rapidapi.com", + "api_list": [ + { + "name": "Big wins", + "url": "https://joker123.p.rapidapi.com/bigwins", + "description": "Big wins bonus", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://joker123.p.rapidapi.com/bigwins\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"joker123.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://joker123.p.rapidapi.com/bigwins\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"joker123.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/keys_api.json b/toolbench/toolenv/tools/Advertising/keys_api.json new file mode 100644 index 0000000000000000000000000000000000000000..c230920cfc5f95f6f95ef55f97589764c4c1d36a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/keys_api.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Keys-API", + "tool_description":"Trình duyệt bảo mật", + "title":"Keys-API", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/use931-use931-default/api/keys-api/", + "host":"keys-api.p.rapidapi.com", + "api_list":[ + { + "name":"Ip", + "url":"https://keys-api.p.rapidapi.com/112.197.71.113", + "description":"Cấu hình", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://keys-api.p.rapidapi.com/112.197.71.113\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keys-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/keys_api/api.py b/toolbench/toolenv/tools/Advertising/keys_api/api.py new file mode 100644 index 0000000000000000000000000000000000000000..3a811589d9f8e8a192487be76c30ebfab64906b6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/keys_api/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def ip(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Cấu hình" + + """ + url = f"https://keys-api.p.rapidapi.com/112.197.71.113" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keys-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/keyword_suggestion_api.json b/toolbench/toolenv/tools/Advertising/keyword_suggestion_api.json new file mode 100644 index 0000000000000000000000000000000000000000..fcce1a8cd54a8695e6f56b3978eecb37aa0645a8 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/keyword_suggestion_api.json @@ -0,0 +1,903 @@ +{ + "tool_name":"Keyword Suggestion API", + "tool_description":"A Keyword Suggestion API allows developers to retrieve a list of suggested keywords related to a specific topic or phrase. It can be used to help optimize website content, improve search engine rankings, and generate ideas for new content. The API can provide suggestions based on various criteria such as search volume, competition, and relevance. It can also provide data on the search trends for a keyword over time. This API can be integrated into content management systems, SEO platforms, or...", + "title":"Keyword Suggestion API", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":1171, + "avgSuccessRate":97, + "popularityScore":9.2, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/chetanrakheja/api/keyword-suggestion-api/", + "host":"keyword-suggestion-api.p.rapidapi.com", + "api_list":[ + { + "name":"All", + "url":"https://keyword-suggestion-api.p.rapidapi.com/all", + "description":"This will give you all keywords releated to your queried keyword", + "method":"GET", + "required_parameters":[ + { + "name":"keyword", + "type":"STRING", + "description":"", + "default":"API" + } + ], + "optional_parameters":[ + { + "name":"country_code", + "type":"STRING", + "description":"", + "default":"us" + }, + { + "name":"language_code", + "type":"STRING", + "description":"", + "default":"en" + } + ], + "code":"import requests\n\nurl = \"https://keyword-suggestion-api.p.rapidapi.com/all\"\nquerystring = {\"country_code\": country_code, \"language_code\": language_code, \"keyword\": keyword}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestion-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "Keyword":{ + "type":"string" + }, + "Related":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "Questions":{ + "type":"object", + "properties":{ + "are":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "can":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "how":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "what":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "when":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "where":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "which":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "who":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "why":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "will":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + }, + "Preposition":{ + "type":"object", + "properties":{ + "can":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "for":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "is":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "near":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "to":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "with":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "without":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + }, + "Comparisons":{ + "type":"object", + "properties":{ + "and":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "like":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "or":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "versus":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "vs":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + }, + "Alphabetical":{ + "type":"object", + "properties":{ + "a":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "b":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "c":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "d":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "e":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "f":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "g":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "h":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "i":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "j":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "k":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "l":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "m":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "n":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "o":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "p":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "q":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "r":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "s":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "t":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "u":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "v":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "w":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "x":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "y":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "z":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + } + } + } + }, + { + "name":"Alphabetical", + "url":"https://keyword-suggestion-api.p.rapidapi.com/alphabetical", + "description":"This will give you alphabetical releated to your queried keyword", + "method":"GET", + "required_parameters":[ + { + "name":"keyword", + "type":"STRING", + "description":"", + "default":"API" + } + ], + "optional_parameters":[ + { + "name":"country_code", + "type":"STRING", + "description":"", + "default":"us" + }, + { + "name":"language_code", + "type":"STRING", + "description":"", + "default":"en" + } + ], + "code":"import requests\n\nurl = \"https://keyword-suggestion-api.p.rapidapi.com/alphabetical\"\nquerystring = {\"country_code\": country_code, \"keyword\": keyword, \"language_code\": language_code}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestion-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "Keyword":{ + "type":"string" + }, + "Alphabetical":{ + "type":"object", + "properties":{ + "a":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "b":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "c":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "d":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "e":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "f":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "g":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "h":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "i":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "j":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "k":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "l":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "m":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "n":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "o":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "p":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "q":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "r":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "s":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "t":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "u":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "v":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "w":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "x":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "y":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "z":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + } + } + } + }, + { + "name":"Comparisons", + "url":"https://keyword-suggestion-api.p.rapidapi.com/comparisons", + "description":"This will give you comparisons releated to your queried keyword", + "method":"GET", + "required_parameters":[ + { + "name":"keyword", + "type":"STRING", + "description":"", + "default":"api" + } + ], + "optional_parameters":[ + { + "name":"country_code", + "type":"STRING", + "description":"", + "default":"us" + }, + { + "name":"language_code", + "type":"STRING", + "description":"", + "default":"en" + } + ], + "code":"import requests\n\nurl = \"https://keyword-suggestion-api.p.rapidapi.com/comparisons\"\nquerystring = {\"country_code\": country_code, \"keyword\": keyword, \"language_code\": language_code}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestion-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "Keyword":{ + "type":"string" + }, + "Comparisons":{ + "type":"object", + "properties":{ + "and":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "like":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "or":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "versus":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "vs":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + } + } + } + }, + { + "name":"Preposition", + "url":"https://keyword-suggestion-api.p.rapidapi.com/preposition", + "description":"This will give you preposition releated to your queried keyword", + "method":"GET", + "required_parameters":[ + { + "name":"keyword", + "type":"STRING", + "description":"", + "default":"API" + } + ], + "optional_parameters":[ + { + "name":"language_code", + "type":"STRING", + "description":"", + "default":"en" + }, + { + "name":"country_code", + "type":"STRING", + "description":"", + "default":"us" + } + ], + "code":"import requests\n\nurl = \"https://keyword-suggestion-api.p.rapidapi.com/preposition\"\nquerystring = {\"language_code\": language_code, \"keyword\": keyword, \"country_code\": country_code}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestion-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "Keyword":{ + "type":"string" + }, + "Preposition":{ + "type":"object", + "properties":{ + "can":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "for":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "is":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "near":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "to":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "with":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "without":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + } + } + } + }, + { + "name":"Questions", + "url":"https://keyword-suggestion-api.p.rapidapi.com/questions", + "description":"This will give you questions releated to your queried keyword", + "method":"GET", + "required_parameters":[ + { + "name":"keyword", + "type":"STRING", + "description":"", + "default":"API" + } + ], + "optional_parameters":[ + { + "name":"country_code", + "type":"STRING", + "description":"", + "default":"us" + }, + { + "name":"language_code", + "type":"STRING", + "description":"", + "default":"en" + } + ], + "code":"import requests\n\nurl = \"https://keyword-suggestion-api.p.rapidapi.com/questions\"\nquerystring = {\"country_code\": country_code, \"keyword\": keyword, \"language_code\": language_code}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestion-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "Keyword":{ + "type":"string" + }, + "Questions":{ + "type":"object", + "properties":{ + "are":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "can":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "how":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "what":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "when":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "where":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "which":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "who":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "why":{ + "type":"array", + "items":{ + "type":"string" + } + }, + "will":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + } + } + } + }, + { + "name":"Releated", + "url":"https://keyword-suggestion-api.p.rapidapi.com/related", + "description":"This will give you releated keywords for your queried keyword", + "method":"GET", + "required_parameters":[ + { + "name":"keyword", + "type":"STRING", + "description":"", + "default":"api" + } + ], + "optional_parameters":[ + { + "name":"language_code", + "type":"STRING", + "description":"", + "default":"en" + }, + { + "name":"country_code", + "type":"STRING", + "description":"", + "default":"us" + } + ], + "code":"import requests\n\nurl = \"https://keyword-suggestion-api.p.rapidapi.com/related\"\nquerystring = {\"language_code\": language_code, \"keyword\": keyword, \"country_code\": country_code}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestion-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "Keyword":{ + "type":"string" + }, + "Related":{ + "type":"array", + "items":{ + "type":"string" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/keyword_suggestion_api/api.py b/toolbench/toolenv/tools/Advertising/keyword_suggestion_api/api.py new file mode 100644 index 0000000000000000000000000000000000000000..48dfb9f326ff4c50e4b038e58464bd0557cb7709 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/keyword_suggestion_api/api.py @@ -0,0 +1,158 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def all(keyword: str, country_code: str='us', language_code: str='en', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will give you all keywords releated to your queried keyword" + + """ + url = f"https://keyword-suggestion-api.p.rapidapi.com/all" + querystring = {'keyword': keyword, } + if country_code: + querystring['country_code'] = country_code + if language_code: + querystring['language_code'] = language_code + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keyword-suggestion-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def alphabetical(keyword: str, country_code: str='us', language_code: str='en', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will give you alphabetical releated to your queried keyword" + + """ + url = f"https://keyword-suggestion-api.p.rapidapi.com/alphabetical" + querystring = {'keyword': keyword, } + if country_code: + querystring['country_code'] = country_code + if language_code: + querystring['language_code'] = language_code + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keyword-suggestion-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def comparisons(keyword: str, country_code: str='us', language_code: str='en', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will give you comparisons releated to your queried keyword" + + """ + url = f"https://keyword-suggestion-api.p.rapidapi.com/comparisons" + querystring = {'keyword': keyword, } + if country_code: + querystring['country_code'] = country_code + if language_code: + querystring['language_code'] = language_code + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keyword-suggestion-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def preposition(keyword: str, language_code: str='en', country_code: str='us', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will give you preposition releated to your queried keyword" + + """ + url = f"https://keyword-suggestion-api.p.rapidapi.com/preposition" + querystring = {'keyword': keyword, } + if language_code: + querystring['language_code'] = language_code + if country_code: + querystring['country_code'] = country_code + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keyword-suggestion-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def questions(keyword: str, country_code: str='us', language_code: str='en', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will give you questions releated to your queried keyword" + + """ + url = f"https://keyword-suggestion-api.p.rapidapi.com/questions" + querystring = {'keyword': keyword, } + if country_code: + querystring['country_code'] = country_code + if language_code: + querystring['language_code'] = language_code + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keyword-suggestion-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def releated(keyword: str, language_code: str='en', country_code: str='us', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will give you releated keywords for your queried keyword" + + """ + url = f"https://keyword-suggestion-api.p.rapidapi.com/related" + querystring = {'keyword': keyword, } + if language_code: + querystring['language_code'] = language_code + if country_code: + querystring['country_code'] = country_code + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keyword-suggestion-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/keyword_suggestions.json b/toolbench/toolenv/tools/Advertising/keyword_suggestions.json new file mode 100644 index 0000000000000000000000000000000000000000..a192dc4135b4e1af1acc9e59b5ac030235c71d95 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/keyword_suggestions.json @@ -0,0 +1,30 @@ +{ + "product_id": "api_e59eb45d-9cfc-4485-b885-129145a74f9b", + "tool_description": "Get keyword suggestions from a keyword seed.", + "home_url": "https://rapidapi.com/clever-ads-clever-ads-default/api/keyword-suggestions/", + "name": "Keyword Suggestions", + "title": "Keyword Suggestions", + "pricing": "FREEMIUM", + "tool_name": "Keyword Suggestions", + "score": { + "avgServiceLevel": 100, + "avgLatency": 7075, + "avgSuccessRate": 100, + "popularityScore": 9.4, + "__typename": "Score" + }, + "host": "keyword-suggestions.p.rapidapi.com", + "api_list": [ + { + "name": "Keyword Suggestions", + "url": "https://keyword-suggestions.p.rapidapi.com/", + "description": "Get keyword suggestions from a keyword seed.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://keyword-suggestions.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestions.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://keyword-suggestions.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-suggestions.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/keyword_traffic.json b/toolbench/toolenv/tools/Advertising/keyword_traffic.json new file mode 100644 index 0000000000000000000000000000000000000000..10eb6d96f7219ad76d5285e42a2cce62f673e076 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/keyword_traffic.json @@ -0,0 +1,74 @@ +{ + "product_id": "api_35a9f148-f234-4eb5-9ab6-f6987986c92d", + "tool_description": "Get keyword traffic analytics for Google Ads and Bing Ads.", + "home_url": "https://rapidapi.com/clever-ads-clever-ads-default/api/keyword-traffic/", + "name": "Keyword Traffic", + "title": "Keyword Traffic", + "pricing": "FREEMIUM", + "tool_name": "Keyword Traffic", + "score": { + "avgServiceLevel": 49, + "avgLatency": 4415, + "avgSuccessRate": 45, + "popularityScore": 9.4, + "__typename": "Score" + }, + "host": "keyword-traffic.p.rapidapi.com", + "api_list": [ + { + "name": "keyword-traffic", + "url": "https://keyword-traffic.p.rapidapi.com/", + "description": "Provides Google Ads and Bing Ads traffic information.", + "method": "POST", + "required_parameters": [ + { + "name": "match_type", + "type": "STRING", + "description": "", + "default": "phrase" + }, + { + "name": "traffic_targets", + "type": "ARRAY", + "description": "", + "default": "[\"google\", \"microsoft\"]" + }, + { + "name": "keywords", + "type": "ARRAY", + "description": "", + "default": "[\"internet marketing service\"]" + } + ], + "optional_parameters": [ + { + "name": "location_criterion_id", + "type": "NUMBER", + "description": "", + "default": "2840" + }, + { + "name": "language_criterion_id", + "type": "NUMBER", + "description": "", + "default": "1000" + }, + { + "name": "location", + "type": "STRING", + "description": "", + "default": "us" + }, + { + "name": "language", + "type": "STRING", + "description": "", + "default": "en" + } + ], + "code": "import requests\n\nurl = \"https://keyword-traffic.p.rapidapi.com/\"\nquerystring = {\"location_criterion_id\": \"2840\", \"language_criterion_id\": \"1000\", \"match_type\": \"phrase\", \"location\": \"us\", \"traffic_targets\": \"[\\\"google\\\", \\\"microsoft\\\"]\", \"language\": \"en\", \"keywords\": \"[\\\"internet marketing service\\\"]\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-traffic.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://keyword-traffic.p.rapidapi.com/\"\nquerystring = {\"location_criterion_id\": \"2840\", \"language_criterion_id\": \"1000\", \"match_type\": \"phrase\", \"location\": \"us\", \"traffic_targets\": \"[\\\"google\\\", \\\"microsoft\\\"]\", \"language\": \"en\", \"keywords\": \"[\\\"internet marketing service\\\"]\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"keyword-traffic.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/keyword_traffic/api.py b/toolbench/toolenv/tools/Advertising/keyword_traffic/api.py new file mode 100644 index 0000000000000000000000000000000000000000..068f04512a95b3a85eecce809a96f0399d56570e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/keyword_traffic/api.py @@ -0,0 +1,37 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def keyword_traffic_test(match_type: str, keywords: str, traffic_targets: str, location_criterion_id: int=2840, language: str='en', language_criterion_id: int=1000, location: str='us', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Provides Google Ads and Bing Ads traffic information." + + """ + url = f"https://keyword-traffic.p.rapidapi.com/" + querystring = {'match_type': match_type, 'keywords': keywords, 'traffic_targets': traffic_targets, } + if location_criterion_id: + querystring['location_criterion_id'] = location_criterion_id + if language: + querystring['language'] = language + if language_criterion_id: + querystring['language_criterion_id'] = language_criterion_id + if location: + querystring['location'] = location + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "keyword-traffic.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/lab_1.json b/toolbench/toolenv/tools/Advertising/lab_1.json new file mode 100644 index 0000000000000000000000000000000000000000..bbeacb20585b47e627e24cafc8fda7dcdaf237cb --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lab_1.json @@ -0,0 +1,105 @@ +{ + "product_id": "api_5534b2f5-63b0-4308-a4de-7a50069732b1", + "tool_description": "My store API", + "home_url": "https://rapidapi.com/eugenia-org-eugenia-org-default/api/lab-1/", + "name": "Lab 1", + "title": "Lab 1", + "pricing": "FREE", + "tool_name": "Lab 1", + "score": null, + "host": "lab-1.p.rapidapi.com", + "api_list": [ + { + "name": "Place Order", + "url": "https://lab-1.p.rapidapi.com/order/{id}/place", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/order/{id}/place\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/order/{id}/place\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create Product", + "url": "https://lab-1.p.rapidapi.com/catalog/product", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create Order", + "url": "https://lab-1.p.rapidapi.com/order/new", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Add to Order", + "url": "https://lab-1.p.rapidapi.com/order/{id}/product", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create User (Sign Up)", + "url": "https://lab-1.p.rapidapi.com/auth/user", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/auth/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/auth/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Login", + "url": "https://lab-1.p.rapidapi.com/auth/login", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/auth/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://lab-1.p.rapidapi.com/auth/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lab-1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/lab_1/api.py b/toolbench/toolenv/tools/Advertising/lab_1/api.py new file mode 100644 index 0000000000000000000000000000000000000000..c377ad7836dbe19a87088e1f8446b5dffbffd420 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lab_1/api.py @@ -0,0 +1,178 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def test(test: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "test" + + """ + url = f"https://lab-1.p.rapidapi.com/" + querystring = {} + if test: + querystring['test'] = test + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_categories(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://lab-1.p.rapidapi.com/catalog/categories" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_user_orders(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://lab-1.p.rapidapi.com/order/my" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_products(skip: int, limit: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://lab-1.p.rapidapi.com/catalog/products" + querystring = {'skip': skip, 'limit': limit, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_products_in_category(limit: int, category: str, skip: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://lab-1.p.rapidapi.com/catalog/category/{category}/products" + querystring = {'limit': limit, 'skip': skip, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_order(is_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://lab-1.p.rapidapi.com/order/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_product(is_id: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://lab-1.p.rapidapi.com/catalog/product/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def me(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://lab-1.p.rapidapi.com/auth/me" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lab-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/lakshsucks.json b/toolbench/toolenv/tools/Advertising/lakshsucks.json new file mode 100644 index 0000000000000000000000000000000000000000..8d0ecf5c4657b501e5d335f638acbcabe92bd4b6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lakshsucks.json @@ -0,0 +1,24 @@ +{ + "tool_name":"lakshsucks", + "tool_description":"dfadfa", + "title":"lakshsucks", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/young-justice-young-justice-default/api/lakshsucks/", + "host":"lakshsucks.p.rapidapi.com", + "api_list":[ + { + "name":"Test", + "url":"https://lakshsucks.p.rapidapi.com/", + "description":"test", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://lakshsucks.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lakshsucks.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/lakshsucks/api.py b/toolbench/toolenv/tools/Advertising/lakshsucks/api.py new file mode 100644 index 0000000000000000000000000000000000000000..eb3470075f32a71d60b520eb45a41563ce31a914 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lakshsucks/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def test(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "test" + + """ + url = f"https://lakshsucks.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lakshsucks.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/lethbridge/api.py b/toolbench/toolenv/tools/Advertising/lethbridge/api.py new file mode 100644 index 0000000000000000000000000000000000000000..0bf886ad553f3586fb0f3049d5108f05885a3c5a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lethbridge/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def endpoint(beta_test: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "this is the beta endpoint." + + """ + url = f"https://lethbridgerealestate-lethbridge-v1.p.rapidapi.com/{beta_test}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lethbridgerealestate-lethbridge-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/lets.json b/toolbench/toolenv/tools/Advertising/lets.json new file mode 100644 index 0000000000000000000000000000000000000000..2aab8aac556b0631f3590edcd0699be97487aa56 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lets.json @@ -0,0 +1,24 @@ +{ + "tool_name":"lets", + "tool_description":"lets", + "title":"lets", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/peskabar873/api/lets1/", + "host":"lets1.p.rapidapi.com", + "api_list":[ + { + "name":"sdafdasf", + "url":"https://lets1.p.rapidapi.comlets", + "description":"adsfdasf", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://lets1.p.rapidapi.comlets\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lets1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/lets/api.py b/toolbench/toolenv/tools/Advertising/lets/api.py new file mode 100644 index 0000000000000000000000000000000000000000..3364b820f9f496a694faf1e86ade3cd382b01d06 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lets/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def sdafdasf(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "adsfdasf" + + """ + url = f"https://lets1.p.rapidapi.comlets" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lets1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/livello.json b/toolbench/toolenv/tools/Advertising/livello.json new file mode 100644 index 0000000000000000000000000000000000000000..5530c02118c267271be45f962e254d3b7ad6847f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/livello.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_9200b8c9-b13e-47e2-a9d3-816814417d16", + "tool_description": "test", + "home_url": "https://rapidapi.com/shayanzd3000/api/livello/", + "name": "livello", + "title": "livello", + "pricing": "FREEMIUM", + "tool_name": "livello", + "score": null, + "host": "livello.p.rapidapi.com", + "api_list": [ + { + "name": "graphQL alerts", + "url": "https://livello.p.rapidapi.com/", + "description": "graphQL endpoint", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://livello.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"livello.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://livello.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"livello.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/lodeonlinebenxs.json b/toolbench/toolenv/tools/Advertising/lodeonlinebenxs.json new file mode 100644 index 0000000000000000000000000000000000000000..e7035a31f4d89e1e409add4d3f40d5500df208e1 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lodeonlinebenxs.json @@ -0,0 +1,24 @@ +{ + "tool_name":"lodeonlinebenxs", + "tool_description":"https://www.benxoso.com/ Lô đề online benxoso cập nhật top 10 trang đánh lô đề online uy tín nhất hiện nay", + "title":"lodeonlinebenxs", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/lodeonlinebenxs/api/lodeonlinebenxs/", + "host":"lodeonlinebenxs.p.rapidapi.com", + "api_list":[ + { + "name":"lodeonline", + "url":"https://lodeonlinebenxs.p.rapidapi.com/lodeonlinebenxs", + "description":"https://www.benxoso.com/ Lô đề online benxoso cập nhật top 10 trang đánh lô đề online uy tín nhất hiện nay với tỉ lệ ăn cao nhất, xanh chín, minh bạch, nạp rút nhanh, dễ đặt cược và nhiều khuyến mãi.", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://lodeonlinebenxs.p.rapidapi.com/lodeonlinebenxs\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"lodeonlinebenxs.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/lodeonlinebenxs/api.py b/toolbench/toolenv/tools/Advertising/lodeonlinebenxs/api.py new file mode 100644 index 0000000000000000000000000000000000000000..59488d8cc0383bfb23e8670c727841b268c98738 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/lodeonlinebenxs/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def lodeonline(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "https://www.benxoso.com/ Lô đề online benxoso cập nhật top 10 trang đánh lô đề online uy tín nhất hiện nay với tỉ lệ ăn cao nhất, xanh chín, minh bạch, nạp rút nhanh, dễ đặt cược và nhiều khuyến mãi." + + """ + url = f"https://lodeonlinebenxs.p.rapidapi.com/lodeonlinebenxs" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "lodeonlinebenxs.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/mangapi.json b/toolbench/toolenv/tools/Advertising/mangapi.json new file mode 100644 index 0000000000000000000000000000000000000000..50caa4ca0827330c6da1e926658cba515363d10d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/mangapi.json @@ -0,0 +1,43 @@ +{ + "product_id": "api_83956e13-6f80-4a47-92c2-f0697e0421c9", + "tool_description": "Simple api to translate manga pages from one language to another. (Example English -> German)", + "home_url": "https://rapidapi.com/pierre.carcellermeunier/api/mangapi3/", + "name": "Mangapi", + "title": "Mangapi", + "pricing": "FREEMIUM", + "tool_name": "Mangapi", + "score": { + "avgServiceLevel": 100, + "avgLatency": 6, + "avgSuccessRate": 100, + "popularityScore": 8, + "__typename": "Score" + }, + "host": "mangapi3.p.rapidapi.com", + "api_list": [ + { + "name": "Translate", + "url": "https://mangapi3.p.rapidapi.com/api/translate", + "description": "Test", + "method": "POST", + "required_parameters": [ + { + "name": "to", + "type": "STRING", + "description": "", + "default": "FRENCH" + }, + { + "name": "image", + "type": "BINARY", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://mangapi3.p.rapidapi.com/api/translate\"\nquerystring = {\"to\": \"FRENCH\", \"image\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"mangapi3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://mangapi3.p.rapidapi.com/api/translate\"\nquerystring = {\"to\": \"FRENCH\", \"image\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"mangapi3.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/march4.json b/toolbench/toolenv/tools/Advertising/march4.json new file mode 100644 index 0000000000000000000000000000000000000000..33dc875c7111544437f0d7933af94e43328f1d72 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/march4.json @@ -0,0 +1,79 @@ +{ + "tool_name":"March4", + "tool_description":"ad", + "title":"March4", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":486, + "avgSuccessRate":100, + "popularityScore":8.6, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/spce2/api/march4/", + "host":"march4.p.rapidapi.com", + "api_list":[ + { + "name":"albums", + "url":"https://march4.p.rapidapi.com/albums", + "description":"njnj", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://march4.p.rapidapi.com/albums\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"march4.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "userId":1, + "id":1, + "title":"quidem molestiae enim" + }, + "headers":{ + "access-control-allow-credentials":"true", + "cache-control":"max-age=14400", + "cf-cache-status":"MISS", + "cf-ray":"56ec9797fbbd97ae-FRA", + "content-type":"application/json; charset=utf-8", + "date":"Wed, 04 Mar 2020 15:22:21 GMT", + "etag":"W/\"2475-YUx9CiwTgoHXeL4210gtmqFIZNA\"", + "expect-ct":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", + "expires":"-1", + "pragma":"no-cache", + "server":"RapidAPI-1.0.42", + "set-cookie":[ + "__cfduid=de5e4035979d8b7772c313a7fa74aa8131583335340; expires=Fri, 03-Apr-20 15:22:20 GMT; path=/; domain=.typicode.com; HttpOnly; SameSite=Lax" + ], + "vary":"Origin, Accept-Encoding", + "via":"1.1 vegur", + "x-content-type-options":"nosniff", + "x-powered-by":"Express", + "x-rapidapi-region":"AWS - eu-central-1", + "x-rapidapi-version":"1.0.42", + "transfer-encoding":"chunked", + "connection":"Close" + }, + "schema":{ + "type":"object", + "properties":{ + "get":{ + "type":"string" + }, + "parameters":{ + "type":"array" + }, + "errors":{ + "type":"array" + }, + "results":{ + "type":"integer" + }, + "response":{ + "type":"array", + "items":{ + "type":"object" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/march4/api.py b/toolbench/toolenv/tools/Advertising/march4/api.py new file mode 100644 index 0000000000000000000000000000000000000000..91c194a29f0f90a4bb1bae5f60341092a696650d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/march4/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def albums(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "njnj" + + """ + url = f"https://march4.p.rapidapi.com/albums" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "march4.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/meteo_data_api.json b/toolbench/toolenv/tools/Advertising/meteo_data_api.json new file mode 100644 index 0000000000000000000000000000000000000000..86dbcadefbb381ac3f2af820ad1735c710b11e94 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/meteo_data_api.json @@ -0,0 +1,37 @@ +{ + "tool_name":"METEO DATA API", + "tool_description":"API RETURN DATA METEO", + "title":"METEO DATA API", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/hamoudiayoub/api/meteo-data-api/", + "host":"meteo-data-api.p.rapidapi.com", + "api_list":[ + { + "name":"GET INFO", + "url":"https://meteo-data-api.p.rapidapi.com/weather", + "description":"GET INFO DATA with location", + "method":"GET", + "required_parameters":[ + { + "name":"location", + "type":"STRING", + "description":"", + "default":"RABAT" + }, + { + "name":"api_key", + "type":"STRING", + "description":"", + "default":"" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://meteo-data-api.p.rapidapi.com/weather\"\nquerystring = {\"location\": location, \"api_key\": api_key}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"meteo-data-api.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/meteo_data_api/api.py b/toolbench/toolenv/tools/Advertising/meteo_data_api/api.py new file mode 100644 index 0000000000000000000000000000000000000000..fa2259cca6c02004233562b3e63a66e8ca63c57d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/meteo_data_api/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_info(location: str, api_key: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "GET INFO DATA with location" + + """ + url = f"https://meteo-data-api.p.rapidapi.com/weather" + querystring = {'location': location, 'api_key': api_key, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "meteo-data-api.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/moneysaverhelp_co_uk_zapier.json b/toolbench/toolenv/tools/Advertising/moneysaverhelp_co_uk_zapier.json new file mode 100644 index 0000000000000000000000000000000000000000..ef281576b8d18134e67f4e996b3adeab186426f2 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/moneysaverhelp_co_uk_zapier.json @@ -0,0 +1,24 @@ +{ + "product_id": "api_91428c92-4453-4cde-a70c-5ce09eb9990c", + "tool_description": "moneysaverhelp.co.uk zapier", + "home_url": "https://rapidapi.com/sourbean42/api/moneysaverhelp-co-uk-zapier/", + "name": "moneysaverhelp.co.uk zapier", + "title": "moneysaverhelp.co.uk zapier", + "pricing": "FREE", + "tool_name": "moneysaverhelp.co.uk zapier", + "score": null, + "host": "moneysaverhelp-co-uk-zapier.p.rapidapi.com", + "api_list": [ + { + "name": "payload", + "url": "https://moneysaverhelp-co-uk-zapier.p.rapidapi.com/12536380/bnmuls7", + "description": "payload", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://moneysaverhelp-co-uk-zapier.p.rapidapi.com/12536380/bnmuls7\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"moneysaverhelp-co-uk-zapier.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://moneysaverhelp-co-uk-zapier.p.rapidapi.com/12536380/bnmuls7\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"moneysaverhelp-co-uk-zapier.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/movies2day.json b/toolbench/toolenv/tools/Advertising/movies2day.json new file mode 100644 index 0000000000000000000000000000000000000000..ef4c71670f931eefb02cceab9b71fe1e7c13f7a4 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/movies2day.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Movies2day", + "tool_description":"Movies2day", + "title":"Movies2day", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/bulletstore12/api/movies2day/", + "host":"movies2day.p.rapidapi.com", + "api_list":[ + { + "name":"MESHARI", + "url":"https://movies2day.p.rapidapi.com/", + "description":"MESHARI", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://movies2day.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"movies2day.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/movies2day/api.py b/toolbench/toolenv/tools/Advertising/movies2day/api.py new file mode 100644 index 0000000000000000000000000000000000000000..fba57a731bc84771a21d8083a55234edb0099276 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/movies2day/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def meshari(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "MESHARI" + + """ + url = f"https://movies2day.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "movies2day.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/msg91.json b/toolbench/toolenv/tools/Advertising/msg91.json new file mode 100644 index 0000000000000000000000000000000000000000..5138dbed4ee4455607295ac6ae3b9dfbfa670988 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/msg91.json @@ -0,0 +1,86 @@ +{ + "product_id": "57726279e4b0bd4a7a73dd0f", + "tool_description": "We are Responsible to Deliver your SMS \r\nInstantly. Everytime", + "home_url": "https://rapidapi.com/rwalkover/api/msg91/", + "name": "Msg91", + "title": "Msg91", + "pricing": "FREEMIUM", + "tool_name": "Msg91", + "score": null, + "host": "rwalkover-msg91-v1.p.rapidapi.com", + "api_list": [ + { + "name": "SEND SMS", + "url": "https://rwalkover-msg91-v1.p.rapidapi.com/sendhttp.php", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "authkey", + "type": "STRING", + "description": "", + "default": "MSG91 Authkey" + }, + { + "name": "mobiles", + "type": "STRING", + "description": "Keep numbers in international format (with country code), multiple numbers should be separated by comma (,)", + "default": "" + }, + { + "name": "route", + "type": "STRING", + "description": "If your operator supports multiple routes then give one route name. Eg: route=1 for promotional, route=4 for transactional SMS.", + "default": "" + }, + { + "name": "message", + "type": "STRING", + "description": "Message content to send", + "default": "" + }, + { + "name": "sender", + "type": "STRING", + "description": "Receiver will see this as sender's ID.", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "country", + "type": "STRING", + "description": "0 for international,1 for USA, 91 for India.", + "default": "" + }, + { + "name": "unicode", + "type": "STRING", + "description": "unicode=1 (for unicode SMS)", + "default": "" + }, + { + "name": "schtime", + "type": "STRING", + "description": "When you want to schedule the SMS to be sent. Time format will be Y-m-d h:i:s", + "default": "" + }, + { + "name": "response", + "type": "STRING", + "description": "By default you will get response in string format but you want to receive in other format (json,xml) then set this parameter. for example: &response=json or &response=xml", + "default": "json" + }, + { + "name": "campaign", + "type": "STRING", + "description": "Campaign name you wish to create.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://rwalkover-msg91-v1.p.rapidapi.com/sendhttp.php\"\nquerystring = {\"authkey\": \"MSG91 Authkey\", \"mobiles\": \"\", \"route\": \"\", \"country\": \"\", \"unicode\": \"\", \"schtime\": \"\", \"response\": \"json\", \"campaign\": \"\", \"message\": \"\", \"sender\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"rwalkover-msg91-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://rwalkover-msg91-v1.p.rapidapi.com/sendhttp.php\"\nquerystring = {\"authkey\": \"MSG91 Authkey\", \"mobiles\": \"\", \"route\": \"\", \"country\": \"\", \"unicode\": \"\", \"schtime\": \"\", \"response\": \"json\", \"campaign\": \"\", \"message\": \"\", \"sender\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"rwalkover-msg91-v1.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/msg91/api.py b/toolbench/toolenv/tools/Advertising/msg91/api.py new file mode 100644 index 0000000000000000000000000000000000000000..b80fa781350b35c1de0469d7642c63ec440b840a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/msg91/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def ndnc_check(number: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Search wheather Number is NDNC is" + number: Enter 10 digit Indian mobile number to check + + """ + url = f"https://rwalkover-msg91-v1.p.rapidapi.com/ndnc" + querystring = {'number': number, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "rwalkover-msg91-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/msg91_v2/api.py b/toolbench/toolenv/tools/Advertising/msg91_v2/api.py new file mode 100644 index 0000000000000000000000000000000000000000..cb54f0c69ecc1372e9fcbf501ecae867bef67787 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/msg91_v2/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_4(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "route parameter" + + """ + url = f"https://natashawilliams-msg91-v1.p.rapidapi.com/4" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "natashawilliams-msg91-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/multipleteamscallingtest.json b/toolbench/toolenv/tools/Advertising/multipleteamscallingtest.json new file mode 100644 index 0000000000000000000000000000000000000000..b1700550d18525777dd077051294606b102c139c --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/multipleteamscallingtest.json @@ -0,0 +1,478 @@ +{ + "product_id": "api_c9a23b8d-9958-4c6b-ba29-5e07192c42f4", + "tool_description": "MultipleTeamsCallingTest", + "home_url": "https://rapidapi.com/team22/api/multipleteamscallingtest/", + "name": "MultipleTeamsCallingTest", + "title": "MultipleTeamsCallingTest", + "pricing": "FREE", + "tool_name": "MultipleTeamsCallingTest", + "score": { + "avgServiceLevel": 100, + "avgLatency": 590, + "avgSuccessRate": 35, + "popularityScore": 6.8, + "__typename": "Score" + }, + "host": "multipleteamscallingtest.p.rapidapi.com", + "api_list": [ + { + "name": "loginUser", + "url": "https://multipleteamscallingtest.p.rapidapi.com/user/login", + "description": "Logs user into the system", + "method": "GET", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "string" + }, + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "string" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/login\"\nquerystring = {\"password\": \"string\", \"username\": \"string\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/login\"\nquerystring = {\"password\": \"string\", \"username\": \"string\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "logged in user session:1686930108367" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "getOrderById", + "url": "https://multipleteamscallingtest.p.rapidapi.com/store/order/{orderId}", + "description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "method": "GET", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": 0 + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{orderId}\"" + }, + "statuscode": 400, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "getPetById", + "url": "https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}", + "description": "Returns a single pet", + "method": "GET", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": 0 + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{petId}\"" + }, + "statuscode": 400, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "getInventory", + "url": "https://multipleteamscallingtest.p.rapidapi.com/store/inventory", + "description": "Returns a map of status codes to quantities", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "Sale": 1, + "totvs": 5, + "sold": 11, + "string": 633, + "pending": 10, + "cat": 1, + "dgdfgdf": 1, + "available": 273, + "not available": 1, + "Available": 3, + "peric": 4, + "disponible": 1 + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "getUserByName", + "url": "https://multipleteamscallingtest.p.rapidapi.com/user/string", + "description": "Get user by user name", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "string" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/string\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/{username}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "id": 9223372036854750027, + "username": "string", + "firstName": "string", + "lastName": "string", + "email": "string", + "password": "string", + "phone": "string", + "userStatus": 0 + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "logoutUser", + "url": "https://multipleteamscallingtest.p.rapidapi.com/user/logout", + "description": "Logs out current logged in user session", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "ok" + } + }, + { + "name": "uploadFile", + "url": "https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}/uploadImage", + "description": "uploads an image", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to update", + "default": 0 + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "updatePetWithForm", + "url": "https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}", + "description": "Updates a pet in the store with form data", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet that needs to be updated", + "default": 0 + } + ], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Updated name of the pet", + "default": "string" + }, + { + "name": "status", + "type": "STRING", + "description": "Updated status of the pet", + "default": "string" + } + ], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"string\", \"status\": \"string\", \"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"string\", \"status\": \"string\", \"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 405, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "createUsersWithListInput", + "url": "https://multipleteamscallingtest.p.rapidapi.com/user/createWithList", + "description": "Creates list of users with given input array", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "placeOrder", + "url": "https://multipleteamscallingtest.p.rapidapi.com/store/order", + "description": "Place an order for a pet", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "createUsersWithArrayInput", + "url": "https://multipleteamscallingtest.p.rapidapi.com/user/createWithArray", + "description": "Creates list of users with given input array", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "createUser", + "url": "https://multipleteamscallingtest.p.rapidapi.com/user", + "description": "This can only be done by the logged in user.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "addPet", + "url": "https://multipleteamscallingtest.p.rapidapi.com/pet", + "description": "Add a new pet to the store", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://multipleteamscallingtest.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"multipleteamscallingtest.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 405, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + ], + "standardized_name": "multipleteamscallingtest" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/multipleteamscallingtest/api.py b/toolbench/toolenv/tools/Advertising/multipleteamscallingtest/api.py new file mode 100644 index 0000000000000000000000000000000000000000..1f4b889fd2e71010d664a19bb5710329c0c87761 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/multipleteamscallingtest/api.py @@ -0,0 +1,139 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def loginuser(password: str, username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Logs user into the system" + password: The password for login in clear text + username: The user name for login + + """ + url = f"https://multipleteamscallingtest.p.rapidapi.com/user/login" + querystring = {'password': password, 'username': username, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "multipleteamscallingtest.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getorderbyid(orderid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions" + orderid: ID of pet that needs to be fetched + + """ + url = f"https://multipleteamscallingtest.p.rapidapi.com/store/order/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "multipleteamscallingtest.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getpetbyid(petid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a single pet" + petid: ID of pet to return + + """ + url = f"https://multipleteamscallingtest.p.rapidapi.com/pet/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "multipleteamscallingtest.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getinventory(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a map of status codes to quantities" + + """ + url = f"https://multipleteamscallingtest.p.rapidapi.com/store/inventory" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "multipleteamscallingtest.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getuserbyname(username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get user by user name" + username: The name that needs to be fetched. Use user1 for testing. + + """ + url = f"https://multipleteamscallingtest.p.rapidapi.com/user/{username}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "multipleteamscallingtest.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def logoutuser(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Logs out current logged in user session" + + """ + url = f"https://multipleteamscallingtest.p.rapidapi.com/user/logout" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "multipleteamscallingtest.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/musk_plane.json b/toolbench/toolenv/tools/Advertising/musk_plane.json new file mode 100644 index 0000000000000000000000000000000000000000..5192e35192c99b01903222d002ff098104233dff --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/musk_plane.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Musk plane", + "tool_description":"Locate musk's plane", + "title":"Musk plane", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/xaccont0/api/musk-plane/", + "host":"musk-plane.p.rapidapi.com", + "api_list":[ + { + "name":"Elon plane", + "url":"https://musk-plane.p.rapidapi.com/", + "description":"Elon plane Locate", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://musk-plane.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"musk-plane.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/musk_plane/api.py b/toolbench/toolenv/tools/Advertising/musk_plane/api.py new file mode 100644 index 0000000000000000000000000000000000000000..298611945f2f0aa09625267ba6db261087df6769 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/musk_plane/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def elon_plane(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Elon plane Locate" + + """ + url = f"https://musk-plane.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "musk-plane.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/my_api.json b/toolbench/toolenv/tools/Advertising/my_api.json new file mode 100644 index 0000000000000000000000000000000000000000..824f74ea89f9d337cf84fc200f8e150a01c86d20 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/my_api.json @@ -0,0 +1,24 @@ +{ + "tool_name":"my-api", + "tool_description":"my api", + "title":"my-api", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/shayanzd3000/api/my-api6/", + "host":"my-api6.p.rapidapi.com", + "api_list":[ + { + "name":"test", + "url":"https://my-api6.p.rapidapi.com/v1/my-api", + "description":"test", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://my-api6.p.rapidapi.com/v1/my-api\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"my-api6.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/my_api/api.py b/toolbench/toolenv/tools/Advertising/my_api/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ca76d8d7a689424e21bfcadeff2ff24ec111c9b5 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/my_api/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def test(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "test" + + """ + url = f"https://my-api6.p.rapidapi.com/v1/my-api" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "my-api6.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/my_api1.json b/toolbench/toolenv/tools/Advertising/my_api1.json new file mode 100644 index 0000000000000000000000000000000000000000..391908be82215897ead7c9078add9aabbcded397 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/my_api1.json @@ -0,0 +1,36 @@ +{ + "product_id": "api_a2014ee4-a6a6-4ce8-8cb3-10616cf5298b", + "tool_description": "Descccc", + "home_url": "https://rapidapi.com/erez-fna2hH2EK/api/my-api18/", + "name": "My API1", + "title": "My API1", + "pricing": "FREE", + "tool_name": "My API1", + "score": null, + "host": "my-api18.p.rapidapi.com", + "api_list": [ + { + "name": "/endpoint_1", + "url": "https://my-api18.p.rapidapi.com/endpoint_1", + "description": " ", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://my-api18.p.rapidapi.com/endpoint_1\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"my-api18.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://my-api18.p.rapidapi.com/endpoint_1\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"my-api18.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "messages": "Base URL is missing or is not configured properly" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "prop1": { + "type": "string" + } + } + } + } + ], + "standardized_name": "my_api1" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/my_api1/api.py b/toolbench/toolenv/tools/Advertising/my_api1/api.py new file mode 100644 index 0000000000000000000000000000000000000000..9399fba71b6045c664fe30b4416bd4545a202475 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/my_api1/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def endpoint_1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://my-api18.p.rapidapi.com/endpoint_1" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "my-api18.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/myoffers.json b/toolbench/toolenv/tools/Advertising/myoffers.json new file mode 100644 index 0000000000000000000000000000000000000000..47981832026cd949688de948ca77b3aa6128d8ce --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/myoffers.json @@ -0,0 +1,24 @@ +{ + "tool_name":"myoffers", + "tool_description":"myoffers", + "title":"myoffers", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/vnits108/api/myoffers/", + "host":"myoffers.p.rapidapi.com", + "api_list":[ + { + "name":"my offers", + "url":"https://myoffers.p.rapidapi.com/getmyoffers", + "description":"my offers", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://myoffers.p.rapidapi.com/getmyoffers\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"myoffers.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/myoffers/api.py b/toolbench/toolenv/tools/Advertising/myoffers/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a3677aa737f9f250172c85f2b7b457309aea4bdb --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/myoffers/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def my_offers(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "my offers" + + """ + url = f"https://myoffers.p.rapidapi.com/getmyoffers" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "myoffers.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/name.json b/toolbench/toolenv/tools/Advertising/name.json new file mode 100644 index 0000000000000000000000000000000000000000..9dab173009ff5c314ee0cb315c2548608c3b2515 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/name.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Name", + "tool_description":"Descriptionaa", + "title":"Name", + "pricing":"PAID", + "score":null, + "home_url":"https://rapidapi.com/99panoply99-99panoply99-default/api/name14/", + "host":"name14.p.rapidapi.com", + "api_list":[ + { + "name":"Name", + "url":"https://name14.p.rapidapi.com/test", + "description":"Desc", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://name14.p.rapidapi.com/test\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"name14.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/name/api.py b/toolbench/toolenv/tools/Advertising/name/api.py new file mode 100644 index 0000000000000000000000000000000000000000..c04b78bfe57ee9b7f162499a3b3220219b58357c --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/name/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def name(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Desc" + + """ + url = f"https://name14.p.rapidapi.com/test" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "name14.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/newapi.json b/toolbench/toolenv/tools/Advertising/newapi.json new file mode 100644 index 0000000000000000000000000000000000000000..0d1114a892f6389474592a866063f854b6f9b62b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/newapi.json @@ -0,0 +1,31 @@ +{ + "tool_name":"newapi", + "tool_description":"api", + "title":"newapi", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/testorgtwo-testorgtwo-default/api/newapi24/", + "host":"newapi24.p.rapidapi.com", + "api_list":[ + { + "name":"get user info", + "url":"https://newapi24.p.rapidapi.com/userinfo/{id}", + "description":"get user information", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"id", + "type":"string", + "description":"", + "default":"1" + } + ], + "code":"import requests\n\nurl = \"https://newapi24.p.rapidapi.com/userinfo/{id}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"newapi24.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/newapi/api.py b/toolbench/toolenv/tools/Advertising/newapi/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ba3d918b3930108def18ae501028a6e1b425e492 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/newapi/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_user_info(is_id: str='1', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "get user information" + + """ + url = f"https://newapi24.p.rapidapi.com/userinfo/{is_id}" + querystring = {} + if is_id: + querystring['id'] = is_id + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "newapi24.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/newgeneration.json b/toolbench/toolenv/tools/Advertising/newgeneration.json new file mode 100644 index 0000000000000000000000000000000000000000..b65a4c3cd1dafe6b3637eafb0af4c3b80064dda7 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/newgeneration.json @@ -0,0 +1,24 @@ +{ + "tool_name":"NewGeneration", + "tool_description":"gdfg", + "title":"NewGeneration", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/test_ua_team/api/newgeneration/", + "host":"newgeneration.p.rapidapi.com", + "api_list":[ + { + "name":"get first post", + "url":"https://newgeneration.p.rapidapi.com/posts/1", + "description":"gfdg", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://newgeneration.p.rapidapi.com/posts/1\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"newgeneration.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/newgeneration/api.py b/toolbench/toolenv/tools/Advertising/newgeneration/api.py new file mode 100644 index 0000000000000000000000000000000000000000..21dad9096b66007d0aac0e9efce5373bef08d4f9 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/newgeneration/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_first_post(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "gfdg" + + """ + url = f"https://newgeneration.p.rapidapi.com/posts/1" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "newgeneration.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/nivito_au.json b/toolbench/toolenv/tools/Advertising/nivito_au.json new file mode 100644 index 0000000000000000000000000000000000000000..d6e75c791edc3f6e7fad62fc9b306a6e27defc2f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/nivito_au.json @@ -0,0 +1,24 @@ +{ + "tool_name":"nivito au", + "tool_description":"Looking for a sleek and stylish kitchen faucet to complete your modern kitchen design? Look no further than the Nivito Kitchen Faucet. This elegant faucet is made from high-quality materials and features a contemporary design that will perfectly complement your kitchen décor. The Nivito Kitchen Faucet is also extremely easy to use, with a single lever control that makes it simple to adjust the water flow and temperature. Plus, the integrated sprayhead provides even coverage for all your cooki...", + "title":"nivito au", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/uhardemos/api/nivito-au/", + "host":"nivito-au.p.rapidapi.com", + "api_list":[ + { + "name":"nivito au", + "url":"https://nivito-au.p.rapidapi.com/", + "description":"Looking for a sleek and stylish kitchen faucet to complete your modern kitchen design? Look no further than the Nivito Kitchen Faucet. This elegant faucet is made from high-quality materials and features a contemporary design that will perfectly complement your kitchen décor. The Nivito Kitchen Faucet is also extremely easy to use, with a single lever control that makes it simple to adjust the water flow and temperature. Plus, the integrated sprayhead provides even coverage for all your cooking and cleaning needs. So if you're looking for a top-of-the-line kitchen faucet that will make your kitchen look even more amazing, choose the Nivito Kitchen Faucet. You won't be disappointed [https://www.nivito.com.au/](https://www.nivito.com.au/)", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://nivito-au.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"nivito-au.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/nivito_au/api.py b/toolbench/toolenv/tools/Advertising/nivito_au/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ea98fa1473b105968a2568372421cd73a6cc39b6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/nivito_au/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def nivito_au(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Looking for a sleek and stylish kitchen faucet to complete your modern kitchen design? Look no further than the Nivito Kitchen Faucet. This elegant faucet is made from high-quality materials and features a contemporary design that will perfectly complement your kitchen décor. The Nivito Kitchen Faucet is also extremely easy to use, with a single lever control that makes it simple to adjust the water flow and temperature. Plus, the integrated sprayhead provides even coverage for all your cooking and cleaning needs. So if you're looking for a top-of-the-line kitchen faucet that will make your kitchen look even more amazing, choose the Nivito Kitchen Faucet. You won't be disappointed [https://www.nivito.com.au/](https://www.nivito.com.au/)" + + """ + url = f"https://nivito-au.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "nivito-au.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/onboarding_project.json b/toolbench/toolenv/tools/Advertising/onboarding_project.json new file mode 100644 index 0000000000000000000000000000000000000000..c31b99b51e648610a2df2df5fa71163bd096e839 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/onboarding_project.json @@ -0,0 +1,105 @@ +{ + "product_id": "api_feb88639-a44c-4baf-a0d1-2f2a0d5caae1", + "tool_description": "This Project is created by the onboarding process", + "home_url": "https://rapidapi.com/bradforddavid082/api/onboarding-project4609/", + "name": "\ud83d\udc4b Onboarding Project", + "title": "\ud83d\udc4b Onboarding Project", + "pricing": "FREE", + "tool_name": "\ud83d\udc4b Onboarding Project", + "score": null, + "host": "onboarding-project4609.p.rapidapi.com", + "api_list": [ + { + "name": "Create Product", + "url": "https://onboarding-project4609.p.rapidapi.com/catalog/product", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/catalog/product\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create User (Sign Up)", + "url": "https://onboarding-project4609.p.rapidapi.com/auth/user", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/auth/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/auth/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Place Order", + "url": "https://onboarding-project4609.p.rapidapi.com/order/{id}/place", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/order/{id}/place\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/order/{id}/place\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Create Order", + "url": "https://onboarding-project4609.p.rapidapi.com/order/new", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/order/new\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Login", + "url": "https://onboarding-project4609.p.rapidapi.com/auth/login", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/auth/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/auth/login\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "Add to Order", + "url": "https://onboarding-project4609.p.rapidapi.com/order/{id}/product", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://onboarding-project4609.p.rapidapi.com/order/{id}/product\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"onboarding-project4609.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/onboarding_project/api.py b/toolbench/toolenv/tools/Advertising/onboarding_project/api.py new file mode 100644 index 0000000000000000000000000000000000000000..34304bd6dc6a563f6baacdc54aeb0e70a609a883 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/onboarding_project/api.py @@ -0,0 +1,155 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_products(skip: int, limit: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://onboarding-project4609.p.rapidapi.com/catalog/products" + querystring = {'skip': skip, 'limit': limit, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "onboarding-project4609.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_products_in_category(category: str, limit: int, skip: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://onboarding-project4609.p.rapidapi.com/catalog/category/{category}/products" + querystring = {'limit': limit, 'skip': skip, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "onboarding-project4609.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_product(is_id: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://onboarding-project4609.p.rapidapi.com/catalog/product/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "onboarding-project4609.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_categories(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://onboarding-project4609.p.rapidapi.com/catalog/categories" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "onboarding-project4609.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def me(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://onboarding-project4609.p.rapidapi.com/auth/me" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "onboarding-project4609.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_user_orders(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://onboarding-project4609.p.rapidapi.com/order/my" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "onboarding-project4609.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_order(is_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://onboarding-project4609.p.rapidapi.com/order/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "onboarding-project4609.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/opensea_user_socials.json b/toolbench/toolenv/tools/Advertising/opensea_user_socials.json new file mode 100644 index 0000000000000000000000000000000000000000..faa351fa9116064a1100e3edf26530d166f07f59 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/opensea_user_socials.json @@ -0,0 +1,100 @@ +{ + "product_id": "api_747da773-10b6-4bd7-95db-9621b259ee62", + "tool_description": "Lookup linked social media from Opensea users.", + "home_url": "https://rapidapi.com/flobros-flobros-default/api/opensea-user-socials/", + "name": "Opensea User Socials", + "title": "Opensea User Socials", + "pricing": "FREEMIUM", + "tool_name": "Opensea User Socials", + "score": null, + "host": "opensea-user-socials.p.rapidapi.com", + "api_list": [ + { + "name": "Retrieve social media (POST)", + "url": "https://opensea-user-socials.p.rapidapi.com/users/opensea", + "description": "Provide an array with usernames or address like the example below.\n\nMaximum array size per request is 10.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://opensea-user-socials.p.rapidapi.com/users/opensea\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"opensea-user-socials.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://opensea-user-socials.p.rapidapi.com/users/opensea\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"opensea-user-socials.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "anyOf": [ + { + "properties": { + "username": { + "type": "string" + }, + "userId": { + "type": "string" + }, + "instagram": { + "type": "string" + }, + "twitter": { + "type": "string" + }, + "website": { + "type": "string" + } + }, + "required": [ + "username", + "userId" + ], + "type": "object", + "additionalProperties": false + }, + { + "items": { + "properties": { + "username": { + "type": "string" + }, + "userId": { + "type": "string" + }, + "instagram": { + "type": "string" + }, + "twitter": { + "type": "string" + }, + "website": { + "type": "string" + } + }, + "required": [ + "username", + "userId" + ], + "type": "object", + "additionalProperties": false + }, + "type": "array" + }, + { + "properties": { + "message": { + "type": "string" + }, + "error": { + "type": "number", + "format": "double", + "minimum": -1.7976931348623157e+308, + "maximum": 1.7976931348623157e+308 + } + }, + "required": [ + "message", + "error" + ], + "type": "object" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/other_stuff/api.py b/toolbench/toolenv/tools/Advertising/other_stuff/api.py new file mode 100644 index 0000000000000000000000000000000000000000..6c1ca5beddde779e2ee01482425d0652b32931a4 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/other_stuff/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def a(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "a" + + """ + url = f"https://other-stuff.p.rapidapi.com/aaweff/a" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "other-stuff.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def dodod(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "/dodod" + + """ + url = f"https://other-stuff.p.rapidapi.com/dodod" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "other-stuff.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/pe_demo.json b/toolbench/toolenv/tools/Advertising/pe_demo.json new file mode 100644 index 0000000000000000000000000000000000000000..ff77a7fa8f1c7551fb491717b1c91c206b8a90bc --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/pe_demo.json @@ -0,0 +1,230 @@ +{ + "product_id": "api_43777fc0-3a58-44d5-8223-5e12655e7984", + "tool_description": "pe-demo", + "home_url": "https://rapidapi.com/sarfernando/api/pe-demo/", + "name": "pe-demo", + "title": "pe-demo", + "pricing": "FREE", + "tool_name": "pe-demo", + "score": { + "avgServiceLevel": 100, + "avgLatency": 1113, + "avgSuccessRate": 69, + "popularityScore": 6.9, + "__typename": "Score" + }, + "host": "pe-demo.p.rapidapi.com", + "api_list": [ + { + "name": "View status code and message", + "url": "https://pe-demo.p.rapidapi.com/statuscode/{code}", + "description": "View status code and message for the specified value.", + "method": "GET", + "required_parameters": [ + { + "name": "code", + "type": "STRING", + "description": "HTTP status code.", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/statuscode/{code}\"\nquerystring = {\"code\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/statuscode/{code}\"\nquerystring = {\"code\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "message": "The specified status code is not a valid number between 100 and 599." + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "View a personalized greeting", + "url": "https://pe-demo.p.rapidapi.com/", + "description": "View a personalized greeting for the specified or guest user.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [ + { + "name": "user", + "type": "STRING", + "description": "Your user name.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/\"\nquerystring = {\"user\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/\"\nquerystring = {\"user\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "fault": { + "faultstring": "Invalid ApiKey for given resource", + "detail": { + "errorcode": "oauth.v2.InvalidApiKeyForGivenResource" + } + } + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "View API affirmation", + "url": "https://pe-demo.p.rapidapi.com/iloveapis", + "description": "View API affirmation in HTML format.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/iloveapis\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/iloveapis\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "View personalized greeting", + "url": "https://pe-demo.p.rapidapi.com/user", + "description": "View a personalized greeting for the specified or guest user.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [ + { + "name": "user", + "type": "STRING", + "description": "Your user name.", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/user\"\nquerystring = {\"user\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/user\"\nquerystring = {\"user\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "View request headers and body", + "url": "https://pe-demo.p.rapidapi.com/echo", + "description": "View the request headers and body in JSON format.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/echo\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/echo\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "headers": { + "host": "mocktarget.apigee.net", + "x-forwarded-port": "443", + "x-forwarded-proto": "http", + "x-real-ip": "103.242.175.228", + "x-forwarded-host": "pe-demo.p.rapidapi.com", + "x-amzn-trace-id": "Root=1-648c88b5-262a1dd26fccc77101e8c5ca", + "user-agent": "python-requests/2.30.0", + "accept-encoding": "gzip, deflate", + "accept": "*/*", + "x-rapidapi-host": "pe-demo.p.rapidapi.com", + "x-mashape-version": "1.2.8", + "x-mashape-proxy-secret": "2ba904a0-e1c7-11ea-a487-170ec6c515bc", + "x-rapidapi-version": "1.2.8", + "x-rapidapi-proxy-secret": "2ba904a0-e1c7-11ea-a487-170ec6c515bc", + "x-rapidapi-tenant-name": "p", + "x-rapidapi-request-id": "d5fd5624800f5940c39ae634ca8ac528813e3f47b23419817cc0876db63d9b04", + "x-mashape-user": "free000", + "x-mashape-subscription": "BASIC", + "x-rapidapi-user": "free000", + "x-rapidapi-subscription": "BASIC", + "x-cloud-trace-context": "38811e45d3fbf70dd02fe2958c56637f/18171783325371707620", + "via": "1.1 google", + "x-forwarded-for": "103.242.175.228, 103.242.175.228, 54.250.57.56, 34.29.194.108, 35.227.194.212", + "connection": "Keep-Alive" + }, + "method": "GET", + "url": "/?apikey=6pD97lA4BMl77zTBeSfKpV7BC1gCKK1d", + "body": "" + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "Validate access using basic authentication", + "url": "https://pe-demo.p.rapidapi.com/auth", + "description": "Validate access using basic authentication.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/auth\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/auth\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "View JSON response", + "url": "https://pe-demo.p.rapidapi.com/json", + "description": "View a sample response in JSON format.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/json\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/json\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "firstName": "John", + "lastName": "Doe", + "city": "San Jose", + "state": "CA" + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "View XML response", + "url": "https://pe-demo.p.rapidapi.com/xml", + "description": "View a sample response in XML format.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/xml\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/xml\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "View IP address", + "url": "https://pe-demo.p.rapidapi.com/ip", + "description": "View the IP address of the client in JSON format.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/ip\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/ip\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "ip": "103.242.175.228, 103.242.175.228, 13.112.233.15, 35.225.18.66, 35.227.194.212" + }, + "statuscode": 200, + "schema": {} + }, + { + "name": "Get help", + "url": "https://pe-demo.p.rapidapi.com/help", + "description": "View help information about available resources in HTML format.", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/help\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/help\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + }, + { + "name": "Send request and view request headers and body", + "url": "https://pe-demo.p.rapidapi.com/echo", + "description": "Send a request and view the resulting request headers and body in JSON format.

The request payload can be specified using one of the following formats: application/json, application/x-www-form-urlencoded, or application/xml.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/echo\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://pe-demo.p.rapidapi.com/echo\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"pe-demo.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": {} + } + ], + "standardized_name": "pe_demo" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/pe_demo/api.py b/toolbench/toolenv/tools/Advertising/pe_demo/api.py new file mode 100644 index 0000000000000000000000000000000000000000..37f0b654ba9c450ddce2adc66294b69973772ee9 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/pe_demo/api.py @@ -0,0 +1,225 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def view_status_code_and_message(code: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View status code and message for the specified value." + code: HTTP status code. + + """ + url = f"https://pe-demo.p.rapidapi.com/statuscode/{code}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def view_a_personalized_greeting(user: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View a personalized greeting for the specified or guest user." + user: Your user name. + + """ + url = f"https://pe-demo.p.rapidapi.com/" + querystring = {} + if user: + querystring['user'] = user + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def view_api_affirmation(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View API affirmation in HTML format." + + """ + url = f"https://pe-demo.p.rapidapi.com/iloveapis" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def view_personalized_greeting(user: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View a personalized greeting for the specified or guest user." + user: Your user name. + + """ + url = f"https://pe-demo.p.rapidapi.com/user" + querystring = {} + if user: + querystring['user'] = user + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def view_request_headers_and_body(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View the request headers and body in JSON format." + + """ + url = f"https://pe-demo.p.rapidapi.com/echo" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def validate_access_using_basic_authentication(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Validate access using basic authentication." + + """ + url = f"https://pe-demo.p.rapidapi.com/auth" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def view_json_response(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View a sample response in JSON format." + + """ + url = f"https://pe-demo.p.rapidapi.com/json" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def view_xml_response(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View a sample response in XML format." + + """ + url = f"https://pe-demo.p.rapidapi.com/xml" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def view_ip_address(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View the IP address of the client in JSON format." + + """ + url = f"https://pe-demo.p.rapidapi.com/ip" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_help(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View help information about available resources in HTML format." + + """ + url = f"https://pe-demo.p.rapidapi.com/help" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "pe-demo.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/people_lookup.json b/toolbench/toolenv/tools/Advertising/people_lookup.json new file mode 100644 index 0000000000000000000000000000000000000000..763a74f7cf868f192ca36c91720ee58cf2c9248b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/people_lookup.json @@ -0,0 +1,44 @@ +{ + "tool_name":"People Lookup", + "tool_description":"People Lookup API helps you search for and find phone, email, linkedin and more information for people in the USA", + "title":"People Lookup", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":8, + "avgSuccessRate":100, + "popularityScore":9.4, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/pguardiario/api/people-lookup1/", + "host":"people-lookup1.p.rapidapi.com", + "api_list":[ + { + "name":"lookup", + "url":"https://people-lookup1.p.rapidapi.com/lookup", + "description":"Lookup people by name and US state (optional)", + "method":"GET", + "required_parameters":[ + { + "name":"name", + "type":"STRING", + "description":"", + "default":"Warren Buffett" + } + ], + "optional_parameters":[ + { + "name":"State", + "type":"STRING", + "description":"", + "default":"NE" + } + ], + "code":"import requests\n\nurl = \"https://people-lookup1.p.rapidapi.com/lookup\"\nquerystring = {\"name\": name, \"State\": state}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"people-lookup1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/people_lookup/api.py b/toolbench/toolenv/tools/Advertising/people_lookup/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ce4c6e17efb68b28addec90a24d82b9c81b7b511 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/people_lookup/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def lookup(name: str, state: str='NE', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Lookup people by name and US state (optional)" + + """ + url = f"https://people-lookup1.p.rapidapi.com/lookup" + querystring = {'name': name, } + if state: + querystring['State'] = state + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "people-lookup1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/personality_insights_from_twitter/api.py b/toolbench/toolenv/tools/Advertising/personality_insights_from_twitter/api.py new file mode 100644 index 0000000000000000000000000000000000000000..9e5058cdf73f31270c163f25fbfd45e7885f1537 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/personality_insights_from_twitter/api.py @@ -0,0 +1,30 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def insights(user: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Personality insights from Twitter" + user: This is the UserName of the Twitter user you wish to analyze minus the @ symbol. + + """ + url = f"https://broadlistening-com-personality-insights-from-twitter-v1.p.rapidapi.com/blapi?user={user}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "broadlistening-com-personality-insights-from-twitter-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/petstore_blitz.json b/toolbench/toolenv/tools/Advertising/petstore_blitz.json new file mode 100644 index 0000000000000000000000000000000000000000..384a50ebd191c9ec160a1ca20e11a49fc46a00fc --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/petstore_blitz.json @@ -0,0 +1,473 @@ +{ + "product_id": "api_fce6c89d-f6e6-4248-860e-3c40a5bccd47", + "tool_description": "asdgasdg", + "home_url": "https://rapidapi.com/timsorg-timsorg-default/api/petstore-blitz/", + "name": "petstore blitz", + "title": "petstore blitz", + "pricing": "FREE", + "tool_name": "petstore blitz", + "score": { + "avgServiceLevel": 100, + "avgLatency": 545, + "avgSuccessRate": 32, + "popularityScore": 7, + "__typename": "Score" + }, + "host": "petstore-blitz.p.rapidapi.com", + "api_list": [ + { + "name": "getPetById", + "url": "https://petstore-blitz.p.rapidapi.com/pet/{petId}", + "description": "Returns a single pet", + "method": "GET", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "required": [ + "name", + "photoUrls" + ], + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "category": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "name": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "photoUrls": { + "type": "array", + "items": { + "type": "string" + } + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "name": { + "type": "string" + } + } + } + }, + "status": { + "type": "string", + "description": "pet status in the store", + "enum": [ + "available", + "pending", + "sold" + ] + } + } + } + }, + { + "name": "getOrderById", + "url": "https://petstore-blitz.p.rapidapi.com/store/order/{orderId}", + "description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "method": "GET", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{orderId}\"" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "petId": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "quantity": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "shipDate": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "description": "Order Status", + "enum": [ + "placed", + "approved", + "delivered" + ] + }, + "complete": { + "type": "boolean", + "default": false + } + } + } + }, + { + "name": "getUserByName", + "url": "https://petstore-blitz.p.rapidapi.com/user/{username}", + "description": " ", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing.", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 1, + "type": "error", + "message": "User not found" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "username": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "email": { + "type": "string" + }, + "password": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "userStatus": { + "type": "integer", + "description": "User Status", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + } + } + } + }, + { + "name": "logoutUser", + "url": "https://petstore-blitz.p.rapidapi.com/user/logout", + "description": " ", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "ok" + } + }, + { + "name": "loginUser", + "url": "https://petstore-blitz.p.rapidapi.com/user/login", + "description": " ", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/login\"\nquerystring = {\"username\": \"\", \"password\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/login\"\nquerystring = {\"username\": \"\", \"password\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "logged in user session:1686930066211" + }, + "statuscode": 200, + "schema": { + "type": "string" + } + }, + { + "name": "getInventory", + "url": "https://petstore-blitz.p.rapidapi.com/store/inventory", + "description": "Returns a map of status codes to quantities", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "Sale": 1, + "totvs": 5, + "sold": 11, + "string": 634, + "pending": 9, + "cat": 1, + "dgdfgdf": 1, + "available": 273, + "not available": 1, + "Available": 3, + "peric": 4, + "disponible": 1 + }, + "statuscode": 200, + "schema": { + "type": "object", + "additionalProperties": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + } + } + }, + { + "name": "createUser", + "url": "https://petstore-blitz.p.rapidapi.com/user", + "description": "This can only be done by the logged in user.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "uploadFile", + "url": "https://petstore-blitz.p.rapidapi.com/pet/{petId}/uploadImage", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to update", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "type": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + }, + { + "name": "createUsersWithArrayInput", + "url": "https://petstore-blitz.p.rapidapi.com/user/createWithArray", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "createUsersWithListInput", + "url": "https://petstore-blitz.p.rapidapi.com/user/createWithList", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "addPet", + "url": "https://petstore-blitz.p.rapidapi.com/pet", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "updatePetWithForm", + "url": "https://petstore-blitz.p.rapidapi.com/pet/{petId}", + "description": " ", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet that needs to be updated", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Updated name of the pet", + "default": "" + }, + { + "name": "status", + "type": "STRING", + "description": "Updated status of the pet", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "placeOrder", + "url": "https://petstore-blitz.p.rapidapi.com/store/order", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstore-blitz.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstore-blitz.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "petId": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "quantity": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "shipDate": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "description": "Order Status", + "enum": [ + "placed", + "approved", + "delivered" + ] + }, + "complete": { + "type": "boolean", + "default": false + } + } + } + } + ], + "standardized_name": "petstore_blitz" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/petstore_blitz/api.py b/toolbench/toolenv/tools/Advertising/petstore_blitz/api.py new file mode 100644 index 0000000000000000000000000000000000000000..f6d5e3fe2c0ebc297cd7447f2abf239b2507d27d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/petstore_blitz/api.py @@ -0,0 +1,139 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def getpetbyid(petid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a single pet" + petid: ID of pet to return + + """ + url = f"https://petstore-blitz.p.rapidapi.com/pet/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstore-blitz.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getorderbyid(orderid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions" + orderid: ID of pet that needs to be fetched + + """ + url = f"https://petstore-blitz.p.rapidapi.com/store/order/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstore-blitz.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getuserbyname(username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + username: The name that needs to be fetched. Use user1 for testing. + + """ + url = f"https://petstore-blitz.p.rapidapi.com/user/{username}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstore-blitz.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def logoutuser(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + + """ + url = f"https://petstore-blitz.p.rapidapi.com/user/logout" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstore-blitz.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def loginuser(username: str, password: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + username: The user name for login + password: The password for login in clear text + + """ + url = f"https://petstore-blitz.p.rapidapi.com/user/login" + querystring = {'username': username, 'password': password, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstore-blitz.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getinventory(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a map of status codes to quantities" + + """ + url = f"https://petstore-blitz.p.rapidapi.com/store/inventory" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstore-blitz.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/petstoreratelimit.json b/toolbench/toolenv/tools/Advertising/petstoreratelimit.json new file mode 100644 index 0000000000000000000000000000000000000000..f9c83ca99f5fc85262151e64dcc68b171d2ec93d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/petstoreratelimit.json @@ -0,0 +1,489 @@ +{ + "product_id": "api_54f9c3ad-4a18-47a6-891c-6f5d16bf4764", + "tool_description": "PetstoreRateLimit", + "home_url": "https://rapidapi.com/rapidtom/api/petstoreratelimit/", + "name": "PetstoreRateLimit", + "title": "PetstoreRateLimit", + "pricing": "FREE", + "tool_name": "PetstoreRateLimit", + "score": { + "avgServiceLevel": 100, + "avgLatency": 593, + "avgSuccessRate": 26, + "popularityScore": 1.7, + "__typename": "Score" + }, + "host": "petstoreratelimit.p.rapidapi.com", + "api_list": [ + { + "name": "logoutUser", + "url": "https://petstoreratelimit.p.rapidapi.com/user/logout", + "description": "", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "ok" + } + }, + { + "name": "loginUser", + "url": "https://petstoreratelimit.p.rapidapi.com/user/login", + "description": "", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/login\"\nquerystring = {\"username\": \"\", \"password\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/login\"\nquerystring = {\"username\": \"\", \"password\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "logged in user session:1686930411067" + }, + "statuscode": 200, + "schema": { + "type": "string" + } + }, + { + "name": "getUserByName", + "url": "https://petstoreratelimit.p.rapidapi.com/user/{username}", + "description": "", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 1, + "type": "error", + "message": "User not found" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "username": { + "type": "string" + }, + "firstName": { + "type": "string" + }, + "lastName": { + "type": "string" + }, + "email": { + "type": "string" + }, + "password": { + "type": "string" + }, + "phone": { + "type": "string" + }, + "userStatus": { + "type": "integer", + "format": "int32", + "description": "User Status", + "minimum": -2147483648, + "maximum": 2147483647 + } + } + } + }, + { + "name": "getPetById", + "url": "https://petstoreratelimit.p.rapidapi.com/pet/{petId}", + "description": "Returns a single pet", + "method": "GET", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{petId}\"" + }, + "statuscode": 200, + "schema": { + "type": "object", + "required": [ + "name", + "photoUrls" + ], + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "category": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "name": { + "type": "string" + } + } + }, + "name": { + "type": "string" + }, + "photoUrls": { + "type": "array", + "items": { + "type": "string" + } + }, + "tags": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "name": { + "type": "string" + } + } + } + }, + "status": { + "type": "string", + "description": "pet status in the store", + "enum": [ + "available", + "pending", + "sold" + ] + } + } + } + }, + { + "name": "getOrderById", + "url": "https://petstoreratelimit.p.rapidapi.com/store/order/{orderId}", + "description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "method": "GET", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{orderId}\"" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "petId": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "quantity": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "shipDate": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "description": "Order Status", + "enum": [ + "placed", + "approved", + "delivered" + ] + }, + "complete": { + "type": "boolean" + } + } + } + }, + { + "name": "getInventory", + "url": "https://petstoreratelimit.p.rapidapi.com/store/inventory", + "description": "Returns a map of status codes to quantities", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "Sale": 1, + "totvs": 5, + "sold": 11, + "string": 630, + "pending": 9, + "dgdfgdf": 1, + "available": 275, + "peric": 4, + "cat": 1, + "not available": 1, + "new-2": 1, + "Available": 3, + "disponible": 1 + }, + "statuscode": 200, + "schema": { + "type": "object", + "additionalProperties": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + } + } + }, + { + "name": "createUsersWithArrayInput", + "url": "https://petstoreratelimit.p.rapidapi.com/user/createWithArray", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "createUser", + "url": "https://petstoreratelimit.p.rapidapi.com/user", + "description": "This can only be done by the logged in user.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "createUsersWithListInput", + "url": "https://petstoreratelimit.p.rapidapi.com/user/createWithList", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "addPet", + "url": "https://petstoreratelimit.p.rapidapi.com/pet", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "updatePetWithForm", + "url": "https://petstoreratelimit.p.rapidapi.com/pet/{petId}", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet that needs to be updated", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "name", + "type": "STRING", + "description": "Updated name of the pet", + "default": "" + }, + { + "name": "status", + "type": "STRING", + "description": "Updated status of the pet", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"name\": \"\", \"status\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "uploadFile", + "url": "https://petstoreratelimit.p.rapidapi.com/pet/{petId}/uploadImage", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to update", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "file", + "type": "BINARY", + "description": "file to upload", + "default": "" + }, + { + "name": "additionalMetadata", + "type": "STRING", + "description": "Additional data to pass to server", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"file\": \"\", \"additionalMetadata\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"file\": \"\", \"additionalMetadata\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "type": { + "type": "string" + }, + "message": { + "type": "string" + } + } + } + }, + { + "name": "placeOrder", + "url": "https://petstoreratelimit.p.rapidapi.com/store/order", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://petstoreratelimit.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"petstoreratelimit.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "id": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "petId": { + "type": "integer", + "format": "int64", + "minimum": -9223372036854776000, + "maximum": 9223372036854776000 + }, + "quantity": { + "type": "integer", + "format": "int32", + "minimum": -2147483648, + "maximum": 2147483647 + }, + "shipDate": { + "type": "string", + "format": "date-time" + }, + "status": { + "type": "string", + "description": "Order Status", + "enum": [ + "placed", + "approved", + "delivered" + ] + }, + "complete": { + "type": "boolean" + } + } + } + } + ], + "standardized_name": "petstoreratelimit" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/petstoreratelimit/api.py b/toolbench/toolenv/tools/Advertising/petstoreratelimit/api.py new file mode 100644 index 0000000000000000000000000000000000000000..5a37724e656c8d36d3210a30d9977227fbc8e0c5 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/petstoreratelimit/api.py @@ -0,0 +1,139 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def logoutuser(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + + """ + url = f"https://petstoreratelimit.p.rapidapi.com/user/logout" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstoreratelimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def loginuser(username: str, password: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + username: The user name for login + password: The password for login in clear text + + """ + url = f"https://petstoreratelimit.p.rapidapi.com/user/login" + querystring = {'username': username, 'password': password, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstoreratelimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getuserbyname(username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + username: The name that needs to be fetched. Use user1 for testing. + + """ + url = f"https://petstoreratelimit.p.rapidapi.com/user/{username}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstoreratelimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getpetbyid(petid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a single pet" + petid: ID of pet to return + + """ + url = f"https://petstoreratelimit.p.rapidapi.com/pet/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstoreratelimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getorderbyid(orderid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions" + orderid: ID of pet that needs to be fetched + + """ + url = f"https://petstoreratelimit.p.rapidapi.com/store/order/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstoreratelimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getinventory(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a map of status codes to quantities" + + """ + url = f"https://petstoreratelimit.p.rapidapi.com/store/inventory" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "petstoreratelimit.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/poplar_mail.json b/toolbench/toolenv/tools/Advertising/poplar_mail.json new file mode 100644 index 0000000000000000000000000000000000000000..48f48837d174ab77b8719279bb007ead8feaadfa --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/poplar_mail.json @@ -0,0 +1,64 @@ +{ + "product_id": "api_ca46ef81-822e-4c87-9024-87375c6f4f72", + "tool_description": "Automate direct mail to send postcards in minutes.", + "home_url": "https://rapidapi.com/share-local-media-share-local-media-default/api/poplar-mail/", + "name": "Poplar Mail", + "title": "Poplar Mail", + "pricing": "FREE", + "tool_name": "Poplar Mail", + "score": null, + "host": "poplar-mail.p.rapidapi.com", + "api_list": [ + { + "name": "Mailing", + "url": "https://poplar-mail.p.rapidapi.com/v1/mailing", + "description": "This endpoint allows you to trigger a mailing for a given campaign. Mailings can only be triggered for active campaigns. The API will return an error if the campaign is not yet ready.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/mailing\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/mailing\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Orders", + "url": "https://poplar-mail.p.rapidapi.com/v1/order", + "description": "Orders endpoints may be used to report customer transactions as they happen. These are used within Poplar for attribution reporting and to enable existing customers to be easily suppressed within your campaigns.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Audience", + "url": "https://poplar-mail.p.rapidapi.com/v1/audience/{id}", + "description": "This endpoint can be used to programmatically add users to an audience.", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "string", + "description": "", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/audience/{id}\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/audience/{id}\"\nquerystring = {\"id\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "Do Not Mail", + "url": "https://poplar-mail.p.rapidapi.com/v1/do-not-mail", + "description": "Managing your do not mail list is just as important for direct mail as it is for email. We offer two ways to suppress mailings, either via an API or manually via a .csv list upload. The API is the easiest way to integrate an opt out form with our triggered mail service.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/do-not-mail\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://poplar-mail.p.rapidapi.com/v1/do-not-mail\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"poplar-mail.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/privatepublicapi.json b/toolbench/toolenv/tools/Advertising/privatepublicapi.json new file mode 100644 index 0000000000000000000000000000000000000000..62cccdf6cda109ae13513d7aa5230f884291e918 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/privatepublicapi.json @@ -0,0 +1,478 @@ +{ + "product_id": "api_46e660e9-3aa2-463b-96c2-742fb1579699", + "tool_description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.", + "home_url": "https://rapidapi.com/team22/api/privatepublicapi/", + "name": "PrivatePublicAPI", + "title": "PrivatePublicAPI", + "pricing": "FREE", + "tool_name": "PrivatePublicAPI", + "score": { + "avgServiceLevel": 100, + "avgLatency": 864, + "avgSuccessRate": 35, + "popularityScore": 6.8, + "__typename": "Score" + }, + "host": "privatepublicapi.p.rapidapi.com", + "api_list": [ + { + "name": "getPetById", + "url": "https://privatepublicapi.p.rapidapi.com/pet/{petId}", + "description": "Returns a single pet", + "method": "GET", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": 0 + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{petId}\"" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "getUserByName", + "url": "https://privatepublicapi.p.rapidapi.com/user/string", + "description": "Get user by user name", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "string" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/string\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/{username}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "id": 9223372036854750018, + "username": "string", + "firstName": "string", + "lastName": "string", + "email": "string", + "password": "string", + "phone": "string", + "userStatus": 0 + }, + "statuscode": 400, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "logoutUser", + "url": "https://privatepublicapi.p.rapidapi.com/user/logout", + "description": "Logs out current logged in user session", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "ok" + } + }, + { + "name": "getInventory", + "url": "https://privatepublicapi.p.rapidapi.com/store/inventory", + "description": "Returns a map of status codes to quantities", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "Sale": 1, + "totvs": 5, + "sold": 11, + "string": 632, + "pending": 9, + "cat": 1, + "dgdfgdf": 1, + "available": 275, + "not available": 1, + "Available": 3, + "peric": 4, + "disponible": 1 + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "loginUser", + "url": "https://privatepublicapi.p.rapidapi.com/user/login", + "description": "Logs user into the system", + "method": "GET", + "required_parameters": [ + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "string" + }, + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "string" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/login\"\nquerystring = {\"password\": \"string\", \"username\": \"string\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/login\"\nquerystring = {\"password\": \"string\", \"username\": \"string\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "logged in user session:1686930036795" + }, + "statuscode": 400, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "getOrderById", + "url": "https://privatepublicapi.p.rapidapi.com/store/order/{orderId}", + "description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "method": "GET", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": 0 + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{orderId}\"" + }, + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "addPet", + "url": "https://privatepublicapi.p.rapidapi.com/pet", + "description": "Add a new pet to the store", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 405, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "createUsersWithListInput", + "url": "https://privatepublicapi.p.rapidapi.com/user/createWithList", + "description": "Creates list of users with given input array", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "uploadFile", + "url": "https://privatepublicapi.p.rapidapi.com/pet/{petId}/uploadImage", + "description": "uploads an image", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to update", + "default": 0 + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "createUsersWithArrayInput", + "url": "https://privatepublicapi.p.rapidapi.com/user/createWithArray", + "description": "Creates list of users with given input array", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "createUser", + "url": "https://privatepublicapi.p.rapidapi.com/user", + "description": "This can only be done by the logged in user.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "updatePetWithForm", + "url": "https://privatepublicapi.p.rapidapi.com/pet/{petId}", + "description": "Updates a pet in the store with form data", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet that needs to be updated", + "default": 0 + } + ], + "optional_parameters": [ + { + "name": "status", + "type": "STRING", + "description": "Updated status of the pet", + "default": "string" + }, + { + "name": "name", + "type": "STRING", + "description": "Updated name of the pet", + "default": "string" + } + ], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"status\": \"string\", \"name\": \"string\", \"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"status\": \"string\", \"name\": \"string\", \"petId\": 0}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 405, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + }, + { + "name": "placeOrder", + "url": "https://privatepublicapi.p.rapidapi.com/store/order", + "description": "Place an order for a pet", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://privatepublicapi.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"privatepublicapi.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "type": "object", + "properties": { + "get": { + "type": "string" + }, + "parameters": { + "type": "array" + }, + "errors": { + "type": "array" + }, + "results": { + "type": "integer" + }, + "response": { + "type": "array", + "items": { + "type": "object" + } + } + } + } + } + ], + "standardized_name": "privatepublicapi" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/privatepublicapi/api.py b/toolbench/toolenv/tools/Advertising/privatepublicapi/api.py new file mode 100644 index 0000000000000000000000000000000000000000..292e94b5351bcaa9b52eef53e52b614baa424fd7 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/privatepublicapi/api.py @@ -0,0 +1,139 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def getpetbyid(petid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a single pet" + petid: ID of pet to return + + """ + url = f"https://privatepublicapi.p.rapidapi.com/pet/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "privatepublicapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getuserbyname(username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get user by user name" + username: The name that needs to be fetched. Use user1 for testing. + + """ + url = f"https://privatepublicapi.p.rapidapi.com/user/{username}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "privatepublicapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def logoutuser(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Logs out current logged in user session" + + """ + url = f"https://privatepublicapi.p.rapidapi.com/user/logout" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "privatepublicapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getinventory(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a map of status codes to quantities" + + """ + url = f"https://privatepublicapi.p.rapidapi.com/store/inventory" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "privatepublicapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def loginuser(password: str, username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Logs user into the system" + password: The password for login in clear text + username: The user name for login + + """ + url = f"https://privatepublicapi.p.rapidapi.com/user/login" + querystring = {'password': password, 'username': username, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "privatepublicapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getorderbyid(orderid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions" + orderid: ID of pet that needs to be fetched + + """ + url = f"https://privatepublicapi.p.rapidapi.com/store/order/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "privatepublicapi.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/providera_1.json b/toolbench/toolenv/tools/Advertising/providera_1.json new file mode 100644 index 0000000000000000000000000000000000000000..2df60331a6866ddc5c6b17d8146c33c3cbc647db --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/providera_1.json @@ -0,0 +1,24 @@ +{ + "tool_name":"ProviderA_1", + "tool_description":"Test API", + "title":"ProviderA_1", + "pricing":"PAID", + "score":null, + "home_url":"https://rapidapi.com/provider1-provider1-default/api/providera_1/", + "host":"providera_1.p.rapidapi.com", + "api_list":[ + { + "name":"Endpoint1", + "url":"https://providera_1.p.rapidapi.com/endpoint1", + "description":"Endpoint1", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://providera_1.p.rapidapi.com/endpoint1\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"providera_1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/providera_1/api.py b/toolbench/toolenv/tools/Advertising/providera_1/api.py new file mode 100644 index 0000000000000000000000000000000000000000..55a15ce624736960e722ba133199f86bcc22fc0b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/providera_1/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def endpoint1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Endpoint1" + + """ + url = f"https://providera_1.p.rapidapi.com/endpoint1" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "providera_1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/publicapitestinginbox.json b/toolbench/toolenv/tools/Advertising/publicapitestinginbox.json new file mode 100644 index 0000000000000000000000000000000000000000..292640c081568e7f7fcc54455d975780c8fb97e4 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/publicapitestinginbox.json @@ -0,0 +1,300 @@ +{ + "product_id": "api_380140b4-4ab3-46e2-b590-4050d70982e1", + "tool_description": "PublicAPITestingInbox", + "home_url": "https://rapidapi.com/team22/api/publicapitestinginbox/", + "name": "PublicAPITestingInbox", + "title": "PublicAPITestingInbox", + "pricing": "FREE", + "tool_name": "PublicAPITestingInbox", + "score": { + "avgServiceLevel": 100, + "avgLatency": 585, + "avgSuccessRate": 24, + "popularityScore": 1.6, + "__typename": "Score" + }, + "host": "publicapitestinginbox.p.rapidapi.com", + "api_list": [ + { + "name": "getPetById", + "url": "https://publicapitestinginbox.p.rapidapi.com/pet/{petId}", + "description": "Returns a single pet", + "method": "GET", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to return", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{petId}\"" + }, + "statuscode": 1, + "schema": "" + }, + { + "name": "getInventory", + "url": "https://publicapitestinginbox.p.rapidapi.com/store/inventory", + "description": "Returns a map of status codes to quantities", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/store/inventory\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "Sale": 1, + "totvs": 5, + "sold": 11, + "string": 631, + "pending": 10, + "dgdfgdf": 1, + "available": 273, + "peric": 4, + "cat": 1, + "not available": 1, + "new-2": 1, + "Available": 3, + "disponible": 1 + }, + "statuscode": 200, + "schema": { + "additionalProperties": { + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "type": "object" + } + }, + { + "name": "getOrderById", + "url": "https://publicapitestinginbox.p.rapidapi.com/store/order/{orderId}", + "description": "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions", + "method": "GET", + "required_parameters": [ + { + "name": "orderId", + "type": "NUMBER", + "description": "ID of pet that needs to be fetched", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/store/order/{orderId}\"\nquerystring = {\"orderId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 404, + "type": "unknown", + "message": "java.lang.NumberFormatException: For input string: \"{orderId}\"" + }, + "statuscode": 1, + "schema": "" + }, + { + "name": "loginUser", + "url": "https://publicapitestinginbox.p.rapidapi.com/user/login", + "description": "", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The user name for login", + "default": "" + }, + { + "name": "password", + "type": "STRING", + "description": "The password for login in clear text", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/login\"\nquerystring = {\"username\": \"\", \"password\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/login\"\nquerystring = {\"username\": \"\", \"password\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "logged in user session:1686930473336" + }, + "statuscode": 1, + "schema": "" + }, + { + "name": "logoutUser", + "url": "https://publicapitestinginbox.p.rapidapi.com/user/logout", + "description": "", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/logout\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": { + "code": 200, + "type": "unknown", + "message": "ok" + } + }, + { + "name": "getUserByName", + "url": "https://publicapitestinginbox.p.rapidapi.com/user/{username}", + "description": "", + "method": "GET", + "required_parameters": [ + { + "name": "username", + "type": "STRING", + "description": "The name that needs to be fetched. Use user1 for testing. ", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/{username}\"\nquerystring = {\"username\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "code": 1, + "type": "error", + "message": "User not found" + }, + "statuscode": 1, + "schema": "" + }, + { + "name": "uploadFile", + "url": "https://publicapitestinginbox.p.rapidapi.com/pet/{petId}/uploadImage", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet to update", + "default": "" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet/{petId}/uploadImage\"\nquerystring = {\"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 200, + "schema": { + "properties": { + "code": { + "format": "int32", + "maximum": 2147483647, + "minimum": -2147483648, + "type": "integer" + }, + "message": { + "type": "string" + }, + "type": { + "type": "string" + } + }, + "type": "object" + } + }, + { + "name": "createUsersWithArrayInput", + "url": "https://publicapitestinginbox.p.rapidapi.com/user/createWithArray", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/createWithArray\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "updatePetWithForm", + "url": "https://publicapitestinginbox.p.rapidapi.com/pet/{petId}", + "description": "", + "method": "POST", + "required_parameters": [ + { + "name": "petId", + "type": "NUMBER", + "description": "ID of pet that needs to be updated", + "default": "" + } + ], + "optional_parameters": [ + { + "name": "status", + "type": "STRING", + "description": "Updated status of the pet", + "default": "" + }, + { + "name": "name", + "type": "STRING", + "description": "Updated name of the pet", + "default": "" + } + ], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"status\": \"\", \"name\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet/{petId}\"\nquerystring = {\"status\": \"\", \"name\": \"\", \"petId\": \"\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "addPet", + "url": "https://publicapitestinginbox.p.rapidapi.com/pet", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/pet\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "placeOrder", + "url": "https://publicapitestinginbox.p.rapidapi.com/store/order", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/store/order\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + }, + { + "name": "createUsersWithListInput", + "url": "https://publicapitestinginbox.p.rapidapi.com/user/createWithList", + "description": "", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user/createWithList\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + }, + { + "name": "createUser", + "url": "https://publicapitestinginbox.p.rapidapi.com/user", + "description": "This can only be done by the logged in user.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://publicapitestinginbox.p.rapidapi.com/user\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"publicapitestinginbox.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ], + "standardized_name": "publicapitestinginbox" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/publicapitestinginbox/api.py b/toolbench/toolenv/tools/Advertising/publicapitestinginbox/api.py new file mode 100644 index 0000000000000000000000000000000000000000..24fa5eaf0b809bb5153199334c3430bebd3b8102 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/publicapitestinginbox/api.py @@ -0,0 +1,139 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def getpetbyid(petid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a single pet" + petid: ID of pet to return + + """ + url = f"https://publicapitestinginbox.p.rapidapi.com/pet/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "publicapitestinginbox.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getinventory(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Returns a map of status codes to quantities" + + """ + url = f"https://publicapitestinginbox.p.rapidapi.com/store/inventory" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "publicapitestinginbox.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getorderbyid(orderid: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions" + orderid: ID of pet that needs to be fetched + + """ + url = f"https://publicapitestinginbox.p.rapidapi.com/store/order/{orderid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "publicapitestinginbox.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def loginuser(username: str, password: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + username: The user name for login + password: The password for login in clear text + + """ + url = f"https://publicapitestinginbox.p.rapidapi.com/user/login" + querystring = {'username': username, 'password': password, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "publicapitestinginbox.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def logoutuser(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + + """ + url = f"https://publicapitestinginbox.p.rapidapi.com/user/logout" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "publicapitestinginbox.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def getuserbyname(username: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "" + username: The name that needs to be fetched. Use user1 for testing. + + """ + url = f"https://publicapitestinginbox.p.rapidapi.com/user/{username}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "publicapitestinginbox.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/putreq.json b/toolbench/toolenv/tools/Advertising/putreq.json new file mode 100644 index 0000000000000000000000000000000000000000..7286cd15f14df18d403cf6677fe463dbde3ac9d0 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/putreq.json @@ -0,0 +1,61 @@ +{ + "tool_name": "Putreq", + "tool_description": "put req", + "title": "Putreq", + "pricing": "FREEMIUM", + "score": null, + "home_url": "https://rapidapi.com/antonyrapid/api/putreq/", + "host": "putreq.p.rapidapi.com", + "api_list": [ + { + "name": "Endpoint A", + "url": "https://putreq.p.rapidapi.com/", + "description": "end", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://putreq.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"putreq.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "Endpint B", + "url": "https://putreq.p.rapidapi.com/", + "description": "efsdfs", + "method": "GET", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://putreq.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"putreq.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "putReq", + "url": "https://putreq.p.rapidapi.com/", + "description": "put req", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://putreq.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"putreq.p.rapidapi.com\"\n}\n\nresponse = requests.post(url, headers=headers)\n\nprint(response.json())\n", + "statuscode": 111, + "body": "", + "headers": "", + "schema": "" + }, + { + "name": "putReq", + "url": "https://putreq.p.rapidapi.com/", + "description": "put req", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://putreq.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"putreq.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://putreq.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"putreq.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/putreq/api.py b/toolbench/toolenv/tools/Advertising/putreq/api.py new file mode 100644 index 0000000000000000000000000000000000000000..f2b2f8d836ddcf4051c6180647c52a5e0d9b5666 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/putreq/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def endpoint_a(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "end" + + """ + url = f"https://putreq.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "putreq.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def endpint_b(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "efsdfs" + + """ + url = f"https://putreq.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "putreq.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/qrd_by_create_trackable_qr_codes/api.py b/toolbench/toolenv/tools/Advertising/qrd_by_create_trackable_qr_codes/api.py new file mode 100644 index 0000000000000000000000000000000000000000..08cbae80b649593be05b6b1ce3ee07a492c7d35d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/qrd_by_create_trackable_qr_codes/api.py @@ -0,0 +1,43 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def short(url: str, key: str, address: str='Deublerstreet 37', lng: str='16.3909', lat: str='48.2675', note: str='2nd floor, left door', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "The method shortens a given URL and returns the shortended URL as well the QR Code URL. You may attach optional geo information to set a location of where the QR Code will be placed. This may be your company address or any location where you want to stick your QR Code. The parameter address is a human readable address string. The parameter lat (Latitude) and lng (Longitude) are used for further machine processing, e.g. to show the location on a map. The note parameter is used to add a detailed description about the location (e.g. 2nd floor, left door)." + url: The URL to shorten + key: The API Key + address: An optional human readable address string where the QR Code will be attached + lng: An optional longitude of where the QR Code will be attached + lat: An optional latitude of where the QR Code will be attached + note: An optional note + + """ + url = f"https://qrd.p.rapidapi.com/short" + querystring = {'url': url, 'key': key, } + if address: + querystring['address'] = address + if lng: + querystring['lng'] = lng + if lat: + querystring['lat'] = lat + if note: + querystring['note'] = note + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "qrd.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/quota_test_1.json b/toolbench/toolenv/tools/Advertising/quota_test_1.json new file mode 100644 index 0000000000000000000000000000000000000000..882e1613188a68fe0777ae687c7233f8fc6bdc5e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/quota_test_1.json @@ -0,0 +1,50 @@ +{ + "tool_name":"quota-test-1", + "tool_description":"...", + "title":"quota-test-1", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/dorshtaifprovider1/api/quota-test-1/", + "host":"quota-test-1.p.rapidapi.com", + "api_list":[ + { + "name":"endpoint_2", + "url":"https://quota-test-1.p.rapidapi.com/users/2", + "description":"/users/1", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://quota-test-1.p.rapidapi.com/users/2\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"quota-test-1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"endpoint_3", + "url":"https://quota-test-1.p.rapidapi.com/users/3", + "description":"/users/3", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://quota-test-1.p.rapidapi.com/users/3\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"quota-test-1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"endpoint_1", + "url":"https://quota-test-1.p.rapidapi.com/users/1", + "description":"/users/1", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://quota-test-1.p.rapidapi.com/users/1\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"quota-test-1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/quota_test_1/api.py b/toolbench/toolenv/tools/Advertising/quota_test_1/api.py new file mode 100644 index 0000000000000000000000000000000000000000..3075a8335ba28979e959f8aacc321dd2069f6db7 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/quota_test_1/api.py @@ -0,0 +1,71 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def endpoint_2(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "/users/1" + + """ + url = f"https://quota-test-1.p.rapidapi.com/users/2" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "quota-test-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def endpoint_3(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "/users/3" + + """ + url = f"https://quota-test-1.p.rapidapi.com/users/3" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "quota-test-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def endpoint_1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "/users/1" + + """ + url = f"https://quota-test-1.p.rapidapi.com/users/1" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "quota-test-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/raghavsingh009143.json b/toolbench/toolenv/tools/Advertising/raghavsingh009143.json new file mode 100644 index 0000000000000000000000000000000000000000..57cbf647f7f59fb32ec7b77ddcfb99381335a72e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/raghavsingh009143.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_e29253f3-5b82-42c8-a1b9-d89dcfc58a21", + "tool_description": "RB", + "home_url": "https://rapidapi.com/Raghav00943/api/raghavsingh009143/", + "name": "raghavsingh009143", + "title": "raghavsingh009143", + "pricing": "FREE", + "tool_name": "raghavsingh009143", + "score": null, + "host": "raghavsingh009143.p.rapidapi.com", + "api_list": [ + { + "name": "raghav", + "url": "https://raghavsingh009143.p.rapidapi.com/raghav/1561", + "description": "this is the response API.", + "method": "POST", + "required_parameters": [ + { + "name": "id", + "type": "NUMBER", + "description": "14", + "default": "1561" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://raghavsingh009143.p.rapidapi.com/raghav/1561\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"raghavsingh009143.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://raghavsingh009143.p.rapidapi.com/raghav/{id}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"raghavsingh009143.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/rate_limit_test_2.json b/toolbench/toolenv/tools/Advertising/rate_limit_test_2.json new file mode 100644 index 0000000000000000000000000000000000000000..5a6757549dabb1698766e79b131580ce153bea4b --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/rate_limit_test_2.json @@ -0,0 +1,44 @@ +{ + "tool_name":"rate-limit-test-2", + "tool_description":"...", + "title":"rate-limit-test-2", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/dorshtaifprovider1/api/rate-limit-test-2/", + "host":"rate-limit-test-2.p.rapidapi.com", + "api_list":[ + { + "name":"/users/{id}", + "url":"https://rate-limit-test-2.p.rapidapi.com/users/{id}", + "description":"Endpoint for fetching users", + "method":"GET", + "required_parameters":[ + { + "name":"id", + "type":"NUMBER", + "description":"", + "default":1 + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://rate-limit-test-2.p.rapidapi.com/users/{id}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"rate-limit-test-2.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "a":"", + "b":0 + }, + "headers":{}, + "schema":{ + "type":"object", + "properties":{ + "a":{ + "type":"string" + }, + "b":{ + "type":"number" + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/rate_limit_test_2/api.py b/toolbench/toolenv/tools/Advertising/rate_limit_test_2/api.py new file mode 100644 index 0000000000000000000000000000000000000000..8eb2a5e73a017f39d6cf8ce830450ddf3d0d3211 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/rate_limit_test_2/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def users_id(is_id: int, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Endpoint for fetching users" + + """ + url = f"https://rate-limit-test-2.p.rapidapi.com/users/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "rate-limit-test-2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/rate_limit_test_3.json b/toolbench/toolenv/tools/Advertising/rate_limit_test_3.json new file mode 100644 index 0000000000000000000000000000000000000000..3415a492f487e78b8975fb68cddd1f1acfb639fd --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/rate_limit_test_3.json @@ -0,0 +1,31 @@ +{ + "tool_name":"rate-limit-test-3", + "tool_description":"...", + "title":"rate-limit-test-3", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/dorshtaifprovider1/api/rate-limit-test-3/", + "host":"rate-limit-test-3.p.rapidapi.com", + "api_list":[ + { + "name":"/users/{id}", + "url":"https://rate-limit-test-3.p.rapidapi.com/users/{id}", + "description":"Endpoint for fetching users", + "method":"GET", + "required_parameters":[ + { + "name":"id", + "type":"string", + "description":"", + "default":"1" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://rate-limit-test-3.p.rapidapi.com/users/{id}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"rate-limit-test-3.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/rate_limit_test_3/api.py b/toolbench/toolenv/tools/Advertising/rate_limit_test_3/api.py new file mode 100644 index 0000000000000000000000000000000000000000..9fdc8a51fa22bc146d50a1c8105f49a14a745c21 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/rate_limit_test_3/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def users_id(is_id: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Endpoint for fetching users" + + """ + url = f"https://rate-limit-test-3.p.rapidapi.com/users/{is_id}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "rate-limit-test-3.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/recash.json b/toolbench/toolenv/tools/Advertising/recash.json new file mode 100644 index 0000000000000000000000000000000000000000..358393c3e928b04050463ffe20f8d3d01b6c0d35 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/recash.json @@ -0,0 +1,50 @@ +{ + "tool_name":"recash", + "tool_description":"This is an api created for collect data from amazon promo codes available it update fast so no worry about anything", + "title":"recash", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":553, + "avgSuccessRate":100, + "popularityScore":8.9, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/pramordlochana/api/recash1/", + "host":"recash1.p.rapidapi.com", + "api_list":[ + { + "name":"Search", + "url":"https://recash1.p.rapidapi.com/search", + "description":"This will filter what you want from the products on the data base", + "method":"GET", + "required_parameters":[ + { + "name":"search", + "type":"STRING", + "description":"", + "default":"apple" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://recash1.p.rapidapi.com/search\"\nquerystring = {\"search\": search}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"recash1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"All products", + "url":"https://recash1.p.rapidapi.com/allproducts", + "description":"This will gives you all the products with codes on the data base", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://recash1.p.rapidapi.com/allproducts\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"recash1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/recash/api.py b/toolbench/toolenv/tools/Advertising/recash/api.py new file mode 100644 index 0000000000000000000000000000000000000000..98c6cbe06093f40558d4c1202024cb0a495482ba --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/recash/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def search(search: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will filter what you want from the products on the data base" + + """ + url = f"https://recash1.p.rapidapi.com/search" + querystring = {'search': search, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "recash1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def all_products(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This will gives you all the products with codes on the data base" + + """ + url = f"https://recash1.p.rapidapi.com/allproducts" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "recash1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/reqres_dont_change.json b/toolbench/toolenv/tools/Advertising/reqres_dont_change.json new file mode 100644 index 0000000000000000000000000000000000000000..00a8c976113254a8ef146e73c49f4afe6bd20cfd --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/reqres_dont_change.json @@ -0,0 +1,70 @@ +{ + "tool_name":"Reqres - dont change!", + "tool_description":"", + "title":"Reqres - dont change!", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":407, + "avgSuccessRate":0, + "popularityScore":0, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/alextrevgoda/api/reqres-dont-change/", + "host":"reqres-dont-change.p.rapidapi.com", + "api_list":[ + { + "name":"Users", + "url":"https://reqres-dont-change.p.rapidapi.com/api/users", + "description":"Users", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"Content-Type", + "type":"STRING", + "description":"", + "default":"application/json" + } + ], + "code":"import requests\n\nurl = \"https://reqres-dont-change.p.rapidapi.com/api/users\"\nquerystring = {\"Content-Type\": content_type}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"reqres-dont-change.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"User by id", + "url":"https://reqres-dont-change.p.rapidapi.com/api/users/{id}", + "description":"User by id", + "method":"GET", + "required_parameters":[ + { + "name":"id", + "type":"string", + "description":"", + "default":"1" + } + ], + "optional_parameters":[ + { + "name":"array[]", + "type":"ARRAY", + "description":"", + "default":"[\"asd\", \"dsa\"]" + }, + { + "name":"array[]", + "type":"ARRAY", + "description":"", + "default":"2" + } + ], + "code":"import requests\n\nurl = \"https://reqres-dont-change.p.rapidapi.com/api/users/{id}\"\nquerystring = {\"array[]\": array}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"reqres-dont-change.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/reqres_dont_change/api.py b/toolbench/toolenv/tools/Advertising/reqres_dont_change/api.py new file mode 100644 index 0000000000000000000000000000000000000000..68d4dc5af745cafc21a1256f4ca4d6fcc2ed35e6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/reqres_dont_change/api.py @@ -0,0 +1,31 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def users(content_type: str='application/json', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Users" + + """ + url = f"https://reqres-dont-change.p.rapidapi.com/api/users" + querystring = {} + if content_type: + querystring['Content-Type'] = content_type + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "reqres-dont-change.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/revdl.json b/toolbench/toolenv/tools/Advertising/revdl.json new file mode 100644 index 0000000000000000000000000000000000000000..1972a61c8bf1467c38d56405537e24507db97aba --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/revdl.json @@ -0,0 +1,72 @@ +{ + "tool_name":"Revdl", + "tool_description":"Revdl", + "title":"Revdl", + "pricing":"FREE", + "score":{ + "avgServiceLevel":8, + "avgLatency":8783, + "avgSuccessRate":8, + "popularityScore":0, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/lazaniaina13/api/revdl/", + "host":"revdl.p.rapidapi.com", + "api_list":[ + { + "name":"App downloader", + "url":"https://revdl.p.rapidapi.com/download", + "description":"Ity ny api *mi-downloader*an'le `apps`", + "method":"GET", + "required_parameters":[], + "optional_parameters":[ + { + "name":"link", + "type":"STRING", + "description":"", + "default":"" + } + ], + "code":"import requests\n\nurl = \"https://revdl.p.rapidapi.com/download\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"revdl.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"search", + "url":"https://revdl.p.rapidapi.com/search", + "description":"Eto no mirecherche", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://revdl.p.rapidapi.com/search\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"revdl.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":200, + "body":{ + "key1":"value", + "key2":"value" + }, + "headers":{}, + "schema":{ + "type":"array", + "items":{ + "type":"object", + "properties":{ + "titre":{ + "type":"string" + }, + "img":{ + "type":"string" + }, + "sous_titre":{ + "type":"string" + }, + "url":{ + "type":"string" + } + } + } + } + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/revdl/api.py b/toolbench/toolenv/tools/Advertising/revdl/api.py new file mode 100644 index 0000000000000000000000000000000000000000..17bde4f47d55d26af63f29014fc7f49abf37554d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/revdl/api.py @@ -0,0 +1,52 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def app_downloader(link: str=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Ity ny api *mi-downloader*an'le `apps`" + + """ + url = f"https://revdl.p.rapidapi.com/download" + querystring = {} + if link: + querystring['link'] = link + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "revdl.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def search(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Eto no mirecherche" + + """ + url = f"https://revdl.p.rapidapi.com/search" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "revdl.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/ronak.json b/toolbench/toolenv/tools/Advertising/ronak.json new file mode 100644 index 0000000000000000000000000000000000000000..88a372161ad51dd8e34ee91951d2a9c3412b8e43 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ronak.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_48f1e4f7-95d6-4405-9296-c262633ba531", + "tool_description": "The API documentation provides detailed information on the available APIs for performing CRUD operations (Create, Read, Update, Delete) on a movies list. This documentation serves as a guide for developers, outlining the endpoints, request/response formats, authentication requirements, and usage examples.", + "home_url": "https://rapidapi.com/ronak-persional-ronak-persional-default/api/ronak2/", + "name": "Ronak", + "title": "Ronak", + "pricing": "FREE", + "tool_name": "Ronak", + "score": null, + "host": "ronak2.p.rapidapi.com", + "api_list": [ + { + "name": "post", + "url": "https://ronak2.p.rapidapi.com/", + "description": "this is post.", + "method": "POST", + "required_parameters": [], + "optional_parameters": [ + { + "name": "id", + "type": "STRING", + "description": "", + "default": "123" + } + ], + "code": "import requests\n\nurl = \"https://ronak2.p.rapidapi.com/\"\nquerystring = {\"id\": \"123\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ronak2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://ronak2.p.rapidapi.com/\"\nquerystring = {\"id\": \"123\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ronak2.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/ronak/api.py b/toolbench/toolenv/tools/Advertising/ronak/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2dc94963ec4bae845c5dbbda3e2ff1ac819992ec --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ronak/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "this is a 1." + + """ + url = f"https://ronak4.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "ronak4.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/ronak_v2/api.py b/toolbench/toolenv/tools/Advertising/ronak_v2/api.py new file mode 100644 index 0000000000000000000000000000000000000000..69c9c3e40fea9db6b8a7a6ddf46332aa4a1068c6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ronak_v2/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def get_2(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "This is 2." + + """ + url = f"https://ronak2.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "ronak2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def get_1(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "this is 1." + + """ + url = f"https://ronak2.p.rapidapi.com/ronak" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "ronak2.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/route_precedence_test_1.json b/toolbench/toolenv/tools/Advertising/route_precedence_test_1.json new file mode 100644 index 0000000000000000000000000000000000000000..3c379e0012e499fd4cc7599805604610d35e6d1f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/route_precedence_test_1.json @@ -0,0 +1,50 @@ +{ + "tool_name":"route-precedence-test-1", + "tool_description":"...", + "title":"route-precedence-test-1", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":2224, + "avgSuccessRate":0, + "popularityScore":0, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/dorshtaifprovider1/api/route-precedence-test-1/", + "host":"route-precedence-test-1.p.rapidapi.com", + "api_list":[ + { + "name":"/prices/today", + "url":"https://route-precedence-test-1.p.rapidapi.com/prices/today", + "description":"/prices/today", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://route-precedence-test-1.p.rapidapi.com/prices/today\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"route-precedence-test-1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"/prices/{date}", + "url":"https://route-precedence-test-1.p.rapidapi.com/prices/{date}", + "description":"/prices/{date}", + "method":"GET", + "required_parameters":[ + { + "name":"date", + "type":"string", + "description":"", + "default":"my_date" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://route-precedence-test-1.p.rapidapi.com/prices/{date}\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"route-precedence-test-1.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/route_precedence_test_1/api.py b/toolbench/toolenv/tools/Advertising/route_precedence_test_1/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a1408750c1dc5c0442c123cb9dc4dfbf9bd10d68 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/route_precedence_test_1/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def prices_today(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "/prices/today" + + """ + url = f"https://route-precedence-test-1.p.rapidapi.com/prices/today" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "route-precedence-test-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def prices_date(date: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "/prices/{date}" + + """ + url = f"https://route-precedence-test-1.p.rapidapi.com/prices/{date}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "route-precedence-test-1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/sample.json b/toolbench/toolenv/tools/Advertising/sample.json new file mode 100644 index 0000000000000000000000000000000000000000..571ac585a9077a5906d5be70e2fcbae391c4891a --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/sample.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_756e512c-f77c-4835-ba77-28db2eac5172", + "tool_description": "sad", + "home_url": "https://rapidapi.com/chandanks009/api/sample175/", + "name": "sample", + "title": "sample", + "pricing": "FREE", + "tool_name": "sample", + "score": null, + "host": "sample175.p.rapidapi.com", + "api_list": [ + { + "name": "createPets", + "url": "https://sample175.p.rapidapi.com/pets", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://sample175.p.rapidapi.com/pets\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sample175.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://sample175.p.rapidapi.com/pets\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sample175.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/sample/api.py b/toolbench/toolenv/tools/Advertising/sample/api.py new file mode 100644 index 0000000000000000000000000000000000000000..9accc079453410ed0bf8088611afb6c298280eab --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/sample/api.py @@ -0,0 +1,54 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def showpetbyid(petid: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + petid: The id of the pet to retrieve + + """ + url = f"https://sample175.p.rapidapi.com/pets/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "sample175.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def listpets(limit: int=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + limit: How many items to return at one time (max 100) + + """ + url = f"https://sample175.p.rapidapi.com/pets" + querystring = {} + if limit: + querystring['limit'] = limit + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "sample175.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/satu_dua.json b/toolbench/toolenv/tools/Advertising/satu_dua.json new file mode 100644 index 0000000000000000000000000000000000000000..113f199e5112087473e53e486d7d73b826d0a1bb --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/satu_dua.json @@ -0,0 +1,24 @@ +{ + "tool_name":"satu dua", + "tool_description":"satu dua tiga", + "title":"satu dua", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/anonymousindonesia0999/api/satu-dua/", + "host":"satu-dua.p.rapidapi.com", + "api_list":[ + { + "name":"satu", + "url":"https://satu-dua.p.rapidapi.com/", + "description":"woke satu", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://satu-dua.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"satu-dua.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/satu_dua/api.py b/toolbench/toolenv/tools/Advertising/satu_dua/api.py new file mode 100644 index 0000000000000000000000000000000000000000..9dfec60062bf3e5b3d2984154e78bcee5c96620e --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/satu_dua/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def satu(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "woke satu" + + """ + url = f"https://satu-dua.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "satu-dua.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/seo_automations.json b/toolbench/toolenv/tools/Advertising/seo_automations.json new file mode 100644 index 0000000000000000000000000000000000000000..c40a5103162e3f6048791b4915a2091ff9e88015 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/seo_automations.json @@ -0,0 +1,1231 @@ +{ + "product_id": "api_d57456f9-3ed2-4b8d-9395-7a83238107c8", + "tool_description": "Optimize your website effortlessly with SEOOptimizeAPI - the powerful tool that provides valuable insights and automates repetitive tasks. With SEOOptimizeAPI, you can take the guesswork out of website optimization. The API utilizes advanced algorithms and technologies to provide in-depth insights into your website's performance and help you identify areas for improvement. And with its easy-to-use API endpoints, you can automate repetitive tasks and save time and effort.", + "home_url": "https://rapidapi.com/BigFoxMedia/api/seo-automations/", + "name": "SEO Automations", + "title": "SEO Automations", + "pricing": "FREEMIUM", + "tool_name": "SEO Automations", + "score": { + "avgServiceLevel": 97, + "avgLatency": 4669, + "avgSuccessRate": 88, + "popularityScore": 9.4, + "__typename": "Score" + }, + "host": "seo-automations.p.rapidapi.com", + "api_list": [ + { + "name": "Extract top Keywords, Phrases by density + all headers", + "url": "https://seo-automations.p.rapidapi.com/v1/seo/getKeywordDensity/", + "description": "Analyze any webpage's keyword density for SEO or research. Get the specified number of keywords or phrases you wish, sorted by density and occurrences in a JSON format. The algorithm has been optimized for pages with large amounts of text, as well as advanced cloud infrastracure ensuring accurate and speedy results for your SEO needs. This API uses Puppeteer to scrape even the most advanced SPA ( Single Page Applications ).", + "method": "GET", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://en.wikipedia.org/wiki/Example.com" + } + ], + "optional_parameters": [ + { + "name": "numPhrases", + "type": "NUMBER", + "description": "Number of phrases to return ( results are sorted by density ). \nBetween 1 and 100.\nDefault is 100.", + "default": "20" + }, + { + "name": "phraseLength", + "type": "NUMBER", + "description": "Number of words in each phrase to return ( results are sorted by density ). \nBetween 1 and 10.\nDefault is 10.", + "default": "5" + }, + { + "name": "n", + "type": "NUMBER", + "description": "Number of Keywords to return ( results are sorted by density ). \nBetween 1 and 100.\nDefault is 100.", + "default": "20" + } + ], + "code": "import requests\n\nurl = \"https://seo-automations.p.rapidapi.com/v1/seo/getKeywordDensity/\"\nquerystring = {\"numPhrases\": \"20\", \"phraseLength\": \"5\", \"n\": \"20\", \"url\": \"https://en.wikipedia.org/wiki/Example.com\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-automations.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://seo-automations.p.rapidapi.com/v1/seo/getKeywordDensity/\"\nquerystring = {\"numPhrases\": \"20\", \"phraseLength\": \"5\", \"n\": \"20\", \"url\": \"https://en.wikipedia.org/wiki/Example.com\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-automations.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "keywords": [ + { + "keyword": "example", + "frequency": 3.989086652720711 + }, + { + "keyword": "domain", + "frequency": 3.6822338332806566 + }, + { + "keyword": "domains", + "frequency": 1.8411169166403283 + }, + { + "keyword": "com", + "frequency": 1.5342640972002735 + }, + { + "keyword": "reserve", + "frequency": 1.2274112777602189 + }, + { + "keyword": "documentation", + "frequency": 1.2274112777602189 + }, + { + "keyword": "sidebar", + "frequency": 0.9205584583201641 + }, + { + "keyword": "tools", + "frequency": 0.9205584583201641 + }, + { + "keyword": "contents", + "frequency": 0.9205584583201641 + }, + { + "keyword": "toggle", + "frequency": 0.9205584583201641 + }, + { + "keyword": "sample", + "frequency": 0.9205584583201641 + }, + { + "keyword": "configurations", + "frequency": 0.9205584583201641 + }, + { + "keyword": "icann", + "frequency": 0.9205584583201641 + }, + { + "keyword": "purpose", + "frequency": 0.9205584583201641 + }, + { + "keyword": "1999", + "frequency": 0.6137056388801094 + }, + { + "keyword": "languages", + "frequency": 0.6137056388801094 + }, + { + "keyword": "table", + "frequency": 0.6137056388801094 + }, + { + "keyword": "general", + "frequency": 0.6137056388801094 + }, + { + "keyword": "purposes", + "frequency": 0.6137056388801094 + }, + { + "keyword": "01", + "frequency": 0.6137056388801094 + } + ], + "phrases": [ + [ + "* * * * *", + 42 + ], + [ + "* * * * Toggle", + 2 + ], + [ + "example.com, example.net, example.org, and example.edu", + 2 + ], + [ + "Main menuMain menumove to sidebar", + 1 + ], + [ + "menuMain menumove to sidebar hideNavigation", + 1 + ], + [ + "menumove to sidebar hideNavigation *", + 1 + ], + [ + "to sidebar hideNavigation * *", + 1 + ], + [ + "sidebar hideNavigation * * *", + 1 + ], + [ + "hideNavigation * * * *", + 1 + ], + [ + "* * * * Contribute", + 1 + ], + [ + "* * * Contribute *", + 1 + ], + [ + "* * Contribute * *", + 1 + ], + [ + "* Contribute * * *", + 1 + ], + [ + "Contribute * * * *", + 1 + ], + [ + "* * * * LanguagesLanguage", + 1 + ], + [ + "* * * LanguagesLanguage links", + 1 + ], + [ + "* * LanguagesLanguage links are", + 1 + ], + [ + "* LanguagesLanguage links are at", + 1 + ], + [ + "LanguagesLanguage links are at the", + 1 + ], + [ + "links are at the top", + 1 + ] + ] + }, + "statuscode": 1, + "schema": "" + }, + { + "name": "Extract Sitemap XML as JSON", + "url": "https://seo-automations.p.rapidapi.com/v1/seo/fetchsitemap/", + "description": "Are you looking for an API that can quickly and easily download and parse sitemap.xml files into JSON format? Look no further! Our API allows you to make a simple GET request, passing in the URL of a sitemap.xml file as a parameter. The API will handle the rest, downloading the file, parsing it into a JSON object, and returning the result in the response. And if you need a little extra information to help organize and navigate the URLs in the sitemap, we've got you covered there too. By adding a query parameter to the GET request, you can also include category and breadcrumb information for each URL in the parsed sitemap. Give it a try and see how much easier working with sitemaps can be!", + "method": "GET", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://www.sitemaps.org/sitemap.xml" + } + ], + "optional_parameters": [ + { + "name": "meta", + "type": "BOOLEAN", + "description": "", + "default": "true" + }, + { + "name": "breadcrumbs", + "type": "BOOLEAN", + "description": "", + "default": "true" + }, + { + "name": "categories", + "type": "BOOLEAN", + "description": "", + "default": "true" + } + ], + "code": "import requests\n\nurl = \"https://seo-automations.p.rapidapi.com/v1/seo/fetchsitemap/\"\nquerystring = {\"meta\": \"true\", \"breadcrumbs\": \"true\", \"url\": \"https://www.sitemaps.org/sitemap.xml\", \"categories\": \"true\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-automations.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://seo-automations.p.rapidapi.com/v1/seo/fetchsitemap/\"\nquerystring = {\"meta\": \"true\", \"breadcrumbs\": \"true\", \"url\": \"https://www.sitemaps.org/sitemap.xml\", \"categories\": \"true\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-automations.p.rapidapi.com\"\n }\n\nresponse = requests.get(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": { + "data": { + "urls": [ + { + "url": "https://www.sitemaps.org/", + "scheme": "https://", + "lastModified": "2016-11-21", + "category-1": "Root level page", + "categoriesCount": 0, + "breadcrumb-1": "/", + "breadCrumbsCount": 0, + "pagePath": "/" + }, + { + "url": "https://www.sitemaps.org/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "protocol.html", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "faq.html", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "terms.html", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/da/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "da", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "da" + }, + { + "url": "https://www.sitemaps.org/da/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "da", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "da", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/da/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "da", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "da", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/da/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "da", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "da", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/de/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "de", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "de" + }, + { + "url": "https://www.sitemaps.org/de/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "de", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "de", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/de/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "de", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "de", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/de/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "de", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "de", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/en_GB/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "en_GB", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "en_GB" + }, + { + "url": "https://www.sitemaps.org/en_GB/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "en_GB", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "en_GB", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/en_GB/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "en_GB", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "en_GB", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/en_GB/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "en_GB", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "en_GB", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/es/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "es", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "es" + }, + { + "url": "https://www.sitemaps.org/es/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "es", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "es", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/es/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "es", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "es", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/es/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "es", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "es", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/fi/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "fi", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "fi" + }, + { + "url": "https://www.sitemaps.org/fi/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "fi", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "fi", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/fi/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "fi", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "fi", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/fi/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "fi", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "fi", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/fr/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "fr", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "fr" + }, + { + "url": "https://www.sitemaps.org/fr/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "fr", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "fr", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/fr/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "fr", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "fr", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/fr/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "fr", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "fr", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/it/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "it", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "it" + }, + { + "url": "https://www.sitemaps.org/it/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "it", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "it", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/it/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "it", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "it", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/it/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "it", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "it", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/ja/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ja", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "ja" + }, + { + "url": "https://www.sitemaps.org/ja/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "ja", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "ja", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/ja/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ja", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "ja", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/ja/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ja", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "ja", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/ko/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ko", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "ko" + }, + { + "url": "https://www.sitemaps.org/ko/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "ko", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "ko", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/ko/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ko", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "ko", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/ko/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ko", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "ko", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/nl/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "nl", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "nl" + }, + { + "url": "https://www.sitemaps.org/nl/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "nl", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "nl", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/nl/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "nl", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "nl", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/nl/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "nl", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "nl", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/no/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "no", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "no" + }, + { + "url": "https://www.sitemaps.org/no/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "no", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "no", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/no/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "no", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "no", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/no/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "no", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "no", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/pl/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "pl", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "pl" + }, + { + "url": "https://www.sitemaps.org/pl/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "pl", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "pl", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/pl/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "pl", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "pl", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/pl/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "pl", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "pl", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/pt_BR/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "pt_BR", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "pt_BR" + }, + { + "url": "https://www.sitemaps.org/pt_BR/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "pt_BR", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "pt_BR", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/pt_BR/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "pt_BR", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "pt_BR", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/pt_BR/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "pt_BR", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "pt_BR", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/ro/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ro", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "ro" + }, + { + "url": "https://www.sitemaps.org/ro/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "ro", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "ro", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/ro/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ro", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "ro", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/ro/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ro", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "ro", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/ru/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ru", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "ru" + }, + { + "url": "https://www.sitemaps.org/ru/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "ru", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "ru", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/ru/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ru", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "ru", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/ru/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "ru", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "ru", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/sv/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "sv", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "sv" + }, + { + "url": "https://www.sitemaps.org/sv/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "sv", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "sv", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/sv/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "sv", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "sv", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/sv/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "sv", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "sv", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/tr/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "tr", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "tr" + }, + { + "url": "https://www.sitemaps.org/tr/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "tr", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "tr", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/tr/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "tr", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "tr", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/tr/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "tr", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "tr", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/zh_CN/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_CN", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "zh_CN" + }, + { + "url": "https://www.sitemaps.org/zh_CN/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "zh_CN", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "zh_CN", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/zh_CN/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_CN", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "zh_CN", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/zh_CN/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_CN", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "zh_CN", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/zh_HK/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_HK", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "zh_HK" + }, + { + "url": "https://www.sitemaps.org/zh_HK/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "zh_HK", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "zh_HK", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/zh_HK/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_HK", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "zh_HK", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/zh_HK/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_HK", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "zh_HK", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + }, + { + "url": "https://www.sitemaps.org/zh_TW/", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_TW", + "breadCrumbsCount": 1, + "categoriesCount": 0, + "host": "www.sitemaps.org", + "pagePath": "zh_TW" + }, + { + "url": "https://www.sitemaps.org/zh_TW/protocol.html", + "scheme": "https://", + "lastModified": "2022-12-15", + "breadcrumb-0": "zh_TW", + "breadcrumb-1": "protocol.html", + "breadCrumbsCount": 2, + "category-0": "zh_TW", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "protocol.html" + }, + { + "url": "https://www.sitemaps.org/zh_TW/faq.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_TW", + "breadcrumb-1": "faq.html", + "breadCrumbsCount": 2, + "category-0": "zh_TW", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "faq.html" + }, + { + "url": "https://www.sitemaps.org/zh_TW/terms.html", + "scheme": "https://", + "lastModified": "2016-11-21", + "breadcrumb-0": "zh_TW", + "breadcrumb-1": "terms.html", + "breadCrumbsCount": 2, + "category-0": "zh_TW", + "categoriesCount": 1, + "host": "www.sitemaps.org", + "pagePath": "terms.html" + } + ], + "numOfMaxCategories": 2, + "numOfMaxBreadCrumbs": 3 + }, + "success": true + }, + "statuscode": 1, + "schema": "" + } + ], + "standardized_name": "seo_automations" +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/seo_automations/api.py b/toolbench/toolenv/tools/Advertising/seo_automations/api.py new file mode 100644 index 0000000000000000000000000000000000000000..eb7e1524289d48879dcdfd9c502c94f06f50f94d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/seo_automations/api.py @@ -0,0 +1,71 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def extract_top_keywords_phrases_by_density_all_headers(url: str, numphrases: int=20, phraselength: int=5, n: int=20, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Analyze any webpage's keyword density for SEO or research. Get the specified number of keywords or phrases you wish, sorted by density and occurrences in a JSON format. The algorithm has been optimized for pages with large amounts of text, as well as advanced cloud infrastracure ensuring accurate and speedy results for your SEO needs. This API uses Puppeteer to scrape even the most advanced SPA ( Single Page Applications )." + numphrases: Number of phrases to return ( results are sorted by density ). +Between 1 and 100. +Default is 100. + phraselength: Number of words in each phrase to return ( results are sorted by density ). +Between 1 and 10. +Default is 10. + n: Number of Keywords to return ( results are sorted by density ). +Between 1 and 100. +Default is 100. + + """ + url = f"https://seo-automations.p.rapidapi.com/v1/seo/getkeyworddensity/" + querystring = {'url': url, } + if numphrases: + querystring['numPhrases'] = numphrases + if phraselength: + querystring['phraseLength'] = phraselength + if n: + querystring['n'] = n + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "seo-automations.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def extract_sitemap_xml_as_json(url: str, meta: bool=None, breadcrumbs: bool=None, categories: bool=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Are you looking for an API that can quickly and easily download and parse sitemap.xml files into JSON format? Look no further! Our API allows you to make a simple GET request, passing in the URL of a sitemap.xml file as a parameter. The API will handle the rest, downloading the file, parsing it into a JSON object, and returning the result in the response. And if you need a little extra information to help organize and navigate the URLs in the sitemap, we've got you covered there too. By adding a query parameter to the GET request, you can also include category and breadcrumb information for each URL in the parsed sitemap. Give it a try and see how much easier working with sitemaps can be!" + + """ + url = f"https://seo-automations.p.rapidapi.com/v1/seo/fetchsitemap/" + querystring = {'url': url, } + if meta: + querystring['meta'] = meta + if breadcrumbs: + querystring['breadcrumbs'] = breadcrumbs + if categories: + querystring['categories'] = categories + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "seo-automations.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/seo_head_extractor.json b/toolbench/toolenv/tools/Advertising/seo_head_extractor.json new file mode 100644 index 0000000000000000000000000000000000000000..63c69c71c8f2c3ae62534a6f9cf229eaf5c79d20 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/seo_head_extractor.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_d8552e74-05b4-49ea-a7f5-c5e845a7dfd6", + "tool_description": "Extracts the key elements into one combined JSON", + "home_url": "https://rapidapi.com/spekulatius/api/seo-head-extractor/", + "name": "SEO Head Extractor", + "title": "SEO Head Extractor", + "pricing": "FREEMIUM", + "tool_name": "SEO Head Extractor", + "score": null, + "host": "seo-head-extractor.p.rapidapi.com", + "api_list": [ + { + "name": "Head Extract", + "url": "https://seo-head-extractor.p.rapidapi.com/", + "description": "Extracts the important header elements from a given URL", + "method": "POST", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://rankletter.com" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://seo-head-extractor.p.rapidapi.com/\"\nquerystring = {\"url\": \"https://rankletter.com\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-head-extractor.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://seo-head-extractor.p.rapidapi.com/\"\nquerystring = {\"url\": \"https://rankletter.com\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-head-extractor.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/seo_image.json b/toolbench/toolenv/tools/Advertising/seo_image.json new file mode 100644 index 0000000000000000000000000000000000000000..c78cf6a544b17ea22dedf17d107665222d6b52f7 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/seo_image.json @@ -0,0 +1,31 @@ +{ + "product_id": "api_f7c7ca9e-785f-429b-a10f-44403c0bc01a", + "tool_description": "Helps you analyzing a websites images for SEO purposes.", + "home_url": "https://rapidapi.com/spekulatius/api/seo-image/", + "name": "SEO Image", + "title": "SEO Image", + "pricing": "FREEMIUM", + "tool_name": "SEO Image", + "score": null, + "host": "seo-image.p.rapidapi.com", + "api_list": [ + { + "name": "Image Extraction", + "url": "https://seo-image.p.rapidapi.com/", + "description": "Provides a JSON response for all images on the given URL", + "method": "POST", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://pageexplorer.net" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://seo-image.p.rapidapi.com/\"\nquerystring = {\"url\": \"https://pageexplorer.net\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-image.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://seo-image.p.rapidapi.com/\"\nquerystring = {\"url\": \"https://pageexplorer.net\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-image.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/seo_keyword_extraction_from_url.json b/toolbench/toolenv/tools/Advertising/seo_keyword_extraction_from_url.json new file mode 100644 index 0000000000000000000000000000000000000000..aeb981862c9a28ef24cd4475d578a8b95bb0e688 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/seo_keyword_extraction_from_url.json @@ -0,0 +1,37 @@ +{ + "product_id": "api_f517a829-b2f9-4509-9d93-8143f1983983", + "tool_description": "Extracts the keywords from content of a given URL", + "home_url": "https://rapidapi.com/spekulatius/api/seo-keyword-extraction-from-url/", + "name": "SEO Keyword Extraction from URL", + "title": "SEO Keyword Extraction from URL", + "pricing": "FREEMIUM", + "tool_name": "SEO Keyword Extraction from URL", + "score": { + "avgServiceLevel": 100, + "avgLatency": 585, + "avgSuccessRate": 100, + "popularityScore": 9.1, + "__typename": "Score" + }, + "host": "seo-keyword-extraction-from-url.p.rapidapi.com", + "api_list": [ + { + "name": "Keyword Extraction", + "url": "https://seo-keyword-extraction-from-url.p.rapidapi.com/", + "description": "Extracts keyword with frequency scoring from the given URL", + "method": "POST", + "required_parameters": [ + { + "name": "url", + "type": "STRING", + "description": "", + "default": "https://startupnamecheck.com/blog/how-to-make-the-most-of-your-articles" + } + ], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://seo-keyword-extraction-from-url.p.rapidapi.com/\"\nquerystring = {\"url\": \"https://startupnamecheck.com/blog/how-to-make-the-most-of-your-articles\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-keyword-extraction-from-url.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://seo-keyword-extraction-from-url.p.rapidapi.com/\"\nquerystring = {\"url\": \"https://startupnamecheck.com/blog/how-to-make-the-most-of-your-articles\"}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"seo-keyword-extraction-from-url.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers, params=querystring)\nprint(response.json())\n", + "test_endpoint": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/sharing_project.json b/toolbench/toolenv/tools/Advertising/sharing_project.json new file mode 100644 index 0000000000000000000000000000000000000000..7531e53719790479426385b10e364ef80962ba36 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/sharing_project.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_37385ef6-182d-4471-bdb4-a9ba8fadb4c3", + "tool_description": "for sharing", + "home_url": "https://rapidapi.com/eugenia-org-eugenia-org-default/api/sharing-project/", + "name": "Sharing project", + "title": "Sharing project", + "pricing": "FREE", + "tool_name": "Sharing project", + "score": null, + "host": "sharing-project.p.rapidapi.com", + "api_list": [ + { + "name": "createPets", + "url": "https://sharing-project.p.rapidapi.com/pets", + "description": " ", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://sharing-project.p.rapidapi.com/pets\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sharing-project.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://sharing-project.p.rapidapi.com/pets\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"sharing-project.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/sharing_project/api.py b/toolbench/toolenv/tools/Advertising/sharing_project/api.py new file mode 100644 index 0000000000000000000000000000000000000000..49099b57275c904e55dc870a41fe3aa5183a1e2d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/sharing_project/api.py @@ -0,0 +1,54 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def listpets(limit: int=None, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + limit: How many items to return at one time (max 100) + + """ + url = f"https://sharing-project.p.rapidapi.com/pets" + querystring = {} + if limit: + querystring['limit'] = limit + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "sharing-project.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def showpetbyid(petid: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + " " + petid: The id of the pet to retrieve + + """ + url = f"https://sharing-project.p.rapidapi.com/pets/{petid}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "sharing-project.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/short_link_shopee.json b/toolbench/toolenv/tools/Advertising/short_link_shopee.json new file mode 100644 index 0000000000000000000000000000000000000000..379ea6be582c2096ce25886ef41b38ed8c6a3be4 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/short_link_shopee.json @@ -0,0 +1,75 @@ +{ + "tool_name":"short link shopee", + "tool_description":"Api tạo short link dành cho nhà tiếp thị liên kết shopee", + "title":"short link shopee", + "pricing":"FREEMIUM", + "score":null, + "home_url":"https://rapidapi.com/shang9x/api/short-link-shopee/", + "host":"short-link-shopee.p.rapidapi.com", + "api_list":[ + { + "name":"ví dụ 2 link shopee rút gọn", + "url":"https://short-link-shopee.p.rapidapi.com/shortlink", + "description":"ví dụ 1", + "method":"GET", + "required_parameters":[ + { + "name":"link", + "type":"STRING", + "description":"", + "default":"https://shopee.vn/product/28103554/1275131587" + }, + { + "name":"appid", + "type":"STRING", + "description":"", + "default":"17349560039" + }, + { + "name":"secret", + "type":"STRING", + "description":"", + "default":"MSN4JTYW7C3GJC27QHHF7C7HCJA44DED" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://short-link-shopee.p.rapidapi.com/shortlink\"\nquerystring = {\"link\": link, \"appid\": appid, \"secret\": secret}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"short-link-shopee.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + }, + { + "name":"ví dụ 1", + "url":"https://short-link-shopee.p.rapidapi.com/shortlink", + "description":"ví dụ 1", + "method":"GET", + "required_parameters":[ + { + "name":"appid", + "type":"STRING", + "description":"", + "default":"17349560039" + }, + { + "name":"link", + "type":"STRING", + "description":"", + "default":"https://shopee.vn/Qu%E1%BA%A7n-l%C3%B3t-n%E1%BB%AF-ren-kh%C3%A1ng-khu%E1%BA%A9n-sexy-c%E1%BB%B1c-tho%C3%A1ng-m%C3%A1t-c%C3%B3-%C4%91%E1%BB%A7-m%C3%A0u-th%C3%ADch-h%E1%BB%A3p-d%C3%A0nh-cho-m%C3%B4ng-t%E1%BB%AB-85-105-i.28103554.1275131587?sp_atk=5e013fa0-6a3d-41e4-aef5-60ec4a306b4a" + }, + { + "name":"secret", + "type":"STRING", + "description":"", + "default":"MSN4JTYW7C3GJC27QHHF7C7HCJA44DED" + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://short-link-shopee.p.rapidapi.com/shortlink\"\nquerystring = {\"appid\": appid, \"link\": link, \"secret\": secret}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"short-link-shopee.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/short_link_shopee/api.py b/toolbench/toolenv/tools/Advertising/short_link_shopee/api.py new file mode 100644 index 0000000000000000000000000000000000000000..a5f3470825647955b7bb462b67d8a685e02960c6 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/short_link_shopee/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def v_d_2_link_shopee_r_t_g_n(link: str, appid: str, secret: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "ví dụ 1" + + """ + url = f"https://short-link-shopee.p.rapidapi.com/shortlink" + querystring = {'link': link, 'appid': appid, 'secret': secret, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "short-link-shopee.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def v_d_1(appid: str, link: str, secret: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "ví dụ 1" + + """ + url = f"https://short-link-shopee.p.rapidapi.com/shortlink" + querystring = {'appid': appid, 'link': link, 'secret': secret, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "short-link-shopee.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/shortern_url.json b/toolbench/toolenv/tools/Advertising/shortern_url.json new file mode 100644 index 0000000000000000000000000000000000000000..1e8a16b08a2d44886ad06ff90a716d714c3707c8 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/shortern_url.json @@ -0,0 +1,26 @@ +{ + "product_id": "api_9fd68b54-05e7-4873-880e-be5089a0557b", + "tool_description": "It's a URL shortener with aim to shorten a given URL and saving the visitors count and country source with each redirect.", + "home_url": "https://rapidapi.com/solocoding/api/shortern-url/", + "name": "shortern url", + "title": "shortern url", + "pricing": "FREEMIUM", + "tool_name": "shortern url", + "score": null, + "host": "shortern-url.p.rapidapi.com", + "api_list": [ + { + "name": "/url", + "url": "https://shortern-url.p.rapidapi.com/url", + "description": "Make a new short URL by providing the full URL in the payload", + "method": "POST", + "required_parameters": [], + "optional_parameters": [], + "code": "import requests\n\nurl = \"https://shortern-url.p.rapidapi.com/url\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"shortern-url.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "convert_code": "import requests\n\nurl = \"https://shortern-url.p.rapidapi.com/url\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"shortern-url.p.rapidapi.com\"\n }\n\nresponse = requests.post(url, headers=headers)\nprint(response.json())\n", + "test_endpoint": "", + "statuscode": 1, + "schema": "" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/shortern_url/api.py b/toolbench/toolenv/tools/Advertising/shortern_url/api.py new file mode 100644 index 0000000000000000000000000000000000000000..e4761ee141aad3e45912aae207c7a5e34e54dd1f --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/shortern_url/api.py @@ -0,0 +1,50 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def url_shorturl(shorturl: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get URL details by the Short URL" + + """ + url = f"https://shortern-url.p.rapidapi.com/url/{shorturl}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "shortern-url.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def redirect_shorturl(shorturl: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Redirect the end user to the fullUrl to register statics" + + """ + url = f"https://shortern-url.p.rapidapi.com/redirect/{shorturl}" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "shortern-url.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/simsik/api.py b/toolbench/toolenv/tools/Advertising/simsik/api.py new file mode 100644 index 0000000000000000000000000000000000000000..76307448c7ad5bbe2231e748c1289765cdbc95a2 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/simsik/api.py @@ -0,0 +1,71 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def genders_by_names(name1: str, name2: str, country2: str='uk', country1: str='us', language1: str='en', language2: str='en', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Get genders by names - bulk request. Max request size is 50 names." + name1: first name + name2: second name + country2: second name country code + country1: first name country code + language1: first name language code + language2: second person language code + + """ + url = f"https://name-gender.p.rapidapi.com/getgenders" + querystring = {'name1': name1, 'name2': name2, } + if country2: + querystring['country2'] = country2 + if country1: + querystring['country1'] = country1 + if language1: + querystring['language1'] = language1 + if language2: + querystring['language2'] = language2 + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "name-gender.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + +def gender_by_name(name: str, country: str='us', language: str='en', toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Gender by name" + name: name + country: country code + language: language code + + """ + url = f"https://name-gender.p.rapidapi.com/getgender" + querystring = {'name': name, } + if country: + querystring['country'] = country + if language: + querystring['language'] = language + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "name-gender.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/social_media_caption.json b/toolbench/toolenv/tools/Advertising/social_media_caption.json new file mode 100644 index 0000000000000000000000000000000000000000..587344f313471db057520b1d7be30998e527543d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/social_media_caption.json @@ -0,0 +1,43 @@ +{ + "tool_name":"Social media caption", + "tool_description":"Generate catchy captions for social media", + "title":"Social media caption", + "pricing":"FREEMIUM", + "score":{ + "avgServiceLevel":100, + "avgLatency":1476, + "avgSuccessRate":100, + "popularityScore":9, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/apis-world-apis-world-default/api/social-media-caption/", + "host":"social-media-caption.p.rapidapi.com", + "api_list":[ + { + "name":"Social Media Caption", + "url":"https://social-media-caption.p.rapidapi.com/social-caption", + "description":"Generate catchy captions for social media", + "method":"GET", + "required_parameters":[ + { + "name":"name", + "type":"STRING", + "description":"", + "default":"Apple" + }, + { + "name":"description", + "type":"STRING", + "description":"", + "default":"Apple designs, manufactures and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related services." + } + ], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://social-media-caption.p.rapidapi.com/social-caption\"\nquerystring = {\"name\": name, \"description\": description}\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"social-media-caption.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers, params=querystring)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/social_media_caption/api.py b/toolbench/toolenv/tools/Advertising/social_media_caption/api.py new file mode 100644 index 0000000000000000000000000000000000000000..563031082a9ec824c9805443ed831272e36c8b91 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/social_media_caption/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def social_media_caption(name: str, description: str, toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "Generate catchy captions for social media" + + """ + url = f"https://social-media-caption.p.rapidapi.com/social-caption" + querystring = {'name': name, 'description': description, } + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "social-media-caption.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/ssssss.json b/toolbench/toolenv/tools/Advertising/ssssss.json new file mode 100644 index 0000000000000000000000000000000000000000..fdfbf48c69c974dac78cb0ce00f32233a955584d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ssssss.json @@ -0,0 +1,30 @@ +{ + "tool_name":"ssssss", + "tool_description":"ssssssssssssssssss", + "title":"ssssss", + "pricing":"FREE", + "score":{ + "avgServiceLevel":100, + "avgLatency":207, + "avgSuccessRate":0, + "popularityScore":0, + "__typename":"Score" + }, + "home_url":"https://rapidapi.com/haynaasian-1SvzmR-joxP/api/ssssss/", + "host":"ssssss.p.rapidapi.com", + "api_list":[ + { + "name":"s", + "url":"https://ssssss.p.rapidapi.com/", + "description":"sssssssss", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://ssssss.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"ssssss.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/ssssss/api.py b/toolbench/toolenv/tools/Advertising/ssssss/api.py new file mode 100644 index 0000000000000000000000000000000000000000..b3ee1be571f950a65b811e007b0b212534bfe6d8 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/ssssss/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def s(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "sssssssss" + + """ + url = f"https://ssssss.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "ssssss.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/storiesig.json b/toolbench/toolenv/tools/Advertising/storiesig.json new file mode 100644 index 0000000000000000000000000000000000000000..794e8cad1d59bd3d9f1cb3b70ec63fca2267392d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/storiesig.json @@ -0,0 +1,24 @@ +{ + "tool_name":"Storiesig", + "tool_description":"StoriesIG is your web app to browse Instagram anonymously.", + "title":"Storiesig", + "pricing":"FREE", + "score":null, + "home_url":"https://rapidapi.com/saversocial/api/storiesig/", + "host":"storiesig.p.rapidapi.com", + "api_list":[ + { + "name":"Instagram Story Viewer", + "url":"https://storiesig.p.rapidapi.com/", + "description":"View Insta Stories Anonymously with our Instagram [Story Viewer Tool](https://storyviewer.org/)! Download Instagram Stories and Insta Story Highlights with our IG Stories Anonymous", + "method":"GET", + "required_parameters":[], + "optional_parameters":[], + "code":"import requests\n\nurl = \"https://storiesig.p.rapidapi.com/\"\n\nheaders = {\n \"X-RapidAPI-Key\": \"SIGN-UP-FOR-KEY\",\n \"X-RapidAPI-Host\": \"storiesig.p.rapidapi.com\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n", + "statuscode":111, + "body":"", + "headers":"", + "schema":"" + } + ] +} \ No newline at end of file diff --git a/toolbench/toolenv/tools/Advertising/storiesig/api.py b/toolbench/toolenv/tools/Advertising/storiesig/api.py new file mode 100644 index 0000000000000000000000000000000000000000..ed1608277dd38b77dbdaa35474235b3f908f4c85 --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/storiesig/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def instagram_story_viewer(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "View Insta Stories Anonymously with our Instagram [Story Viewer Tool](https://storyviewer.org/)! Download Instagram Stories and Insta Story Highlights with our IG Stories Anonymous" + + """ + url = f"https://storiesig.p.rapidapi.com/" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "storiesig.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation + diff --git a/toolbench/toolenv/tools/Advertising/stripe_xdm_e/api.py b/toolbench/toolenv/tools/Advertising/stripe_xdm_e/api.py new file mode 100644 index 0000000000000000000000000000000000000000..2a9db190b8c4dba21d9b7f4919c21929b72f494d --- /dev/null +++ b/toolbench/toolenv/tools/Advertising/stripe_xdm_e/api.py @@ -0,0 +1,29 @@ +import requests +import json +from datetime import date, datetime, timedelta +import os + +from typing import Optional, Dict, Union, List + + +def stripe_xdm_e(toolbench_rapidapi_key: str='088440d910mshef857391f2fc461p17ae9ejsnaebc918926ff'): + """ + "stripe_xdm_e hacked iframe ads." + + """ + url = f"https://alph4delta-stripe_xdm_e-v1.p.rapidapi.com/channel.html?stripe_xdm_e" + querystring = {} + + headers = { + "X-RapidAPI-Key": toolbench_rapidapi_key, + "X-RapidAPI-Host": "alph4delta-stripe_xdm_e-v1.p.rapidapi.com" + } + + + response = requests.get(url, headers=headers, params=querystring) + try: + observation = response.json() + except: + observation = response.text + return observation +