Skip to content

Endpoints

This version of the API provides two endpoints, both returning a collection of article objects.

Base: https://widget.slipcase.com/api/v2/

GET /api/v2/feed/

The main endpoint for querying the database of articles provided by the Slipcase news service. Supports all filters and pagination parameters.

Terminal window
curl https://widget.slipcase.com/api/v2/feed/?apiKey=YOUR_API_KEY
GET /api/v2/feed-recommended/

A manually curated collection of articles selected by Slipcase’s editorial team each day.

Terminal window
curl https://widget.slipcase.com/api/v2/feed-recommended/?apiKey=YOUR_API_KEY