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=60&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=70&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=50&ordering=created_on",
    "results": [
        {
            "id": 1537,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2023",
            "info_url": "https://www.businesswire.com/news/home/20220405005129/en/Astranis-Space-Technologies-Signs-Contract-with-SpaceX-for-Dedicated-Multi-Satellite-Launch-in-2023",
            "created_by": "Nosu",
            "created_on": "2022-04-05T20:13:09Z"
        },
        {
            "id": 1540,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.blueorigin.com/news/amazon-selects-new-glenn-for-kuiper",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-04-06T07:14:51Z"
        },
        {
            "id": 1542,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.ulalaunch.com/about/news/2022/04/05/amazon-signs-contract-with-united-launch-alliance-for-38-project-kuiper-launches-on-vulcan-centaur",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-04-06T07:23:51Z"
        },
        {
            "id": 1556,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/vega-c-to-launch-sentinel-1c-in-2023/",
            "created_by": "Nosu",
            "created_on": "2022-04-10T07:10:52Z"
        },
        {
            "id": 1562,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=43086.msg2359802#msg2359802",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-04-14T06:20:59Z"
        },
        {
            "id": 1575,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.businesswire.com/news/home/20220419006088/en/Rocket-Lab-Secures-Multi-Launch-Contract-with-HawkEye-360-Confirms-First-Launch-Planned-from-Virginia",
            "created_by": "Nosu",
            "created_on": "2022-04-20T08:36:47Z"
        },
        {
            "id": 1576,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.businesswire.com/news/home/20220419006088/en/Rocket-Lab-Secures-Multi-Launch-Contract-with-HawkEye-360-Confirms-First-Launch-Planned-from-Virginia",
            "created_by": "Nosu",
            "created_on": "2022-04-20T08:40:05Z"
        },
        {
            "id": 1668,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Added launch 2022 TBD",
            "info_url": null,
            "created_by": "Jay",
            "created_on": "2022-05-11T18:24:22Z"
        },
        {
            "id": 1718,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New landing time",
            "info_url": "https://starlinerupdates.com/starliner-docks-to-the-international-space-station-for-the-first-time/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-05-21T02:33:06Z"
        },
        {
            "id": 1730,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undock 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:28:48Z"
        }
    ]
}