Translation projects API.

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

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

{
    "total": 25364,
    "total_words": 343126,
    "total_chars": 2403743,
    "last_change": "2024-04-24T06:54:41.408538Z",
    "recent_changes": 707,
    "translated": 2320,
    "translated_words": 26197,
    "translated_percent": 9.1,
    "translated_words_percent": 7.6,
    "translated_chars": 185384,
    "translated_chars_percent": 7.7,
    "fuzzy": 1058,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 25193,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 180801,
    "fuzzy_chars_percent": 7.5,
    "failing": 544,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 960,
    "readonly_percent": 3.7,
    "readonly_words": 12425,
    "readonly_words_percent": 3.6,
    "readonly_chars": 87153,
    "readonly_chars_percent": 3.6,
    "suggestions": 1597,
    "comments": 1,
    "name": "fedora-docs-l10n/council",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-council/"
}