Translation components API.

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

GET /api/translations/sumwars/maylons_grave/fr/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://hosted.weblate.org/api/units/1268054/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/maylons_grave/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:57+01:00",
            "action": 5,
            "target": "Non",
            "id": 220491,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/220491/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/1268070/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/maylons_grave/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:45+01:00",
            "action": 5,
            "target": "Oui",
            "id": 220476,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/220476/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/maylons_grave/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-11-14T16:03:25+01:00",
            "action": 0,
            "target": "",
            "id": 126221,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/126221/?format=api"
        }
    ]
}