Translation projects API.

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

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

{
    "total": 971,
    "total_words": 15101,
    "total_chars": 102883,
    "last_change": "2024-12-24T03:43:34.137130Z",
    "recent_changes": 75,
    "translated": 720,
    "translated_words": 10904,
    "translated_percent": 74.1,
    "translated_words_percent": 72.2,
    "translated_chars": 73882,
    "translated_chars_percent": 71.8,
    "fuzzy": 13,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 324,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 2192,
    "fuzzy_chars_percent": 2.1,
    "failing": 36,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 206,
    "readonly_percent": 21.2,
    "readonly_words": 3050,
    "readonly_words_percent": 20.1,
    "readonly_chars": 20766,
    "readonly_chars_percent": 20.1,
    "suggestions": 32,
    "comments": 0,
    "name": "fedora-docs-l10n/diversity-inclusion",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-diversity-inclusion/"
}