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=1560&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=1570&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1550&ordering=created_on",
    "results": [
        {
            "id": 9067,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch scrubbed due to helium issues with the first stage.",
            "info_url": "https://x.com/i/broadcasts/1vAGRONPeNvJl",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-03T21:56:00Z"
        },
        {
            "id": 9068,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 70% GO for launch.",
            "info_url": "https://www.patrick.spaceforce.mil/Portals/14/Weather/Falcon%209%20CRS-31%20L-1%20Forecast%20-%204%20Nov%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-03T22:00:00Z"
        },
        {
            "id": 9069,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 5 per NOTAMs F4151/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61757.msg2638629#msg2638629",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T00:26:00Z"
        },
        {
            "id": 9070,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by JAXA | 宇宙航空研究開発機構 has started",
            "info_url": "https://www.youtube.com/watch?v=O4-8AoaSzbQ",
            "created_by": "LL2",
            "created_on": "2024-11-04T06:02:00Z"
        },
        {
            "id": 9071,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=O4-8AoaSzbQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T06:48:00Z"
        },
        {
            "id": 9072,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation confirmed.",
            "info_url": "https://www.youtube.com/watch?v=O4-8AoaSzbQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T07:21:00Z"
        },
        {
            "id": 9073,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET November 7 UTC per NOTAMs A1364/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61783.msg2638693#msg2638693",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T07:43:00Z"
        },
        {
            "id": 9074,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window per NOTAMs A3749/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2638669#msg2638669",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T07:57:00Z"
        },
        {
            "id": 9075,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities very uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2638697#msg2638697",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T09:27:00Z"
        },
        {
            "id": 9076,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://global.jaxa.jp/press/2024/11/20241104-1_e.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-04T09:56:00Z"
        }
    ]
}