Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/190655/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_porters-handbook/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_porters-handbook/zh_CN/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/bhy/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/bhy/?format=api",
    "timestamp": "2020-07-28T16:55:40.979186Z",
    "action": 5,
    "target": "在这份文档里提到的大部分的变量 (<varname><replaceable>VAR</replaceable></varname>) 是不能修改的。 大多 (但不是全部) 都在 <filename>/usr/ports/Mk/bsd.port.mk</filename> 的开始部分进行了介绍; 其它一些也应该可以在那里找到。 注意这些文件使用了非标准的制表符: <application>Emacs</application> 和 <application>Vim</application> 应该能在打开文件的时候自动识别它, 而 <citerefentry><refentrytitle>vi</refentrytitle><manvolnum>1</manvolnum></citerefentry> 和 <citerefentry><refentrytitle>ex</refentrytitle><manvolnum>1</manvolnum></citerefentry> 则需要在打开文件的时候通过 :set tabstop=4 来修正默认的设置。",
    "id": 80015,
    "action_name": "New translation",
    "url": "https://translate-dev.freebsd.org/api/changes/80015/?format=api"
}