Translation components API.

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

GET /api/components/linphone-iphone/assistantviewscreens/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 182,
    "next": null,
    "previous": "https://weblate.linphone.org/api/components/linphone-iphone/assistantviewscreens/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/assistantviewscreens/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-04T03:30:10.808264Z",
            "action": 14,
            "target": "",
            "id": 48650,
            "action_name": "Component locked",
            "url": "https://weblate.linphone.org/api/changes/48650/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone-iphone/assistantviewscreens/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-05T03:30:13.579694Z",
            "action": 15,
            "target": "",
            "id": 48707,
            "action_name": "Component unlocked",
            "url": "https://weblate.linphone.org/api/changes/48707/?format=api"
        }
    ]
}