API endpoint that allows Publishers to be viewed.

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

{
    "api_url": "https://www.comics.org/api/publisher/674/?format=api",
    "country": "us",
    "modified": "2024-12-30T07:34:42Z",
    "name": "DC; Dark Horse",
    "year_began": 1991,
    "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": "For co-published series from DC and Dark Horse.",
    "url": "",
    "brand_count": 0,
    "indicia_publisher_count": 5,
    "series_count": 17,
    "issue_count": 35
}