Translation components API.

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

GET /api/translations/galette/doc-source_code/pt/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 54,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/galette/doc-source_code/pt/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/121807524/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/doc-source_code/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-source_code/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-28T18:24:57.621298+02:00",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "All Git repositories follow the same development model, therefore you will find two branches in each repository:",
                "old_state": -1
            },
            "id": 88413350,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/88413350/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/121807523/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/doc-source_code/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-source_code/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-28T18:24:57.621232+02:00",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "All Galette sources are stored in their own `Git <https://en.wikipedia.org/wiki/Git>`_ repository hosted by `TuxFamily <https://www.tuxfamily.org>`_ (big thanks to them!). A `Galette organization is also available on GitHub <https://github.com/galette/>`_, in which all repositories are mirrored.",
                "old_state": -1
            },
            "id": 88413349,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/88413349/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/121807522/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/doc-source_code/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-source_code/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-28T18:24:57.621159+02:00",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Galette source code",
                "old_state": -1
            },
            "id": 88413348,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/88413348/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/galette/doc-source_code/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-source_code/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/addon:languages/?format=api",
            "author": null,
            "timestamp": "2024-04-28T18:24:57.312398+02:00",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 88413347,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/88413347/?format=api"
        }
    ]
}