Translation components API.

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

GET /api/components/peek/translations/changes/?format=api&page=113
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5603,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/peek/translations/changes/?format=api&page=112",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/4367142/?format=api",
            "component": "https://hosted.weblate.org/api/components/peek/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peek/translations/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-18T13:44:31+01:00",
            "action": 13,
            "target": "",
            "id": 1429355,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/1429355/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/4367139/?format=api",
            "component": "https://hosted.weblate.org/api/components/peek/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peek/translations/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-18T13:44:31+01:00",
            "action": 13,
            "target": "",
            "id": 1429352,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/1429352/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/4367138/?format=api",
            "component": "https://hosted.weblate.org/api/components/peek/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peek/translations/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-18T13:44:31+01:00",
            "action": 13,
            "target": "",
            "id": 1429351,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/1429351/?format=api"
        }
    ]
}