Translation components API.

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

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

{
    "total": 36,
    "total_words": 911,
    "last_change": "2022-03-04T08:20:27.122948Z",
    "recent_changes": 29,
    "translated": 32,
    "translated_words": 842,
    "translated_percent": 88.8,
    "translated_words_percent": 92.4,
    "translated_chars": 4879,
    "translated_chars_percent": 92.3,
    "total_chars": 5284,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "pt",
    "name": "Portuguese",
    "url": "http://translate.diyseeds.org/projects/diyseeds-org-videos/turnip/pt/",
    "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-videos/turnip/pt/"
}