Translation components API.

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

GET /api/translations/cacti/monitor/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 241,
    "total_words": 1166,
    "last_change": "2024-01-31T00:01:43.628728Z",
    "recent_changes": 12,
    "translated": 83,
    "translated_words": 121,
    "translated_percent": 34.4,
    "translated_words_percent": 10.3,
    "translated_chars": 762,
    "translated_chars_percent": 10.2,
    "total_chars": 7416,
    "fuzzy": 156,
    "fuzzy_percent": 64.7,
    "failing": 9,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.cacti.net/projects/cacti/monitor/nl/",
    "translate_url": "http://translate.cacti.net/translate/cacti/monitor/nl/"
}