Translation projects API.

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

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

{
    "total": 3828,
    "total_words": 23739,
    "total_chars": 143696,
    "last_change": "2024-05-02T21:36:04.880125Z",
    "recent_changes": 148,
    "translated": 3230,
    "translated_words": 19126,
    "translated_percent": 84.3,
    "translated_words_percent": 80.5,
    "translated_chars": 116077,
    "translated_chars_percent": 80.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 75,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 58,
    "readonly_percent": 1.5,
    "readonly_words": 360,
    "readonly_words_percent": 1.5,
    "readonly_chars": 2179,
    "readonly_chars_percent": 1.5,
    "suggestions": 36,
    "comments": 0,
    "name": "passwd",
    "url": "https://translate.fedoraproject.org/projects/passwd/"
}