Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/14173636/?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-29T01:31:22.204293+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.",
    "old": "Haben Sie eine Gruppe von zwei oder mehr Spalten, die eng miteinander verbunden sind und alle das gleiche Attribut wiederholen? Angenommen, Sie haben Tabelle, die Daten über Bücher enthält, mit Spalten wie book_id, autor1, autor2, autor3 und so weiter, die eine wiederholende Gruppe bilden. In diesem Fall sollte eine neue Tabelle (book_id, autor) erstellt werden.",
    "details": {
        "state": 20,
        "source": "Do you have a group of two or more columns that are closely related and are all repeating the same attribute? For example, a table that holds data on books might have columns such as book_id, author1, author2, author3 and so on which form a repeating group. In this case a new table (book_id, author) should be created.",
        "old_state": 20
    },
    "id": 72248888,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/72248888/?format=api"
}