Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/14174457/?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:36:09.494150+01:00",
    "action": 2,
    "target": "Die phpMyAdmin-Überwachung kann Sie bei der Server-Konfiguration, und auch beim Aufspüren von zeitintensiven Abfragen unterstützen. Für Letzteres müssen Sie log_output auf 'TABLE' stellen und entweder slow_query_log oder general_log aktivieren. Beachten Sie aber, dass das Aktivieren des general_log viele Daten produzieren und die Serverauslastung um bis zu 15% erhöhen kann.",
    "old": "Die phpMyAdmin-Überwachung kann Sie bei der Server-Konfiguration, und auch beim Aufspüren von zeitintensiven Abfragen unterstützen. Für Letzteres müssen Sie log_output auf 'TABLE' stellen und entweder slow_query_log oder general_log aktivieren. Beachten Sie aber, dass das Aktivieren der general_log viele Daten produzieren und die Serverauslastung um bis zu 15% erhöhen kann.",
    "details": {
        "state": 20,
        "source": "The phpMyAdmin Monitor can assist you in optimizing the server configuration and track down time intensive queries. For the latter you will need to set log_output to 'TABLE' and have either the slow_query_log or general_log enabled. Note however, that the general_log produces a lot of data and increases server load by up to 15%.",
        "old_state": 20
    },
    "id": 72248914,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/72248914/?format=api"
}