Plugin Settings
Open API
Explore and test the various WordPress REST API endpoints in your Dashboard
Testing Your WordPress API Endpoints
The Open API page is like a playground where you can try out different parts of your WordPress website’s API. Think of it as a testing area where you can see how things work before you build them.
What You Can Do Here
- See all the available API endpoints (connection points) in your WordPress site
- Test different endpoints to see what information they give you
- Try different settings to see how they change the results
- Get real examples of the data your API will return
Why This Is Helpful
When you’re building something with WordPress as a headless CMS, it’s important to know exactly what information you can get. This tool helps you:
- Save time by testing things first
- Understand what data you’ll get back
- Make sure you’re using the right settings
- Find and fix problems early
How to Use the Tool
- Pick an endpoint from the list
- Look at what parameters you can change
- Try it out by clicking Send API Request
- See exactly what information comes back
Available Endpoints
You’ll find endpoints for:
- Posts
- Pages
- Media
- Users
- Comments
- Custom Post Types
- And more!
Each endpoint shows you:
- What information you need to provide
- What options you can use
- What the response will look like
- Any special requirements
Need Help?
If you’re not sure about something:
- Try the endpoint with different settings
- Look at the example responses
- Check the WordPress REST API documentation
- Contact our support team
Remember: This is a safe place to experiment. You can’t break anything by testing here!