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": 217,
    "next": null,
    "previous": "http://translate.otrs.com/api/users/?format=api&page=4",
    "results": [
        {
            "id": 204,
            "full_name": "Juliano Messaggi",
            "username": "jum"
        },
        {
            "id": 205,
            "full_name": "Andrei Tudor Pascha",
            "username": "adp"
        },
        {
            "id": 206,
            "full_name": "Андрей Викторович Рощин",
            "username": "kest2021"
        },
        {
            "id": 207,
            "full_name": "DeepL",
            "username": "mt:deepl"
        },
        {
            "id": 208,
            "full_name": "ModernMT",
            "username": "mt:modernmt"
        },
        {
            "id": 209,
            "full_name": "Lorenzo Tudisca",
            "username": "lorenzo.tudisca@f2a.biz"
        },
        {
            "id": 210,
            "full_name": "Roman Sahaidak",
            "username": "SagRo"
        },
        {
            "id": 211,
            "full_name": "Roman Sahaidak",
            "username": "Roman"
        },
        {
            "id": 212,
            "full_name": "Jan K",
            "username": "skwarek124"
        },
        {
            "id": 213,
            "full_name": "alan alair ramalho de oliveira",
            "username": "alan.oliveira.t"
        },
        {
            "id": 214,
            "full_name": "Никита Андреевич Богданов",
            "username": "bogdanov_n_a"
        },
        {
            "id": 215,
            "full_name": "Ryan Counts",
            "username": "rcounts@easyvista.com"
        },
        {
            "id": 216,
            "full_name": "Cédric Martin",
            "username": "CMARTIN"
        },
        {
            "id": 217,
            "full_name": "Joao Ferreira",
            "username": "jra"
        },
        {
            "id": 218,
            "full_name": "Alexandre Silva",
            "username": "asilva"
        },
        {
            "id": 219,
            "full_name": "Jean-Charles LEBEAU, Jean-Charles",
            "username": "Jean-Charles"
        },
        {
            "id": 220,
            "full_name": "Steven Lehnert",
            "username": "LehnertS"
        }
    ]
}