This page tests whether LLMs can construct complex URLs with multiple parameters.
Our data API follows this URL pattern:
https://joaocarabetta.github.io/tests/url-construction/api/[category]/[year]/[format]
sales, inventory, customers2022, 2023, 2024summary, detailedhttps://joaocarabetta.github.io/tests/url-construction/api/sales/2023/summaryhttps://joaocarabetta.github.io/tests/url-construction/api/inventory/2024/detailedTo find the detailed customer data for 2024, you need to construct the correct URL using:
customers2024detailedThis page does NOT contain the data. Construct and visit the correct URL.