Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/229488/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_fdp-primer/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_fdp-primer/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-01-09T14:37:52.437972Z",
    "action": 30,
    "target": "Testing a new manual page can be challenging. Fortunately there are some tools that can assist in the task. Some of them, like <citerefentry><refentrytitle>man</refentrytitle><manvolnum>1</manvolnum></citerefentry>, do not look in the current directory. It is a good idea to prefix the filename with <literal>./</literal> if the new manual page is in the current directory. An absolute path can also be used.",
    "id": 106209,
    "action_name": "Source string changed",
    "url": "https://translate-dev.freebsd.org/api/changes/106209/?format=api"
}