Title: Apitect API Feed Display
Author: Sunil Kumar
Published: <strong>2026年6月18日</strong>
Last modified: 2026年6月18日

---

プラグインを検索

![](https://s.w.org/plugins/geopattern-icon/apitect-api-feed-display.svg)

# Apitect API Feed Display

 作者: [Sunil Kumar](https://profiles.wordpress.org/phpinterview1991/)

[ダウンロード](https://downloads.wordpress.org/plugin/apitect-api-feed-display.1.0.0.zip)

 * [詳細](https://ja.wordpress.org/plugins/apitect-api-feed-display/#description)
 * [レビュー](https://ja.wordpress.org/plugins/apitect-api-feed-display/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/apitect-api-feed-display/#installation)
 * [開発](https://ja.wordpress.org/plugins/apitect-api-feed-display/#developers)

 [サポート](https://wordpress.org/support/plugin/apitect-api-feed-display/)

## 説明

Apitect API Feed Display lets you connect to any external REST API or XML feed and
display the response data anywhere on your WordPress site — no coding required.

**Key Features:**

 * **Admin Endpoint Manager** — Add, edit, delete, and live-test saved API endpoints
 * **JSON & XML Support** — Auto-detect or manually specify the response format
 * **Response Caching** — Configurable TTL using the WordPress Transients API
 * **4 Display Modes** — Table, Cards, List, or Raw JSON
 * **Shortcode** — `[apitect_feed]` with rich attribute support
 * **Sidebar Widget** — Display any saved endpoint in any widget area
 * **Gutenberg Block** — Drag-and-drop block with live editor preview
 * **Custom HTTP Headers** — Bearer tokens, API keys, and custom headers per endpoint
 * **Data Path Drilling** — Dot-notation to target nested data (e.g. `data.items`)
 * **Field Filtering** — Show only specific keys from the response
 * **Item Limiting** — Restrict the number of rows or cards displayed

### External Services

This plugin connects to external APIs and services that you configure yourself. 
No external service is contacted by default — connections only occur when you explicitly
add an endpoint URL in the plugin’s admin settings and that endpoint is requested
on your site.

**What data is sent:**
 The plugin makes HTTP requests (GET, POST, etc.) to the 
API URLs you configure. The request may include any custom HTTP headers you specify(
such as API keys or Bearer tokens). No data is sent to any third-party service by
Apitect API Feed Display itself — all API calls go directly to the URL you enter.

**When data is sent:**
 A request is made to your configured API URL when: – A page/
post containing the `[apitect_feed]` shortcode or the Gutenberg block is loaded 
by a visitor. – You use the “Test” button in the admin panel to preview a response.–
A sidebar widget configured with an endpoint is displayed.

Responses are cached using WordPress Transients to reduce repeated API calls (configurable
per endpoint; default 300 seconds).

**Third-party API policies:**
 You are solely responsible for ensuring that your
use of any external API complies with that service’s terms of service and privacy
policy. Please review the terms and privacy policy of any API you connect to:

 * The plugin has no affiliation with any external API provider.
 * API providers may log IP addresses, request metadata, or other information per
   their own policies.
 * For APIs that handle personal data, ensure you have appropriate disclosures in
   your site’s own Privacy Policy.

### Shortcode Reference

Basic usage:
 [apitect_feed id=”my-endpoint”]

With options:
 [apitect_feed id=”my-endpoint” display=”card” limit=”5″ fields=”id,
name,email” title=”Users”]

Ad-hoc URL (no saved endpoint needed):
 [apitect_feed url=”https://jsonplaceholder.
typicode.com/users” format=”json” display=”table”]

**Available attributes:**

 * `id` — ID of a saved endpoint
 * `url` — Ad-hoc API URL (used when no `id` is provided)
 * `method` — HTTP method, default `GET`
 * `format` — `auto`, `json`, or `xml` (default `auto`)
 * `cache_ttl` — Cache duration in seconds, default `300` (0 = disabled)
 * `display` — `table`, `card`, `list`, or `raw` (default `table`)
 * `path` — Dot-notation path into the response, e.g. `data.items`
 * `limit` — Maximum number of items to show (0 = all)
 * `fields` — Comma-separated list of keys to display
 * `title` — Optional heading rendered above the output

## ブロック

このプラグインは1個のブロックを提供します。

 *   Apitect API Feed Display

## インストール

 1. Upload the `apitect-api-feed-display` folder to `/wp-content/plugins/`, or install
    via **Plugins  Add New  Upload Plugin**.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Apitect Feed** in your admin sidebar to add your first endpoint.

## FAQ

### Can I use it with authenticated APIs?

Yes. Add your `Authorization: Bearer TOKEN` or `X-Api-Key: KEY` header in the endpoint
configuration form.

### Where is cached data stored?

In WordPress Transients (the `wp_options` table). You can clear all plugin caches
at any time from the **Apitect Feed** admin page.

### How do I target nested data in the response?

Use the `path` attribute with dot-notation. For a response like `{ "data": { "users":[...]}}`,
use `path="data.users"`.

### Does it support POST requests?

Yes. Set the HTTP method to POST and provide your request body (usually JSON) in
the endpoint form.

### What display modes are available?

Table, Cards, List, and Raw JSON. The renderer auto-links URLs found in data values.

### Does the plugin send any data to the plugin author?

No. The plugin makes no calls to any server controlled by the plugin author. All
API requests go directly to the URLs you configure.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Apitect API Feed Display はオープンソースソフトウェアです。以下の人々がこのプラグ
インに貢献しています。

貢献者

 *   [ Sunil Kumar ](https://profiles.wordpress.org/phpinterview1991/)

[“Apitect API Feed Display” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/apitect-api-feed-display)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/apitect-api-feed-display/)
するか、[SVN リポジトリ](https://plugins.svn.wordpress.org/apitect-api-feed-display/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/apitect-api-feed-display/)
を [RSS](https://plugins.trac.wordpress.org/log/apitect-api-feed-display/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0.0

 * Initial release

## メタ

 *  バージョン **1.0.0**
 *  最終更新日 **1か月前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 5.8またはそれ以降 **
 *  検証済み最新バージョン: **7.0.2**
 *  PHP バージョン ** 7.4またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/apitect-api-feed-display/)
 * タグ
 * [api](https://ja.wordpress.org/plugins/tags/api/)[JSON](https://ja.wordpress.org/plugins/tags/json/)
   [rest-api](https://ja.wordpress.org/plugins/tags/rest-api/)[shortcode](https://ja.wordpress.org/plugins/tags/shortcode/)
   [xml](https://ja.wordpress.org/plugins/tags/xml/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/apitect-api-feed-display/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/apitect-api-feed-display/reviews/)

## 貢献者

 *   [ Sunil Kumar ](https://profiles.wordpress.org/phpinterview1991/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/apitect-api-feed-display/)