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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=390&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=370&ordering=created_on",
    "results": [
        {
            "id": 5151,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2023/Rocket-Lab-Signs-Deal-with-Leidos-to-Launch-Four-HASTE-Missions/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-13T07:27:11Z"
        },
        {
            "id": 5152,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2023/Rocket-Lab-Signs-Deal-with-Leidos-to-Launch-Four-HASTE-Missions/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-13T07:28:39Z"
        },
        {
            "id": 5153,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2023/Rocket-Lab-Signs-Deal-with-Leidos-to-Launch-Four-HASTE-Missions/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-13T07:29:53Z"
        },
        {
            "id": 5155,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=0Od7tlhDpZM",
            "created_by": "LL2",
            "created_on": "2023-09-13T16:12:35Z"
        },
        {
            "id": 5160,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2024.",
            "info_url": "https://twitter.com/rookisaacman/status/1702303458844455060",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-09-14T13:23:03Z"
        },
        {
            "id": 5164,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-reveal-asteroid-sample-grabbed-in-space-delivered-to-earth",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-15T06:33:05Z"
        },
        {
            "id": 5172,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-discuss-optical-communications-demo-riding-with-psyche",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-15T18:02:24Z"
        },
        {
            "id": 5173,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-15T18:25:29Z"
        },
        {
            "id": 5174,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/09/15/soyuz-docks-to-space-station-with-new-crew/",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-15T19:17:00Z"
        },
        {
            "id": 5196,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-finalizes-coverage-for-first-us-asteroid-sample-landing",
            "created_by": "hitura-nobad",
            "created_on": "2023-09-19T08:06:40Z"
        }
    ]
}