Users API.

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

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

{
    "count": 1164,
    "next": "https://translate.habitica.com/api/users/?format=api&page=8",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=6",
    "results": [
        {
            "full_name": "citrusella",
            "username": "citrusella"
        },
        {
            "full_name": "spyrotsk",
            "username": "spyrotsk"
        },
        {
            "full_name": "Kyasarin Hikaru",
            "username": "kyasarin89"
        },
        {
            "full_name": "Givarrel Veivel",
            "username": "vei05"
        },
        {
            "full_name": "Matheus Araujo Dias",
            "username": "@Md7"
        },
        {
            "full_name": "Heidi de Vris",
            "username": "Heidi"
        },
        {
            "full_name": "Leep Deep",
            "username": "LeepDeep"
        },
        {
            "full_name": "Jan met de Pet",
            "username": "Janmetdepet"
        },
        {
            "full_name": "Ella",
            "username": "bella.bongo"
        },
        {
            "full_name": "Gleb Sh",
            "username": "dopici"
        },
        {
            "full_name": "bmxbmx3",
            "username": "bmxbmx3"
        },
        {
            "full_name": "昔人居",
            "username": "Kartoffeln_"
        },
        {
            "full_name": "Fernanda Guerra",
            "username": "mariferus"
        },
        {
            "full_name": "VEGA PEREZ-CHIRINOS CHURRUCA",
            "username": "Veghita"
        },
        {
            "full_name": "Guilherme Gotti",
            "username": "Guigs310"
        },
        {
            "full_name": "Tale H.",
            "username": "lilletale"
        },
        {
            "full_name": "Nakonana",
            "username": "Nakonana"
        },
        {
            "full_name": "Camila De Souza",
            "username": "@nizaky"
        },
        {
            "full_name": "Samantha C. Rodríguez",
            "username": "Swords-N-Violets"
        },
        {
            "full_name": "Quartz Fox",
            "username": "QuartzFox"
        }
    ]
}