Translation components API.

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

GET /api/translations/diyseeds-org-videos/cabbages/ru/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/cabbages/ru/changes/?format=api",
    "results": [
        {
            "unit": "http://translate.diyseeds.org/api/units/19967/?format=api",
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-videos/cabbages/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/cabbages/ru/?format=api",
            "user": "http://translate.diyseeds.org/api/users/ozubyk/?format=api",
            "author": "http://translate.diyseeds.org/api/users/ozubyk/?format=api",
            "timestamp": "2022-02-02T12:44:20.515361+01:00",
            "action": 5,
            "target": "Хранение семян в морозильной камере в течение нескольких дней устраняет любых паразитов.",
            "id": 26646,
            "action_name": "New translation",
            "url": "http://translate.diyseeds.org/api/changes/26646/?format=api"
        },
        {
            "unit": "http://translate.diyseeds.org/api/units/19968/?format=api",
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-videos/cabbages/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/cabbages/ru/?format=api",
            "user": "http://translate.diyseeds.org/api/users/ozubyk/?format=api",
            "author": "http://translate.diyseeds.org/api/users/ozubyk/?format=api",
            "timestamp": "2022-02-02T12:44:45.085799+01:00",
            "action": 5,
            "target": "Семена капусты способны прорастать до 5 лет. Однако они могут сохранять эту способность до 10 лет. Этот срок можно продлить, храня их в морозильной камере. В одном грамме содержится от 250 до 300 семян в зависимости от сорта.",
            "id": 26647,
            "action_name": "New translation",
            "url": "http://translate.diyseeds.org/api/changes/26647/?format=api"
        }
    ]
}