Base URL
Authentication
All endpoints require a Bearer token in theAuthorization header:
Resources
Browse endpoints using the sidebar navigation. Available resources:| Resource | Description | Endpoints |
|---|---|---|
| Articles | Translated Nordic news articles | List, Get |
| Stories | AI-generated article clusters | List, Get, Articles |
| Companies | Nordic company profiles | List, Get, Articles, Stories |
| Categories | News categories | List, Get, Articles, Stories |
| Countries | Nordic countries | List, Get, Articles, Stories, Exchanges |
| Exchanges | Stock exchanges | List, Get, Companies |
| Search | Full-text search across all resources | Search |
| Meta | API metadata and capabilities | Get |
Common features
All list endpoints support:- Cursor pagination for stable paging through results
- Field projection to select specific response fields
- ETag caching on individual resource endpoints
- Real-time updates via the
updated_afterparameter (articles and stories) - Filtering by country, category, ticker, content type, and date range
- Full-text search with the
qparameter