Translation components API.

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

GET /api/translations/ojs/pubIds-urn/fr_CA/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/ojs/pubIds-urn/fr_CA/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/pubIds-urn/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/pubIds-urn/fr_CA/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:10.713304Z",
            "action": 0,
            "target": "",
            "id": 497840,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/497840/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/11946/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/pubIds-urn/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/pubIds-urn/fr_CA/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
            "timestamp": "2023-05-29T15:05:36.794863Z",
            "action": 2,
            "target": "Utiliser le modèle ci-dessous pour générer des suffixes URN. Utiliser %j pour les initiales de la revue, %v pour le numéro du volume, %i pour le numéro, %Y pour l'année, %a pour l'identifiant OJS de l'article, %g pour l'identifiant OJS de l'épreuve, %f pour l'identifiant OJS du fichier, %p pour le numéro de page et %x pour un « Identifiant personnalisé ».",
            "id": 759233,
            "action_name": "Translation changed",
            "url": "http://translate.pkp.sfu.ca/api/changes/759233/?format=api"
        }
    ]
}