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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=160&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=140&ordering=created_on",
    "results": [
        {
            "id": 3556,
            "profile_image": "https://thespacedevs-dev.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-dev.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-dev.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-dev.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-dev.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-dev.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": 3616,
            "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=4v0rU1ESjJs",
            "created_by": "LL2",
            "created_on": "2023-03-21T18:16:08Z"
        },
        {
            "id": 3655,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2023",
            "info_url": "https://arstechnica.com/science/2023/03/dream-chaser-is-delayed-again-raising-questions-about-vulcan-launch-plans/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-24T15:31:08Z"
        },
        {
            "id": 3674,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Late 2023.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=26990.msg2469692#msg2469692",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-03-26T07:53:46Z"
        },
        {
            "id": 3683,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating launch vehicle, launch site, and LSP",
            "info_url": "https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Proba_Missions/Proba-3_complete_Formation-flying_satellites_fully_integrated",
            "created_by": "Nosu",
            "created_on": "2023-03-28T07:04:00Z"
        }
    ]
}