API endpoint that allows all Events to be viewed.

FILTERS: 'type', 'type__ids', 'program', 'agency__ids', 'last_updated'

GET: Return a list of all Events

SEARCH EXAMPLE: /2.2.0/event/?search=Dragon Searches through name

ORDERING: Fields - 'date', 'last_updated' Example - /2.2.0/event/?ordering=-date

GET /2.2.0/event/834/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "id": 834,
    "url": "https://lldev.thespacedevs.com/2.2.0/event/834/?format=api",
    "slug": "luna-25-lunar-landing",
    "name": "Luna 25 Lunar Landing",
    "updates": [
        {
            "id": 4572,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://twitter.com/katlinegrey/status/1678725203159928835",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-07-13T03:28:08Z"
        }
    ],
    "last_updated": "2024-03-05T17:23:28Z",
    "type": {
        "id": 7,
        "name": "Moon Landing"
    },
    "description": "The Luna 25 lander crashed into the Moon after an orbital maneuver scheduled to place it in its pre-landing orbit instead sent it on a collision trajectory.",
    "webcast_live": false,
    "location": "Lunar Surface",
    "news_url": "https://t.me/roscosmos_gk/10540",
    "video_url": null,
    "info_urls": [
        {
            "priority": 10,
            "source": "t.me",
            "title": "Госкорпорация «Роскосмос»",
            "description": "",
            "feature_image": null,
            "url": "https://t.me/roscosmos_gk/10540",
            "type": null,
            "language": {
                "id": 1,
                "name": "English",
                "code": "en"
            }
        }
    ],
    "vid_urls": [],
    "feature_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_25_lunar_l_image_20230726144153.jpeg",
    "date": "2023-08-19T11:57:00Z",
    "date_precision": {
        "id": 2,
        "name": "Hour",
        "abbrev": "HR",
        "description": "The T-0 is accurate to the hour."
    },
    "duration": null,
    "agencies": [
        {
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "featured": true,
            "type": "Government",
            "country_code": "RUS",
            "abbrev": "RFSA",
            "description": "The Roscosmos State Corporation for Space Activities, commonly known as Roscosmos, is the governmental body responsible for the space science program of the Russian Federation and general aerospace research. Soyuz has many launch locations the Russian sites are Baikonur, Plesetsk and Vostochny however Ariane also purchases the vehicle and launches it from French Guiana.",
            "administrator": "Administrator: Yuri Borisov",
            "founding_year": "1992",
            "launchers": "Soyuz",
            "spacecraft": "Soyuz",
            "parent": null,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_image_20190207032459.jpeg",
            "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520federal2520space2520agency25202528roscosmos2529_logo_20190207032459.png"
        }
    ],
    "launches": [],
    "expeditions": [],
    "spacestations": [],
    "program": []
}