Translation components API.

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

GET /api/translations/pykickstart/rhel9-branch/gl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/7910539/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/pykickstart/rhel9-branch/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pykickstart/rhel9-branch/gl/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2021-05-10T22:32:56.212081Z",
            "action": 4,
            "target": "O valor lóxico «%s» non é válido",
            "id": 3240204,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/3240204/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/7910519/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/pykickstart/rhel9-branch/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pykickstart/rhel9-branch/gl/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2021-05-10T22:32:56.199053Z",
            "action": 4,
            "target": "Comando descoñecido: %s",
            "id": 3240203,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/3240203/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/pykickstart/rhel9-branch/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pykickstart/rhel9-branch/gl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-10T21:46:41.379495Z",
            "action": 0,
            "target": "",
            "id": 3239500,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3239500/?format=api"
        }
    ]
}