Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/16772685/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-modularity/masterpagesbuilding-modulesfedoradefining-modules/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-modularity/masterpagesbuilding-modulesfedoradefining-modules/es/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/vareli/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/vareli/?format=api",
    "timestamp": "2024-05-03T11:44:21.314681Z",
    "action": 5,
    "target": "    # === License of this modulemd file ==================================\n    license:\n      - MIT\n    # === Module context configurations ===========================================\n    # (For which Fedora releases to build?)\n    configurations:\n        # context:\n        # A string of up to ten [a-zA-Z0-9] characters representing a\n        # a build and runtime configuration for this stream. This string is\n        # arbitrary but must be unique in this module stream.\n        # Type: MANDATORY\n      - context: CTX1\n          # platform:\n          # Defines the distribution and release to build on and run against.\n          # Type: MANDATORY\n        platform: f32\n          # buildrequires:\n          # A dictionary of the build-time dependencies on other module streams.\n          # Each configuration may depend on a single stream of a dependency.\n          # The dictionary key is the name of the module and the dictionary value\n          # is a single-element list containing the name of the stream.\n          #\n          # Type: Optional\n        buildrequires:\n          appframework: [v1]\n          # requires:\n          # A dictionary of the run-time dependencies on other module streams.\n          # Each configuration may depend on a single stream of a dependency.\n          # The dictionary key is the name of the module and the dictionary value\n          # is a single-element list containing the name of the stream.\n          #\n          # Type: Optional\n        requires:\n          appframework: [v1]\n          # buildopts:\n          # Component build options\n          # Additional per component type module-wide build options.\n          #\n          # IMPORTANT: Due to limitations in the modulemd-stream v2 format, the\n          # buildopts from the first configuration in the list will apply to\n          # ALL configurations when building for modulemd-stream v2. They will\n          # apply separately when building for module-stream v3.\n          #\n          # Type: OPTIONAL\n        buildopts:\n            # rpms:\n            # RPM-specific build options\n            #\n            # Type: OPTIONAL\n          rpms:\n                # macros:\n                # Additional macros that should be defined in the\n                # RPM buildroot, appended to the default set.  Care should be\n                # taken so that the newlines are preserved.  Literal style\n                # block is recommended, with or without the trailing newline.\n                #\n                # Type: OPTIONAL\n            macros: |\n              %demomacro 1\n              %demomacro2 %{demomacro}23\n",
    "id": 16028890,
    "action_name": "Translation added",
    "url": "https://translate.fedoraproject.org/api/changes/16028890/?format=api"
}