ConsoleCatalog
Sign in
The 19th logo

The 19th

19thnews.orgNews Mediano auth

US news site - latest stories, articles, topics, and content search.

Topic Listing

ASYNCREADNo auth

Returns article headlines, slugs, and pagination for a topic or category.

ParametersFormJSON

Topic path segment after /topics/ (e.g. politics, lgbtq)

Optional pagination page number for /topics/{topic_slug}/page/{page}/

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_19thnews_topic_listing",
    "params": {
      "topic_slug": "politics",
      "page": "1"
    }
  }'