Translation projects API.

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

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

{
    "total": 3456,
    "total_words": 63000,
    "total_chars": 425754,
    "last_change": "2025-03-18T22:20:55.608810Z",
    "recent_changes": 81,
    "translated": 961,
    "translated_words": 16723,
    "translated_percent": 27.8,
    "translated_words_percent": 26.5,
    "translated_chars": 114564,
    "translated_chars_percent": 26.9,
    "fuzzy": 11,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 248,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 1998,
    "fuzzy_chars_percent": 0.4,
    "failing": 17,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 576,
    "readonly_percent": 16.6,
    "readonly_words": 10500,
    "readonly_words_percent": 16.6,
    "readonly_chars": 70959,
    "readonly_chars_percent": 16.6,
    "suggestions": 86,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-magazine",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-magazine/"
}