v1

latestSwagger 2.02026-08-0610083276.7 KB
models

Returns a public, published list of models.

get/v3/models

Query parameters

sort_by'createdAt' | '-createdAt' | 'viewCount' | '-viewCount' | 'likedAt' | '-likedAt'

Sorts results (likedAt is only usable with liked_by).

userstring

Retrieves models filtered by a <a href="#!/users/" target="_blank">user</a> (username)

tagsstring[]

Retrieves models filtered by <a href="#!/tags/" target="_blank">tags</a> (slug)

categoriesstring[]

Retrieves models filtered by <a href=#!/categories/get_v3_categories target='_blank'>categories</a> (uid)

liked_bystring

Retrieves models liked by a <a href="#!/users/" target="_blank">user</a> (username). This can't be used with other filters.

max_face_countinteger
max_vertex_countinteger
published_sincestring date

Retrieves the models published after published_since (ISO 8601 format)

staffpickedboolean

Retrieves staffpicked models

downloadableboolean

Retrieves downloadable models

animatedboolean

Retrieves animated models

has_soundboolean

Retrieves models with sound

restrictedboolean

Retrieves age restricted models (off by default)

archives_flavoursboolean

If true, returns all archives flavours, listed by archive type, and sorted by texture resolution (descending). If false, only the texture with the highest reslution is returned for each archive type.

available_archive_typestring
archives_max_sizeinteger
archives_max_face_countinteger
archives_max_vertex_countinteger
archives_max_texture_countinteger
archives_texture_max_resolutioninteger

Response

Success