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=1220&ordering=created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1230&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1210&ordering=created_on",
    "results": [
        {
            "id": 8661,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for NET September 25 UTC per NOTAMs A1702/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61517.msg2626334#msg2626334",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-20T17:38:00Z"
        },
        {
            "id": 8662,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather 70% GO",
            "info_url": "https://x.com/RocketLab/status/1837228124670685335",
            "created_by": "Nosu",
            "created_on": "2024-09-20T20:32:00Z"
        },
        {
            "id": 8663,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=beVTGh_PrA0",
            "created_by": "LL2",
            "created_on": "2024-09-20T22:40:00Z"
        },
        {
            "id": 8664,
            "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=beVTGh_PrA0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-20T23:02:00Z"
        },
        {
            "id": 8665,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Payload deployment confirmed.",
            "info_url": "https://x.com/rocketlab/status/1837283152143995188",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-21T01:02:00Z"
        },
        {
            "id": 8666,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November.",
            "info_url": "https://www.youtube.com/watch?v=oqbUL2OpKTg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-21T02:45:00Z"
        },
        {
            "id": 8667,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/kineisiot/status/1837292043615223818",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-21T02:48:00Z"
        },
        {
            "id": 8668,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61517.msg2626449#msg2626449",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-21T09:06:00Z"
        },
        {
            "id": 8669,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://kosmodrom.space/raspisanie-zapuskov",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-22T09:14:00Z"
        },
        {
            "id": 8672,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch per NOTAMs; Launch vehicle and payload identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2626480#msg2626480",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-22T15:30:00Z"
        }
    ]
}