{ "opencollection": "1.0.0", "info": { "name": "Spaceflight News Articles Reports API", "version": "4.30.2" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "List Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.spaceflightnewsapi.net/v4/reports/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page (default 10, max 100)" }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results" }, { "name": "search", "value": "", "type": "query", "description": "Filter reports by title or summary keywords" }, { "name": "news_site", "value": "", "type": "query", "description": "Filter reports by news site or agency name" }, { "name": "ordering", "value": "", "type": "query", "description": "Sort field. Prefix with - for descending order" } ] }, "docs": "Returns a paginated list of spaceflight mission reports. Reports are typically formal publications from space agencies documenting mission data and outcomes." }, { "info": { "name": "Get Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.spaceflightnewsapi.net/v4/reports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the report" } ] }, "docs": "Returns a single mission report by its unique ID" } ] } ], "bundled": true }