Users API.

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

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

{
    "count": 253,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/users/?format=api&page=12",
    "results": [
        {
            "full_name": "MOHAMED MOHAMUD",
            "username": "Qadar22"
        },
        {
            "full_name": "Agung Hari Wijaya",
            "username": "a9un9hari"
        },
        {
            "full_name": "BNSHKEL",
            "username": "BNSHKEL"
        },
        {
            "full_name": "Frans Verbruggen",
            "username": "verbruggen_frans@hotmail.com"
        },
        {
            "full_name": "Sergio Morales",
            "username": "srgmrls"
        },
        {
            "full_name": "JaanusM",
            "username": "JaanusM"
        },
        {
            "full_name": "Chris Ampofo",
            "username": "Chris"
        },
        {
            "full_name": "Tehan Nimsitha",
            "username": "ascottR"
        },
        {
            "full_name": "Munibullah Shah",
            "username": "MunibullahShah"
        },
        {
            "full_name": "Jeroen Peelaerts",
            "username": "jplrts"
        },
        {
            "full_name": "JoseLuisKukMagana",
            "username": "JoseLuisKukMagana"
        },
        {
            "full_name": "Calixto Gelarzo",
            "username": "calixto67"
        },
        {
            "full_name": "KDKTEC",
            "username": "dinesh-kdktec"
        }
    ]
}