Changes API.

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

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

{
    "unit": "https://translate.funkwhale.audio/api/units/42749/?format=api",
    "component": "https://translate.funkwhale.audio/api/components/funkwhale/contribute/?format=api",
    "translation": "https://translate.funkwhale.audio/api/translations/funkwhale/contribute/en_GB/?format=api",
    "user": "https://translate.funkwhale.audio/api/users/Sporiff/?format=api",
    "author": "https://translate.funkwhale.audio/api/users/Sporiff/?format=api",
    "timestamp": "2019-06-18T14:42:30.928388Z",
    "action": 2,
    "target": "The Funkwhale GitLab instance is hosted at dev.funkwhale.audio. You have to sign-up here, using your e-mail account or by way of a third-party token provider.",
    "id": 36035,
    "action_name": "Translation changed",
    "url": "https://translate.funkwhale.audio/api/changes/36035/?format=api"
}