Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28777543/?format=api",
            "component": "https://hosted.weblate.org/api/components/nutty/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nutty/glossary/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2019-01-28T07:16:00+01:00",
            "action": 5,
            "target": "en curso",
            "id": 3608393,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3608393/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28777545/?format=api",
            "component": "https://hosted.weblate.org/api/components/nutty/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nutty/glossary/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2019-01-28T07:11:56+01:00",
            "action": 5,
            "target": "examen",
            "id": 3608376,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3608376/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28777547/?format=api",
            "component": "https://hosted.weblate.org/api/components/nutty/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nutty/glossary/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2019-01-28T07:11:25+01:00",
            "action": 5,
            "target": "anfitrión",
            "id": 3608373,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3608373/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28777549/?format=api",
            "component": "https://hosted.weblate.org/api/components/nutty/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nutty/glossary/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2019-01-28T07:11:09+01:00",
            "action": 5,
            "target": "id.",
            "id": 3608371,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3608371/?format=api"
        }
    ]
}