Translation components API.

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

GET /api/translations/blurify/glossary/tr/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/28720950/?format=api",
            "component": "https://hosted.weblate.org/api/components/blurify/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/glossary/tr/?format=api",
            "user": "https://hosted.weblate.org/api/users/ali-demirtas/?format=api",
            "author": null,
            "timestamp": "2019-02-04T11:56:53+01:00",
            "action": 5,
            "target": "Blurify",
            "id": 3644628,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3644628/?format=api"
        }
    ]
}