Get stats of multiple posts with a single REST API call
-
This issue is related to REST API, yet its connected to jetpack afaik
GET : /sites/$site/stats/post/$post_id
This endpoint can only return stats of a single post. Is there any way to return stats of multiple posts at once ?
like post=123,145,156
My blog has more than 5000 posts, so I want to update stats of them every hour, I will have to make 5000 API Calls per hour. Won’t it be an API Abuse ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Get stats of multiple posts with a single REST API call’ is closed to new replies.