Translation components API.

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

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

{
    "total": 6,
    "total_words": 64,
    "total_chars": 518,
    "last_change": "2024-02-27T15:33:20.641775Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 52,
    "translated_percent": 83.3,
    "translated_words_percent": 81.2,
    "translated_chars": 391,
    "translated_chars_percent": 75.4,
    "fuzzy": 1,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 12,
    "fuzzy_words_percent": 18.7,
    "fuzzy_chars": 127,
    "fuzzy_chars_percent": 24.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 5,
    "approved_percent": 83.3,
    "approved_words": 52,
    "approved_words_percent": 81.2,
    "approved_chars": 391,
    "approved_chars_percent": 75.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocsensitive_documentsmetadatainlinepo/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocsensitive_documentsmetadatainlinepo/fr/"
}