{"id":42198600,"url":"https://github.com/petenelson/wp-rest-api-toolbox","last_synced_at":"2026-01-27T00:21:09.158Z","repository":{"id":53538744,"uuid":"56245253","full_name":"petenelson/wp-rest-api-toolbox","owner":"petenelson","description":"WordPress plugin to tweak the REST API settings","archived":false,"fork":false,"pushed_at":"2025-01-02T16:16:28.000Z","size":625,"stargazers_count":46,"open_issues_count":4,"forks_count":8,"subscribers_count":10,"default_branch":"trunk","last_synced_at":"2025-01-02T16:56:06.310Z","etag":null,"topics":["rest-api","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/rest-api-toolbox/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petenelson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-14T14:41:00.000Z","updated_at":"2025-01-02T16:16:31.000Z","dependencies_parsed_at":"2022-09-11T10:03:18.510Z","dependency_job_id":null,"html_url":"https://github.com/petenelson/wp-rest-api-toolbox","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/petenelson/wp-rest-api-toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petenelson%2Fwp-rest-api-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petenelson%2Fwp-rest-api-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petenelson%2Fwp-rest-api-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petenelson%2Fwp-rest-api-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petenelson","download_url":"https://codeload.github.com/petenelson/wp-rest-api-toolbox/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petenelson%2Fwp-rest-api-toolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28792822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rest-api","wordpress","wordpress-plugin"],"created_at":"2026-01-27T00:21:08.337Z","updated_at":"2026-01-27T00:21:09.132Z","avatar_url":"https://github.com/petenelson.png","language":"PHP","readme":"# REST API Toolbox #\n**Contributors:** [gungeekatx](https://profiles.wordpress.org/gungeekatx/)  \n**Tags:** rest api, rest, wp rest api, json api  \n**Donate link:** https://petenelson.io/  \n**Requires at least:** 4.4  \n**Tested up to:** 6.7.1  \n**Stable tag:** 1.4.4  \n**License:** GPLv2 or later  \n**License URI:** http://www.gnu.org/licenses/gpl-2.0.html  \n\nAllows tweaking of several REST API settings\n\n## Description ##\n\nAllows tweaking of several REST API settings\n\n* Disable the REST API\n* Remove WordPress core endpoints\n* Require authentication for core endpoints\n* Force SSL\n* WP-CLI commands: wp rest-api-toolbox\n\nFind us on GitHub at https://github.com/petenelson/wp-rest-api-toolbox\n\n(Creative commons toolbox image provided by James Tworow https://www.flickr.com/photos/sherlock77/)\n\n## Installation ##\n\n1. Upload rest-api-toolbox to the `/wp-content/plugins/` directory\n2. Activate the plugin through the 'Plugins' menu in WordPress\n3. Visit the Settings -\u003e REST API Toolbox page to customize\n\n## Frequently Asked Questions ##\n\nHave any questions?  We can answer them here?\n\n## Screenshots ##\n\n### 1. General admin settings ###\n![General admin settings](https://raw.githubusercontent.com/petenelson/wp-rest-api-toolbox/master/assets/screenshot-1.png)\n\n### 2. WordPress core settings ###\n![WordPress core settings](https://raw.githubusercontent.com/petenelson/wp-rest-api-toolbox/master/assets/screenshot-2.png)\n\n\n## Changelog ##\n\n### 1.4.4 January 2nd, 2025 ###\n* Fixed deprecated notices for PHP 8 (props @thefrosty).\n\n### 1.4.3 March 25th, 2021 ###\n* No longer check for SSL when running any WP-CLI commands.\n\n### 1.4.2 February 13th, 2017 ###\n* Fixed bug in requiring authentication for endpoints that accessed specific items (ex: /wp/v2/users/1)\n\n### 1.4.1 January 16th, 2017 ###\n* Added settings support for No Custom Post Types\n* Fixed undefined variable notice (props @funkolector)\n\n### 1.4.0 January 13th, 2017 ###\n* Added support for removing or requiring authentication for custom post types.\n* Updated Settings UI for better clarity.\n* Added link to settings page from the plugins list page.\n\n### 1.3.0 December 12th, 2016 ###\n* Added option to require authentication for core endpoints.\n\n### 1.2.0 December 5th, 2016 ###\n* Updated the way the REST API can be disabled due to the rest_enabled filter being deprecated.\n* Added 'settings' to the list of core endpoints that can be removed.\n* Added CLI command: wp rest-api-toolbox status\n\n### 1.1.0 April 16, 2016 ###\n* Change REST API prefix\n* Remove specific core endpoints\n* Disable JSONP\n\n### 1.0.0 April 15, 2016 ###\n* Initial release\n\n## Upgrade Notice ##\n\n### 1.4.3 March 25th, 2021 ###\n* No longer check for SSL when running any WP-CLI commands.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetenelson%2Fwp-rest-api-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetenelson%2Fwp-rest-api-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetenelson%2Fwp-rest-api-toolbox/lists"}