Translation projects API.

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

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

{
    "total": 23687,
    "total_words": 131711,
    "total_chars": 900112,
    "last_change": "2024-03-23T19:45:30.622741Z",
    "recent_changes": 989,
    "translated": 12204,
    "translated_words": 63810,
    "translated_percent": 51.5,
    "translated_words_percent": 48.4,
    "translated_chars": 438031,
    "translated_chars_percent": 48.6,
    "fuzzy": 190,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 2352,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 15294,
    "fuzzy_chars_percent": 1.6,
    "failing": 2140,
    "failing_percent": 9.0,
    "approved": 3820,
    "approved_percent": 16.1,
    "approved_words": 17644,
    "approved_words_percent": 13.3,
    "approved_chars": 120926,
    "approved_chars_percent": 13.4,
    "readonly": 90,
    "readonly_percent": 0.3,
    "readonly_words": 21,
    "readonly_words_percent": 0.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 3,
    "name": "Mobicoop Platform",
    "url": "https://hosted.weblate.org/projects/mobicoop-platform/"
}