Users API.

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

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

{
    "count": 305,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/users/?format=api&page=6",
    "results": [
        {
            "full_name": "Simon Agozzino",
            "username": "monsieur-raptor"
        },
        {
            "full_name": "Szymon Izdebski",
            "username": "iskra_"
        },
        {
            "full_name": "Borja Velasco",
            "username": "blasdo"
        },
        {
            "full_name": "Computatrum",
            "username": "Computatrum"
        },
        {
            "full_name": "Laure FERROUILLET",
            "username": "lorange"
        }
    ]
}