Translation components API.

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

GET /api/translations/python-meh/rhel-8/fi/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/5534002/?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/fi/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/tigg/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/tigg/?format=api",
            "timestamp": "2020-12-08T13:45:59.572081Z",
            "action": 2,
            "target": "Ohjelma on kohdannut tuntemattoman ongelman. Voit ilmoittaa\nohjelmavirheestä alta tai sulkea ohjelman.",
            "id": 2755727,
            "action_name": "Translation changed",
            "url": "https://translate.fedoraproject.org/api/changes/2755727/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/5534002/?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/fi/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/tigg/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/tigg/?format=api",
            "timestamp": "2020-12-08T13:45:59.568456Z",
            "action": 45,
            "target": "",
            "id": 2755726,
            "action_name": "Contributor joined",
            "url": "https://translate.fedoraproject.org/api/changes/2755726/?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/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-19T14:30:18.911190Z",
            "action": 0,
            "target": "",
            "id": 1364391,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1364391/?format=api"
        }
    ]
}