Changes API.

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

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

{
    "unit": "https://translation.chamilo.org/api/units/749517/?format=api",
    "component": "https://translation.chamilo.org/api/components/chamilo/messages/?format=api",
    "translation": "https://translation.chamilo.org/api/translations/chamilo/messages/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-17T23:33:36.644955Z",
    "action": 71,
    "target": "Some features of Chamilo will connect to the exterior from the server. For example to make sure an external content exists when creating a link or showing an embedded page in the learning path. If your Chamilo server uses a proxy to get out of its network, this would be the place to configure it.<br><pre> [ 'stream_context_create' => [ 'http' => [ 'proxy' => 'tcp://example.com:8080', 'request_fulluri' => true ] ], 'curl_setopt_array' => [ 'CURLOPT_PROXY' => 'http://example.com', 'CURLOPT_PROXYPORT' => '8080' ] ] </pre>",
    "id": 764504,
    "action_name": "String added in the repository",
    "url": "https://translation.chamilo.org/api/changes/764504/?format=api"
}