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=1460&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=1470&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1450&ordering=created_on",
    "results": [
        {
            "id": 8962,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-61",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-22T20:00:00Z"
        },
        {
            "id": 8963,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Now targeting 23:28 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-61",
            "created_by": "Nosu",
            "created_on": "2024-10-22T21:20:00Z"
        },
        {
            "id": 8964,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Now targeting 23:48 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-61",
            "created_by": "juststephen",
            "created_on": "2024-10-22T22:06:00Z"
        },
        {
            "id": 8965,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-61",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-22T23:14:00Z"
        },
        {
            "id": 8966,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-61",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T00:23:00Z"
        },
        {
            "id": 8967,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 85% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%206-61%20L-1%20Day%20Forecast%20-%2023%20Oct%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T01:01:00Z"
        },
        {
            "id": 8968,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed to later in the day",
            "info_url": "https://x.com/Commercial_Crew/status/1848786320950206549",
            "created_by": "SwGustav",
            "created_on": "2024-10-23T01:14:00Z"
        },
        {
            "id": 8969,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2024.",
            "info_url": "https://fireflyspace.com/missions/alpha-flta006/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T01:19:00Z"
        },
        {
            "id": 8970,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5092573233810160",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T01:39:00Z"
        },
        {
            "id": 8971,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/blueorigin/status/1849097218512355834",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-23T14:36:00Z"
        }
    ]
}