
This is the older version of the RebelMouse API and will be deprecated on August 15, 2016. Please make sure to switch over any and all calls to the new API by that time.
FRONTPAGE POSTS
Returns frontpage posts.
https://{roar_domain}/api/1.0/posts?limit={limit}&offset={offset}
Argument Required Default Description Examplelimit no 10 number of posts to return 1offset no 0 number of posts to skip 10
POSTS BY SECTION
Returns section’s posts.
https://{roar_domain}/api/1.0/posts?section={section}&limit={limit}&offset={offset}
Argument Required Default Description Examplelimit no 10 number of posts to return 1offset no 0 number of posts to skip 10section yes - section's url apps
POSTS BY AUTHOR
Returns author’s posts.
https://{roar_domain}/api/1.0/posts/author?author_name={author_name}&limit={limit}&offset={offset}
Argument Required Default Description Examplelimit no 10 number of posts to return 1offset no 0 number of posts to skip 10author_name yes - author’s name luladog
POSTS BY TAG
Returns posts by tag.
https://{roar_domain}/api/1.0/posts/tag?tag={tag}&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_name yes - site’s name positivemousetag yes - tag python
POSTS’ DETAILS
Returns posts’ details.
https://{roar_domain}/api/1.0/posts/details?ids={ids}
Argument Required Default Description Exampleids yes - ids of posts 1,2,3