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": 30,
    "next": null,
    "previous": "http://translate.diyseeds.org/api/users/?format=api",
    "results": [
        {
            "full_name": "Judith Petzold",
            "username": "jpetzold"
        },
        {
            "full_name": "Peter Volz",
            "username": "pvolz"
        },
        {
            "full_name": "Olivier Laraud",
            "username": "olaraud"
        },
        {
            "full_name": "Dorottya Kiss",
            "username": "dkiss"
        },
        {
            "full_name": "Phaedra D'hoore",
            "username": "pdhoore"
        },
        {
            "full_name": "Karin Van Gils",
            "username": "kvangils"
        },
        {
            "full_name": "Roberto Sole",
            "username": "rsole"
        },
        {
            "full_name": "Zsanett Pandur",
            "username": "zpandur"
        },
        {
            "full_name": "Zora Rachor",
            "username": "zrachor"
        },
        {
            "full_name": "Sophie Harfouche",
            "username": "soharfouche"
        }
    ]
}