Title: Infospica Headless API
Author: Infospica
Published: <strong>ಮಾರ್ಚ್ 24, 2026</strong>
Last modified: ಮಾರ್ಚ್ 24, 2026

---

Search plugins

![](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)

 * [Details](https://kn.wordpress.org/plugins/infospica-headless-api/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/infospica-headless-api/#reviews)
 *  [Installation](https://kn.wordpress.org/plugins/infospica-headless-api/#installation)
 * [Development](https://kn.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.

## Screenshots

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

## Installation

 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

### 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
    ```

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## 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).

## Changelog

#### 1.0.0

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

## ಮೆಟಾ

 *  Version **1.0.0**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **3 ವಾರಗಳು ರ ಮುನ್ನ**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/infospica-headless-api/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [acf](https://kn.wordpress.org/plugins/tags/acf/)[custom api](https://kn.wordpress.org/plugins/tags/custom-api/)
   [headless](https://kn.wordpress.org/plugins/tags/headless/)[headless cms](https://kn.wordpress.org/plugins/tags/headless-cms/)
   [rest-api](https://kn.wordpress.org/plugins/tags/rest-api/)
 *  [Advanced View](https://kn.wordpress.org/plugins/infospica-headless-api/advanced/)

## Ratings

No reviews have been submitted yet.

[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/)

## ‍ಬೆಂಬಲಿಸಿ

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/infospica-headless-api/)