Translation projects API.

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

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

{
    "total": 1549,
    "total_words": 23176,
    "total_chars": 174841,
    "last_change": "2024-02-20T18:09:00.032513Z",
    "recent_changes": 0,
    "translated": 760,
    "translated_words": 11499,
    "translated_percent": 49.0,
    "translated_words_percent": 49.6,
    "translated_chars": 86313,
    "translated_chars_percent": 49.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 741,
    "readonly_percent": 47.8,
    "readonly_words": 11251,
    "readonly_words_percent": 48.5,
    "readonly_chars": 84426,
    "readonly_chars_percent": 48.2,
    "suggestions": 84,
    "comments": 0,
    "name": "fedora-docs-l10n/commops-teams",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-commops-teams/"
}