GET /artworks/trending
Trending artworks
GET
https://api.mallow.art/v1/artworks/trending
Returns the top 10 trending artworks on mallow. If an artwork is featured, that will be returned as well.
{
"result": {
"trending": [],
"featured":
}
}
Last updated