Filters

Parameters - created_on, launch, launch__launch_service_provider, program

Example - /updates/?launch__launch_service_provider=121

Ordering

Fields - created_on

Example - /updates/?ordering=-created_on

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /updates/?limit=2

Format

Switch to JSON output - /updates/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/updates/?format=api&offset=3980&ordering=-created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 3981,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=3970&ordering=-created_on",
    "results": [
        {
            "id": 37,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2022",
            "info_url": "https://spacenews.com/first-dream-chaser-mission-slips-to-2022/",
            "created_by": "Nosu",
            "created_on": "2020-11-19T21:01:49Z"
        }
    ]
}