Translation projects API.

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

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

{
    "total": 10547,
    "total_words": 51241,
    "total_chars": 328014,
    "last_change": "2024-05-12T08:17:10.304031Z",
    "recent_changes": 235,
    "translated": 6746,
    "translated_words": 27442,
    "translated_percent": 63.9,
    "translated_words_percent": 53.5,
    "translated_chars": 175561,
    "translated_chars_percent": 53.5,
    "fuzzy": 441,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 1664,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 10942,
    "fuzzy_chars_percent": 3.3,
    "failing": 211,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 459,
    "readonly_percent": 4.3,
    "readonly_words": 2118,
    "readonly_words_percent": 4.1,
    "readonly_chars": 13621,
    "readonly_chars_percent": 4.1,
    "suggestions": 54,
    "comments": 6,
    "name": "Schmiddi on Mobile",
    "url": "https://hosted.weblate.org/projects/schmiddi-on-mobile/"
}