Translation components API.

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

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

{
    "total": 1010,
    "total_words": 2861,
    "last_change": null,
    "recent_changes": 0,
    "translated": 98,
    "translated_words": 110,
    "translated_percent": 9.7,
    "translated_words_percent": 3.8,
    "translated_chars": 748,
    "translated_chars_percent": 4.0,
    "total_chars": 18540,
    "fuzzy": 111,
    "fuzzy_percent": 10.9,
    "failing": 16,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "be",
    "name": "Belarusian",
    "url": "https://l10n.opensuse.org/projects/libzypp/master/be/",
    "translate_url": "https://l10n.opensuse.org/translate/libzypp/master/be/"
}