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=1580&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=1590&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1570&ordering=created_on",
    "results": [
        {
            "id": 9087,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Main payloads have separated.",
            "info_url": "https://t.me/roscosmos_gk/15521",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T02:04:00Z"
        },
        {
            "id": 9088,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1djGXrAWVEXxZ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T02:30:00Z"
        },
        {
            "id": 9089,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success with Dragon nose cone deployed.",
            "info_url": "https://x.com/i/broadcasts/1djGXrAWVEXxZ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T02:48:00Z"
        },
        {
            "id": 9090,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to November 6.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-77",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T03:16:00Z"
        },
        {
            "id": 9091,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather 80% go.",
            "info_url": "https://x.com/RocketLab/status/1853679795865006546",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T06:19:00Z"
        },
        {
            "id": 9092,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All satellites have separated.",
            "info_url": "https://t.me/roscosmos_gk/15522",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T07:17:00Z"
        },
        {
            "id": 9093,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.rocketlabusa.com/missions/next-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T08:55:00Z"
        },
        {
            "id": 9094,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=Pku19e-MHis",
            "created_by": "LL2",
            "created_on": "2024-11-05T10:30:00Z"
        },
        {
            "id": 9095,
            "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=Pku19e-MHis",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T10:57:00Z"
        },
        {
            "id": 9096,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success with payload deployed.",
            "info_url": "https://x.com/Peter_J_Beck/status/1853767067390095444",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-05T11:53:00Z"
        }
    ]
}