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": 81,
    "next": "https://translate.phyphox.org/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "full_name": "Weblate Admin",
            "username": "admin"
        },
        {
            "full_name": "Sebastian Staacks",
            "username": "staacks"
        },
        {
            "full_name": "Edinson Isai Carlos Abanto",
            "username": "Abanto"
        },
        {
            "full_name": "Sepehr Ahvaz",
            "username": "Ahvaz"
        },
        {
            "full_name": "Robi Arcet",
            "username": "Arcet"
        },
        {
            "full_name": "Gustavo Baldissera",
            "username": "Baldissera"
        },
        {
            "full_name": "Maria Barrera",
            "username": "Barrera"
        },
        {
            "full_name": "Mauricio Bassallo",
            "username": "Bassallo"
        },
        {
            "full_name": "Fatih Can Birinci",
            "username": "Birinci"
        },
        {
            "full_name": "Frederic Bouquet",
            "username": "Bouquet"
        },
        {
            "full_name": "Leila Ali Cavasonza",
            "username": "Cavasonza"
        },
        {
            "full_name": "Κωστής Χαλκιαδάκης",
            "username": "Chalkia"
        },
        {
            "full_name": "Chih-Ta Chia",
            "username": "Chia"
        },
        {
            "full_name": "Lew Classen",
            "username": "Classen"
        },
        {
            "full_name": "Serhiy Danylyuk",
            "username": "Danylyuk"
        },
        {
            "full_name": "Simone Decet",
            "username": "Decet"
        },
        {
            "full_name": "Ulysse Delabre",
            "username": "Delabre"
        },
        {
            "full_name": "Lorenzo Dimitri",
            "username": "Dimitri"
        },
        {
            "full_name": "Marina Dorocki",
            "username": "Dorocki"
        }
    ]
}