Translation components API.

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

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

{
    "total": 2481,
    "total_words": 42838,
    "last_change": "2020-09-20T05:00:40.868349Z",
    "recent_changes": 1145,
    "translated": 0,
    "translated_words": 0,
    "translated_percent": 0.0,
    "translated_words_percent": 0.0,
    "translated_chars": 0,
    "translated_chars_percent": 0.0,
    "total_chars": 318359,
    "fuzzy": 1865,
    "fuzzy_percent": 75.1,
    "failing": 1173,
    "failing_percent": 47.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/ghc-master/id/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/ghc-master/id/"
}