Users API.

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

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

{
    "count": 858,
    "next": "https://weblate.rikka.app/api/users/?format=api&page=6",
    "previous": "https://weblate.rikka.app/api/users/?format=api&page=4",
    "results": [
        {
            "full_name": "heresjohnny138",
            "username": "heresjohnny138"
        },
        {
            "full_name": "saedabasy",
            "username": "saedabasy"
        },
        {
            "full_name": "Vlad Loktionov",
            "username": "ruvlad"
        },
        {
            "full_name": "mik29553",
            "username": "mik29553"
        },
        {
            "full_name": "KoalC",
            "username": "KoalC"
        },
        {
            "full_name": "sr742",
            "username": "sr742"
        },
        {
            "full_name": "Jakub Fabijan",
            "username": "jakubfabijan"
        },
        {
            "full_name": "sig233",
            "username": "sig233"
        },
        {
            "full_name": "ako123456",
            "username": "ako123456"
        },
        {
            "full_name": "jjohnson1485",
            "username": "jjohnson1485"
        },
        {
            "full_name": "hassansalim23",
            "username": "hassansalim23"
        },
        {
            "full_name": "Limosine",
            "username": "Limosine"
        },
        {
            "full_name": "Jason_Khew",
            "username": "JasonKhew96"
        },
        {
            "full_name": "Pandemic",
            "username": "Pandemic-XDA"
        },
        {
            "full_name": "halimaany66",
            "username": "halimaany66"
        },
        {
            "full_name": "Bertram1987",
            "username": "Bertram1987"
        },
        {
            "full_name": "A. D.",
            "username": "Benya9669"
        },
        {
            "full_name": "cali185",
            "username": "cali185"
        },
        {
            "full_name": "B.O.S.S",
            "username": "BxOxSxS"
        },
        {
            "full_name": "ashively77",
            "username": "ashively77"
        }
    ]
}