Devtools · REST · GraphQL

API Endpoint Tester by Volade

247 REST routes registered — test wp/v2, wc/v3 and custom namespaces without leaving wp-admin.

v1.0.0 · Free JSON export

200 142 ms

[{ "id": 1, "title": { "rendered": "Hello world" }, "status": "publish" }]

REST namespaces

Browse every registered namespace on this site.

NamespaceRoutesMethods
wp/v289GET, POST, PUT, DELETE
wc/v354GET, POST, PUT, DELETE
aet/v14GET, POST
wp/v2/users12GET, POST

Workflow presets

One click for core REST, WooCommerce, GraphQL or agency handoff.

🔌 Core REST
Cookie auth + wp/v2
🛒 WooCommerce
wc/v3 products & orders
🧩 GraphQL
WPGraphQL tab
🏢 Agency
Export JSON handoff

Request history & GraphQL

MethodURLStatusTime
GET/wp-json/wp/v2/posts200142 ms
GET/wp-json/wc/v3/products200198 ms
POST/graphql20089 ms
{ "data": { "posts": { "nodes": [ { "title": "Sample post" } ] } } }