Translation components API.

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

GET /api/translations/omp/manager/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 441,
    "total_words": 4411,
    "total_chars": 28675,
    "last_change": "2023-08-02T07:01:55.792954Z",
    "recent_changes": 10,
    "translated": 12,
    "translated_words": 96,
    "translated_percent": 2.7,
    "translated_words_percent": 2.1,
    "translated_chars": 620,
    "translated_chars_percent": 2.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "http://translate.pkp.sfu.ca/projects/omp/manager/id/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/manager/id/"
}