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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=730&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=710&ordering=created_on",
    "results": [
        {
            "id": 7035,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late May.",
            "info_url": "https://defence.in/threads/nisar-launch-delayed-to-late-may-for-further-testing.4690/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-21T12:17:13Z"
        },
        {
            "id": 7040,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to NET Saturday following the Soyuz launch abort.",
            "info_url": "https://www.youtube.com/watch?v=x7pBIxC0Yvc",
            "created_by": "Nosu",
            "created_on": "2024-03-21T13:34:42Z"
        },
        {
            "id": 7041,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to NET Saturday following the Soyuz launch abort.",
            "info_url": "https://www.youtube.com/watch?v=x7pBIxC0Yvc",
            "created_by": "Nosu",
            "created_on": "2024-03-21T13:34:54Z"
        },
        {
            "id": 7051,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=7L8wOkah06c",
            "created_by": "LL2",
            "created_on": "2024-03-22T14:01:06Z"
        },
        {
            "id": 7053,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=GT5UPOy69k8",
            "created_by": "LL2",
            "created_on": "2024-03-22T15:30:45Z"
        },
        {
            "id": 7054,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-agencies-to-brief-plans-for-april-2024-total-solar-eclipse/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-22T16:44:25Z"
        },
        {
            "id": 7055,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Stennis has started",
            "info_url": "https://www.youtube.com/watch?v=XnXfZ3SJQiY",
            "created_by": "LL2",
            "created_on": "2024-03-22T17:44:04Z"
        },
        {
            "id": 7056,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=WEjMIv6291g",
            "created_by": "LL2",
            "created_on": "2024-03-22T17:59:59Z"
        },
        {
            "id": 7062,
            "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/1771470727402635342",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-23T09:43:46Z"
        },
        {
            "id": 7069,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 2024. (page SO-26)",
            "info_url": "https://www.nasa.gov/wp-content/uploads/2024/03/nasa-fy-2025-congressional-justification.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-24T00:13:27Z"
        }
    ]
}