Translation projects API.

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

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

{
    "total": 123912,
    "total_words": 749226,
    "total_chars": 4616066,
    "last_change": "2024-05-01T18:07:11.807557Z",
    "recent_changes": 615,
    "translated": 45272,
    "translated_words": 239699,
    "translated_percent": 36.5,
    "translated_words_percent": 31.9,
    "translated_chars": 1479615,
    "translated_chars_percent": 32.0,
    "fuzzy": 3633,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 13207,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 81733,
    "fuzzy_chars_percent": 1.7,
    "failing": 1267,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1665,
    "readonly_percent": 1.3,
    "readonly_words": 9077,
    "readonly_words_percent": 1.2,
    "readonly_chars": 55959,
    "readonly_chars_percent": 1.2,
    "suggestions": 477,
    "comments": 49,
    "name": "MyPaint",
    "url": "https://hosted.weblate.org/projects/mypaint/"
}