Translation components API.

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

GET /api/translations/peppercarrot/glossary/pl/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://weblate.framasoft.org/api/units/591603/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:03.208270Z",
            "action": 31,
            "target": "",
            "id": 253041,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/253041/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/591570/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:03.088273Z",
            "action": 31,
            "target": "",
            "id": 253010,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/253010/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/peppercarrot/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peppercarrot/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-01T20:55:02.336227Z",
            "action": 0,
            "target": "",
            "id": 252982,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/252982/?format=api"
        }
    ]
}