Skip to content

Endpoints

This version of the API provides the following endpoints.

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
GET /api/v2/geography/list/

Returns the list of available geographic groups with their country memberships. Useful for building filter UIs.

Terminal window
curl https://widget.slipcase.com/api/v2/geography/list/?apiKey=YOUR_API_KEY
GET /api/v2/topics/trending/

Returns the most popular topics based on article engagement over a given time period. See the full Trending Topics documentation for available parameters and response format.

Terminal window
curl https://widget.slipcase.com/api/v2/topics/trending/?apiKey=YOUR_API_KEY&period=week
GET /api/v2/insights/popular-content/
GET /api/v2/insights/trending-topics/
GET /api/v2/insights/trending-topics/growth/
GET /api/v2/insights/topics/{id}/content/
GET /api/v2/insights/topics/{id}/co-topics/

Engagement analytics derived from reader clicks: most popular content (with breakdowns by specialty line, interest area, content type, source type, audience region, and seniority), trending topics and co-topics, and trending growth. See the full Insights documentation.

Terminal window
curl https://widget.slipcase.com/api/v2/insights/popular-content/?apiKey=YOUR_API_KEY&period=7d