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

{
    "count": 3981,
    "next": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=40&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=20&ordering=created_on",
    "results": [
        {
            "id": 803,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/scorp_profile_20210217185945.jpg",
            "comment": "Pushing to Q2 FY23",
            "info_url": "https://twitter.com/TGMetsFan98/status/1435326420910215174",
            "created_by": "JRascagneres",
            "created_on": "2021-09-07T19:56:38Z"
        },
        {
            "id": 812,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Added launch, NET April 2024",
            "info_url": "https://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-goes-u-mission",
            "created_by": "spacevogel",
            "created_on": "2021-09-10T20:23:51Z"
        },
        {
            "id": 822,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing per NOTAMs.",
            "info_url": "https://twitter.com/aj_fi/status/1438051033540874241?s=21",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-09-15T09:55:53Z"
        },
        {
            "id": 830,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirmed docking time.",
            "info_url": "https://twitter.com/segeryu/status/1439858437555253251?s=21",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-09-20T08:00:36Z"
        },
        {
            "id": 850,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding CSG-3 on Vega-C NET 2024",
            "info_url": "https://www.asi.it/en/earth-science/cosmo-skymed/",
            "created_by": "Nosu",
            "created_on": "2021-10-04T06:05:38Z"
        },
        {
            "id": 858,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Added launch, currently NET mid-2022.",
            "info_url": "https://twitter.com/RocketLab/status/1445846162607464455",
            "created_by": "spacevogel",
            "created_on": "2021-10-07T15:48:36Z"
        },
        {
            "id": 875,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Possible Starship S20 static fire between 22:00 and 5:00 UTC (5pm - midnight CDT).",
            "info_url": "https://twitter.com/bocachicagal/status/1448301374643507203",
            "created_by": "Nosu",
            "created_on": "2021-10-13T15:42:53Z"
        },
        {
            "id": 876,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Road closure canceled for Wednesday, October 13. Next attempt Thursday, October 14 pending alert notice.",
            "info_url": "https://www.cameroncountytx.gov/spacex/",
            "created_by": "Nosu",
            "created_on": "2021-10-13T16:28:49Z"
        },
        {
            "id": 885,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking post-launch.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-10-15T17:15:02Z"
        },
        {
            "id": 923,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated date following launch delay.",
            "info_url": "https://twitter.com/Commercial_Crew/status/1454324795030507523",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-10-30T05:58:12Z"
        }
    ]
}