Changes API.

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

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

{
    "unit": "https://l10n.opensuse.org/api/units/13183912/?format=api",
    "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ja/?format=api",
    "user": "https://l10n.opensuse.org/api/users/OotaToshiya/?format=api",
    "author": "https://l10n.opensuse.org/api/users/OotaToshiya/?format=api",
    "timestamp": "2022-03-01T08:46:21.750119Z",
    "action": 2,
    "target": "Carp::Assert::Moreは、アサーションを作成する習慣をさらに簡単にするための便利なアサーションのセットです。\n\nここにあるものはすべて、事実上、糖衣構文(syntactic sugar)です。これらの関数のいずれかを呼び出すことに技術的な違いはありません。\n\n    assert_datetime($foo); assert_isa($foo,'dateTime');\n\nCarp::Assert::Moreで提供され、これらのアサーションをCarp::Assertから呼び出します\n\n    assert(defined$foo);assert(ref($foo)eq'dateTime');\n\nここで私が意図しているのは、一般的なアサーションを簡単にして、私たちプログラマーがそれらを使わない言い訳がないようにすることです。",
    "id": 2047016,
    "action_name": "Translation changed",
    "url": "https://l10n.opensuse.org/api/changes/2047016/?format=api"
}