API endpoint that allows series to be viewed.

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

{
    "api_url": "https://www.comics.org/api/series/6264/",
    "name": "Batman / Lobo",
    "country": "us",
    "language": "en",
    "active_issues": [
        "https://www.comics.org/api/issue/63268/"
    ],
    "issue_descriptors": [
        ""
    ],
    "color": "color",
    "dimensions": "standard Modern Age U.S.",
    "paper_stock": "cardboard cover, newsprint interior",
    "binding": "squarebound",
    "publishing_format": "one-shot",
    "notes": "",
    "year_began": 2000,
    "year_ended": 2000,
    "publisher": "https://www.comics.org/api/publisher/54/"
}