Translation components API.

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

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

{
    "total": 85,
    "total_words": 331,
    "last_change": "2020-10-13T05:28:37.365302Z",
    "recent_changes": 25,
    "translated": 28,
    "translated_words": 94,
    "translated_percent": 32.9,
    "translated_words_percent": 28.3,
    "translated_chars": 584,
    "translated_chars_percent": 29.1,
    "total_chars": 2004,
    "fuzzy": 20,
    "fuzzy_percent": 23.5,
    "failing": 4,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://l10n.opensuse.org/projects/eiciel/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/eiciel/master/hi/"
}