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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=80&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=60&ordering=created_on",
    "results": [
        {
            "id": 1731,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New landing time",
            "info_url": "https://twitter.com/nasa/status/1528850231370072066?s=21&t=0momXcBuJnb_1-87Q_CF2w",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-05-23T23:29:25Z"
        },
        {
            "id": 1742,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Undocking confirmed at 18:36 UTC.",
            "info_url": "https://www.youtube.com/watch?v=d7ftyOvoiW4",
            "created_by": "Nosu",
            "created_on": "2022-05-25T18:37:03Z"
        },
        {
            "id": 1747,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:16Z"
        },
        {
            "id": 1748,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:23Z"
        },
        {
            "id": 1749,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:32Z"
        },
        {
            "id": 1750,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:45Z"
        },
        {
            "id": 1751,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:18:53Z"
        },
        {
            "id": 1754,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/Documents/PRESS%20RELEASES/SSC%20Issues%20Launch%20Task%20Orders%20for%20FY22%20NSS%20Missions.pdf",
            "created_by": "Nosu",
            "created_on": "2022-05-27T10:19:13Z"
        },
        {
            "id": 1761,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch per NOTAM A0255/22. Launch vehicle and payload unconfirmed.",
            "info_url": null,
            "created_by": "Nosu",
            "created_on": "2022-06-01T12:18:00Z"
        },
        {
            "id": 1763,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "TBD towards the end of 2022",
            "info_url": "https://spacenews.com/arianespace-narrows-vega-c-and-ariane-6-maiden-flight-windows/",
            "created_by": "Nosu",
            "created_on": "2022-06-01T15:38:02Z"
        }
    ]
}