Translation projects API.

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

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

{
    "total": 2139,
    "total_words": 6220,
    "total_chars": 78357,
    "last_change": "2024-04-30T14:07:16.327835Z",
    "recent_changes": 46,
    "translated": 1869,
    "translated_words": 5092,
    "translated_percent": 87.3,
    "translated_words_percent": 81.8,
    "translated_chars": 63481,
    "translated_chars_percent": 81.0,
    "fuzzy": 69,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 427,
    "fuzzy_words_percent": 6.8,
    "fuzzy_chars": 6868,
    "fuzzy_chars_percent": 8.7,
    "failing": 161,
    "failing_percent": 7.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 156,
    "readonly_percent": 7.2,
    "readonly_words": 214,
    "readonly_words_percent": 3.4,
    "readonly_chars": 1424,
    "readonly_chars_percent": 1.8,
    "suggestions": 8,
    "comments": 5,
    "name": "Android Betterpickers",
    "url": "https://hosted.weblate.org/projects/android-betterpickers/"
}