Translation components API.

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

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

{
    "total": 4866,
    "total_words": 10161,
    "total_chars": 70433,
    "last_change": "2024-04-24T15:31:39.399371Z",
    "recent_changes": 0,
    "translated": 2984,
    "translated_words": 6074,
    "translated_percent": 61.3,
    "translated_words_percent": 59.7,
    "translated_chars": 41964,
    "translated_chars_percent": 59.5,
    "fuzzy": 65,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 138,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 1262,
    "fuzzy_chars_percent": 1.7,
    "failing": 1,
    "failing_percent": 0.1,
    "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": 0,
    "comments": 1,
    "code": "ca",
    "name": "Catalan",
    "url": "https://hosted.weblate.org/projects/osmand/phrases/ca/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/phrases/ca/"
}