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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=220&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=200&ordering=created_on",
    "results": [
        {
            "id": 4234,
            "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=wTLmuhsMYMM",
            "created_by": "LL2",
            "created_on": "2023-05-31T01:56:56Z"
        },
        {
            "id": 4246,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2024.",
            "info_url": "https://www.dongascience.com/news.php?idx=60035",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-05-31T09:34:07Z"
        },
        {
            "id": 4251,
            "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=M8scyGrAbmw",
            "created_by": "LL2",
            "created_on": "2023-06-01T17:29:33Z"
        },
        {
            "id": 4254,
            "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=rNFBI3dJEbs",
            "created_by": "LL2",
            "created_on": "2023-06-01T20:07:37Z"
        },
        {
            "id": 4255,
            "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=SwuDuX2XifU",
            "created_by": "LL2",
            "created_on": "2023-06-01T20:58:28Z"
        },
        {
            "id": 4260,
            "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=157ntLrPoNo",
            "created_by": "LL2",
            "created_on": "2023-06-02T20:02:24Z"
        },
        {
            "id": 4263,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "docking delayed due to 24h launch delay",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=crs-28",
            "created_by": "hitura-nobad",
            "created_on": "2023-06-03T07:19:18Z"
        },
        {
            "id": 4267,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added video link.",
            "info_url": "https://www.youtube.com/watch?v=ezMjYaNmW7E",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-06-03T21:04:07Z"
        },
        {
            "id": 4268,
            "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=ezMjYaNmW7E",
            "created_by": "LL2",
            "created_on": "2023-06-03T21:04:29Z"
        },
        {
            "id": 4272,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated planned date and time.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-06-04T03:55:30Z"
        }
    ]
}