Sign in

Get site video stats

documented

View the details of a single video.

GET /sites/{site}/stats/video/{post_id}Statsno 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.4/sites/{{$site}}/stats/video/{{$post_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  
# Documentation references (for your records):
# - WordPress.com REST API: https://public-api.wordpress.com/rest/v1.4/sites/{site}/stats/video/{post_id}
# - Namespaces & versions: https://developer.wordpress.com/docs/api/namespaces-versions/
# - OAuth2 authentication: https://developer.wordpress.com/docs/api/oauth2/