Users API.

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

GET /api/users/?format=api&page=30
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=31",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=29",
    "results": [
        {
            "full_name": "Aneta Helešicová",
            "username": "Lowwin"
        },
        {
            "full_name": "huanxx",
            "username": "huanxx"
        },
        {
            "full_name": "Raghdah .F",
            "username": "RD980"
        },
        {
            "full_name": "Ole Jostes",
            "username": "Ceratius"
        },
        {
            "full_name": "JMFO16",
            "username": "JMFO16"
        },
        {
            "full_name": "Flavia Otsuka",
            "username": "Fravs22"
        },
        {
            "full_name": "Natalie Luhrs",
            "username": "eilatan"
        },
        {
            "full_name": "Philippe Deschesnes",
            "username": "phil714"
        },
        {
            "full_name": "Enfong Tsao",
            "username": "SiderealArt"
        },
        {
            "full_name": "CaveMobster",
            "username": "CaveMobster"
        },
        {
            "full_name": "KanI",
            "username": "KanI"
        },
        {
            "full_name": "Paul Braunstorfer",
            "username": "@SDP367"
        },
        {
            "full_name": "Alessandro Cardoso da Costa",
            "username": "Pelezi"
        },
        {
            "full_name": "An Nguyen",
            "username": "thien-an"
        },
        {
            "full_name": "Kiril Mitsanski",
            "username": "mitsanski"
        },
        {
            "full_name": "Boris",
            "username": "xbalance"
        },
        {
            "full_name": "Jiyoun Namkoong",
            "username": "levas0126"
        },
        {
            "full_name": "Manny",
            "username": "Manny"
        },
        {
            "full_name": "Quentin",
            "username": "quentinrey"
        },
        {
            "full_name": "Jack",
            "username": "wang"
        }
    ]
}