Users API.

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

GET /api/users/?format=api&page=15
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=16",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=14",
    "results": [
        {
            "full_name": "OggyTheKing",
            "username": "OggyKing"
        },
        {
            "full_name": "deadcat",
            "username": "deadcat"
        },
        {
            "full_name": "Lais Raquel Coelho Ferreira",
            "username": "lrrachel"
        },
        {
            "full_name": "Nam cấn",
            "username": "xuannam99911181"
        },
        {
            "full_name": "Adrian Wloszynski",
            "username": "wloszynski"
        },
        {
            "full_name": "Ling Yan",
            "username": "lingyan0"
        },
        {
            "full_name": "maikodoglas",
            "username": "maikodoglas"
        },
        {
            "full_name": "Jonáš Dyba",
            "username": "wesalius"
        },
        {
            "full_name": "Constanze",
            "username": "_scarlett_"
        },
        {
            "full_name": "Vancsura Kitti",
            "username": "Koalina"
        },
        {
            "full_name": "Icaro Alves Pinto",
            "username": "Roxicaro"
        },
        {
            "full_name": "phineas",
            "username": "phineas"
        },
        {
            "full_name": "Sascha Predestinato",
            "username": "ilPredestinato"
        },
        {
            "full_name": "Chris van Chip",
            "username": "chrisvanchip"
        },
        {
            "full_name": "Julia Sepúlveda Coelho",
            "username": "juliasc"
        },
        {
            "full_name": "SKYies742",
            "username": "SKYies"
        },
        {
            "full_name": "@ALESTHETIC",
            "username": "ALESTHETIC"
        },
        {
            "full_name": "supersuperme",
            "username": "supersuperme"
        },
        {
            "full_name": "tutti-futti",
            "username": "tutti-futti"
        },
        {
            "full_name": "Rosamaria  Mello",
            "username": "rphantom"
        }
    ]
}