Translation projects API.

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

GET /api/projects/fedora-docs-l10n-fedora/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 37768,
    "total_words": 612076,
    "total_chars": 4332708,
    "last_change": "2024-05-06T01:14:16.053558Z",
    "recent_changes": 2651,
    "translated": 9231,
    "translated_words": 137630,
    "translated_percent": 24.4,
    "translated_words_percent": 22.4,
    "translated_chars": 984250,
    "translated_chars_percent": 22.7,
    "fuzzy": 218,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 4327,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 32344,
    "fuzzy_chars_percent": 0.7,
    "failing": 1194,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1459,
    "readonly_percent": 3.8,
    "readonly_words": 23567,
    "readonly_words_percent": 3.8,
    "readonly_chars": 166871,
    "readonly_chars_percent": 3.8,
    "suggestions": 7724,
    "comments": 6,
    "name": "fedora-docs-l10n/fedora",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora/"
}