Translation components API.

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

GET /api/translations/postgis-workshop/creating_db/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/creating_db/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/creating_db/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:48:30.937014Z",
            "action": 0,
            "target": "",
            "id": 1096023,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1096023/?format=api"
        },
        {
            "unit": "https://weblate.osgeo.org/api/units/1514198/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/creating_db/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/creating_db/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:48:30.936903Z",
            "action": 59,
            "target": "PostgreSQL has a number of administrative front-ends.  The primary one is `psql <http://www.postgresql.org/docs/current/static/app-psql.html>`_, a command-line tool for entering SQL queries.  Another popular PostgreSQL front-end is the free and open source graphical tool `pgAdmin <http://www.pgadmin.org/>`_. All queries done in pgAdmin can also be done on the command line with ``psql``. pgAdmin also includes a geometry viewer you can use to spatial view PostGIS queries.",
            "id": 1096022,
            "action_name": "String updated in the repository",
            "url": "https://weblate.osgeo.org/api/changes/1096022/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/creating_db/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/creating_db/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T18:01:26.585442Z",
            "action": 0,
            "target": "",
            "id": 5420,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/5420/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/creating_db/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/creating_db/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T01:14:56.436585Z",
            "action": 0,
            "target": "",
            "id": 1992,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1992/?format=api"
        }
    ]
}