Users API.

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

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

{
    "count": 1165,
    "next": "https://translate.habitica.com/api/users/?format=api&page=44",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=42",
    "results": [
        {
            "full_name": "Matúš Goljer",
            "username": "Fuco1"
        },
        {
            "full_name": "Luna",
            "username": "LunaDA"
        },
        {
            "full_name": "Márton Dániel Wagner",
            "username": "Ludwigus"
        },
        {
            "full_name": "maestro69",
            "username": "26cc008029df4841"
        },
        {
            "full_name": "Aceron Cohen",
            "username": "LordSagan"
        },
        {
            "full_name": "Катерина",
            "username": "looselouse"
        },
        {
            "full_name": "Rachel Patterson",
            "username": "reservoirjack"
        },
        {
            "full_name": "do",
            "username": "starwalkin"
        },
        {
            "full_name": "Ronja Luukkanen",
            "username": "Rosaureus"
        },
        {
            "full_name": "Bianca Aparecida Casadei PINTO",
            "username": "bianca_casadei"
        },
        {
            "full_name": "Lorea",
            "username": "Lorea"
        },
        {
            "full_name": "Pablo Hinojosa Nava",
            "username": "Pablohn26"
        },
        {
            "full_name": "Mikhail Pushkarev",
            "username": "mpushkarev"
        },
        {
            "full_name": "12",
            "username": "gundunzeon"
        },
        {
            "full_name": "Julia Martinez",
            "username": "aranmn"
        },
        {
            "full_name": "Marie Schmidt",
            "username": "Lakryma"
        },
        {
            "full_name": "Adelaide Sokolovskaya",
            "username": "spectraphantom"
        },
        {
            "full_name": "Ildar Melnikov",
            "username": "Wilidon"
        },
        {
            "full_name": "Jesus",
            "username": "TheJazBeast"
        },
        {
            "full_name": "Sphenoid",
            "username": "Sphenoid"
        }
    ]
}