Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/1269929/?format=api",
    "component": "https://hosted.weblate.org/api/components/sumwars/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sumwars/tutorial/fr/?format=api",
    "user": "https://hosted.weblate.org/api/users/deleted-16022/?format=api",
    "author": "https://hosted.weblate.org/api/users/deleted-16022/?format=api",
    "timestamp": "2019-09-02T01:01:24+02:00",
    "action": 5,
    "target": "Elles sont remplies de la sagesse insondable d'Akeran et seront bientôt une des plus grandes œuvres en son nom.",
    "id": 4622069,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/4622069/?format=api"
}