get/v1/news/{source_id}Items for one source — cache-first with the ported TTL semantics. For ``reddit-*`` sources the optional ``sort`` parameter selects an alternative feed (``new``, ``top``, ``rising``). ``top`` is scoped to the past day (``?t=day``). Any other source silently ignores the parameter and returns the standard feed.
curl -X GET "https://api.outception.com/v1/news/{source_id}?latest=false&sort=hot" \
-H "Authorization: Bearer $OUTCEPTION_TOKEN" \
-H "Accept: application/json"Path parameters
source_idstring
required
Query parameters
latestboolean
sortstring
Response · 200
Successful Response
statusenum
required
idstring
required
updatedTimeinteger
required
itemsarray<NewsItem>
required
idstring
required
titlestring
required
urlstring
required
mobileUrlstring | null
pubDateinteger | null
extraNewsExtra | null
Errors
422Validation Error