Translation projects API.

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

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

{
    "total": 768,
    "total_words": 10536,
    "total_chars": 69468,
    "last_change": "2024-04-18T06:46:45.126131Z",
    "recent_changes": 118,
    "translated": 665,
    "translated_words": 8442,
    "translated_percent": 86.5,
    "translated_words_percent": 80.1,
    "translated_chars": 55604,
    "translated_chars_percent": 80.0,
    "fuzzy": 24,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 607,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 4132,
    "fuzzy_chars_percent": 5.9,
    "failing": 6,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 69,
    "readonly_percent": 8.9,
    "readonly_words": 883,
    "readonly_words_percent": 8.3,
    "readonly_chars": 5824,
    "readonly_chars_percent": 8.3,
    "suggestions": 57,
    "comments": 0,
    "name": "fedora-kde",
    "url": "https://translate.fedoraproject.org/projects/fedora-kde/"
}