Per the JSON API spec, the URL endpoints for individual resources can be built in a predictable way.
All v2 endpoints on the Designer News API support the multi-GET format when retrieving multiple resources, e.g.
GET /api/v2/stories/1,2,3
Filtering, sorting, and inclusion of linked resources is available when noted.