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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=310&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=290&ordering=created_on",
    "results": [
        {
            "id": 4826,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.rocketlabusa.com/updates/blacksky-signs-new-block-buy-for-five-rocket-lab-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:23:54Z"
        },
        {
            "id": 4827,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.rocketlabusa.com/updates/blacksky-signs-new-block-buy-for-five-rocket-lab-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:24:39Z"
        },
        {
            "id": 4828,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://www.rocketlabusa.com/updates/blacksky-signs-new-block-buy-for-five-rocket-lab-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-10T08:25:28Z"
        },
        {
            "id": 4836,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event added",
            "info_url": "https://www.youtube.com/watch?v=XcrDuHS36Ys",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-10T17:26:14Z"
        },
        {
            "id": 4837,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-host-media-for-asteroid-capsule-drop-test-briefing-in-utah",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-10T17:40:46Z"
        },
        {
            "id": 4838,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=XcrDuHS36Ys",
            "created_by": "LL2",
            "created_on": "2023-08-10T17:46:10Z"
        },
        {
            "id": 4839,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-10T18:32:27Z"
        },
        {
            "id": 4861,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "rescheduled to Wednesday, Aug. 16, due to unfavorable weather conditions and poor sea state for recovery",
            "info_url": "https://www.nasa.gov/feature/wallops/2023/double-header-nasa-sounding-rockets-to-launch-student-experiments",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-14T18:19:26Z"
        },
        {
            "id": 4872,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/spacex-to-offer-mid-inclination-smallsat-rideshare-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-16T07:15:13Z"
        },
        {
            "id": 4873,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/spacex-to-offer-mid-inclination-smallsat-rideshare-launches/",
            "created_by": "Nosu",
            "created_on": "2023-08-16T07:17:17Z"
        }
    ]
}