Users API.

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

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

{
    "count": 353,
    "next": "https://translate.pdfforge.org/api/users/?format=api&page=4",
    "previous": "https://translate.pdfforge.org/api/users/?format=api&page=2",
    "results": [
        {
            "full_name": "tortia",
            "username": "Olivier1609"
        },
        {
            "full_name": "PAULO RICARDO MELLO COSTA",
            "username": "PAULO.COSTA"
        },
        {
            "full_name": "Ana Margarida P. T. da Fonseca",
            "username": "AnaFonseca"
        },
        {
            "full_name": "Silvia Bauer",
            "username": "Watzfrau"
        },
        {
            "full_name": "Lennart Andersson",
            "username": "Lennartboy"
        },
        {
            "full_name": "steve",
            "username": "GGE"
        },
        {
            "full_name": "Sciurognathi",
            "username": "sciuro"
        },
        {
            "full_name": "YUVAL ZEIRA",
            "username": "Yuvi81Zee"
        },
        {
            "full_name": "Christophe Schnuerer",
            "username": "christophe.schnuerer"
        },
        {
            "full_name": "José María Jiménez Tiomiro",
            "username": "tiomiro"
        },
        {
            "full_name": "MARIA SOFIA SILVA ALVES",
            "username": "sofmelia@hotmail.com"
        },
        {
            "full_name": "Dajana Mladenić",
            "username": "DMV"
        },
        {
            "full_name": "Joanna Antolín Segura",
            "username": "Joanna"
        },
        {
            "full_name": "chris meijer",
            "username": "chrissr"
        },
        {
            "full_name": "ANDRES",
            "username": "bish.andres@gmail.com"
        },
        {
            "full_name": "Gregorio Moya Lacasa",
            "username": "Gregorio"
        },
        {
            "full_name": "Benet R. i Camps (BennyBeat)",
            "username": "BennyBeat"
        },
        {
            "full_name": "Andrea Cassano",
            "username": "simnt"
        },
        {
            "full_name": "Dione Maria Fernandes Pinheiro",
            "username": "DionePinheiro"
        },
        {
            "full_name": "Károly",
            "username": "Charly"
        }
    ]
}