Translation projects API.

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

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

{
    "total": 12152,
    "total_words": 18744,
    "total_chars": 199469,
    "last_change": "2024-02-15T13:01:55.778161Z",
    "recent_changes": 176,
    "translated": 11237,
    "translated_words": 15447,
    "translated_percent": 92.4,
    "translated_words_percent": 82.4,
    "translated_chars": 180743,
    "translated_chars_percent": 90.6,
    "fuzzy": 12,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 179,
    "fuzzy_chars_percent": 0.1,
    "failing": 39,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9359,
    "readonly_percent": 77.0,
    "readonly_words": 9359,
    "readonly_words_percent": 49.9,
    "readonly_chars": 146234,
    "readonly_chars_percent": 73.3,
    "suggestions": 72,
    "comments": 3,
    "name": "Taxi Android Open",
    "url": "https://hosted.weblate.org/projects/taxi-android-open/"
}