Lists the users in the order of most amount of followers.

GET /v2/users/top/?format=api&offset=842376
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 842378,
    "next": null,
    "previous": "http://api.musicboard.app/v2/users/top/?format=api&limit=24&offset=842352",
    "results": [
        {
            "uid": "7027ec77-0f57-42b4-a480-0aa7af921ef5",
            "username": "alazy.naoufal",
            "name": "Naoufal Hayanii",
            "biography": "",
            "website": "http://instagram.com/naoufalhayanii",
            "twitter": "",
            "profile_picture": "https://cdn.musicboard.app/musicboard/media/lEvUPYacozkdvDrk6a45GTdbZwYmNKAAHlzQJSR9CtUE8Txc9o3UqJqvyG7MjkuI.jpg",
            "profile_picture_small": "https://cdn.musicboard.app/musicboard/media/a4QrjAa7ERCzsnyRoMGIWZzLXTFi8RCrFgscnblQ4zBn0iTXg0RseFtz3kfIezQt.webp",
            "profile_picture_medium": "https://cdn.musicboard.app/musicboard/media/dYusNkYzYDxCdJ9cgNDOPi5uirjGP8DEt2qzEu4gVoXUMbZRHroOslsKM6CO4jog.webp",
            "profile_picture_large": "https://cdn.musicboard.app/musicboard/media/1BOv5e1ZIFbsIGmndk6vUHMTfFbQldFwlCCNjeUyJlWKDQVgEHP49ZdbMP1HFS3g.webp",
            "is_pro": false,
            "tier": null,
            "is_verified": false,
            "is_moderator": false,
            "is_user_moderator": false,
            "is_content_moderator": false,
            "is_database_moderator": false,
            "contributor_tier": null,
            "background": null,
            "profile_frame": null,
            "profile_effect": null,
            "color_theme": null,
            "use_theme_on_content": true
        },
        {
            "uid": "7a3f5483-507a-410c-bbcf-d24303738d93",
            "username": "natalyabarak",
            "name": "Natalya Barao",
            "biography": "",
            "website": "",
            "twitter": "",
            "profile_picture": null,
            "profile_picture_small": null,
            "profile_picture_medium": null,
            "profile_picture_large": null,
            "is_pro": false,
            "tier": null,
            "is_verified": false,
            "is_moderator": false,
            "is_user_moderator": false,
            "is_content_moderator": false,
            "is_database_moderator": false,
            "contributor_tier": null,
            "background": null,
            "profile_frame": null,
            "profile_effect": null,
            "color_theme": null,
            "use_theme_on_content": true
        }
    ]
}