Translation components API.

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

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

{
    "total": 1010,
    "total_words": 2861,
    "last_change": "2019-12-08T09:31:12.640482Z",
    "recent_changes": 70,
    "translated": 917,
    "translated_words": 2161,
    "translated_percent": 90.7,
    "translated_words_percent": 75.5,
    "translated_chars": 14293,
    "translated_chars_percent": 77.0,
    "total_chars": 18540,
    "fuzzy": 6,
    "fuzzy_percent": 0.5,
    "failing": 11,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "et",
    "name": "Estonian",
    "url": "https://l10n.opensuse.org/projects/libzypp/master/et/",
    "translate_url": "https://l10n.opensuse.org/translate/libzypp/master/et/"
}