Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.ppc.lol/api/units/30151/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/en/?format=api",
            "user": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "author": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "timestamp": "2022-12-15T13:51:24.292674Z",
            "action": 31,
            "target": "Block Explorers",
            "id": 19290,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19290/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30175/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/en/?format=api",
            "user": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "author": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "timestamp": "2022-12-15T13:54:34.195595Z",
            "action": 31,
            "target": "Discord",
            "id": 19305,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19305/?format=api"
        },
        {
            "unit": "https://weblate.ppc.lol/api/units/30188/?format=api",
            "component": "https://weblate.ppc.lol/api/components/peercoin-net/glossary/?format=api",
            "translation": "https://weblate.ppc.lol/api/translations/peercoin-net/glossary/en/?format=api",
            "user": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "author": "https://weblate.ppc.lol/api/users/admin/?format=api",
            "timestamp": "2022-12-15T13:54:52.132409Z",
            "action": 31,
            "target": "YouTube",
            "id": 19307,
            "action_name": "New string added",
            "url": "https://weblate.ppc.lol/api/changes/19307/?format=api"
        }
    ]
}