Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/67470/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_handbook/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/pt_BR/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/ebrandi/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/ebrandi/?format=api",
    "timestamp": "2020-01-01T22:33:13.977116Z",
    "action": 2,
    "target": "Um <firstterm>shell</firstterm> fornece uma interface de linha de comandos para interagir com o sistema operacional. Um shell recebe comandos do canal de entrada e os executa. Muitos shells fornecem funções incorporadas para ajudar nas tarefas diárias, como gerenciamento de arquivos, referenciamento de arquivos, edição de linha de comando, macros de comando e variáveis de ambiente. O FreeBSD vem com vários shells, incluindo o shell Bourne (<citerefentry><refentrytitle>sh</refentrytitle><manvolnum>1</manvolnum></citerefentry>) e o shell C estendido (<citerefentry><refentrytitle>tcsh</refentrytitle><manvolnum>1</manvolnum></citerefentry>). Outros shells estão disponíveis na Coleção de Ports do FreeBSD, como o <command>zsh</command> e o <command>bash</command>.",
    "id": 61300,
    "action_name": "Translation changed",
    "url": "https://translate-dev.freebsd.org/api/changes/61300/?format=api"
}