
This is the last version of the RebelMouse API for the free product
Changelog:
- Removed Authors API from RebelMouse API.
FRONTPAGE POSTS
Returns frontpage posts.
https://www.rebelmouse.com/api/1.2/posts/frontpage?site_id={site_id}&limit={limit}&offset={offset}
Argument Required Default Description Examplelimit no 10 number of posts to return 1offset no 0 number of posts to skip 10site_id no - site’s id 1site_name no - site’s name positivemouse
{site_id} or {site_name} should be provided. {site_id} is ignored if both are passed.
POSTS BY SECTION
Returns section’s posts.
Argument Required Default Description Examplelimit no 10 number of posts to return 1offset no 0 number of posts to skip 10site_id no - site’s id 1site_name no - site’s name positivemousesection_name yes - section's url apps
{site_id} or {site_name} should be provided. {site_id} is ignored if both are passed.
POSTS BY TAG
Returns posts by tag.
https://www.rebelmouse.com/api/1.2/posts/tag?site_name={site_name}&tag={tag}
https://www.rebelmouse.com/api/1.2/posts/tag?site_id={site_id}&tag={tag}
Argument Required Default Description Examplelimit no 10 number of posts to return 1offset no 0 number of posts to skip 10site_id no - site’s id 1site_name no - site’s name positivemousetag yes - tag python
{site_id} or {site_name} should be provided. {site_id} is ignored if both are passed.
POSTS’ DETAILS
Returns posts’ details.
https://www.rebelmouse.com/api/1.2/posts?site_name={site_name}&ids={ids}
https://www.rebelmouse.com/api/1.2/posts?site_id={site_id}&ids={ids}
Argument Required Default Description Examplesite_id no - site’s id 1site_name no - site’s name positivemouseids yes - ids of posts 1,2,3
{site_id} or {site_name} should be provided. {site_id} is ignored if both are passed.
SITES’ DETAILS
Return sites' details.
https://www.rebelmouse.com/api/1.2/site/details?site_id={site_id}
Argument Required Default Description Examplesite_id yes - site’s id 1