Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/26882/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/pt_BR/?format=api",
    "user": "https://translate.seerr.dev/api/users/josieljunior/?format=api",
    "author": "https://translate.seerr.dev/api/users/josieljunior/?format=api",
    "timestamp": "2026-03-01T00:34:07.966616Z",
    "action": 2,
    "target": "Seerr armazena temporariamente as solicitações à APIs externas para otimizar performance e evitar novas chamadas desnecessárias.",
    "old": "Seerr armazena temporariamente as solicitações à APIs externas para otimizar performance e evitar novas chamadas desnecessárias.",
    "details": {
        "state": 20,
        "source": "Seerr caches requests to external API endpoints to optimize performance and avoid making unnecessary API calls.",
        "context": "components.Settings.SettingsJobsCache.cacheDescription",
        "old_state": 10
    },
    "id": 88504,
    "action_name": "Translation changed",
    "url": "https://translate.seerr.dev/api/changes/88504/?format=api"
}