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=280&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=290&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=270&ordering=created_on",
    "results": [
        {
            "id": 4688,
            "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=nNnsnyIvzps",
            "created_by": "LL2",
            "created_on": "2023-07-26T16:59:53Z"
        },
        {
            "id": 4716,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://twitter.com/SpaceX/status/1684685769406046210",
            "created_by": "hitura-nobad",
            "created_on": "2023-07-28T17:37:00Z"
        },
        {
            "id": 4732,
            "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=PCIaD73bVDo",
            "created_by": "LL2",
            "created_on": "2023-07-30T21:01:40Z"
        },
        {
            "id": 4737,
            "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-boeing-to-provide-progress-update-on-starliner-crew-flight-test",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-01T04:54:04Z"
        },
        {
            "id": 4740,
            "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/join-nasa-administrator-artemis-ii-moon-crew-for-mission-update",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-01T19:38:45Z"
        },
        {
            "id": 4762,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2023/08/03/nasa-spacex-reset-crew-7-launch-to-friday-aug-25/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-03T17:52:40Z"
        },
        {
            "id": 4763,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET August 2024",
            "info_url": "https://www.nasa.gov/press-release/nasa-selects-axiom-space-for-another-private-space-mission-in-2024",
            "created_by": "Nosu",
            "created_on": "2023-08-03T20:14:38Z"
        },
        {
            "id": 4768,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-04T08:55:26Z"
        },
        {
            "id": 4770,
            "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=KkZAWzFE5Wg",
            "created_by": "LL2",
            "created_on": "2023-08-04T15:04:02Z"
        },
        {
            "id": 4772,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Booster fueled for a second round of testing",
            "info_url": "https://www.youtube.com/watch?v=mhJRzQsLZGg",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-04T18:31:32Z"
        }
    ]
}