Translation components API.

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

GET /api/translations/aleksis/aleksis-app-dashboardfeeds/de/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/de/units/?format=api",
    "results": [
        {
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/de/?format=api",
            "source": [
                "There was an error getting your calendar."
            ],
            "previous_source": "",
            "target": [
                "Beim Abrufen Ihres Kalenders gab es einen Fehler."
            ],
            "id_hash": 1124872381269971288,
            "content_hash": 1124872381269971288,
            "location": "aleksis/apps/dashboardfeeds/models.py:97",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.edugit.org/api/units/24548/?format=api",
            "priority": 100,
            "id": 24550,
            "web_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-dashboardfeeds/de/?checksum=8f9c59788f3e9158",
            "url": "https://translate.edugit.org/api/units/24550/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-30T13:53:24.504667Z"
        }
    ]
}