GET /2.2.0/config/eventtype/?format=api&ordering=name
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=name",
    "previous": null,
    "results": [
        {
            "id": 10,
            "name": "Abort Test"
        },
        {
            "id": 19,
            "name": "Ambient Pressure Test"
        },
        {
            "id": 11,
            "name": "Celestial Event"
        },
        {
            "id": 15,
            "name": "Change of Command"
        },
        {
            "id": 21,
            "name": "Cryoproof Test"
        },
        {
            "id": 2,
            "name": "Docking"
        },
        {
            "id": 32,
            "name": "Earnings Calls"
        },
        {
            "id": 3,
            "name": "EVA"
        },
        {
            "id": 17,
            "name": "Farewell Ceremony"
        },
        {
            "id": 23,
            "name": "Flyby"
        }
    ]
}