Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28774114/?format=api",
            "component": "https://hosted.weblate.org/api/components/gammu/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/glossary/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/CurlingTongs/?format=api",
            "author": null,
            "timestamp": "2019-04-22T07:47:24+02:00",
            "action": 5,
            "target": "Repositorys",
            "id": 4120567,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/4120567/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28774116/?format=api",
            "component": "https://hosted.weblate.org/api/components/gammu/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/gammu/glossary/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/CurlingTongs/?format=api",
            "author": null,
            "timestamp": "2019-04-22T06:39:18+02:00",
            "action": 5,
            "target": "Mailingliste",
            "id": 4120449,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/4120449/?format=api"
        }
    ]
}