Users API.

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

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

{
    "count": 110,
    "next": "https://weblate.osgeo.org/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "wadmin",
            "username": "wadmin"
        },
        {
            "id": 3,
            "full_name": "Regina Obe",
            "username": "robe"
        },
        {
            "id": 4,
            "full_name": "Sandro Santilli",
            "username": "strk"
        },
        {
            "id": 5,
            "full_name": "Brian M Hamlin",
            "username": "darkblueb"
        },
        {
            "id": 6,
            "full_name": "Deleted User",
            "username": "deleted-6"
        },
        {
            "id": 7,
            "full_name": "Celia Virginia Vergara Castillo",
            "username": "cvvergara"
        },
        {
            "id": 8,
            "full_name": "Deleted User",
            "username": "deleted-8"
        },
        {
            "id": 9,
            "full_name": "Deleted User",
            "username": "deleted-9"
        },
        {
            "id": 10,
            "full_name": "Daniel Kastl",
            "username": "dkastl"
        },
        {
            "id": 11,
            "full_name": "Darafei",
            "username": "komzpa"
        },
        {
            "id": 12,
            "full_name": "Astrid Emde",
            "username": "astrid_emde"
        },
        {
            "id": 13,
            "full_name": "David Mateos",
            "username": "dmateos"
        },
        {
            "id": 14,
            "full_name": "Jorge Sanz",
            "username": "jsanz"
        },
        {
            "id": 15,
            "full_name": "Andreas Schild",
            "username": "andischi"
        },
        {
            "id": 16,
            "full_name": "Regina Obe Test",
            "username": "robe2"
        },
        {
            "id": 17,
            "full_name": "Yoichi Kayama",
            "username": "yoichi"
        },
        {
            "id": 18,
            "full_name": "Juergen E. Fischer",
            "username": "jef"
        },
        {
            "id": 19,
            "full_name": "Thayer Young",
            "username": "thayeray"
        },
        {
            "id": 20,
            "full_name": "MinPa Lee",
            "username": "mapplus"
        },
        {
            "id": 21,
            "full_name": "Carlos",
            "username": "carlitos"
        },
        {
            "id": 22,
            "full_name": "Andrei",
            "username": "andvag"
        },
        {
            "id": 23,
            "full_name": "Loic Bartoletti",
            "username": "lbartoletti"
        },
        {
            "id": 24,
            "full_name": "Jin Igarashi",
            "username": "jinigarashi"
        },
        {
            "id": 25,
            "full_name": "Teramoto Ikuhiro",
            "username": "yellow73"
        },
        {
            "id": 26,
            "full_name": "Pedro Jose Rios Vergara",
            "username": "josekrv"
        },
        {
            "id": 27,
            "full_name": "Joao Filipe Rodrigues",
            "username": "jonnyforest"
        },
        {
            "id": 28,
            "full_name": "stefano",
            "username": "skampus"
        },
        {
            "id": 29,
            "full_name": "H Santanna",
            "username": "delazj"
        },
        {
            "id": 30,
            "full_name": "Chen",
            "username": "onsummer"
        },
        {
            "id": 31,
            "full_name": "Enock Seth Nyamador",
            "username": "enockseth"
        },
        {
            "id": 32,
            "full_name": "Huidae Cho",
            "username": "hcho"
        },
        {
            "id": 33,
            "full_name": "Stefan Blumentrath",
            "username": "sbl"
        },
        {
            "id": 34,
            "full_name": "Veronica",
            "username": "veroandreo"
        },
        {
            "id": 35,
            "full_name": "Richard Duivenvoorde",
            "username": "rduivenvoorde"
        },
        {
            "id": 36,
            "full_name": "Andrea",
            "username": "andreaerdna"
        },
        {
            "id": 37,
            "full_name": "Sylvain Maillard",
            "username": "ecologeek"
        },
        {
            "id": 38,
            "full_name": "Marie Silvestre",
            "username": "marie"
        },
        {
            "id": 39,
            "full_name": "Agustin",
            "username": "adiez"
        },
        {
            "id": 40,
            "full_name": "luca",
            "username": "lucadelu"
        },
        {
            "id": 41,
            "full_name": "Helmut Kudrnovsky",
            "username": "hellik"
        },
        {
            "id": 42,
            "full_name": "Markus",
            "username": "neteler"
        },
        {
            "id": 43,
            "full_name": "Ko Nagase",
            "username": "sanak"
        },
        {
            "id": 44,
            "full_name": "Nicolas Roelandt",
            "username": "bakaniko"
        },
        {
            "id": 45,
            "full_name": "Alexandre Gacon",
            "username": "alexgacon"
        },
        {
            "id": 46,
            "full_name": "geoserver-wls",
            "username": "bot-geoserver-geoserver-wls"
        },
        {
            "id": 47,
            "full_name": "Florentin Drogeanu",
            "username": "ram64"
        },
        {
            "id": 48,
            "full_name": "Simone",
            "username": "tharos70"
        },
        {
            "id": 49,
            "full_name": "Baifan Mei",
            "username": "freegis"
        },
        {
            "id": 50,
            "full_name": "Hyung-Gyu Ryoo",
            "username": "hgryoo"
        }
    ]
}