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
Location parameters
\n
Description
\n
\n\n\n
\n
lat
\n
\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
\n
\n
\n
lon
\n
\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
\n
\n
\n
type
\n
\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
\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
Costing model
\n
Description
\n
\n\n\n
\n
auto
\n
\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
\n
\n
\n
bicycle
\n
\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
\n
\n
\n
bus
\n
\n\tStandard costing for bus routes. Bus costing inherits the auto costing behaviors, but checks for bus access on the roads.\n
\n
\n\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
Parameter
\n
Description
\n
\n\n\n
\n
date_time
\n
\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
\n
\n
\n
id
\n
\n Name of the isochrone request. If id is specified, the name is returned with the response.\n
\n
\n
\n
contours
\n
\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
\n
\n
\n
polygons
\n
\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
\n
\n
\n
generalize
\n
\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\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",
+ "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