Translation components API.

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

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

{
    "total": 16,
    "total_words": 582,
    "last_change": "2024-09-09T12:33:33.206144Z",
    "recent_changes": 12,
    "translated": 11,
    "translated_words": 473,
    "translated_percent": 68.7,
    "translated_words_percent": 81.2,
    "translated_chars": 2783,
    "translated_chars_percent": 79.1,
    "total_chars": 3514,
    "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": "ff",
    "name": "Fulah",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/abc-manual/ff/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-videos/abc-manual/ff/"
}