Translation projects API.

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

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

{
    "total": 1846,
    "total_words": 27096,
    "total_chars": 202040,
    "last_change": "2024-01-21T11:35:27.371620Z",
    "recent_changes": 158,
    "translated": 990,
    "translated_words": 13891,
    "translated_percent": 53.6,
    "translated_words_percent": 51.2,
    "translated_chars": 103158,
    "translated_chars_percent": 51.0,
    "fuzzy": 25,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 351,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 2961,
    "fuzzy_chars_percent": 1.4,
    "failing": 27,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 229,
    "readonly_percent": 12.4,
    "readonly_words": 3384,
    "readonly_words_percent": 12.4,
    "readonly_chars": 25233,
    "readonly_chars_percent": 12.4,
    "suggestions": 44,
    "comments": 0,
    "name": "fedora-docs-l10n/badges",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-badges/"
}