API Reference

Compact membership operations in a clean white and orange theme.

Live SQLite storage

Android API Endpoints

Open JSON
GET /api.php?resource=members

Returns all members without password hashes.

POST /api.php?resource=members

Create a member with name, username, and password.

POST /api.php?resource=login

Authenticate a member using username and password.

GET /api.php?resource=bulletins

Fetch bulletin notifications for the Android app.

POST /api.php?resource=bulletins

Create a bulletin notification from another client.

{
  "username": "sampleuser",
  "password": "secret123",
  "name": "Sample User"
}