Devtools · REST · GraphQL
247 REST routes registered — test wp/v2, wc/v3 and custom namespaces without leaving wp-admin.
200 142 ms
[{ "id": 1, "title": { "rendered": "Hello world" }, "status": "publish" }]
Browse every registered namespace on this site.
| Namespace | Routes | Methods |
|---|---|---|
wp/v2 | 89 | GET, POST, PUT, DELETE |
wc/v3 | 54 | GET, POST, PUT, DELETE |
aet/v1 | 4 | GET, POST |
wp/v2/users | 12 | GET, POST |
One click for core REST, WooCommerce, GraphQL or agency handoff.
| Method | URL | Status | Time |
|---|---|---|---|
| GET | /wp-json/wp/v2/posts | 200 | 142 ms |
| GET | /wp-json/wc/v3/products | 200 | 198 ms |
| POST | /graphql | 200 | 89 ms |
{ "data": { "posts": { "nodes": [ { "title": "Sample post" } ] } } }