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": 22812,
    "total_words": 414666,
    "total_chars": 3473776,
    "last_change": "2024-04-29T22:36:01.182119Z",
    "recent_changes": 313,
    "translated": 4883,
    "translated_words": 75047,
    "translated_percent": 21.4,
    "translated_words_percent": 18.0,
    "translated_chars": 617581,
    "translated_chars_percent": 17.7,
    "fuzzy": 549,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 12583,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 130937,
    "fuzzy_chars_percent": 3.7,
    "failing": 437,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2683,
    "readonly_percent": 11.7,
    "readonly_words": 44245,
    "readonly_words_percent": 10.6,
    "readonly_chars": 384359,
    "readonly_chars_percent": 11.0,
    "suggestions": 565,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-coreos",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/"
}