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

{
    "count": 4066,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=560&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=540&ordering=created_on",
    "results": [
        {
            "id": 6070,
            "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-12-21T21:48:11Z"
        },
        {
            "id": 6073,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-22T12:46:22Z"
        },
        {
            "id": 6133,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ula-astrobotic-artemis-robotic-moon-launch/",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-28T15:30:32Z"
        },
        {
            "id": 6134,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ula-astrobotic-artemis-robotic-moon-launch/",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-28T15:35:55Z"
        },
        {
            "id": 6144,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Overpressure Notice received for 29th December",
            "info_url": "https://twitter.com/BocaChicaGal/status/1740552113347014838",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-29T07:15:23Z"
        },
        {
            "id": 6146,
            "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=wWYZ90lAUOk",
            "created_by": "LL2",
            "created_on": "2023-12-29T15:03:50Z"
        },
        {
            "id": 6147,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "S28 fuelled for a static fire attempt soon",
            "info_url": "https://www.youtube.com/watch?v=wWYZ90lAUOk",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-29T15:16:39Z"
        },
        {
            "id": 6158,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 30.",
            "info_url": "https://spacenews.com/india-launches-x-ray-astronomy-satellite/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-01T16:02:25Z"
        },
        {
            "id": 6161,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2024.",
            "info_url": "https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Proba_Missions/Face_to_face_with_Sun-eclipsing_Proba-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-01-02T14:37:23Z"
        },
        {
            "id": 6164,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Payload moved to Falcon 9, targeting Q2 2024 for launch",
            "info_url": "https://www.nsilindia.co.in/sites/default/files/Press_Release_Corrected.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2024-01-02T16:06:19Z"
        }
    ]
}