Translation components API.

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

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

{
    "total": 85,
    "total_words": 331,
    "last_change": "2018-01-29T17:03:09.141202Z",
    "recent_changes": 4,
    "translated": 27,
    "translated_words": 85,
    "translated_percent": 31.7,
    "translated_words_percent": 25.6,
    "translated_chars": 532,
    "translated_chars_percent": 26.5,
    "total_chars": 2004,
    "fuzzy": 23,
    "fuzzy_percent": 27.0,
    "failing": 3,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/projects/eiciel/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/eiciel/master/hu/"
}