Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/100617/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/security/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/security/es/?format=api",
    "user": "https://weblate.osgeo.org/api/users/paulo/?format=api",
    "author": "https://weblate.osgeo.org/api/users/paulo/?format=api",
    "timestamp": "2025-09-04T21:30:43.852649Z",
    "action": 5,
    "target": "Los métodos de autenticación se controlan con el archivo ``pg_hba.conf``. El \"HBA\" en el nombre del archivo significa \"host based access\", porque además de permitir especificar el método de autenticación para cada base de datos, también permite limitar el acceso por host utilizando direcciones de red.",
    "id": 2217636,
    "action_name": "Translation added",
    "url": "https://weblate.osgeo.org/api/changes/2217636/?format=api"
}