Translation components API.

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

GET /api/translations/athenaeum/glossary/ja/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28791881/?format=api",
            "component": "https://hosted.weblate.org/api/components/athenaeum/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/athenaeum/glossary/ja/?format=api",
            "user": "https://hosted.weblate.org/api/users/zetsmart/?format=api",
            "author": null,
            "timestamp": "2019-12-13T16:06:52+01:00",
            "action": 5,
            "target": "555-555-0199@example.com",
            "id": 5153183,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/5153183/?format=api"
        }
    ]
}