Poxyram Backend API
The content and interaction layer powering Poxyram Production — localized home, news, and character data with image optimization, edge caching, and validated contact ingestion.
Quick start
- Base URL
https://api.poxyram.com- Version
/api/v1- Auth
X-Poxyram-Client-Key- Public
/api/v1/health
curl -X GET "https://api.poxyram.com/api/v1/home?lang=en" \
-H "Accept: application/json" \
-H "X-Poxyram-Client-Key: <your-key>"Endpoints
24 routesLocalized home page content: hero, carousel, character & news previews, footer, and SEO metadata.
Localized news feed backed by Sanity (with mock fallback). Supports category filtering and pagination.
Localized character roster by city.
World/background setting pages with thumbnail + hero images. Carousel list and detail pages.
Generic content pages (legal, support, info) with cover images. Category filter supported.
Frequently asked questions with categories and question/answer pairs.
Contact page content (GET) and contact form submission (POST).
Subscribe, confirm, and unsubscribe. Confirmation and unsubscribe return HTML pages.