Translation projects API.

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

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

{
    "total": 8538,
    "total_words": 54181,
    "total_chars": 364238,
    "last_change": "2024-04-29T08:23:35.032102Z",
    "recent_changes": 393,
    "translated": 5993,
    "translated_words": 40644,
    "translated_percent": 70.1,
    "translated_words_percent": 75.0,
    "translated_chars": 272099,
    "translated_chars_percent": 74.7,
    "fuzzy": 157,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 455,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 3303,
    "fuzzy_chars_percent": 0.9,
    "failing": 297,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 222,
    "readonly_percent": 2.6,
    "readonly_words": 1404,
    "readonly_words_percent": 2.5,
    "readonly_chars": 9560,
    "readonly_chars_percent": 2.6,
    "suggestions": 0,
    "comments": 27,
    "name": "Pepper & Carrot",
    "url": "https://weblate.framasoft.org/projects/peppercarrot/"
}