Changes API.

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

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

{
    "unit": "https://translate.funkwhale.audio/api/units/390264/?format=api",
    "component": "https://translate.funkwhale.audio/api/components/website-remake/code-of-conduct/?format=api",
    "translation": "https://translate.funkwhale.audio/api/translations/website-remake/code-of-conduct/de/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-08-28T07:14:49.486776Z",
    "action": 59,
    "target": "* Using welcoming and inclusive language.\n* Being respectful of differing viewpoints and experiences.\n* Gracefully accepting constructive feedback.\n* Focusing on what is best for the community.\n* Showing empathy and kindness towards other community members.",
    "id": 363738,
    "action_name": "String updated in the repository",
    "url": "https://translate.funkwhale.audio/api/changes/363738/?format=api"
}