Translation components API.

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

GET /api/translations/diyseeds-org-videos/abc-seeds/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 12,
    "total_words": 347,
    "last_change": "2022-01-31T21:01:35.023971Z",
    "recent_changes": 9,
    "translated": 9,
    "translated_words": 237,
    "translated_percent": 75.0,
    "translated_words_percent": 68.2,
    "translated_chars": 1517,
    "translated_chars_percent": 70.7,
    "total_chars": 2144,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/abc-seeds/ru/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-videos/abc-seeds/ru/"
}