Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreiigna/wp-api-explorer
UI to explore all data in a WordPress site API
https://github.com/andreiigna/wp-api-explorer
Last synced: 5 days ago
JSON representation
UI to explore all data in a WordPress site API
- Host: GitHub
- URL: https://github.com/andreiigna/wp-api-explorer
- Owner: AndreiIgna
- Created: 2020-06-11T11:59:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T11:22:15.000Z (over 1 year ago)
- Last Synced: 2023-03-01T01:35:47.061Z (over 1 year ago)
- Language: Vue
- Homepage: https://wp-api-explorer.pages.dev
- Size: 2.8 MB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress API explorer
Minimal UI built with [Vue.js](https://vuejs.org/) to debug & check security for WordPress sites.
There are may sites that "restrict" content or files behind payment or user roles, but that content or files are still accessible through WordPress API.
This project helps with checking what data is exposed throught the API. Open the app from link below and fill any WordPress site url:**→** [**WordPress API explorer**](https://wp-api-explorer.pages.dev/)
## Highlights
- Uses [WordPress REST API](https://developer.wordpress.org/rest-api/) to auto-discover all posts types & content
- Lists all content with pagination
- Displays all media (documents, images, videos, etc)
- Option to run requests through a proxy (if CORS Origin is not whitelisted)## Development
- clone the repo
- run `npm install` to install all dependencies
- run `npm run serve` to start a local dev server
- make changes 😀
- create a Pull Request with updated code### More
Please report any issues here on GitHub.
[Any contributions are welcome](CONTRIBUTING.md)