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=1520&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=1530&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1510&ordering=created_on",
    "results": [
        {
            "id": 9026,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to October 30.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-29T10:39:00Z"
        },
        {
            "id": 9027,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 75% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Starlink%2010-13%20L-1%20Forecast%20-%2030%20Oct%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-10-29T13:09:00Z"
        },
        {
            "id": 9028,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://www.nasa.gov/live/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-29T16:15:00Z"
        },
        {
            "id": 9029,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added relocation event.",
            "info_url": "https://www.nasa.gov/live/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-29T16:18:00Z"
        },
        {
            "id": 9030,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://www.nasa.gov/live/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-29T16:22:00Z"
        },
        {
            "id": 9031,
            "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=nHBse3cxogI",
            "created_by": "LL2",
            "created_on": "2024-10-29T17:15:00Z"
        },
        {
            "id": 9032,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=PBenJi3Tsak",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-29T20:28:00Z"
        },
        {
            "id": 9033,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=PBenJi3Tsak",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-29T20:47:00Z"
        },
        {
            "id": 9034,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for November 2.",
            "info_url": "https://x.com/mhi_groupjp/status/1851494448284516392",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-30T05:44:00Z"
        },
        {
            "id": 9035,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch time is accurate to the second.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-30T06:17:00Z"
        }
    ]
}