Translation projects API.

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

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

{
    "total": 561,
    "total_words": 7909,
    "total_chars": 46101,
    "last_change": "2024-04-30T14:07:19.836657Z",
    "recent_changes": 124,
    "translated": 544,
    "translated_words": 7453,
    "translated_percent": 96.9,
    "translated_words_percent": 94.2,
    "translated_chars": 43541,
    "translated_chars_percent": 94.4,
    "fuzzy": 13,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 307,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 1726,
    "fuzzy_chars_percent": 3.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 187,
    "readonly_percent": 33.3,
    "readonly_words": 5610,
    "readonly_words_percent": 70.9,
    "readonly_chars": 33011,
    "readonly_chars_percent": 71.6,
    "suggestions": 1,
    "comments": 0,
    "name": "Baby Phone",
    "url": "https://hosted.weblate.org/projects/babyphone/"
}