Translation components API.

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

GET /api/translations/ghost/strings/fr/changes/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 255,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/ghost/strings/fr/changes/?format=api&page=5",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/4187901/?format=api",
            "component": "https://hosted.weblate.org/api/components/ghost/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ghost/strings/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "author": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "timestamp": "2016-09-24T22:38:12+02:00",
            "action": 5,
            "target": "Mot de passe",
            "id": 1317101,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1317101/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/4187900/?format=api",
            "component": "https://hosted.weblate.org/api/components/ghost/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ghost/strings/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "author": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "timestamp": "2016-09-24T22:37:22+02:00",
            "action": 5,
            "target": "Email",
            "id": 1317100,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1317100/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/4187899/?format=api",
            "component": "https://hosted.weblate.org/api/components/ghost/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ghost/strings/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "author": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "timestamp": "2016-09-24T22:36:45+02:00",
            "action": 5,
            "target": "Adresse du blog (blog.exemple.com)",
            "id": 1317099,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1317099/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ghost/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ghost/strings/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "author": "https://hosted.weblate.org/api/users/guillvidalgmailcom/?format=api",
            "timestamp": "2016-09-24T22:33:21+02:00",
            "action": 0,
            "target": "",
            "id": 1317096,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1317096/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ghost/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ghost/strings/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-24T22:33:06+02:00",
            "action": 17,
            "target": "",
            "id": 1317095,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1317095/?format=api"
        }
    ]
}