Translation components API.

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

GET /api/translations/ooops-website/ooops_website_signup_country/it/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-website/ooops_website_signup_country/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-website/ooops_website_signup_country/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-18T20:29:59.698820+01:00",
            "action": 0,
            "target": "",
            "id": 6556,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/6556/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-website/ooops_website_signup_country/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-website/ooops_website_signup_country/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-18T20:29:59.779293+01:00",
            "action": 44,
            "target": "",
            "id": 6557,
            "action_name": "New string to translate",
            "url": "http://weblate.ops404.it/api/changes/6557/?format=api"
        },
        {
            "unit": "http://weblate.ops404.it/api/units/30378/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-website/ooops_website_signup_country/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-website/ooops_website_signup_country/it/?format=api",
            "glossary_term": null,
            "user": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "author": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "timestamp": "2021-03-29T15:37:30.123547+02:00",
            "action": 45,
            "target": "",
            "id": 7639,
            "action_name": "New contributor",
            "url": "http://weblate.ops404.it/api/changes/7639/?format=api"
        },
        {
            "unit": "http://weblate.ops404.it/api/units/30378/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-website/ooops_website_signup_country/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-website/ooops_website_signup_country/it/?format=api",
            "glossary_term": null,
            "user": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "author": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "timestamp": "2021-03-29T15:37:30.125778+02:00",
            "action": 5,
            "target": "Il modulo non è stato compilato correttamente.",
            "id": 7640,
            "action_name": "New translation",
            "url": "http://weblate.ops404.it/api/changes/7640/?format=api"
        }
    ]
}