Users API.

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

GET /api/users/?format=api&page=42
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=43",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=41",
    "results": [
        {
            "full_name": "helio serra carmo junior",
            "username": "the_ancient_guardian"
        },
        {
            "full_name": "Павло Оборін",
            "username": "paka28065"
        },
        {
            "full_name": "Duygu Erates",
            "username": "cottonpink"
        },
        {
            "full_name": "Stefan Trbojević",
            "username": "OrcWarrior"
        },
        {
            "full_name": "Kit Postovnev",
            "username": "postovnev"
        },
        {
            "full_name": "Yuliia Pastukh",
            "username": "yuliia-pastukh"
        },
        {
            "full_name": "Kovács Máté",
            "username": "kovacsur10"
        },
        {
            "full_name": "Diana",
            "username": "cringe_ua"
        },
        {
            "full_name": "TheKonorBlade",
            "username": "TheKonorBlade"
        },
        {
            "full_name": "burcu atalay",
            "username": "itirworking"
        },
        {
            "full_name": "Emaan A",
            "username": "ObsidianWolf"
        },
        {
            "full_name": "elsaid ata",
            "username": "elsaidata75"
        },
        {
            "full_name": "Lauren C",
            "username": "GodSaveTheTechCrew"
        },
        {
            "full_name": "Lechu",
            "username": "Iechuga"
        },
        {
            "full_name": "baozidai",
            "username": "baozidai"
        },
        {
            "full_name": "Nevzat Ersoy",
            "username": "nevzat.ersoy"
        },
        {
            "full_name": "Коваленко Олексій Володимирович",
            "username": "traewe"
        },
        {
            "full_name": "TOMA Mitsuru",
            "username": "Toma0001"
        },
        {
            "full_name": "OLEKSII SYDOROVEC",
            "username": "Cookie"
        },
        {
            "full_name": "María Antonia Gómez Restrepo",
            "username": "sillyorangecat"
        }
    ]
}