Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/2123873/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/4-9/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/4-9/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-29T01:31:22.277351+01:00",
    "action": 2,
    "target": "Haben Sie eine Gruppe von zwei oder mehr Spalten, die eng miteinander verwandt sind, und alle wiederholen das gleiche Attribut? Angenommen, Sie haben eine Tabelle, die Daten über Bücher enthält, mit Spalten wie buch_id, autor1, autor2, autor3 etc., die eine wiederholende Gruppe bilden. In diesem Fall sollte eine neue Tabelle (buch_id, autor) erstellt werden.",
    "id": 72248890,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/72248890/?format=api"
}