Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/public-rest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ This would yield the following response:
| nsfw `(OPTIONAL)` | boolean \| enum `(None, Soft, Mature, X)` | Filter to images that contain mature content flags or not (undefined returns all) |
| sort `(OPTIONAL)` | enum `(Most Reactions, Most Comments, Newest)` | The order in which you wish to sort the results |
| period `(OPTIONAL)`| enum `(AllTime, Year, Month, Week, Day)` | The time frame in which the images will be sorted |
| page `(OPTIONAL)` | number | The page from which to start fetching creators |
| page `(OPTIONAL)` | number | The page from which to start fetching images |

#### Response Fields

Expand Down Expand Up @@ -2765,4 +2765,4 @@ This would yield the following response:
}
```