Users API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/users/?format=api&page=55
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1083,
    "next": null,
    "previous": "https://translate.habitica.com/api/users/?format=api&page=54",
    "results": [
        {
            "full_name": "Катя Скибицкая",
            "username": "capybara333"
        },
        {
            "full_name": "Julian Brito",
            "username": "Hackoo"
        },
        {
            "full_name": "Antonio Spinelli",
            "username": "tonicospinelli"
        }
    ]
}