Translation components API.

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

GET /api/translations/habitica/communityguidelines/nl/changes/?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 321,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/communityguidelines/nl/changes/?format=api&page=16",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/2774593/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/communityguidelines/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/communityguidelines/nl/?format=api",
            "user": "https://translate.habitica.com/api/users/annawolt/?format=api",
            "author": "https://translate.habitica.com/api/users/annawolt/?format=api",
            "timestamp": "2025-03-20T12:17:22.680455Z",
            "action": 5,
            "target": "<strong>Alle weergavenamen en @gebruikersnamen moeten overeen komen met de algemene voorwaarden</strong>. Om je weergavenaam en/of @gebruikersnaam aan te passen: Op mobiel ga je naar Menu > Instellingen > Account. Op de website ga je naar Instellingen via het gebruikerspictogram in de bovenste navigatie.",
            "id": 1232773,
            "action_name": "New translation",
            "url": "https://translate.habitica.com/api/changes/1232773/?format=api"
        }
    ]
}