Translation components API.

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

GET /api/translations/omp/manager/pl/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-05-04T15:33:49.565962Z",
    "recent_changes": 1,
    "translated": 417,
    "translated_words": 4207,
    "translated_percent": 94.5,
    "translated_words_percent": 95.3,
    "translated_chars": 27385,
    "translated_chars_percent": 95.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 8,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "http://translate.pkp.sfu.ca/projects/omp/manager/pl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/manager/pl/"
}