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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=340&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=320&ordering=created_on",
    "results": [
        {
            "id": 4872,
            "profile_image": "https://thespacedevs-prod.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-prod.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"
        },
        {
            "id": 4874,
            "profile_image": "https://thespacedevs-prod.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:18:29Z"
        },
        {
            "id": 4876,
            "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=VJGH7GrnEuk",
            "created_by": "LL2",
            "created_on": "2023-08-16T10:06:23Z"
        },
        {
            "id": 4877,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "second sounding rocket has been postponed following an anomaly that occurred with the RockSat-X sounding rocket launch that lifted off at 10:21 UTC today from Wallops.No new launch date for the second rocket launch has been set.",
            "info_url": "https://twitter.com/NASA_Wallops/status/1691770998868050372",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-16T11:39:24Z"
        },
        {
            "id": 4883,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added event",
            "info_url": "https://twitter.com/nasa_wallops/status/1691899966527070328",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-17T03:31:16Z"
        },
        {
            "id": 4885,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-s-spacex-crew-6-to-discuss-space-station-mission-upcoming-return",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-17T04:34:31Z"
        },
        {
            "id": 4890,
            "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=f2kmaYtW_7s",
            "created_by": "LL2",
            "created_on": "2023-08-17T09:46:03Z"
        },
        {
            "id": 4897,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-7-events-broadcast-launch",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-18T04:32:52Z"
        },
        {
            "id": 4898,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-7-events-broadcast-launch",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-18T04:37:47Z"
        }
    ]
}