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.
curl https://widget.slipcase.com/api/v2/feed/?apiKey=YOUR_API_KEYfeed-recommended
Section titled “feed-recommended”GET /api/v2/feed-recommended/A manually curated collection of articles selected by Slipcase’s editorial team each day.
curl https://widget.slipcase.com/api/v2/feed-recommended/?apiKey=YOUR_API_KEYgeography/list
Section titled “geography/list”GET /api/v2/geography/list/Returns the list of available geographic groups with their country memberships. Useful for building filter UIs.
curl https://widget.slipcase.com/api/v2/geography/list/?apiKey=YOUR_API_KEYtopics/trending
Section titled “topics/trending”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.
curl https://widget.slipcase.com/api/v2/topics/trending/?apiKey=YOUR_API_KEY&period=weekinsights
Section titled “insights”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.
curl https://widget.slipcase.com/api/v2/insights/popular-content/?apiKey=YOUR_API_KEY&period=7d