Translation components API.

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

GET /api/translations/getback_gps/glossary/pt_BR/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/28677582/?format=api",
            "component": "https://hosted.weblate.org/api/components/getback_gps/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/getback_gps/glossary/pt_BR/?format=api",
            "user": "https://hosted.weblate.org/api/users/wtuemura/?format=api",
            "author": null,
            "timestamp": "2020-04-03T03:48:15.913765+02:00",
            "action": 5,
            "target": "desativar",
            "id": 5752739,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/5752739/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28677584/?format=api",
            "component": "https://hosted.weblate.org/api/components/getback_gps/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/getback_gps/glossary/pt_BR/?format=api",
            "user": "https://hosted.weblate.org/api/users/wtuemura/?format=api",
            "author": null,
            "timestamp": "2020-04-03T03:48:05.443553+02:00",
            "action": 5,
            "target": "ativar",
            "id": 5752738,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/5752738/?format=api"
        }
    ]
}