> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/blog/posts-stats/introduction.md ## Article Content: # About the Posts and Stats API The Posts and Stats API allows you to retrieve and manage blog posts. A post is a published article written for a blog. With the Posts and Stats API, you can: - Retrieve and display [a post](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/get-post.md) or [a list of posts](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/list-posts.md). - [Query posts](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/query-posts.md) based on specific filters. - [Retrieve the metrics](https://dev.wix.com/docs/rest/business-solutions/blog/posts-stats/get-post-metrics.md) of a post to analyze engagement and performance. Learn more about [Wix Blog](https://support.wix.com/en/article/wix-blog-about-the-wix-blog). ## Before you begin It’s important to note the following before starting to code: + With [Wix Pricing Plans](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/pricing-plans/introduction.md), exclusive blog content can only be accessed by readers with a subscription. Learn more about [creating blog post subscriptions](https://support.wix.com/en/article/wix-blog-creating-blog-post-subscriptions). + With [Wix Multilingual](https://support.wix.com/en/article/wix-multilingual-an-overview), a blog can be translated into multiple languages. Learn more about [translating a blog](https://support.wix.com/en/article/wix-multilingual-translating-your-blog). > **Note:** `translationId` is only returned in a post object if the [Multilingual](https://support.wix.com/en/article/wix-multilingual-an-overview) app is installed. ## Blog roles Collaborators can create and manage blogs based on certain roles: - **Blog editors** can fully manage the blog, but not other areas of a site. - **Blog writers** can create and publish their own posts on a blog. - **Guest writers** can create posts, but can't publish them. ## Terminology - **Post**: A published article on a blog. It is also referred to as a publication. A blog can have up to 100,000 posts. - **Draft Post**: An article written by a Wix user, blog editor, blog writer, or a guest writer that is not yet published. - **Category**: A group of similar and related posts. A post can be assigned to a maximum of 10 categories. - **Tag**: A way to further sort and organize blog posts. Tags provide the ability to filter blog posts. @sdk_package_setup