Sign in

Get posts stats

documented

Retrieve posts statistics with filtering and sorting.

GET /stats/postsUsage 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://blogin.co/api/rest/stats/posts?start_date={{$start_date}}&end_date={{$end_date}}&page={{$page}}&limit={{$limit}}&sort={{$sort}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{BLOGIN_API_KEY}}"