GET /v4/articles/?format=api&offset=31830&ordering=-published_at
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 31831,
    "next": null,
    "previous": "https://api.spaceflightnewsapi.net/v4/articles/?format=api&limit=10&offset=31820&ordering=-published_at",
    "results": [
        {
            "id": 21460,
            "title": "Boeing close to Emirates deal for more 777 jets, reports say",
            "authors": [],
            "url": "https://www.cnbc.com/2023/11/12/boeing-close-to-emirates-deal-for-more-777x-jets-reports-say.html",
            "image_url": "https://image.cnbcfm.com/api/v1/image/107002605-16425222622022-01-18t070408z_2094020196_rc2j1s9y73ns_rtrmadp_0_boeing-aircraft.jpeg",
            "news_site": "CNBC",
            "summary": "Boeing and Emirates are reportedly close to a major order of 777 jets, which would further bolster the airline’s existing position flying world’s largest fleet of the widebody aircraft type.",
            "published_at": "1970-01-01T00:00:00Z",
            "updated_at": "2023-11-13T13:12:09.481000Z",
            "featured": false,
            "launches": [],
            "events": []
        }
    ]
}