{"message":"Aquí Reciclo Fastify API","version":"1.0.0","endpoints":{"health":"/health","home":"/home","homeLocations":"/home/locations","aboutUs":"/about-us","navbar":"/navbar","directory":{"screen":"GET /directory/screen","generalLocations":"GET /directory/general-locations?locale=","provinces":"GET /directory/provinces?locale=","distritosByProvince":"GET /directory/provinces/:provinceId/distritos?locale=","corregimientosByDistrito":"GET /directory/distritos/:distritoId/corregimientos?locale=","materials":"GET /directory/materials?locale=","search":"GET /directory/search?materials=&location_id=&lat=&lng=&radius_km=&page=&pageSize=","openNow":"GET /directory/open-now?page=&pageSize=","center":"GET /directory/centers/:id","similar":"GET /directory/centers/:id/similar"},"blog":{"list":"GET /blog?locale=&page=&pageSize=","featured":"GET /blog/featured?locale=&page=&pageSize=","carousel":"GET /blog/carousel?locale=&page=&pageSize=","articleBySlug":"GET /blog/articles/:slug"},"strapiCheck":"/strapi-check","auth":{"login":"POST /auth/login (email + password)","me":"GET /auth/me","changePassword":"POST /auth/change-password","googleUrl":"/auth/google/url","googleCallback":"/auth/google/callback"},"posts":{"instagram":"POST /posts/instagram","news":"POST /posts/news"},"webhooks":{"strapi":"POST /webhooks/strapi (recibe webhook Strapi; invalida caché backend y opcionalmente llama FRONTEND_REVALIDATE_URL)","contentVersion":"GET /webhooks/content-version (versión de contenido para que el frontend haga polling y revalidar al cambiar)"},"admin":{"localeSyncArticles":"POST /admin/locale-sync/articles (Bearer LOCALE_SYNC_SECRET; body: sourceLocale, targetLocale, dryRun?, updateExisting?, documentId?; requiere STRAPI_API_TOKEN y GOOGLE_TRANSLATE_API_KEY salvo dryRun)"}}}