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:

  1. Save time by testing things first
  2. Understand what data you’ll get back
  3. Make sure you’re using the right settings
  4. Find and fix problems early

How to Use the Tool

  1. Pick an endpoint from the list
  2. Look at what parameters you can change
  3. Try it out by clicking Send API Request
  4. 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:

  1. Try the endpoint with different settings
  2. Look at the example responses
  3. Check the WordPress REST API documentation
  4. Contact our support team

Remember: This is a safe place to experiment. You can’t break anything by testing here!