(msp-api) is a lightweight HTTP service that parses JWPUB and EPUB files containing meeting schedules from JW.org. It includes an integrated caching system and an optional interactive frontend. The sole purpose of msp-api is to make the functionality of Meeting Schedules Parser accessible to other development environments.
Parse publications automatically or provide manual URLs. Supports Meeting Workbook (mwb) and Watchtower Study (w) publications.
For the full list, check /api/info.
GET /api/parse?lang=E&pub=mwb
Returns JSON with weekly schedules.
GET /api/parse?lang=S&pub=w
Fetches current Watchtower study data.
GET
/api/parse?lang=E&pub=mwb&date=2024-11-04
Narrows to the week including the specified date.
GET
/api/parse?lang=S&pub=w&issue=202508
Fetches a specific publication issue.