Users API.

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

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

{
    "count": 186,
    "next": "https://weblate.linphone.org/api/users/?format=api&page=3",
    "previous": "https://weblate.linphone.org/api/users/?format=api",
    "results": [
        {
            "full_name": "azamat",
            "username": "wnsm4p83694119sn"
        },
        {
            "full_name": "Allan Nordhøy",
            "username": "kingu"
        },
        {
            "full_name": "Fabio Chicout",
            "username": "fabio.chicout"
        },
        {
            "full_name": "Aude Marty",
            "username": "audemarty"
        },
        {
            "full_name": "Anton Pepelyaev",
            "username": "lestrangge"
        },
        {
            "full_name": "Gennady",
            "username": "Agena"
        },
        {
            "full_name": "Ian Coetzee",
            "username": "SignumFera"
        },
        {
            "full_name": "Екатерина",
            "username": "justsam38"
        },
        {
            "full_name": "Matthias Gapp",
            "username": "MGapp"
        },
        {
            "full_name": "Igor",
            "username": "Igor"
        },
        {
            "full_name": "Andrea Gianarda",
            "username": "AndreaGianarda"
        },
        {
            "full_name": "Dr. Sanjeet Diwan",
            "username": "drsdiwan"
        },
        {
            "full_name": "FERNANDO DOS REIS CRIADO",
            "username": "fcriado"
        },
        {
            "full_name": "Christian Weiske",
            "username": "cweiske"
        },
        {
            "full_name": "John Machado",
            "username": "john@delinuxco"
        },
        {
            "full_name": "Emin Tufan Çetin",
            "username": "etc"
        },
        {
            "full_name": "Элимхан",
            "username": "Mkhmdv"
        },
        {
            "full_name": "S R Joardar",
            "username": "toshazed"
        },
        {
            "full_name": "lu bin",
            "username": "rctmlb"
        },
        {
            "full_name": "Rainer Schuster",
            "username": "rainerschuster"
        }
    ]
}