Translation components API.

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

GET /api/translations/peercoin-net/translations/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 337,
    "total_words": 3455,
    "last_change": null,
    "recent_changes": 0,
    "translated": 287,
    "translated_words": 2998,
    "translated_percent": 85.1,
    "translated_words_percent": 86.7,
    "translated_chars": 22184,
    "translated_chars_percent": 87.5,
    "total_chars": 25339,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 26,
    "failing_percent": 7.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://weblate.ppc.lol/projects/peercoin-net/translations/ko/",
    "translate_url": "https://weblate.ppc.lol/translate/peercoin-net/translations/ko/"
}