Translation components API.

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

GET /api/translations/plugins/crossref/ro/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 42,
    "total_words": 578,
    "total_chars": 4341,
    "last_change": null,
    "recent_changes": 0,
    "translated": 32,
    "translated_words": 464,
    "translated_percent": 76.1,
    "translated_words_percent": 80.2,
    "translated_chars": 3503,
    "translated_chars_percent": 80.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.3,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/crossref/ro/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/crossref/ro/"
}