PHP Watchface API

v1.0.0 Stable
GET /watchfaces/get.php?page=1

Fetch watchfaces with pagination (10 per page).

Parameters
page (optional) - The page number to retrieve.
category_id (optional) - Filter by category ID.
POST /watchfaces/add.php

Add a new watchface to the database.

Required Fields
name, image_url, rating, download_link, playstore_link
POST /watchfaces/update.php

Update an existing watchface record.

Fields
id (required), plus any field you wish to update.
POST /watchfaces/delete.php

Remove a watchface from the database.

Required Fields
id