ConsoleCatalog
Sign in
MERLOT logo

MERLOT

merlot.orgEducationno auth

Open learning materials by discipline, with details and peer reviews.

Discipline Materials Listing

ASYNCREADNo auth

Returns learning materials in a discipline with titles, types, authors, and ratings.

ParametersFormJSON

MERLOT discipline category ID from the discipline index

Sort order for category listing results

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_merlot_org_discipline_materials_listing",
    "params": {
      "category_id": "2175",
      "sort_property": "overallRating"
    }
  }'