Translation projects API.

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

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

{
    "total": 24132,
    "total_words": 438766,
    "total_chars": 3670636,
    "last_change": "2025-04-03T11:27:45.501359Z",
    "recent_changes": 231,
    "translated": 5173,
    "translated_words": 81340,
    "translated_percent": 21.4,
    "translated_words_percent": 18.5,
    "translated_chars": 663133,
    "translated_chars_percent": 18.0,
    "fuzzy": 629,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 13834,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 144707,
    "fuzzy_chars_percent": 3.9,
    "failing": 534,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2770,
    "readonly_percent": 11.4,
    "readonly_words": 46313,
    "readonly_words_percent": 10.5,
    "readonly_chars": 399833,
    "readonly_chars_percent": 10.8,
    "suggestions": 610,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-coreos",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/"
}