Description | Type | URL | Required Parameters | Return Type |
---|---|---|---|---|
Random - Gets a random post. | GET | /api/random | None | JSON |
Latest - Gets the latest posted images. | GET | /api/latest/page_id |
(int) page_id - the page number to fetch Defaults to 1 |
JSON |
Get - Gets a specific post. | GET | /api/get/post_id | (int) post_id - the post id to fetch | JSON |
Celebs - Gets a listing of the celebrity testimonials. | GET | /api/celebs/page_id |
(int) page_id - the page number to fetch Defaults to 1 |
JSON |
Testimonials - Gets a listing of the people testimonials. | GET | /api/testimonials/page_id |
(int) page_id - the page number to fetch Defaults to 1 |
JSON |