Changes API.

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

GET /api/changes/71948333/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://hosted.weblate.org/api/units/14171959/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/5-2/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/5-2/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/MoonE/?format=api",
    "author": "https://hosted.weblate.org/api/users/MoonE/?format=api",
    "timestamp": "2023-11-22T22:04:17.451430+01:00",
    "action": 2,
    "target": "Die %s Datei steht auf diesem System nicht zur Verfügung. Bitte besuchen Sie %s für weitere Informationen.",
    "old": "Die %s Datei steht auf diesem System nicht zur Verfügung. Bitte besuchen Sie %s, um nach weiteren Informationen zu suchen.",
    "details": {
        "state": 20,
        "source": "The %s file is not available on this system, please visit %s for more information.",
        "old_state": 20
    },
    "id": 71948333,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/71948333/?format=api"
}