Translation projects API.

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

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

{
    "total": 2837,
    "total_words": 53235,
    "total_chars": 392343,
    "last_change": "2024-04-27T22:36:10.254756Z",
    "recent_changes": 8,
    "translated": 426,
    "translated_words": 7099,
    "translated_percent": 15.0,
    "translated_words_percent": 13.3,
    "translated_chars": 53875,
    "translated_chars_percent": 13.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 6,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 299,
    "readonly_percent": 10.5,
    "readonly_words": 5342,
    "readonly_words_percent": 10.0,
    "readonly_chars": 39940,
    "readonly_chars_percent": 10.1,
    "suggestions": 559,
    "comments": 0,
    "name": "fedora-docs-l10n-commops",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-commops/"
}