Translation components API.

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

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

{
    "total": 19,
    "total_words": 640,
    "last_change": "2022-03-03T17:11:47.789635Z",
    "recent_changes": 16,
    "translated": 16,
    "translated_words": 602,
    "translated_percent": 84.2,
    "translated_words_percent": 94.0,
    "translated_chars": 3426,
    "translated_chars_percent": 93.0,
    "total_chars": 3680,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/spinach/pt/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-videos/spinach/pt/"
}