Translation projects API.

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

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

{
    "total": 3162,
    "total_words": 60234,
    "total_chars": 401042,
    "last_change": "2024-04-26T16:01:19.079284Z",
    "recent_changes": 331,
    "translated": 1373,
    "translated_words": 22638,
    "translated_percent": 43.4,
    "translated_words_percent": 37.5,
    "translated_chars": 155444,
    "translated_chars_percent": 38.7,
    "fuzzy": 85,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 1477,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 11113,
    "fuzzy_chars_percent": 2.7,
    "failing": 34,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 321,
    "readonly_percent": 10.1,
    "readonly_words": 6029,
    "readonly_words_percent": 10.0,
    "readonly_chars": 40169,
    "readonly_chars_percent": 10.0,
    "suggestions": 164,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-join",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-join/"
}