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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=750&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=730&ordering=created_on",
    "results": [
        {
            "id": 7094,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=uv00UZLrrfY",
            "created_by": "LL2",
            "created_on": "2024-03-25T18:28:19Z"
        },
        {
            "id": 7097,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Pushed to NET early 2024.",
            "info_url": "https://www.youtube.com/watch?v=X5DLYbWAIDw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-25T23:27:11Z"
        },
        {
            "id": 7103,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/NASAStennis/status/1772387646477615301",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-26T09:57:20Z"
        },
        {
            "id": 7104,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=rD8l67uhpqg",
            "created_by": "LL2",
            "created_on": "2024-03-26T14:04:11Z"
        },
        {
            "id": 7108,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET April 5 UTC per NOTAM A1078/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60600.msg2580985#msg2580985",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-26T23:29:05Z"
        },
        {
            "id": 7111,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Targeting March 2025",
            "info_url": "https://database.eohandbook.com/database/missionsummary.aspx?missionID=768",
            "created_by": "Nosu",
            "created_on": "2024-03-27T10:48:39Z"
        },
        {
            "id": 7112,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/BocaChicaGal/status/1772788401374175657",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-27T13:03:10Z"
        },
        {
            "id": 7114,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting 17:30 - 19:30 UTC for engine test.",
            "info_url": "https://twitter.com/NASAStennis/status/1772989010475876492",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-27T14:13:27Z"
        },
        {
            "id": 7115,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Targeting 18:07 UTC",
            "info_url": "https://twitter.com/NASAStennis/status/1773023006861705721",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-27T17:12:15Z"
        },
        {
            "id": 7116,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=qclGQLHXkJA",
            "created_by": "LL2",
            "created_on": "2024-03-27T17:35:36Z"
        }
    ]
}