Users API.

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

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

{
    "count": 728,
    "next": null,
    "previous": "https://weblate.mineland.net/api/users/?format=api&page=36",
    "results": [
        {
            "id": 726,
            "full_name": "Oleg",
            "username": "prototyp4ik"
        },
        {
            "id": 727,
            "full_name": "Andrea Ortega",
            "username": "Anyi_Gamer"
        },
        {
            "id": 728,
            "full_name": "Олександр",
            "username": "QBLETTT"
        },
        {
            "id": 729,
            "full_name": "Emir",
            "username": "pr1nceup"
        },
        {
            "id": 730,
            "full_name": "Максим",
            "username": "DrasticCorgi193"
        },
        {
            "id": 731,
            "full_name": "Dr. Nirupam Sinha",
            "username": "nirupamobesityclinic"
        },
        {
            "id": 732,
            "full_name": "Nicolas Makiniks de Souza Campos",
            "username": "Makiniks"
        },
        {
            "id": 733,
            "full_name": "My Trip Self Drive Car",
            "username": "mytripselfdrivecar"
        }
    ]
}