This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Gets the total amount of published posts of the blog.
Language filter.
2-or-4-letter language code in IETF BCP 47 language tag format. Pass a language to receive the total amount of posts in that specified language.
Total amount of published posts.
curl 'www.wixapis.com/blog/v2/stats/posts/total' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{
"total": 9
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.