Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/26332/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_linux-emulation/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_linux-emulation/es/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/Aaron/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/Aaron/?format=api",
    "timestamp": "2020-12-17T18:29:48.328302Z",
    "action": 5,
    "target": "El sistema operativo FreeBSD se adhiere al tradicional <trademark class=\"registered\">UNIX</trademark> esquema, donde cada proceso tiene un número de identificación único, el llamado <firstterm>PID</firstterm> (Identificacion de proceso). Los números PID se asignan de forma lineal o aleatoria desde <literal>0</literal> a <literal>PID_MAX</literal>. La asignación de números PID se realiza mediante una búsqueda lineal del espacio PID. Cada hilo en un proceso recibe el mismo número PID como resultado de la <citerefentry><refentrytitle>getpid</refentrytitle><manvolnum>2</manvolnum></citerefentry> llamada.",
    "id": 93192,
    "action_name": "新译文",
    "url": "https://translate-dev.freebsd.org/api/changes/93192/?format=api"
}