Translation components API.

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

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

{
    "total": 434,
    "total_words": 4330,
    "total_chars": 28117,
    "last_change": null,
    "recent_changes": 0,
    "translated": 433,
    "translated_words": 4315,
    "translated_percent": 99.7,
    "translated_words_percent": 99.6,
    "translated_chars": 28029,
    "translated_chars_percent": 99.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/projects/omp/manager/fr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/manager/fr/"
}