list: API endpoint for returning a list of publishers.
retrieve: API endpoint for returning a particular publisher.

GET /v2/publishers/wizards-of-the-coast/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api.open5e.com/v2/publishers/wizards-of-the-coast/?format=api",
    "key": "wizards-of-the-coast",
    "name": "Wizards of the Coast"
}