API endpoint that allows series to be viewed.

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

{
    "api_url": "https://www.comics.org/api/series/34655/",
    "name": "Album Starring Batman and Batman",
    "country": "au",
    "language": "en",
    "active_issues": [
        "https://www.comics.org/api/issue/579526/"
    ],
    "issue_descriptors": [
        "[nn]"
    ],
    "color": "",
    "dimensions": "",
    "paper_stock": "",
    "binding": "",
    "publishing_format": "",
    "notes": "Publication date is an estimate from www.ausreprints.com.",
    "year_began": 1984,
    "year_ended": 1984,
    "publisher": "https://www.comics.org/api/publisher/4922/"
}