Returns data about the Pokémon embedded in a Wonder Card (PCD).

GET /api/pkmnevent4/pkm/?format=api&offset=200
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 217,
    "next": null,
    "previous": "http://fe.drgn.gay/api/pkmnevent4/pkm/?format=api&limit=100&offset=100",
    "results": []
}