Translation projects API.

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

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

{
    "total": 27273,
    "total_words": 119069,
    "total_chars": 764312,
    "last_change": "2024-04-08T08:01:52.099958Z",
    "recent_changes": 54,
    "translated": 12874,
    "translated_words": 46407,
    "translated_percent": 47.2,
    "translated_words_percent": 38.9,
    "translated_chars": 296176,
    "translated_chars_percent": 38.7,
    "fuzzy": 1446,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 6068,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 38982,
    "fuzzy_chars_percent": 5.1,
    "failing": 1007,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2267,
    "readonly_percent": 8.3,
    "readonly_words": 6454,
    "readonly_words_percent": 5.4,
    "readonly_chars": 41949,
    "readonly_chars_percent": 5.4,
    "suggestions": 301,
    "comments": 4,
    "name": "Kallithea",
    "url": "https://hosted.weblate.org/projects/kallithea/"
}