Translation components API.

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

GET /api/translations/sumwars/the_poolmonster/pl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-04-12T15:45:23+02:00",
            "action": 17,
            "target": "",
            "id": 867279,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/867279/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/254360/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pl/?format=api",
            "user": "https://hosted.weblate.org/api/users/martoceratops/?format=api",
            "author": "https://hosted.weblate.org/api/users/martoceratops/?format=api",
            "timestamp": "2016-04-10T14:35:03+02:00",
            "action": 5,
            "target": "Opis misji",
            "id": 862503,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/862503/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/254359/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pl/?format=api",
            "user": "https://hosted.weblate.org/api/users/martoceratops/?format=api",
            "author": "https://hosted.weblate.org/api/users/martoceratops/?format=api",
            "timestamp": "2016-04-10T14:34:50+02:00",
            "action": 5,
            "target": "Misja ukończona",
            "id": 862497,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/862497/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:46+01:00",
            "action": 0,
            "target": "",
            "id": 26914,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26914/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:30+01:00",
            "action": 0,
            "target": "",
            "id": 26858,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26858/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_poolmonster/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_poolmonster/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:06+02:00",
            "action": 0,
            "target": "",
            "id": 4319,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4319/?format=api"
        }
    ]
}