Change Instance
Changes API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/changes/303342/?format=api
{ "unit": "https://translate-dev.freebsd.org/api/units/1062277/?format=api", "component": "https://translate-dev.freebsd.org/api/components/documentation/booksdevelopers-handbooksockets_index/?format=api", "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooksockets_index/pt_BR/?format=api", "user": null, "author": "https://translate-dev.freebsd.org/api/users/anonymous/?format=api", "timestamp": "2021-05-29T15:08:59.019317Z", "action": 6, "target": "/*\n * Socket address, internet style.\n */\nstruct sockaddr_in {\n\tuint8_t\t\tsin_len;\n\tsa_family_t\tsin_family;\n\tin_port_t\tsin_port;\n\tstruct\tin_addr sin_addr;\n\tchar\tsin_zero[8];\n};\n", "id": 303342, "action_name": "Automatic translation", "url": "https://translate-dev.freebsd.org/api/changes/303342/?format=api" }