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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1680&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1660&ordering=-created_on",
    "results": [
        {
            "id": 10179,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.youtube.com/watch?v=zXRzcSw_bdc",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-25T15:41:00Z"
        },
        {
            "id": 10178,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-intuitive-machines-next-commercial-moon-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-25T15:37:00Z"
        },
        {
            "id": 10177,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold at T-10 minutes.",
            "info_url": "https://www.youtube.com/watch?v=zXRzcSw_bdc",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-25T15:22:00Z"
        },
        {
            "id": 10176,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=zXRzcSw_bdc",
            "created_by": "LL2",
            "created_on": "2025-02-25T14:53:00Z"
        },
        {
            "id": 10175,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 95% GO for launch.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2012-13%20L-1%20Forecast%20-%2025%20Feb%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-25T08:04:00Z"
        },
        {
            "id": 10174,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Feb 26 at 03:47 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-13",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-25T06:57:00Z"
        },
        {
            "id": 10173,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Feb 25 at 08:02 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-13",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-25T05:59:00Z"
        },
        {
            "id": 10172,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-25T05:12:00Z"
        },
        {
            "id": 10171,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-25T04:04:00Z"
        },
        {
            "id": 10170,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-13",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-25T02:21:00Z"
        }
    ]
}