Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/468121/?format=api",
            "component": "https://weblate.framasoft.org/api/components/lstu/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/lstu/glossary/sv/?format=api",
            "user": "https://weblate.framasoft.org/api/users/autom/?format=api",
            "author": null,
            "timestamp": "2020-01-02T19:25:09.573153Z",
            "action": 5,
            "target": "förkorta",
            "id": 28443,
            "action_name": "Traduction ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/28443/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/468119/?format=api",
            "component": "https://weblate.framasoft.org/api/components/lstu/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/lstu/glossary/sv/?format=api",
            "user": "https://weblate.framasoft.org/api/users/autom/?format=api",
            "author": null,
            "timestamp": "2020-01-02T19:24:13.715862Z",
            "action": 2,
            "target": "länk",
            "id": 28442,
            "action_name": "Traduction modifiée",
            "url": "https://weblate.framasoft.org/api/changes/28442/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/468119/?format=api",
            "component": "https://weblate.framasoft.org/api/components/lstu/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/lstu/glossary/sv/?format=api",
            "user": "https://weblate.framasoft.org/api/users/autom/?format=api",
            "author": null,
            "timestamp": "2020-01-02T19:24:04.412616Z",
            "action": 5,
            "target": "link",
            "id": 28441,
            "action_name": "Traduction ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/28441/?format=api"
        }
    ]
}