ConsoleCatalog
Sign in
Phys.org logo

Phys.org

phys.orgNews Mediano auth

Science subject categories, article listings, and latest research stories.

Category Article Pagination

ASYNCREADNo auth

Returns the next page of category articles with titles, URLs, and summaries.

ParametersFormJSON

Subject category path slug matching the listing being paginated

Pagination offset sent as query parameter l

Cache-bust timestamp from the category listing session, sent as query parameter cache

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_phys_org_category_article_listing_pagination",
    "params": {
      "category_slug": "physics-news",
      "page_offset": "0",
      "cache_ts": "1780801263327"
    }
  }'