Sign in

Batch GET requests

documented

Batch several API GET requests into one.

GET /batch/Batchno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://public-api.wordpress.com/rest/v1.3/batch/?urls=%2Fsites%2F{{$site_id}}%2Fposts&urls=%2Fsites%2F{{$site_id}}%2Fpages&http_envelope=false&pretty=true" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"