Translation components API.

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

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

{
    "total": 1053,
    "total_words": 8419,
    "total_chars": 52763,
    "last_change": null,
    "recent_changes": 0,
    "translated": 657,
    "translated_words": 4905,
    "translated_percent": 62.3,
    "translated_words_percent": 58.2,
    "translated_chars": 30798,
    "translated_chars_percent": 58.3,
    "fuzzy": 7,
    "fuzzy_percent": 0.6,
    "failing": 20,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/gl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/gl/"
}