get_record
Retrieve a single record from a specified collection (people, words, values, coords, or empty) using its 1-based ID. Get the exact item you need without fetching full lists.
Instructions
Return a single record from kind by 1-based id (the /:id route).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||