Translation components API.

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

GET /api/translations/what-is-the-fediverse-video/glossary/en/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://weblate.framasoft.org/api/units/712111/?format=api",
            "component": "https://weblate.framasoft.org/api/components/what-is-the-fediverse-video/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/what-is-the-fediverse-video/glossary/en/?format=api",
            "user": "https://weblate.framasoft.org/api/users/octoneko/?format=api",
            "author": "https://weblate.framasoft.org/api/users/octoneko/?format=api",
            "timestamp": "2022-04-30T04:55:30.791844Z",
            "action": 31,
            "target": "provider",
            "id": 358387,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/358387/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/712067/?format=api",
            "component": "https://weblate.framasoft.org/api/components/what-is-the-fediverse-video/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/what-is-the-fediverse-video/glossary/en/?format=api",
            "user": "https://weblate.framasoft.org/api/users/octoneko/?format=api",
            "author": "https://weblate.framasoft.org/api/users/octoneko/?format=api",
            "timestamp": "2022-04-29T16:38:59.950311Z",
            "action": 31,
            "target": "Fediverse",
            "id": 358164,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/358164/?format=api"
        }
    ]
}