Translation components API.

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

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

{
    "total": 983,
    "total_words": 3272,
    "total_chars": 19689,
    "last_change": null,
    "recent_changes": 0,
    "translated": 530,
    "translated_words": 1572,
    "translated_percent": 53.9,
    "translated_words_percent": 48.0,
    "translated_chars": 9718,
    "translated_chars_percent": 49.3,
    "fuzzy": 11,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 86,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 555,
    "fuzzy_chars_percent": 2.8,
    "failing": 8,
    "failing_percent": 0.8,
    "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": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hosted.weblate.org/projects/gammu/gammu/pl/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/pl/"
}