Translation components API.

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

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

{
    "total": 321,
    "total_words": 1434,
    "total_chars": 8886,
    "last_change": "2023-03-12T00:51:40.248358Z",
    "recent_changes": 0,
    "translated": 232,
    "translated_words": 815,
    "translated_percent": 72.2,
    "translated_words_percent": 56.8,
    "translated_chars": 4980,
    "translated_chars_percent": 56.0,
    "fuzzy": 6,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 106,
    "fuzzy_chars_percent": 1.1,
    "failing": 8,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://hosted.weblate.org/projects/feedreader/translations/pt/",
    "translate_url": "https://hosted.weblate.org/translate/feedreader/translations/pt/"
}