W

REST API response

Typical JSON API envelope with pagination meta.

{
  "data": [{ "id": 1, "name": "Example" }],
  "meta": { "page": 1, "total": 42 }
}