Title: Infospica Headless API
Author: Infospica
Published: <strong>Март 24, 2026-ж.</strong>
Last modified: Март 24, 2026-ж.

---

Плагиндерди издөө

![](https://ps.w.org/infospica-headless-api/assets/icon-256x256.png?rev=3489831)

# Infospica Headless API

 Автору [Infospica](https://profiles.wordpress.org/icssubscriptions/)

[Жүктөө](https://downloads.wordpress.org/plugin/infospica-headless-api.1.0.0.zip)

 * [Кенен маалымат](https://ky.wordpress.org/plugins/infospica-headless-api/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/infospica-headless-api/#reviews)
 *  [Орнотуу](https://ky.wordpress.org/plugins/infospica-headless-api/#installation)
 * [Development](https://ky.wordpress.org/plugins/infospica-headless-api/#developers)

 [Колдоо](https://wordpress.org/support/plugin/infospica-headless-api/)

## Сүрөттөө

Infospica Headless API transforms WordPress into a secure and flexible headless 
CMS by providing a custom REST API namespace with full CRUD capabilities.

Instead of modifying the default WordPress REST API, this plugin creates an isolated
and configurable API layer designed specifically for secure and scalable headless
architectures.

### Ideal for

 * Headless WordPress (Next.js, Nuxt, React, Vue, Angular)
 * Mobile applications
 * SaaS platforms
 * Custom frontend integrations
 * API-driven architectures

### Key Features

 * Custom API namespace with version control
 * Full CRUD endpoints (GET, POST, PUT, PATCH, DELETE)
 * Supports:
    - Pages
    - Posts
    - Custom Post Types
 * Optional ACF field support (if ACF is active)
 * Authentication-aware read and write access
 * Capability-based write protection
 * Built-in pagination support (`?page` and `?per_page`)
 * Clean and intuitive admin settings UI
 * Clean uninstall (removes plugin data and settings)

### Security Highlights

 * All API endpoints require authentication
 * Write operations require appropriate WordPress capabilities
 * CSRF protection enforced for cookie-based authentication (nonce validation)
 * Sensitive user data (such as email addresses) is not exposed
 * WooCommerce core pages are automatically excluded from API responses

### Authentication

All endpoints require authentication.

Supported authentication methods:

 * WordPress login cookies (browser/admin usage)
    - Write requests require `X-WP-Nonce` header or `_wpnonce` parameter
 * Application Passwords (recommended for external applications)
 * Any authentication method that properly sets the current user context

Write operations are additionally restricted by WordPress capabilities (e.g., `edit_posts`,`
delete_posts`).

### Available Endpoints

Base structure:

    ```
    /wp-json/{namespace}/{version}/
    ```

Example:

    ```
    /wp-json/my-api/v1/
    ```

#### Status

GET `/status`

#### Pages

GET `/pages`
 GET `/pages/{id}` POST `/pages` PUT `/pages/{id}` PATCH `/pages/{id}`
DELETE `/pages/{id}`

#### Posts

GET `/posts`
 GET `/posts/{id}` POST `/posts` PUT `/posts/{id}` PATCH `/posts/{id}`
DELETE `/posts/{id}`

#### Custom Post Types

GET `/{post-type}`
 GET `/{post-type}/{id}` POST `/{post-type}` PUT `/{post-type}/{
id}` PATCH `/{post-type}/{id}` DELETE `/{post-type}/{id}`

### Pagination

All list endpoints support:

    ```
    ?page=1  
    &per_page=10 (maximum 50)
    ```

Example:

    ```
    /wp-json/my-api/v1/posts?page=2&per_page=5<h3>License</h3>
    ```

This plugin is licensed under GPLv2 or later.

## Скриншоттор

 * [[
 * Plugin settings page in WordPress admin
 * [[
 * REST API endpoints overview with generated URLs

## Орнотуу

 1. Upload the plugin to `/wp-content/plugins/infospica-headless-api/`
 2. Activate the plugin from the WordPress admin panel
 3. Navigate to **Infospica Headless API** in the admin menu
 4. Configure namespace, version, and enabled content types
 5. Save settings
 6. Use the generated endpoints in your frontend application

## FAQ.KG

### Does this replace the default WordPress REST API?

No. It creates a separate custom REST namespace. The default WordPress REST API 
remains unchanged.

### Is authentication required?

Yes.

All endpoints require authentication.
 Write operations additionally require proper
WordPress capabilities.

### Does it support ACF?

Yes.

Enable ACF support in settings to include custom fields in API responses (if ACF
is installed and active).

### Does it support WooCommerce?

WooCommerce core pages are automatically excluded.

Dedicated WooCommerce API support may be added in a future release.

### Does it support pagination?

Yes.

Use:

    ```
    ?page=1  
    &per_page=10
    ```

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

“Infospica Headless API” is open source software. The following people have contributed
to this plugin.

Мүчөлөрү

 *   [ Infospica ](https://profiles.wordpress.org/icssubscriptions/)
 *   [ pushpasharmila ](https://profiles.wordpress.org/pushpasharmila/)

[Translate “Infospica Headless API” into your language.](https://translate.wordpress.org/projects/wp-plugins/infospica-headless-api)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/infospica-headless-api/),
check out the [SVN repository](https://plugins.svn.wordpress.org/infospica-headless-api/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/infospica-headless-api/)
by [RSS](https://plugins.trac.wordpress.org/log/infospica-headless-api/?limit=100&mode=stop_on_copy&format=rss).

## Өзгөртүүлөр

#### 1.0.0

 * Initial stable release
 * Custom namespace-based REST API
 * Full CRUD support
 * CPT support
 * ACF integration
 * Pagination support
 * Admin UI

## Мета

 *  Нуска **1.0.0**
 *  Акыркы жаңыртуу **2 ай мурун**
 *  Активдүү орнотуулар **Fewer than 10**
 *  WordPress нускасы ** 6.0 же андан жогору **
 *  Tested up to **6.9.4**
 *  PHP нускасы ** 7.4 же андан жогору **
 *  Тил
 * [English (US)](https://wordpress.org/plugins/infospica-headless-api/)
 * Тег:
 * [acf](https://ky.wordpress.org/plugins/tags/acf/)[custom api](https://ky.wordpress.org/plugins/tags/custom-api/)
   [headless](https://ky.wordpress.org/plugins/tags/headless/)[headless cms](https://ky.wordpress.org/plugins/tags/headless-cms/)
   [rest-api](https://ky.wordpress.org/plugins/tags/rest-api/)
 *  [Advanced View](https://ky.wordpress.org/plugins/infospica-headless-api/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

[Your review](https://wordpress.org/support/plugin/infospica-headless-api/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/infospica-headless-api/reviews/)

## Мүчөлөрү

 *   [ Infospica ](https://profiles.wordpress.org/icssubscriptions/)
 *   [ pushpasharmila ](https://profiles.wordpress.org/pushpasharmila/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/infospica-headless-api/)