Translation projects API.

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

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

{
    "total": 1732,
    "total_words": 22414,
    "total_chars": 167588,
    "last_change": "2024-04-29T19:36:07.005303Z",
    "recent_changes": 192,
    "translated": 564,
    "translated_words": 6452,
    "translated_percent": 32.5,
    "translated_words_percent": 28.7,
    "translated_chars": 48588,
    "translated_chars_percent": 28.9,
    "fuzzy": 22,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 148,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1600,
    "fuzzy_chars_percent": 0.9,
    "failing": 17,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 192,
    "readonly_percent": 11.0,
    "readonly_words": 2486,
    "readonly_words_percent": 11.0,
    "readonly_chars": 18595,
    "readonly_chars_percent": 11.0,
    "suggestions": 96,
    "comments": 0,
    "name": "fedora-docs-l10n/websites",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-websites/"
}