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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=250&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=230&ordering=created_on",
    "results": [
        {
            "id": 4326,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/space-force-assigns-12-national-security-missions-to-spacex-and-ula/",
            "created_by": "Jay",
            "created_on": "2023-06-09T14:12:30Z"
        },
        {
            "id": 4346,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Event time updated",
            "info_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/BepiColombo_braces_for_third_Mercury_flyby?s=09",
            "created_by": "hitura-nobad",
            "created_on": "2023-06-14T08:59:19Z"
        },
        {
            "id": 4349,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding event. Test window will be announced tomorrow.",
            "info_url": "https://twitter.com/NASAStennis/status/1669066922732691472",
            "created_by": "Jay",
            "created_on": "2023-06-14T20:22:51Z"
        },
        {
            "id": 4353,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=yekfGi-JF0g",
            "created_by": "LL2",
            "created_on": "2023-06-15T11:29:02Z"
        },
        {
            "id": 4357,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=pNBkvwkJwpY",
            "created_by": "LL2",
            "created_on": "2023-06-15T15:14:19Z"
        },
        {
            "id": 4440,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding event",
            "info_url": "https://twitter.com/NASAStennis/status/1671591381079400456",
            "created_by": "Jay",
            "created_on": "2023-06-21T18:59:02Z"
        },
        {
            "id": 4445,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://spacenews.com/northstar-pivots-to-rocket-lab-following-virgin-orbits-collapse/",
            "created_by": "Nosu",
            "created_on": "2023-06-22T06:19:59Z"
        },
        {
            "id": 4446,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2024",
            "info_url": "https://spacenews.com/northstar-pivots-to-rocket-lab-following-virgin-orbits-collapse/",
            "created_by": "Nosu",
            "created_on": "2023-06-22T06:21:00Z"
        },
        {
            "id": 4460,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Webcast",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2023-06-22T17:39:53Z"
        },
        {
            "id": 4461,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=QH2gFQEyyb0",
            "created_by": "LL2",
            "created_on": "2023-06-22T17:40:24Z"
        }
    ]
}