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

{
    "count": 4112,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=320&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=300&ordering=created_on",
    "results": [
        {
            "id": 4740,
            "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/join-nasa-administrator-artemis-ii-moon-crew-for-mission-update",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-01T19:38:45Z"
        },
        {
            "id": 4762,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2023/08/03/nasa-spacex-reset-crew-7-launch-to-friday-aug-25/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-03T17:52:40Z"
        },
        {
            "id": 4763,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET August 2024",
            "info_url": "https://www.nasa.gov/press-release/nasa-selects-axiom-space-for-another-private-space-mission-in-2024",
            "created_by": "Nosu",
            "created_on": "2023-08-03T20:14:38Z"
        },
        {
            "id": 4768,
            "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-08-04T08:55:26Z"
        },
        {
            "id": 4770,
            "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=KkZAWzFE5Wg",
            "created_by": "LL2",
            "created_on": "2023-08-04T15:04:02Z"
        },
        {
            "id": 4772,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Booster fueled for a second round of testing",
            "info_url": "https://www.youtube.com/watch?v=mhJRzQsLZGg",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-04T18:31:32Z"
        },
        {
            "id": 4776,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2023, to be determined.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-05T02:09:32Z"
        },
        {
            "id": 4777,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2023, to be determined.",
            "info_url": "https://spaceflightnow.com/launch-schedule/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-05T02:10:29Z"
        },
        {
            "id": 4782,
            "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=UFKKFt1CQW0",
            "created_by": "LL2",
            "created_on": "2023-08-06T13:51:22Z"
        },
        {
            "id": 4783,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "targeting ~ 19:08 UTC",
            "info_url": "https://www.youtube.com/watch?v=PHxKhpFUOuo",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-06T18:34:41Z"
        }
    ]
}