

Main dashboard showing connection status and available endpoints
Metronyx Headless CMS Connector provides a clean, secure REST API to connect your WordPress content with any frontend framework. Perfect for developers building modern web applications with Next.js, React, Vue, Angular, or any other frontend technology.
This plugin has been thoroughly audited and includes:
Posts & Pages:
* GET /wp-json/metronyx-connector/v1/posts – All posts with pagination
* GET /wp-json/metronyx-connector/v1/posts/{slug} – Single post by slug
* GET /wp-json/metronyx-connector/v1/posts/featured – Featured posts only
* GET /wp-json/metronyx-connector/v1/pages – All pages
* GET /wp-json/metronyx-connector/v1/pages/{slug} – Single page by slug
Categories & Tags:
* GET /wp-json/metronyx-connector/v1/categories – All categories
* GET /wp-json/metronyx-connector/v1/tags – All tags
Coming Soon:
* Advanced e-commerce endpoints (future releases)
* Enhanced content filtering and search
* Multi-site headless architecture support
Each post/page includes:
* Basic content (title, slug, content, excerpt)
* SEO metadata (title, description, canonical URL)
* Featured images with multiple sizes
* Categories and tags
* Author information
* Custom meta fields
Future releases will include:
* Advanced content filtering and search capabilities
* Enhanced SEO metadata and structured data
* Multi-language content support
* Custom post type integration
* Performance analytics and insights
// Fetch all posts
const posts = await fetch('/wp-json/metronyx-connector/v1/posts')
.then(res => res.json());
// Fetch single post
const post = await fetch('/wp-json/metronyx-connector/v1/posts/your-post-slug')
.then(res => res.json());
// Next.js example
export async function getStaticProps({ params }) {
const post = await fetch(`${process.env.WORDPRESS_API_URL}posts/${params.slug}`)
.then(res => res.json());
return { props: { post } };
}
Need someone to run SEO and AI Search Optimization for your headless WordPress build?
The team behind this plugin is Metronyx AI, a managed SEO + AEO agency. We do the technical SEO foundation (titles, metas, schema, sitemaps, indexation) plus the AI search layer for headless and decoupled setups:
What’s different: smart onboarding. We start executing day one, not after a month of paperwork. Most clients see citations climbing within 90 days. Typical agencies take 12 months to even start.
Every client gets a self-contained dashboard tracking citations across ChatGPT, Perplexity, Gemini, and Claude in real time.
Learn more at metronyxai.com or get a free AI Visibility Audit.
Built and maintained by Arielle Phoenix (ariellephoenix.com).
AI SEO and headless WordPress solutions by Metronyx AI (metronyxai.com).