Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/211066/?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/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-12T21:20:13.924525Z",
    "action": 5,
    "target": "Uso de <varname>PLIST_FILES</varname> no debe abusarse. Al buscar el origen de un archivo, la gente suele intentar <application>grep</application> a través de<filename>pkg-plist</filename>archivos en el árbol de puertos. Listado de archivos en <varname>PLIST_FILES</varname> en el<filename>Makefile</filename> hace que la búsqueda sea más difícil.",
    "id": 87245,
    "action_name": "New translation",
    "url": "https://translate-dev.freebsd.org/api/changes/87245/?format=api"
}