Translation components API.

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

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

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2020-06-10T22:24:03.674741Z",
    "recent_changes": 1,
    "translated": 762,
    "translated_words": 3825,
    "translated_percent": 58.7,
    "translated_words_percent": 50.5,
    "translated_chars": 24375,
    "translated_chars_percent": 51.6,
    "total_chars": 47207,
    "fuzzy": 382,
    "fuzzy_percent": 29.4,
    "failing": 105,
    "failing_percent": 8.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/fa/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/fa/"
}