Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate-dev.freebsd.org/api/units/332502/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/glossary/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/glossary/pt_BR/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/ebrandi/?format=api",
            "author": null,
            "timestamp": "2019-11-03T01:05:46.104984Z",
            "action": 5,
            "target": "Primeiros Passos",
            "id": 51397,
            "action_name": "New translation",
            "url": "https://translate-dev.freebsd.org/api/changes/51397/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/332500/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/glossary/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/glossary/pt_BR/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
            "author": null,
            "timestamp": "2019-11-03T13:32:52.611339Z",
            "action": 5,
            "target": "Conclusão",
            "id": 51537,
            "action_name": "New translation",
            "url": "https://translate-dev.freebsd.org/api/changes/51537/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/332498/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/glossary/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/glossary/pt_BR/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
            "author": null,
            "timestamp": "2020-01-29T17:33:06.501292Z",
            "action": 5,
            "target": "Projeto Open Source",
            "id": 62299,
            "action_name": "New translation",
            "url": "https://translate-dev.freebsd.org/api/changes/62299/?format=api"
        },
        {
            "unit": "https://translate-dev.freebsd.org/api/units/332496/?format=api",
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/glossary/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/glossary/pt_BR/?format=api",
            "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
            "author": null,
            "timestamp": "2020-01-30T13:34:26.363299Z",
            "action": 5,
            "target": "auditoria",
            "id": 62339,
            "action_name": "New translation",
            "url": "https://translate-dev.freebsd.org/api/changes/62339/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/glossary/?format=api",
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-18T23:26:30.370370Z",
            "action": 0,
            "target": "",
            "id": 337218,
            "action_name": "Resource update",
            "url": "https://translate-dev.freebsd.org/api/changes/337218/?format=api"
        }
    ]
}