Translation projects API.

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

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

{
    "total": 125645,
    "total_words": 744363,
    "total_chars": 5183306,
    "last_change": "2024-04-29T19:07:11.138189Z",
    "recent_changes": 888,
    "translated": 30511,
    "translated_words": 161342,
    "translated_percent": 24.2,
    "translated_words_percent": 21.6,
    "translated_chars": 1109225,
    "translated_chars_percent": 21.3,
    "fuzzy": 202,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1499,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 10268,
    "fuzzy_chars_percent": 0.1,
    "failing": 317,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1261,
    "readonly_percent": 1.0,
    "readonly_words": 4015,
    "readonly_words_percent": 0.5,
    "readonly_chars": 35481,
    "readonly_chars_percent": 0.6,
    "suggestions": 267,
    "comments": 6,
    "name": "AndrOBD",
    "url": "https://hosted.weblate.org/projects/androbd/"
}