PHPackages                             humanmade/see-in-rest-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. humanmade/see-in-rest-api

ActiveWordpress-plugin[API Development](/categories/api)

humanmade/see-in-rest-api
=========================

Quickly request the current resource off the WordPress REST API via the WordPress admin bar.

1.0.0(5y ago)102GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Mar 16Pushed 5y ago18 watchersCompare

[ Source](https://github.com/humanmade/see-in-rest-api)[ Packagist](https://packagist.org/packages/humanmade/see-in-rest-api)[ RSS](/packages/humanmade-see-in-rest-api/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

See in REST API [![Latest Stable Version](https://camo.githubusercontent.com/98c8c13028ad38ca1662f18a257ca09ff441654517ef2f5f3363334646048e1c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68756d616e6d6164652f7365652d696e2d726573742d6170692e737667)](https://packagist.org/packages/humanmade/see-in-rest-api)
==========================================================================================================================================================================================================================================================================================================================================

[](#see-in-rest-api-)

> Quickly request the current resource off the WordPress REST API via the WordPress admin bar.

---

Introduction
------------

[](#introduction)

This plugin adds a new node to the WordPress admin bar, *See in REST API*, that allows for requesting the current resource off the WordPress REST API. This works both in the WordPress admin and on the front end of your site.

Supported resources:

- posts (including attachments);
- terms;
- users (including your profile).

The plugin does **not** perform any checks around permissions. If a resource is not available or readable, you will find out after you clicked the link. 🙂

Installation
------------

[](#installation)

**Requirements:**

- PHP 7.2 or higher;
- WordPress 5.5 or higher.

Install with [Composer](https://getcomposer.org):

```
composer require humanmade/see-in-rest-api
```

This plugin follows [Semantic Versioning](https://semver.org/).

Usage
-----

[](#usage)

### PHP Filters

[](#php-filters)

#### `see_in_rest_api.rest_url`

[](#see_in_rest_apirest_url)

This filter allows the user to modify the URL that the admin bar node will link to.

**Arguments:**

- `$rest_url` (`string`): REST API URL for the current resource.

**Usage Example:**

```
// Show the See in REST API admin bar node for administrators only.
add_filter( 'see_in_rest_api.rest_url', function ( string $rest_url ): string {

	return current_user_can( 'manage_options' ) ? $rest_url : '';
} );
```

License
-------

[](#license)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1971d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/208434?v=4)[John Blackbourn](/maintainers/johnbillion)[@johnbillion](https://github.com/johnbillion)

![](https://avatars.githubusercontent.com/u/6049306?v=4)[Thorsten Frommen](/maintainers/tfrommen)[@tfrommen](https://github.com/tfrommen)

---

Top Contributors

[![tfrommen](https://avatars.githubusercontent.com/u/6049306?v=4)](https://github.com/tfrommen "tfrommen (2 commits)")[![johnbillion](https://avatars.githubusercontent.com/u/208434?v=4)](https://github.com/johnbillion "johnbillion (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/humanmade-see-in-rest-api/health.svg)

```
[![Health](https://phpackages.com/badges/humanmade-see-in-rest-api/health.svg)](https://phpackages.com/packages/humanmade-see-in-rest-api)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[october/rain

October Rain Library

1601.7M99](/packages/october-rain)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k17.3k99](/packages/elgg-elgg)[mediawiki/maps

Adds various mapping features to MediaWiki

85155.1k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3407.6k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
