Changes API

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

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

{
    "unit": "https://weblate.appinventor.mit.edu/api/units/157925/?format=api",
    "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/ai-blockly-messages/?format=api",
    "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/ai-blockly-messages/ca/?format=api",
    "dictionary": null,
    "user": 80,
    "author": 80,
    "timestamp": "2023-12-01T08:46:28.658917Z",
    "action": 2,
    "target": "Retorna el text que es va passar a aquesta pantalla quan va ser oberta per una altra pantalla. Si no es va passar cap valor, retorna un text buit. En apps amb diverses pantalles, utilitza obtén el valor inicial en comptes d''obtén el text inicial.",
    "id": 69052,
    "action_name": "Translation changed",
    "url": "https://weblate.appinventor.mit.edu/api/changes/69052/?format=api"
}