Translation projects API.

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

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

{
    "total": 364,
    "total_words": 4840,
    "total_chars": 34608,
    "last_change": "2024-03-24T17:02:12.520642Z",
    "recent_changes": 25,
    "translated": 117,
    "translated_words": 1370,
    "translated_percent": 32.1,
    "translated_words_percent": 28.3,
    "translated_chars": 9864,
    "translated_chars_percent": 28.5,
    "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.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 91,
    "readonly_percent": 25.0,
    "readonly_words": 1210,
    "readonly_words_percent": 25.0,
    "readonly_chars": 8652,
    "readonly_chars_percent": 25.0,
    "suggestions": 2,
    "comments": 0,
    "name": "fedora-docs-l10n/teleirc-sig",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-teleirc-sig/"
}