Users API.

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

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

{
    "count": 67,
    "next": null,
    "previous": "https://weblate.duniter.org/api/users/?format=api&page=3",
    "results": [
        {
            "full_name": "Kapis Test",
            "username": "kapistest"
        },
        {
            "full_name": "fnetx",
            "username": "fnetx"
        },
        {
            "full_name": "Hysan Balers PVT LTD",
            "username": "priyahysan"
        },
        {
            "full_name": "Weblate push user",
            "username": "weblate"
        },
        {
            "full_name": "Cristina Abella",
            "username": "CristinaEAN"
        },
        {
            "full_name": "Christophe Parot",
            "username": "chrisaiki"
        },
        {
            "full_name": "Olivier Michel",
            "username": "omichel"
        }
    ]
}