Translation components API.

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

GET /api/translations/pdfcreator/messages/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2020-01-21T09:52:26.350593Z",
    "recent_changes": 65,
    "translated": 58,
    "translated_words": 101,
    "translated_percent": 4.4,
    "translated_words_percent": 1.3,
    "translated_chars": 634,
    "translated_chars_percent": 1.3,
    "total_chars": 47207,
    "fuzzy": 156,
    "fuzzy_percent": 12.0,
    "failing": 98,
    "failing_percent": 7.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/ar/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/ar/"
}