Feeds
Links
- https://motherless.com/feeds/(images|videos)
- https://motherless.com/feeds/categories/<category name>/(images|videos)
- https://motherless.com/feeds/tags/<tag name>/(images|videos)
- https://motherless.com/feeds/search/<query>/(images|videos)
- https://motherless.com/feeds/groups/<group safe name>/(images|videos)
- https://motherless.com/feeds/(recent|viewed|favorited|commented)/(images|videos)
- https://motherless.com/feeds/galleries/(updated|created|viewed|favorited|commented)
- https://motherless.com/feeds/live/(images|videos)
- https://motherless.com/feeds/uploads/<username>/(images|videos)
- https://motherless.com/feeds/favorites/<username>/(images|videos)
- https://motherless.com/feeds/shouts/<username>
- https://motherless.com/feeds/boards/<category>
Query Parameters
- format Specifies the feed format. Possible values are "xml", "rss", and "json". The default value is "xml". Example: https://motherless.com/feeds/images?format=json
- limit Specifies the number of items to return. The minimum value is 10 and the maxium value is 1000. The default value is 40. Example: https://motherless.com/feeds/images?limit=100
- offset Specifies the item offset. The minimum value is 0 and the maxium value is 500,000. The default value is 0. Example: https://motherless.com/feeds/images?offset=100
- pretty Adds whitespace to "json" feeds for easier reading. Possible values are "true" and "false". The default is "false". Example: https://motherless.com/feeds/images?format=json&pretty=true
- callback Provides the name of a JSONP callback function for use with "json" feeds. Example: https://motherless.com/feeds/images?format=json&callback=setData