Users API.

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

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

{
    "count": 728,
    "next": "https://weblate.mineland.net/api/users/?format=api&page=4",
    "previous": "https://weblate.mineland.net/api/users/?format=api&page=2",
    "results": [
        {
            "id": 41,
            "full_name": "Jagrit Rajoriya",
            "username": "JagritRaj"
        },
        {
            "id": 42,
            "full_name": "Михаил Хмаржевский",
            "username": "michael123"
        },
        {
            "id": 43,
            "full_name": "Александр",
            "username": "heysebus"
        },
        {
            "id": 44,
            "full_name": "Elias Wendland",
            "username": "ewenlau"
        },
        {
            "id": 45,
            "full_name": "Tiago Renan",
            "username": "TZINNXz"
        },
        {
            "id": 46,
            "full_name": "Ayı Boğan",
            "username": "xayibogantr"
        },
        {
            "id": 47,
            "full_name": "AlexRadievskiy",
            "username": "AlexRadievskiy"
        },
        {
            "id": 48,
            "full_name": "Hermann",
            "username": "ThatOneCarGuy"
        },
        {
            "id": 49,
            "full_name": "iori luna barretio",
            "username": "ranginggod"
        },
        {
            "id": 50,
            "full_name": "Deleted User",
            "username": "deleted-50"
        },
        {
            "id": 51,
            "full_name": "lorenzo liuzzi",
            "username": "lorenz4585"
        },
        {
            "id": 52,
            "full_name": "Sasha Kireiko",
            "username": "pawsashatoy"
        },
        {
            "id": 53,
            "full_name": "ItchyDitchy",
            "username": "ItchyDitchy"
        },
        {
            "id": 54,
            "full_name": "HalfPlayGamesCZE",
            "username": "HalfPlayGamesCZE"
        },
        {
            "id": 55,
            "full_name": "kittyinc",
            "username": "kittyinc"
        },
        {
            "id": 56,
            "full_name": "mücahid sarıkaya",
            "username": "kujiyasuke"
        },
        {
            "id": 57,
            "full_name": "xDSroyer",
            "username": "xDSroyer"
        },
        {
            "id": 58,
            "full_name": "Панащук Іван",
            "username": "Kachanidze20"
        },
        {
            "id": 59,
            "full_name": "Mihai Gabriel",
            "username": "justmike11"
        },
        {
            "id": 60,
            "full_name": "Andromeda Silva",
            "username": "Jelly_Sapinho"
        }
    ]
}