Translation projects API.

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

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

{
    "total": 3013,
    "total_words": 38971,
    "total_chars": 302086,
    "last_change": "2024-05-01T22:35:54.757746Z",
    "recent_changes": 48,
    "translated": 1699,
    "translated_words": 21942,
    "translated_percent": 56.3,
    "translated_words_percent": 56.3,
    "translated_chars": 168370,
    "translated_chars_percent": 55.7,
    "fuzzy": 25,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 49,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1935,
    "fuzzy_chars_percent": 0.6,
    "failing": 60,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1257,
    "readonly_percent": 41.7,
    "readonly_words": 16170,
    "readonly_words_percent": 41.4,
    "readonly_chars": 124849,
    "readonly_chars_percent": 41.3,
    "suggestions": 130,
    "comments": 0,
    "name": "fedora-docs-l10n/ci",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-ci/"
}