Returns paginated news articles with optional filtering by publication, tag, and date range.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Comma-separated publication slugs to filter by (e.g. nytimes,wsj)
Comma-separated tags to filter by (e.g. technology,business)
ISO 8601 date string. Only articles published after this date are returned. Defaults to 24 hours ago.
Page size (default 50, max 200)
1 <= x <= 200Pagination offset (default 0)
x >= 0