Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/252498/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/ojs/locale/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/locale/hi/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/granthaalayah/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/granthaalayah/?format=api",
    "timestamp": "2020-12-16T17:54:01.097938Z",
    "action": 2,
    "target": "Search tips: <ul>\n<li>Search terms are case-insensitive</li>\n<li>Common words are ignored</li>\n<li>By default only articles containing <em>all</em> terms in the query are returned (i.e., <em>AND</em> is implied)</li>\n<li>Combine multiple words with <em>OR</em> to find articles containing either term; e.g., <em>education OR research</em></li>\n<li>Use parentheses to create more complex queries; e.g., <em>archive ((journal OR conference) NOT theses)</em></li>\n<li>Search for an exact phrase by putting it in quotes; e.g., <em>\"open access publishing\"</em></li>\n<li>Exclude a word by prefixing it with <strong>-</strong> or <em>NOT</em>; e.g. <em>online -politics</em> or <em>online NOT politics</em></li>\n<li>Use <strong>*</strong> in a term as a wildcard to match any sequence of characters; e.g., <em>soci* morality</em> would match documents containing \"sociological\" or \"societal\"</li>\n</ul>",
    "id": 126329,
    "action_name": "Translation changed",
    "url": "http://translate.pkp.sfu.ca/api/changes/126329/?format=api"
}