Translation components API.

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

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

{
    "total": 20,
    "total_words": 761,
    "last_change": "2024-11-14T17:25:31.366463Z",
    "recent_changes": 2,
    "translated": 15,
    "translated_words": 671,
    "translated_percent": 75.0,
    "translated_words_percent": 88.1,
    "translated_chars": 3909,
    "translated_chars_percent": 86.0,
    "total_chars": 4542,
    "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": 1,
    "code": "ff",
    "name": "Fulah",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/abc-isolation/ff/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-videos/abc-isolation/ff/"
}