GET /2.2.0/config/eventtype/?format=api&offset=30
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 32,
    "next": null,
    "previous": "https://ll.thespacedevs.com/2.2.0/config/eventtype/?format=api&limit=10&offset=20",
    "results": [
        {
            "id": 25,
            "name": "Spacecraft Relocation"
        },
        {
            "id": 8,
            "name": "Spacecraft Undocking"
        }
    ]
}