Painted scenes. Public retrieve when status=public; list is owner-only.

GET /coloring/worlds/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": null,
        "previous": null
    },
    "count": 0,
    "page_size": 10,
    "num_pages": 1,
    "results": []
}