Translation projects API.

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

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

{
    "total": 672,
    "total_words": 8514,
    "total_chars": 63789,
    "last_change": "2024-05-04T16:36:00.795477Z",
    "recent_changes": 6,
    "translated": 287,
    "translated_words": 3915,
    "translated_percent": 42.7,
    "translated_words_percent": 45.9,
    "translated_chars": 28322,
    "translated_chars_percent": 44.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 224,
    "readonly_percent": 33.3,
    "readonly_words": 2838,
    "readonly_words_percent": 33.3,
    "readonly_chars": 21263,
    "readonly_chars_percent": 33.3,
    "suggestions": 86,
    "comments": 0,
    "name": "fedora-docs-l10n/minimization",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-minimization/"
}