Translation components API.

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

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

{
    "total": 13,
    "total_words": 315,
    "last_change": "2022-01-09T22:02:30.607887Z",
    "recent_changes": 14,
    "translated": 13,
    "translated_words": 315,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 1877,
    "translated_chars_percent": 100.0,
    "total_chars": 1877,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 7.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/kale/es/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-videos/kale/es/"
}