API endpoint that allows series to be viewed.

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

{
    "api_url": "https://www.comics.org/api/series/24335/",
    "name": "Batman: Gotham Adventures",
    "country": "us",
    "language": "en",
    "active_issues": [
        "https://www.comics.org/api/issue/356053/"
    ],
    "issue_descriptors": [
        ""
    ],
    "color": "color",
    "dimensions": "standard Modern Age US",
    "paper_stock": "",
    "binding": "softcover",
    "publishing_format": "collected edition",
    "notes": "",
    "year_began": 2000,
    "year_ended": 2000,
    "publisher": "https://www.comics.org/api/publisher/54/"
}