Translation projects API.

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

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

{
    "total": 13928,
    "total_words": 38369,
    "total_chars": 238014,
    "last_change": "2024-04-27T11:07:25.656529Z",
    "recent_changes": 2535,
    "translated": 12385,
    "translated_words": 33601,
    "translated_percent": 88.9,
    "translated_words_percent": 87.5,
    "translated_chars": 209345,
    "translated_chars_percent": 87.9,
    "fuzzy": 142,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 559,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 3597,
    "fuzzy_chars_percent": 1.5,
    "failing": 127,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 382,
    "readonly_percent": 2.7,
    "readonly_words": 1502,
    "readonly_words_percent": 3.9,
    "readonly_chars": 10692,
    "readonly_chars_percent": 4.4,
    "suggestions": 264,
    "comments": 36,
    "name": "AsteroidOS",
    "url": "https://hosted.weblate.org/projects/asteroidos/"
}