Translation components API.

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

GET /api/translations/pkp-lib/editor/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 183,
    "total_words": 1200,
    "total_chars": 7271,
    "last_change": "2023-04-25T15:34:08.707768Z",
    "recent_changes": 29,
    "translated": 156,
    "translated_words": 976,
    "translated_percent": 85.2,
    "translated_words_percent": 81.3,
    "translated_chars": 5922,
    "translated_chars_percent": 81.4,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/nl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/nl/"
}