What it can do
- Call a no-key Grid Heap REST endpoint
- Reduce a large response to useful fields
- Preserve license and preview information
How the recipe works
HTTP request
Request three public search results from the first-party Icons API.
Jsonata Query
Project each result to id, collection, SPDX license, and preview URL.
JSON Beautify
Indent the summary as JSON.
Demonstration
Sample input
Input is not sent by this GET recipe. Edit q and limit in the HTTP request URL.Expected result
tabler:arrowWhen to use it
- API response exploration
- Finding licensed UI assets
- Teaching connected recipes without arbitrary credentials
Adapt it
Edit only the q, prefixes, category, palette, or limit query parameters documented by the API; keep limits small.
Source and verification
Adapted from 2D Digital Icons public REST API. The explanation and sample are written for Serialize, use synthetic or documentation-safe data, and are checked against the current operation catalogue. The network boundary is stated above and the request is manual.