Changes API.

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

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

{
    "unit": "https://translate.funkwhale.audio/api/units/382857/?format=api",
    "component": "https://translate.funkwhale.audio/api/components/documentation/changelog/?format=api",
    "translation": "https://translate.funkwhale.audio/api/translations/documentation/changelog/en_devel/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-03-25T18:31:27.044309Z",
    "action": 59,
    "target": "`/api/v1/artists/search`, `/api/v1/albums/search` and `/api/v1/tracks/search` endpoints are removed. Use `/api/v1/{artists|albums|tracks}/?q=yourquery` instead. It's also more powerful, since you can combine search with other filters and ordering options.",
    "id": 352473,
    "action_name": "String updated in the repository",
    "url": "https://translate.funkwhale.audio/api/changes/352473/?format=api"
}