🚀 qaleon Mode
qaleon.com
ℹ️ Información: Este sitio funciona como API backend qaleon.
El frontend está construido con Astro.js 5.
📡 Endpoints REST API disponibles
WordPress Core:
https://wp-marketing.qaleon.com/wp-json/wp/v2/
Polylang (Multiidioma):
https://wp-marketing.qaleon.com/wp-json/polylang/v1/languages
https://wp-marketing.qaleon.com/wp-json/polylang/v1/default-language
qaleon Theme:
https://wp-marketing.qaleon.com/wp-json/qaleon/v1/menus
https://wp-marketing.qaleon.com/wp-json/qaleon/v1/site-info
https://wp-marketing.qaleon.com/wp-json/qaleon/v1/search?query=test
ACF Options:
https://wp-marketing.qaleon.com/wp-json/acf/v1/options
🔗 Acciones rápidas
Ver REST API completa
Ir al Dashboard
💡 Ejemplo de uso en Astro.js
// En tu proyecto Astro.js 5
const API_URL = 'https://wp-marketing.qaleon.com/wp-json/';
// Obtener posts
const posts = await fetch(`${API_URL}wp/v2/posts?lang=es`);
// Obtener menú
const menu = await fetch(`${API_URL}qaleon/v1/menus/primary`);
// Obtener sineqias (custom post type)
const sineqias = await fetch(`${API_URL}wp/v2/sineqia?lang=es`);
Theme: qaleon Theme for Astro v1.0.0
WordPress: 6.9.4
Idiomas activos: es, en