Title: API Press &#8211; Plugin for WordPress API Integration
Author: Quicksnail Plugins
Published: <strong>septembre 2, 2025</strong>
Last modified: février 2, 2026

---

Search plugins

![](https://ps.w.org/api-press/assets/banner-772x250.png?rev=3354311)

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

# API Press – Plugin for WordPress API Integration

 By [Quicksnail Plugins](https://profiles.wordpress.org/quicksnail/)

[Download](https://downloads.wordpress.org/plugin/api-press.1.2.4.zip)

 * [Details](https://tah.wordpress.org/plugins/api-press/#description)
 * [Reviews](https://tah.wordpress.org/plugins/api-press/#reviews)
 *  [Installation](https://tah.wordpress.org/plugins/api-press/#installation)
 * [Development](https://tah.wordpress.org/plugins/api-press/#developers)

 [Support](https://wordpress.org/support/plugin/api-press/)

## Description

API Press is a free **WordPress API integration plugin** that lets you easily connect
external APIs to WordPress — no coding required.

Setup and manage unlimited API integrations, right from your WordPress admin. You
can define the endpoint and add query paramaters, headers, body data and authentication
settings. Click Send to see the API response and then use the shortcode or template
tag to display the data anywhere on your site.

**Simple and flexible API integration in WordPress.**

### API Press Features

 * Unlimited API integrations
 * Works with any REST API
 * GET, POST, PUT, PATCH & DELETE HTTP methods
 * Query parameters, headers and body data
 * Cache API calls
 * Logging of all requests
 * Send raw JSON, form-data and x-www-form-urlencoded body types
 * Preview API responses directly in the admin
 * Use shortcode or template tag to output API data anywhere on your site
 * Authentication options: API Key, Bearer token, Basic Auth, no auth (OAuth 2.0
   in [PRO](https://api-press.com/downloads/pro-plugin/))
 * No code

### API Press PRO Features

 * **Templates** – Output API data with pre-built templates – Gallery, Table, Carousel
   etc.
 * **Triggers** – call API on WordPress actions (e.g., when a user registers or 
   a form is submitted)
 * **Variables** – dynamically send user data, post data or site data to your API
 * **OAuth 2.0 Authorization**
 * Auto HTML formatting for displaying API responses
 * Email alerts on failed responses
 * One-click cloning of APIs
 * Preview API request before sending

View the [API Press PRO](https://api-press.com/downloads/pro-plugin/) plugin.

API Press is an easy to use WordPress API integration plugin that is ideal for developers,
site builders and businesses that need a flexible, no-code way to connect APIs and
manage API integrations inside WordPress.

### WordPress API Integration Plugin

Using API Press is simple: To connect your API to your WordPress site, simply install
this plugin and then visit API Press in your admin to add a new API. Fill in the
details of your API including URL and any headers, query strings, body parameters
or authentication and click Send.

## Screenshots

 * [[
 * Integrate API in WordPress admin
 * [[
 * Headers that can be sent with API requests
 * [[
 * Body parameters that can be sent with API requests
 * [[
 * Authentication that can be used with API requests
 * [[
 * Log of all API calls

## Blocks

This plugin provides 1 block.

 *   API Press: WordPress API Plugin Connect WordPress to external API and display
   data from the API.

## Installation

### Install API Press via WordPress Dashboard

 1. Navigate to “Plugins > Add New” in your dashboard
 2. Search for “API Press”
 3. Click “Install Now” and then “Activate”
 4. A new menu item **API Press** will appear in the dashboard

### Uploading API Press in WordPress Dashboard

 1. Download the API Press ZIP file from [wordpress.org](https://wordpress.org/plugins/api-press)
 2. In your WordPress dashboard, go to “Plugins > Add New > Upload Plugin”
 3. Select the ZIP file and click “Install Now”
 4. Activate the plugin after installation

### Using FTP to install API Press

 1. Download and extract the API Press ZIP file
 2. Upload the `api-press` folder to `/wp-content/plugins/`
 3. Go to “Plugins” in the WordPress dashboard and activate **API Press**

### How to Integrate API in WordPress

To integrate an API using WordPress, follow the install instructions above and then
visit API Press in your admin to add a new API. Fill in the details of your API 
including URL and any headers, query strings, body parameters or authentication 
and click Send.

Once activated, API Press makes WordPress API integration quick and code-free.

## FAQ

### Do I need to know how to code to use API Press?

No. API Press is built as a no-code tool. You can build and manage API requests 
directly in your WordPress admin without writing any code. It is very easy to use.

### What types of API does this integrate with?

API Press works with any REST API that accepts standard HTTP requests (GET, POST,
PUT, PATCH, DELETE). You can send parameters, headers and authentication details
to most APIs.

### How do I display API data on my site?

You can display API responses using a shortcode inside posts or pages, or by adding
a template tag inside your theme, allowing you to complete a full WordPress API 
integration without code. Both options are provided when you create an API in the
admin and you can simply copy these and paste wherever you need.

### Does API Press support authentication?

Yes. The free version supports API Key, Bearer token, Basic Auth and no authentication.
OAuth 2.0 authorization is available in the PRO version.

### Can I log and cache API requests?

Yes. Logging of all requests and caching of API calls are included in the free plugin.
This helps with performance and debugging.

### What extra features are in API Press PRO?

The PRO plugin adds powerful features such as triggers (send API requests on WordPress
actions), variables (send dynamic user or site data), OAuth 2.0, email alerts on
failed requests, automatic HTML formatting of responses and one-click cloning of
APIs.

### Can I preview API responses before displaying them?

Yes. From the WordPress admin you can test and preview any API request before outputting
it on your site.

### Who should use API Press?

API Press is designed for developers, site builders and businesses that want a flexible
way to integrate external APIs inside WordPress – without needing to write custom
code. API Press is a fully-featured WordPress API plugin designed for easy use.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“API Press – Plugin for WordPress API Integration” is open source software. The 
following people have contributed to this plugin.

Contributors

 *   [ Quicksnail Plugins ](https://profiles.wordpress.org/quicksnail/)

“API Press – Plugin for WordPress API Integration” has been translated into 4 locales.
Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/api-press/contributors)
for their contributions.

[Translate “API Press – Plugin for WordPress API Integration” into your language.](https://translate.wordpress.org/projects/wp-plugins/api-press)

### Interested in development?

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

## Changelog

#### 1.2.4 (2026-02-02)

 * Styling updates
 * Add placeholders and default values for inputs
 * Change docs link to getting started article

#### 1.2.3 (2026-01-05)

 * Tested with WordPress 6.9

#### 1.2.2 (2025-10-10)

 * Add toggle for bypassing SSL verification. to be used for testing only.

#### 1.2.1 (2025-09-24)

 * Make plugin translatable

#### 1.2.0 (2025-09-24)

 * Add detailed Display and Trigger info

#### 1.1.5 (2025-09-15)

 * Add wrapping div for h1 to allow full-width admin notices

#### 1.1.4 (2025-09-10)

 * Update correct link to settings page

#### 1.1.3 (2025-09-10)

 * Add display tab
 * Minor styling updates
 * Add logo to admin page
 * Update block.json text

#### 1.1.2 (2025-09-04)

 * Add block.json
 * Add contact link to admin

#### 1.1.1 (2025-09-03)

 * Add API Press block

#### 1.1.0 (2025-09-02)

 * Add filters to allow PRO plugin enhancements
 * Add Settings page
 * Add Logs page

#### 1.0.1 (2025-09-02)

 * Add nonce checks to navigation betwen APIs

#### 1.0.0 (2025-08-14)

 * Initial Release

## Meta

 *  Version **1.2.4**
 *  Last updated **2 mois ago**
 *  Active installations **30+**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [English (Australia)](https://en-au.wordpress.org/plugins/api-press/), [English (US)](https://wordpress.org/plugins/api-press/),
   [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/api-press/), [Spanish (Chile)](https://cl.wordpress.org/plugins/api-press/),
   and [Spanish (Spain)](https://es.wordpress.org/plugins/api-press/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/api-press)
 * Tags
 * [api](https://tah.wordpress.org/plugins/tags/api/)[api integration](https://tah.wordpress.org/plugins/tags/api-integration/)
   [endpoint](https://tah.wordpress.org/plugins/tags/endpoint/)[external api](https://tah.wordpress.org/plugins/tags/external-api/)
   [WordPress API](https://tah.wordpress.org/plugins/tags/wordpress-api/)
 *  [Advanced View](https://tah.wordpress.org/plugins/api-press/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/api-press/reviews/#new-post)

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

## Contributors

 *   [ Quicksnail Plugins ](https://profiles.wordpress.org/quicksnail/)

## Support

Got something to say? Need help?

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