Translation components API.

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

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

{
    "count": 41,
    "next": null,
    "previous": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/carrot/es/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://translate.diyseeds.org/api/units/13221/?format=api",
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-videos/carrot/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/carrot/es/?format=api",
            "user": "http://translate.diyseeds.org/api/users/lsaenz/?format=api",
            "author": "http://translate.diyseeds.org/api/users/lsaenz/?format=api",
            "timestamp": "2022-01-20T12:44:12.631344+01:00",
            "action": 5,
            "target": "aprender, cómo, producir, semillas, vídeo, zanahoria, paso a paso, explicaciones",
            "id": 23348,
            "action_name": "New translation",
            "url": "http://translate.diyseeds.org/api/changes/23348/?format=api"
        }
    ]
}