Translation projects API.

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

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

{
    "total": 17614,
    "total_words": 271314,
    "total_chars": 2004558,
    "last_change": "2025-06-22T09:13:18.732091Z",
    "recent_changes": 647,
    "translated": 4492,
    "translated_words": 71417,
    "translated_percent": 25.5,
    "translated_words_percent": 26.3,
    "translated_chars": 529940,
    "translated_chars_percent": 26.4,
    "fuzzy": 171,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 4605,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 36380,
    "fuzzy_chars_percent": 1.8,
    "failing": 306,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 683,
    "readonly_percent": 3.8,
    "readonly_words": 8391,
    "readonly_words_percent": 3.0,
    "readonly_chars": 72396,
    "readonly_chars_percent": 3.6,
    "suggestions": 299,
    "comments": 2,
    "name": "fedora-docs-l10n/project",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-project/"
}