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

{
    "count": 32,
    "next": "https://ll.thespacedevs.com/2.2.0/config/eventtype/?format=api&limit=10&offset=10&ordering=-id",
    "previous": null,
    "results": [
        {
            "id": 32,
            "name": "Earnings Calls"
        },
        {
            "id": 31,
            "name": "Sounding Rocket Launch"
        },
        {
            "id": 30,
            "name": "Vehicle Testing"
        },
        {
            "id": 29,
            "name": "Spacecraft Capture"
        },
        {
            "id": 28,
            "name": "Public Hearing"
        },
        {
            "id": 27,
            "name": "Rollout"
        },
        {
            "id": 26,
            "name": "Satellite Deployment"
        },
        {
            "id": 25,
            "name": "Spacecraft Relocation"
        },
        {
            "id": 24,
            "name": "Launch"
        },
        {
            "id": 23,
            "name": "Flyby"
        }
    ]
}