Translation components API.

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

GET /api/translations/libosinfo/osinfo-db-tools/ca/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db-tools/ca/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/99006/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/libosinfo/osinfo-db-tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db-tools/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-07T21:23:11.732646Z",
            "action": 13,
            "target": "",
            "id": 22381,
            "action_name": "Source string added",
            "url": "https://translate.fedoraproject.org/api/changes/22381/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/99005/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/libosinfo/osinfo-db-tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db-tools/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-07T21:23:11.718206Z",
            "action": 13,
            "target": "",
            "id": 22380,
            "action_name": "Source string added",
            "url": "https://translate.fedoraproject.org/api/changes/22380/?format=api"
        }
    ]
}