Meeting Schedules Parser Public API

(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.

Overview Usage Examples API Form

Overview

Parse publications automatically or provide manual URLs. Supports Meeting Workbook (mwb) and Watchtower Study (w) publications.

Language Codes

  • E: English
  • S: Spanish
  • X: Portuguese
  • T: Chinese (Traditional)
  • Z: Chinese (Simplified)
  • F: French
  • G: German
  • I: Italian

For the full list, check /api/info.

Usage Examples

Current Meeting Workbook (MWB) in English GET /api/parse?lang=E&pub=mwb

Returns JSON with weekly schedules.

Watchtower Study in Spanish GET /api/parse?lang=S&pub=w

Fetches current Watchtower study data.

Filter by Date GET /api/parse?lang=E&pub=mwb&date=2024-11-04

Narrows to the week including the specified date.

Specific Issue GET /api/parse?lang=S&pub=w&issue=202508

Fetches a specific publication issue.

Parse Publication

Meeting Workbook (mwb) Watchtower Study (w)
Parse Publication