Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/263807/?format=api",
    "component": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/es/?format=api",
    "user": "https://hosted.weblate.org/api/users/Ronnie.Simon/?format=api",
    "author": "https://hosted.weblate.org/api/users/Ronnie.Simon/?format=api",
    "timestamp": "2015-09-16T23:28:46+02:00",
    "action": 5,
    "target": "¡Basura! Hecha un vistazo al cristal del bastón de mege.",
    "id": 478345,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/478345/?format=api"
}