Translation components API.

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

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

{
    "total": 301,
    "total_words": 1103,
    "last_change": "2019-01-27T15:37:45.163926Z",
    "recent_changes": 13,
    "translated": 161,
    "translated_words": 603,
    "translated_percent": 53.4,
    "translated_words_percent": 54.6,
    "translated_chars": 4307,
    "translated_chars_percent": 56.7,
    "total_chars": 7588,
    "fuzzy": 70,
    "fuzzy_percent": 23.2,
    "failing": 20,
    "failing_percent": 6.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 19,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/snapper/master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/snapper/master/pl/"
}