Translation components API.

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

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

{
    "total": 665,
    "total_words": 2449,
    "total_chars": 17035,
    "last_change": "2024-05-22T16:24:07.626328Z",
    "recent_changes": 0,
    "translated": 651,
    "translated_words": 2405,
    "translated_percent": 97.8,
    "translated_words_percent": 98.2,
    "translated_chars": 16805,
    "translated_chars_percent": 98.6,
    "fuzzy": 8,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 118,
    "fuzzy_chars_percent": 0.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://l10n.elementary.io/projects/photos/photos/sr/",
    "translate_url": "https://l10n.elementary.io/translate/photos/photos/sr/"
}