Translation components API.

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

GET /api/translations/python-meh/rhel-8/pl/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://translate.fedoraproject.org/api/units/5534228/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/pl/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/piotrdrag/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/piotrdrag/?format=api",
            "timestamp": "2020-08-22T11:07:32.127441Z",
            "action": 2,
            "target": "Proszę wybrać jedno z: ",
            "id": 1393583,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/1393583/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/5534228/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/pl/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/piotrdrag/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/piotrdrag/?format=api",
            "timestamp": "2020-08-22T11:07:32.120724Z",
            "action": 45,
            "target": "",
            "id": 1393582,
            "action_name": "Contributor joined",
            "url": "https://translate.fedoraproject.org/api/changes/1393582/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/python-meh/rhel-8/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/python-meh/rhel-8/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-19T14:30:33.250639Z",
            "action": 0,
            "target": "",
            "id": 1364401,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1364401/?format=api"
        }
    ]
}