Translation components API.

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

GET /api/translations/pykickstart/rhel9-branch/nds/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://translate.fedoraproject.org/api/units/7913996/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/pykickstart/rhel9-branch/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pykickstart/rhel9-branch/nds/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2021-05-10T22:04:38.692730Z",
            "action": 4,
            "target": "Unbekannte Order: %s",
            "id": 3239867,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/3239867/?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/nds/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-10T21:47:15.005224Z",
            "action": 0,
            "target": "",
            "id": 3239544,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3239544/?format=api"
        }
    ]
}