Translation components API.

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

GET /api/components/galette/glossary/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 302,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/galette/glossary/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28880443/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2019-11-03T05:37:34+01:00",
            "action": 5,
            "target": "tratamiento",
            "id": 4928941,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/4928941/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28880445/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/es/?format=api",
            "user": "https://hosted.weblate.org/api/users/Fito/?format=api",
            "author": null,
            "timestamp": "2019-11-03T03:14:10+01:00",
            "action": 5,
            "target": "correspondencia masiva",
            "id": 4928630,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/4928630/?format=api"
        }
    ]
}