Translation components API.

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

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

{
    "total": 59,
    "total_words": 2148,
    "total_chars": 16008,
    "last_change": null,
    "recent_changes": 0,
    "translated": 18,
    "translated_words": 659,
    "translated_percent": 30.5,
    "translated_words_percent": 30.6,
    "translated_chars": 4384,
    "translated_chars_percent": 27.3,
    "fuzzy": 7,
    "fuzzy_percent": 11.8,
    "failing": 6,
    "failing_percent": 10.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 3.3,
    "suggestions": 0,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "http://translate.pkp.sfu.ca/projects/omp/emails/gl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/emails/gl/"
}