Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/82710365/?format=api",
    "component": "https://hosted.weblate.org/api/components/debian-handbook/06_apt/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/debian-handbook/06_apt/fr/?format=api",
    "user": "https://hosted.weblate.org/api/users/jptha85/?format=api",
    "author": "https://hosted.weblate.org/api/users/jptha85/?format=api",
    "timestamp": "2023-03-14T13:22:12.838362+01:00",
    "action": 2,
    "target": "Un préalable à tout travail avec APT est la mise à jour de la liste des paquets disponibles, qui s'effectue avec un simple <command>apt update</command>. Selon le débit de votre connexion et votre configuration, cette opération peut durer puisqu'elle télécharge un certain nombre de fichiers habituellement compressés (<filename>Packages</filename>, <filename>Sources</filename>, <filename>Translation-<replaceable>code_langue</replaceable></filename>), devenus assez volumineux au fil de la croissance de Debian (au moins 10-16 Mo de données pour la section <literal>main</literal>). Évidemment, une installation à partir d'un jeu de CD-Rom/DVD ne nécessite aucun téléchargement, cette opération est alors très rapide.",
    "id": 51453393,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/51453393/?format=api"
}