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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3920&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3900&ordering=-created_on",
    "results": [
        {
            "id": 4164,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Creating Event",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-provide-briefing-coverage-of-spacewalks-for-station-upgrades",
            "created_by": "hitura-nobad",
            "created_on": "2023-05-26T18:47:30Z"
        },
        {
            "id": 4163,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-26T17:58:57Z"
        },
        {
            "id": 4160,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2491484#msg2491484",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-26T06:38:00Z"
        },
        {
            "id": 4154,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed, rollback is needed to inspect the engine ignition system",
            "info_url": "https://twitter.com/ulalaunch/status/1661824360246804480",
            "created_by": "SwGustav",
            "created_on": "2023-05-25T20:14:15Z"
        },
        {
            "id": 4143,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://twitter.com/torybruno/status/1661716845936934915",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-25T13:02:06Z"
        },
        {
            "id": 4106,
            "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=uBsBTIQx38I",
            "created_by": "LL2",
            "created_on": "2023-05-23T18:35:08Z"
        },
        {
            "id": 4104,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking date and time.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32006.msg2489325#msg2489325",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-23T03:19:11Z"
        },
        {
            "id": 4100,
            "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=F6WLkE-KoRc",
            "created_by": "LL2",
            "created_on": "2023-05-22T11:26:59Z"
        },
        {
            "id": 4081,
            "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=ZDlgSoNkYiU",
            "created_by": "LL2",
            "created_on": "2023-05-21T23:00:26Z"
        },
        {
            "id": 4073,
            "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=63TWnnZhePo",
            "created_by": "LL2",
            "created_on": "2023-05-20T22:01:04Z"
        }
    ]
}