Translation projects API.

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

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

{
    "total": 98733,
    "total_words": 376388,
    "total_chars": 2324494,
    "last_change": "2024-03-24T00:02:01.629564Z",
    "recent_changes": 41,
    "translated": 75280,
    "translated_words": 278613,
    "translated_percent": 76.2,
    "translated_words_percent": 74.0,
    "translated_chars": 1717653,
    "translated_chars_percent": 73.8,
    "fuzzy": 1527,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 8211,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 51408,
    "fuzzy_chars_percent": 2.2,
    "failing": 1521,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 835,
    "readonly_percent": 0.8,
    "readonly_words": 2422,
    "readonly_words_percent": 0.6,
    "readonly_chars": 14681,
    "readonly_chars_percent": 0.6,
    "suggestions": 1,
    "comments": 69,
    "name": "Freeplane",
    "url": "https://hosted.weblate.org/projects/freeplane/"
}