Translation components API.

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

GET /api/translations/peertube/glossary/de/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/peertube/glossary/de/changes/?format=api",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/469184/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peertube/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/glossary/de/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Predatorix/?format=api",
            "author": null,
            "timestamp": "2019-11-15T21:42:47.674992Z",
            "action": 5,
            "target": "Kontingent",
            "id": 18676,
            "action_name": "Traduction ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/18676/?format=api"
        },
        {
            "unit": "https://weblate.framasoft.org/api/units/469182/?format=api",
            "component": "https://weblate.framasoft.org/api/components/peertube/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/peertube/glossary/de/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Predatorix/?format=api",
            "author": null,
            "timestamp": "2019-11-15T17:59:09.020316Z",
            "action": 5,
            "target": "Abonnieren",
            "id": 18601,
            "action_name": "Traduction ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/18601/?format=api"
        }
    ]
}