# How to use Vimeo Public data advanced filters

### Additional filters and sorting for reports

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Key</th><th>Possible values</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>sort</td><td><ul><li><code>alphabetical</code>- Sort the results alphabetically.<br><code>comments</code>- Sort the results by number of comments.<br><code>date</code>- Sort the results by date.<br><code>duration</code>- Sort the results by duration.<br><code>likes</code>- Sort the results by number of likes.<br><code>plays</code>- Sort the results by number of plays.<br><code>relevant</code>- Sort the results by relevance.</li></ul></td><td>Sorts entities according to the specified rule. Uses together with the "direction" key.</td><td>sort=plays</td></tr><tr><td>direction</td><td><ul><li><code>asc</code>- Sort the results in ascending order.<br><code>desc</code>- Sort the results in descending order.</li></ul></td><td>Sorting order.</td><td>direction=desc</td></tr><tr><td>filter</td><td><ul><li><code>CC</code>- Return videos under any Creative Commons license.<br><code>CC-BY</code>- Return CC BY, or attribution-only, videos.<br><code>CC-BY-NC</code>- Return CC BY-NC, or Attribution-NonCommercial, videos.<br><code>CC-BY-NC-ND</code>- Return CC BY-NC-ND, or Attribution-NonCommercial-NoDerivs, videos.<br><code>CC-BY-NC-SA</code>- Return CC BY-NC-SA, or Attribution-NonCommercial-ShareAlike, videos.<br><code>CC-BY-ND</code>- Return CC BY-ND, or Attribution-NoDerivs, videos.<br><code>CC-BY-SA</code>- Return CC BY-SA, or Attribution-ShareAlike, videos.<br><code>CC0</code>- Return CC0, or public domain, videos.<br><code>categories</code>- Filter by categories.<br><code>duration</code>- Filter by duration.<br><code>in-progress</code>- Return in-progress videos.<br><code>minimum_likes</code>- Filter by minimum likes.<br><code>trending</code>- Return trending videos.</li></ul></td><td>Rule for the filtering.<br>Use additional keys if you want to filter by <em>categories, duration</em> or <em>minimum_likes.</em><br>See below.<br></td><td>filter=trending</td></tr><tr><td>filter_categories</td><td>Name of category with prefix '/categories/'.<br></td><td>Use in advance to filter=categories to specify category name.</td><td>filter_categories=/categories/animation</td></tr><tr><td>filter_duration</td><td>Length of video in seconds. (integer)<br></td><td>Use in advance to filter=duration to specify minimum video length.</td><td>filter_duration=10</td></tr><tr><td>filter_minimum_likes</td><td>Number of likes. (integer)<br></td><td>Use in advance to filter=duration to specify minimum likes on video.</td><td>filter_minimum_likes=5</td></tr></tbody></table>

You also may add several filters at the same time, they both will be applied:

![](https://s3.amazonaws.com/helpscout.net/docs/assets/57fbf3029033600277a688ab/images/6662f7c0dd0f8c60bb3fcd70/file-4ZmfnlRusB.png)
