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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1410&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1390&ordering=created_on",
    "results": [
        {
            "id": 8890,
            "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-10-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T00:49:00Z"
        },
        {
            "id": 8891,
            "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-9-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T00:52:00Z"
        },
        {
            "id": 8892,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early November.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T01:24:00Z"
        },
        {
            "id": 8893,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2025.",
            "info_url": "https://x.com/framonauts/status/1846011952574660995",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T02:30:00Z"
        },
        {
            "id": 8894,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Now targeting Oct 15 at 06:10 UTC.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T04:44:00Z"
        },
        {
            "id": 8895,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 20 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61574.msg2632783#msg2632783",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T04:53:00Z"
        },
        {
            "id": 8896,
            "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=YqzUHHt1iXQ",
            "created_by": "LL2",
            "created_on": "2024-10-15T06:01:00Z"
        },
        {
            "id": 8897,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1kvJpbdgmkZKE",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-15T06:11:00Z"
        },
        {
            "id": 8898,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1846087416345411974",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-15T07:18:00Z"
        },
        {
            "id": 8899,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Oct 15 at 08:21 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-9-7",
            "created_by": "hitura-nobad",
            "created_on": "2024-10-15T07:39:00Z"
        }
    ]
}