Basic Usage
GET /api/user/123
Generates a user profile with ID 123.
Specific Fields
GET /api/animals/4?keys=name,scientific_name,average_age
Only include specific fields in the response using the keys parameter.
Collection Endpoints
GET /api/products/toys?limit=5
Get a collection of items with additional query parameters to customize the response.
Complex Nested Resources
GET /api/company/456/employees
Request nested resources to get hierarchical data structures.