API endpoint that allows Publishers to be viewed.

GET /api/publisher/8999/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "api_url": "https://www.comics.org/api/publisher/8999/",
    "country": "mx",
    "modified": "2026-09-20T21:07:03Z",
    "name": "Editorial Panini México",
    "year_began": 2013,
    "year_ended": null,
    "year_began_uncertain": false,
    "year_ended_uncertain": false,
    "year_overall_began": null,
    "year_overall_ended": null,
    "year_overall_began_uncertain": false,
    "year_overall_ended_uncertain": false,
    "notes": "",
    "url": "",
    "brand_count": 5,
    "indicia_publisher_count": 1,
    "series_count": 187,
    "issue_count": 1581
}