Skip to main content

popularity/avatar/:popularityType/:itemsPerPage/:pageNumber

Gets a list of popular avatars pased on the PopularityType

Path Parameters
popularityType integer REQUIRED

The PopularityType to use. (0 - Hourly, 1 - Daily, 2 - Weekly, 3 - Monthly, 4 - Yearly)

itemsPerPage integer REQUIRED

How many results to show per page

page integer REQUIRED

What page?

Responses
200

A successful request

Schema OPTIONAL
success boolean

Was the operation a success

message string

The message returned by the server

result object OPTIONAL

The result of the server response

Popular array OPTIONAL

The resulting Popularities

Hourly object OPTIONAL

The Hourly Popularity Object

Usages integer OPTIONAL

The amount of usages

Daily object OPTIONAL

The Daily Popularity Object

Usages integer OPTIONAL

The amount of usages

Weekly object OPTIONAL

The Weekly Popularity Object

Usages integer OPTIONAL

The amount of usages

Monthly object OPTIONAL

The Monthly Popularity Object

Usages integer OPTIONAL

The amount of usages

Yearly object OPTIONAL

The Yearly Popularity Object

Usages integer OPTIONAL

The amount of usages