API endpoint that allows series to be viewed.

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

{
    "api_url": "https://www.comics.org/api/series/12024/?format=api",
    "name": "Batman / Demon: A Tragedy",
    "country": "us",
    "language": "en",
    "active_issues": [
        "https://www.comics.org/api/issue/214724/?format=api"
    ],
    "issue_descriptors": [
        ""
    ],
    "color": "Color",
    "dimensions": "Standard Modern Age U.S.",
    "paper_stock": "Glossy paper",
    "binding": "Squarebound",
    "publishing_format": "One-Shot",
    "notes": "",
    "year_began": 2000,
    "year_ended": 2000,
    "publisher": "https://www.comics.org/api/publisher/54/?format=api"
}