Translation projects API.

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

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

{
    "total": 920,
    "total_words": 10488,
    "total_chars": 71822,
    "last_change": "2023-03-18T10:22:53.548887Z",
    "recent_changes": 1,
    "translated": 461,
    "translated_words": 5245,
    "translated_percent": 50.1,
    "translated_words_percent": 50.0,
    "translated_chars": 35932,
    "translated_chars_percent": 50.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 5,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 460,
    "readonly_percent": 50.0,
    "readonly_words": 5244,
    "readonly_words_percent": 50.0,
    "readonly_chars": 35911,
    "readonly_chars_percent": 50.0,
    "suggestions": 24,
    "comments": 0,
    "name": "fedora-docs-l10n/cpe",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-cpe/"
}