Translation components API.

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

GET /api/translations/sumwars/greenorchid/fr/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/1267882/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/greenorchid/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "author": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "timestamp": "2015-03-08T22:15:09+01:00",
            "action": 5,
            "target": "dwarfenwall",
            "id": 221253,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/221253/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/1267857/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/greenorchid/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "author": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "timestamp": "2015-03-08T12:45:59+01:00",
            "action": 5,
            "target": "Non",
            "id": 220495,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/220495/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/1267876/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/greenorchid/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "author": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "timestamp": "2015-03-08T12:45:46+01:00",
            "action": 5,
            "target": "Oui",
            "id": 220479,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/220479/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/greenorchid/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/greenorchid/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-11-14T16:03:05+01:00",
            "action": 0,
            "target": "",
            "id": 126218,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/126218/?format=api"
        }
    ]
}