CSV shortcuts let you turn a public JSON URL into a direct CSV download link. This is useful for dashboards, internal tools, or documentation where someone needs the latest data without opening the converter first.
Put the JSON URL after https://data.page/?u=.
https://data.page/?u=https%3A%2F%2Fexample.com%2Ffeed.json
The JSON URL should be URL-encoded, especially if it contains query strings, ampersands, spaces, or other special characters.
You can also create a form button that posts a JSON URL to Data.Page:
Add visual=yes if you want the user to inspect the converted data before downloading it.
Shortcuts are best for public feeds. If your API needs authentication, headers, pagination, or rate-limit handling, use the API or contact us about a custom workflow.