Translation components API.

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

GET /api/translations/commons-app/glossary/fi/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/28776979/?format=api",
            "component": "https://hosted.weblate.org/api/components/commons-app/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/commons-app/glossary/fi/?format=api",
            "user": "https://hosted.weblate.org/api/users/lahtis/?format=api",
            "author": null,
            "timestamp": "2020-04-01T15:33:17.079194+02:00",
            "action": 5,
            "target": "yrityksiä",
            "id": 5737056,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/5737056/?format=api"
        }
    ]
}