Translation components API.

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

GET /api/translations/tails/spoof-mac/en/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://translate.tails.boum.org/api/units/680136/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/spoof-mac/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/spoof-mac/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-27T15:33:50.213372Z",
            "action": 13,
            "target": "Note: Tails detection mechanism for MAC address allowlisting only works for wireless (Wi-Fi) networks.",
            "id": 3268720,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3268720/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/680134/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/spoof-mac/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/spoof-mac/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-27T15:33:50.201546Z",
            "action": 13,
            "target": "If you have access to a wireless network that employs MAC address allowlisting, then connect to it with MAC spoofing enabled and verify that Tails shows a notification with the headline: \"Network connection blocked?\".",
            "id": 3268719,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3268719/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/680132/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/spoof-mac/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/spoof-mac/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-27T15:33:50.190101Z",
            "action": 13,
            "target": "Some wireless networks are configured to only allow connections for devices with certain MAC addresses, called MAC address allowlisting. MAC address spoofing will cause issues on networks like these. Therefore Tails has a crude mechanism for detecting this, and will show an informative notification about what to do about it.",
            "id": 3268718,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3268718/?format=api"
        },
        {
            "unit": "https://translate.tails.boum.org/api/units/680130/?format=api",
            "component": "https://translate.tails.boum.org/api/components/tails/spoof-mac/?format=api",
            "translation": "https://translate.tails.boum.org/api/translations/tails/spoof-mac/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-27T15:33:50.176497Z",
            "action": 13,
            "target": "MAC address allowlisting problems",
            "id": 3268717,
            "action_name": "Source string added",
            "url": "https://translate.tails.boum.org/api/changes/3268717/?format=api"
        }
    ]
}