Cheap upgrades for Nitro, YouTube, Spotify & more. All done via legal methods and local pricing!Shop now

Docs/Schemas/UserList

UserList

object

A public list owned by, or collaborated on by, the user

Properties

UserListobject
PropertyTypeDescription
idrequired
integer
user_idrequired
string
slugrequired
string
titlerequired
string
descriptionrequired
string
is_publicrequired
boolean
like_countrequired
integer
item_countrequired
integer
cover_imagesrequired
array
usernamerequired
string
avatar_imagerequired
string
created_atrequired
string
updated_atrequired
string

Example

UserList Example
{  "id": 1,  "user_id": "string",  "slug": "example-slug",  "title": "string",  "description": "string",  "is_public": false,  "like_count": 0,  "item_count": 0,  "cover_images": [    "item1",    "item2"  ],  "username": "string",  "avatar_image": "string",  "created_at": "2025-01-01T00:00:00Z",  "updated_at": "2025-01-01T00:00:00Z"}

Related Endpoints

This schema is used in the following endpoints: