Translation components API.

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

GET /api/translations/shattered-pixel-dungeon/ui/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/ui/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/ui/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T10:26:15.613993Z",
            "action": 0,
            "target": "",
            "id": 4344,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/4344/?format=api"
        },
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/14747/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/ui/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/ui/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T10:26:15.592687Z",
            "action": 13,
            "target": "",
            "id": 4343,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/4343/?format=api"
        },
        {
            "unit": "https://itzulpenak.gamerauntsia.eus/api/units/14746/?format=api",
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/shattered-pixel-dungeon/ui/?format=api",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/shattered-pixel-dungeon/ui/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-21T10:26:15.567242Z",
            "action": 13,
            "target": "",
            "id": 4342,
            "action_name": "Source string added",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/4342/?format=api"
        }
    ]
}