Poxyram Backend API
Sprint 2 — Live API with image optimization, caching, contact form, and mock expansion
Status
● API Online — v0.2.1
Endpoints
GET /api/v1/home?lang=en— English home page data test →GET /api/v1/home?lang=es— Datos de la página de inicio en español test →POST /api/v1/contact— Submit contact form (requires JSON body)GET /api/v1/news?lang=en— Mock news feed test →GET /api/v1/news?lang=es— Feed de noticias mock test →GET /api/v1/characters?lang=en— Mock character roster test →GET /api/v1/characters?lang=es— Roster de personajes mock test →
Documentation
cURL Example
curl -X GET "http://localhost:3000/api/v1/home?lang=es" -H "Accept: application/json"