Open textbooks by subject, with details and reviews.
Subject Listing Pagination
ASYNCREADNo auth
Returns additional textbook cards and pagination for a subject beyond the first page.
ParametersFormJSON
Subject URL slug from /opentextbooks/subjects/<slug> (e.g. mathematics, business)
Page number for infinite-scroll pagination (starts at 2 for scroll=true requests)
Scroll flag; must be true for pagination
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_open_umn_edu_subject_listing_pagination", "params": { "subject_slug": "mathematics", "page": "2", "scroll": "true" } }'