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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=620&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=600&ordering=created_on",
    "results": [
        {
            "id": 6491,
            "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=qGz2kv7qDcc",
            "created_by": "LL2",
            "created_on": "2024-01-27T18:50:38Z"
        },
        {
            "id": 6524,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2024-01-31T09:32:10Z"
        },
        {
            "id": 6526,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=26990.msg2469691#msg2469691",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-31T14:32:22Z"
        },
        {
            "id": 6528,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ocean-atmosphere-climate-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-31T19:44:06Z"
        },
        {
            "id": 6529,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2024-01-31T19:46:11Z"
        },
        {
            "id": 6530,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ocean-atmosphere-climate-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-31T19:48:13Z"
        },
        {
            "id": 6531,
            "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=tmMjySvJCwg",
            "created_by": "LL2",
            "created_on": "2024-01-31T20:29:31Z"
        },
        {
            "id": 6533,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Landing planned on February 22 for the February launch window.",
            "info_url": "https://twitter.com/SpcPlcyOnline/status/1752796570494394538",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-31T23:29:24Z"
        },
        {
            "id": 6538,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "info_url": "https://twitter.com/esaspaceflight/status/1753358724226253074",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-02T10:14:30Z"
        },
        {
            "id": 6539,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated planned splashdown time.",
            "info_url": "https://twitter.com/esaspaceflight/status/1753358724226253074",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-02-02T10:15:07Z"
        }
    ]
}