Translation components API.

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

GET /api/translations/xwiki-commons/glossary/pt_BR/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.xwiki.org/api/units/507815/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/pt_BR/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Faul/?format=api",
            "author": null,
            "timestamp": "2019-06-22T04:10:35.875118Z",
            "action": 5,
            "target": "Atualizando",
            "id": 138547,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/138547/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/507813/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/pt_BR/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Faul/?format=api",
            "author": null,
            "timestamp": "2019-06-22T04:10:09.905487Z",
            "action": 5,
            "target": "complemento",
            "id": 138546,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/138546/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/507811/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/pt_BR/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Faul/?format=api",
            "author": null,
            "timestamp": "2019-06-22T04:09:57.665031Z",
            "action": 5,
            "target": "espaços de nomes",
            "id": 138545,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/138545/?format=api"
        },
        {
            "unit": "https://l10n.xwiki.org/api/units/507810/?format=api",
            "component": "https://l10n.xwiki.org/api/components/xwiki-commons/glossary/?format=api",
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-commons/glossary/pt_BR/?format=api",
            "user": "https://l10n.xwiki.org/api/users/Faul/?format=api",
            "author": null,
            "timestamp": "2019-06-22T04:09:41.613916Z",
            "action": 5,
            "target": "espaço de nomes",
            "id": 138544,
            "action_name": "Translation added",
            "url": "https://l10n.xwiki.org/api/changes/138544/?format=api"
        }
    ]
}