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

{
    "count": 4304,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1840&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1820&ordering=created_on",
    "results": [
        {
            "id": 9457,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Static fire completed!",
            "info_url": "https://www.youtube.com/watch?v=jLeSmChxDHA",
            "created_by": "hitura-nobad",
            "created_on": "2024-12-09T16:19:00Z"
        },
        {
            "id": 9458,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December.",
            "info_url": "https://www.blueorigin.com/news/blue-ring-pathfinder-payload",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-09T19:20:00Z"
        },
        {
            "id": 9459,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updated closest approach time",
            "info_url": "https://svs.gsfc.nasa.gov/5429",
            "created_by": "hitura-nobad",
            "created_on": "2024-12-09T20:52:00Z"
        },
        {
            "id": 9460,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET December 16.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61970.msg2647527#msg2647527",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-10T03:35:00Z"
        },
        {
            "id": 9461,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET December 17 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=56128.msg2647530#msg2647530",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-10T03:38:00Z"
        },
        {
            "id": 9462,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET December 18 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=54748.msg2647531#msg2647531",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-10T03:40:00Z"
        },
        {
            "id": 9463,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Launch vehicle and payload identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2647502#msg2647502",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-10T05:38:00Z"
        },
        {
            "id": 9464,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs (payload identity per https://x.com/CNSpaceflight/status/1866353883012063722)",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2644484#msg2644484",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-10T05:47:00Z"
        },
        {
            "id": 9465,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated payload.",
            "info_url": "https://news.lockheedmartin.com/2024-12-09-Lockheed-Martins-Newest-Technology-Demo-for-Space-Connectivity-Is-Ready-for-Launch",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-10T08:09:00Z"
        },
        {
            "id": 9466,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 1H 2025.",
            "info_url": "https://www8.cao.go.jp/space/comittee/dai115/siryou2-3.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-12-10T14:06:00Z"
        }
    ]
}