Translation projects API.

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

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

{
    "total": 5881,
    "total_words": 20397,
    "total_chars": 130085,
    "last_change": "2024-05-14T02:49:24.161339Z",
    "recent_changes": 0,
    "translated": 3140,
    "translated_words": 10084,
    "translated_percent": 53.3,
    "translated_words_percent": 49.4,
    "translated_chars": 65636,
    "translated_chars_percent": 50.4,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 88,
    "fuzzy_chars_percent": 0.1,
    "failing": 31,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 996,
    "readonly_percent": 16.9,
    "readonly_words": 3472,
    "readonly_words_percent": 17.0,
    "readonly_chars": 22320,
    "readonly_chars_percent": 17.1,
    "suggestions": 5,
    "comments": 0,
    "name": "FacilMap",
    "url": "https://hosted.weblate.org/projects/facilmap/"
}