Translation projects API.

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

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

{
    "total": 56372,
    "total_words": 387364,
    "total_chars": 2533349,
    "last_change": "2024-05-20T18:12:17.379148Z",
    "recent_changes": 63,
    "translated": 19184,
    "translated_words": 108338,
    "translated_percent": 34.0,
    "translated_words_percent": 27.9,
    "translated_chars": 719681,
    "translated_chars_percent": 28.4,
    "fuzzy": 2590,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 12072,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 85470,
    "fuzzy_chars_percent": 3.3,
    "failing": 2111,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3494,
    "readonly_percent": 6.1,
    "readonly_words": 24133,
    "readonly_words_percent": 6.2,
    "readonly_chars": 157906,
    "readonly_chars_percent": 6.2,
    "suggestions": 705,
    "comments": 0,
    "name": "Galette",
    "url": "https://hosted.weblate.org/projects/galette/"
}