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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=360&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=340&ordering=created_on",
    "results": [
        {
            "id": 4964,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=3MbWoojn3fs",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-22T14:26:52Z"
        },
        {
            "id": 4971,
            "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=DLA_64yz8Ss",
            "created_by": "LL2",
            "created_on": "2023-08-23T11:48:34Z"
        },
        {
            "id": 4974,
            "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=2u3AqtXa2z8",
            "created_by": "LL2",
            "created_on": "2023-08-23T18:39:36Z"
        },
        {
            "id": 4984,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Docking confirmed",
            "info_url": "https://www.youtube.com/watch?v=0aqT--tLRLI",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-25T03:46:29Z"
        },
        {
            "id": 4985,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/BocaChicaGal/status/1694869652571087126",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-25T04:06:29Z"
        },
        {
            "id": 4988,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Rollout delayed",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2023-08-25T07:17:33Z"
        },
        {
            "id": 4991,
            "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=vSDS93-WiB0",
            "created_by": "LL2",
            "created_on": "2023-08-25T14:54:27Z"
        },
        {
            "id": 4992,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "SpaceX completed a second static fire of Booster 9.",
            "info_url": "https://www.youtube.com/watch?v=ENxZS6PUDuI",
            "created_by": "Nosu",
            "created_on": "2023-08-25T17:38:42Z"
        },
        {
            "id": 5001,
            "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=-JAXP-m7UR8",
            "created_by": "LL2",
            "created_on": "2023-08-26T08:59:37Z"
        },
        {
            "id": 5007,
            "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=3MbWoojn3fs",
            "created_by": "LL2",
            "created_on": "2023-08-27T08:59:48Z"
        }
    ]
}