Translation components API.

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

GET /api/translations/anaconda/f36/fur/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 103,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/anaconda/f36/fur/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/9334555/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/f36/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f36/fur/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-28T10:20:46.608785Z",
            "action": 30,
            "target": "LUK_S Version:",
            "id": 3863855,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/3863855/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/9333690/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/f36/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f36/fur/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-28T10:20:41.731361Z",
            "action": 30,
            "target": "Downloading {}",
            "id": 3863854,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/3863854/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/9333689/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/f36/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f36/fur/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-28T10:20:41.723222Z",
            "action": 30,
            "target": "Downloading {} ({}%)",
            "id": 3863853,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/3863853/?format=api"
        }
    ]
}