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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=170&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=150&ordering=created_on",
    "results": [
        {
            "id": 3541,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET October",
            "info_url": "https://www.nasa.gov/sites/default/files/atoms/files/nasa_fy_2024_cj_v2.pdf#page=213",
            "created_by": "Nosu",
            "created_on": "2023-03-13T17:01:53Z"
        },
        {
            "id": 3552,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=DidZG0IF5Yw",
            "created_by": "LL2",
            "created_on": "2023-03-14T15:05:16Z"
        },
        {
            "id": 3555,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET Q4 2025",
            "info_url": "https://newsroom.arianespace.com/arianespace-awarded-new-vega-c-launches-for-the-iride-programme/",
            "created_by": "Nosu",
            "created_on": "2023-03-14T17:31:28Z"
        },
        {
            "id": 3556,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET Q4 2025",
            "info_url": "https://newsroom.arianespace.com/arianespace-awarded-new-vega-c-launches-for-the-iride-programme/",
            "created_by": "Nosu",
            "created_on": "2023-03-14T17:32:53Z"
        },
        {
            "id": 3557,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=oF97WPog4uA",
            "created_by": "LL2",
            "created_on": "2023-03-14T17:59:27Z"
        },
        {
            "id": 3572,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=5KnOtI4fS3U",
            "created_by": "LL2",
            "created_on": "2023-03-15T14:30:34Z"
        },
        {
            "id": 3573,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=yY-Dod_Tq20",
            "created_by": "LL2",
            "created_on": "2023-03-15T18:08:59Z"
        },
        {
            "id": 3577,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Webcast live.",
            "info_url": "https://twitter.com/nasa/status/1636310201774006275",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-16T10:18:23Z"
        },
        {
            "id": 3578,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://twitter.com/spacex/status/1636316460762136578",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-16T10:42:09Z"
        },
        {
            "id": 3579,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting pad to SLC-40",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Nosu",
            "created_on": "2023-03-16T12:48:08Z"
        }
    ]
}