Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/100520026/?format=api",
    "component": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/openrefine/openrefine-function-descriptions/es/?format=api",
    "user": "https://hosted.weblate.org/api/users/caroserrano/?format=api",
    "author": "https://hosted.weblate.org/api/users/caroserrano/?format=api",
    "timestamp": "2024-05-03T17:22:43.823304+02:00",
    "action": 5,
    "target": "Usa el operador lógico NO en un booleano para retornar un booleano. Por ejemplo, no(1>7) retorna verdadero porque 1>7 en sí mismo es falso.",
    "id": 88800647,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/88800647/?format=api"
}