Users API.

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

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

{
    "count": 203,
    "next": null,
    "previous": "https://weblate.linphone.org/api/users/?format=api&page=10",
    "results": [
        {
            "full_name": "David Coimbra de Oliveira",
            "username": "microdoor"
        },
        {
            "full_name": "Gari Araolaza",
            "username": "garaolaza"
        },
        {
            "full_name": "Roman Korostenskyi",
            "username": "korostenskyi"
        }
    ]
}