Translation projects API.

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

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

{
    "total": 5321,
    "total_words": 99231,
    "total_chars": 728949,
    "last_change": "2024-05-06T22:35:53.817142Z",
    "recent_changes": 29,
    "translated": 1275,
    "translated_words": 23183,
    "translated_percent": 23.9,
    "translated_words_percent": 23.3,
    "translated_chars": 171210,
    "translated_chars_percent": 23.4,
    "fuzzy": 48,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 813,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 7680,
    "fuzzy_chars_percent": 1.0,
    "failing": 36,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1066,
    "readonly_percent": 20.0,
    "readonly_words": 19851,
    "readonly_words_percent": 20.0,
    "readonly_chars": 145830,
    "readonly_chars_percent": 20.0,
    "suggestions": 171,
    "comments": 0,
    "name": "fedora-docs-l10n/fesco",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fesco/"
}