Users API.

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

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

{
    "count": 56,
    "next": "https://weblate.duniter.org/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "full_name": "Weblate Admin",
            "username": "admin"
        },
        {
            "full_name": "Roberto Lorenzo",
            "username": "ziguli"
        },
        {
            "full_name": "Gloria",
            "username": "gloriahola"
        },
        {
            "full_name": "Porrumentzio",
            "username": "Porru"
        },
        {
            "full_name": "Ruben",
            "username": "SunSoul"
        },
        {
            "full_name": "Ana Vidal Castro",
            "username": "AnaVidal"
        },
        {
            "full_name": "Esteban Reyes",
            "username": "ereyes"
        },
        {
            "full_name": "arbocenc_test",
            "username": "arbocenc_test"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-10"
        },
        {
            "full_name": "Kapis",
            "username": "kapis"
        },
        {
            "full_name": "Rachele Piazza",
            "username": "Rachele"
        },
        {
            "full_name": "Moul",
            "username": "Moul"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-14"
        },
        {
            "full_name": "Pif Paf Pouf",
            "username": "PifPafPouf"
        },
        {
            "full_name": "Estefania",
            "username": "steffi"
        },
        {
            "full_name": "Nick Jones",
            "username": "NickJones"
        },
        {
            "full_name": "Scan le Gentil",
            "username": "scanlegentil"
        },
        {
            "full_name": "Lucie Plescoff",
            "username": "luluples"
        },
        {
            "full_name": "Hugo Trentesaux",
            "username": "HugoTrentesaux"
        }
    ]
}