Units API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "comment": "@BenHeld For now this software is only in English",
            "timestamp": "2024-11-02T19:46:31.800453Z",
            "id": 846,
            "user": "https://translate.tails.net/api/users/xin/?format=api"
        }
    ]
}