Skip to main content
Use these endpoints to retrieve clothing items from a wardrobe. GET /users/me/clothing returns all of your items, including private ones. GET /users/{user_id}/clothing returns only publicly visible items from another user’s wardrobe.

Endpoints

Query parameters

integer
default:"50"
Maximum number of clothing items to return per page.
integer
default:"0"
Number of items to skip before returning results. Use with limit for pagination.
string
Filter results to a specific category. Accepted values: JACKET, TOP, BOTTOM, FOOTWEAR.

Response fields

Status: 200 OK
integer
required
The limit value used for this page of results.
integer
required
The offset value used for this page of results.
array
required
Array of clothing objects.

Example

cURL
Response