API endpoint that allows Updates to be viewed.

GET: Return a list of all the existing Updates.

FILTERS: Parameters - 'created_on', 'launch__id', 'program__id', 'launch__launch_service_provider__id', Example - /api/2.2.0/updates/?status=Active

ORDERING: Fields - 'created_on', Example - /api/2.2.0/updates/?ordering=-created_on

GET /2.2.0/updates/?format=api&offset=1600&ordering=created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1610&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1590&ordering=created_on",
    "results": [
        {
            "id": 9107,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-06T22:58:00Z"
        },
        {
            "id": 9108,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://x.com/SpaceX/status/1854315232543514626",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T00:11:00Z"
        },
        {
            "id": 9109,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 12.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61814.msg2639423#msg2639423",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T00:17:00Z"
        },
        {
            "id": 9110,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 90% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20Starlink%206-77%20L-1%20Forecast%20-%207%20Nov%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T01:35:00Z"
        },
        {
            "id": 9111,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to November 9 UTC.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T02:46:00Z"
        },
        {
            "id": 9112,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Fixed T-0 typo.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T02:58:00Z"
        },
        {
            "id": 9113,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://x.com/cas_space/status/1854374320736244204",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T04:18:00Z"
        },
        {
            "id": 9114,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December.",
            "info_url": "https://www.ses.com/sites/default/files/2024-11/Q3-2024-Results-Analyst-Presentation.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T07:17:00Z"
        },
        {
            "id": 9115,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-2025.",
            "info_url": "https://www.ses.com/sites/default/files/2024-11/Q3-2024-Results-Analyst-Presentation.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T07:18:00Z"
        },
        {
            "id": 9116,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T15:54:00Z"
        }
    ]
}