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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1560&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1540&ordering=created_on",
    "results": [
        {
            "id": 9057,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 90% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%206-77%20L-1%20Forecast%20-%203%20Nov%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-02T13:20:00Z"
        },
        {
            "id": 9058,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event.",
            "info_url": "https://www.youtube.com/watch?v=gxUPP2A9B34",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-02T17:01:00Z"
        },
        {
            "id": 9059,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=8184.msg2638274#msg2638274",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-02T19:04:00Z"
        },
        {
            "id": 9060,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 5.",
            "info_url": "https://x.com/rocketlab/status/1852942407719075898",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-03T05:18:00Z"
        },
        {
            "id": 9061,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-9-dragon-spacecraft-port-relocation/",
            "created_by": "LL2",
            "created_on": "2024-11-03T11:15:00Z"
        },
        {
            "id": 9063,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2638462#msg2638462",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-03T13:05:00Z"
        },
        {
            "id": 9062,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2638481#msg2638481",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-03T13:05:00Z"
        },
        {
            "id": 9064,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by CGTN has started",
            "info_url": "https://www.youtube.com/watch?v=4ZxuuBJJNCY",
            "created_by": "LL2",
            "created_on": "2024-11-03T16:15:00Z"
        },
        {
            "id": 9065,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-77",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-03T17:19:00Z"
        },
        {
            "id": 9066,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=1zTBnc-NGvQ",
            "created_by": "LL2",
            "created_on": "2024-11-03T21:47:00Z"
        }
    ]
}