Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28686463/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/glossary/pl/?format=api",
            "user": "https://hosted.weblate.org/api/users/martoceratops/?format=api",
            "author": null,
            "timestamp": "2016-04-10T14:34:39+02:00",
            "action": 5,
            "target": "misja",
            "id": 862495,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/862495/?format=api"
        }
    ]
}