Translation projects API.

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

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

{
    "total": 4624,
    "total_words": 22256,
    "total_chars": 155528,
    "last_change": "2022-04-11T21:13:47.056795Z",
    "recent_changes": 34,
    "translated": 2619,
    "translated_words": 11764,
    "translated_percent": 56.6,
    "translated_words_percent": 52.8,
    "translated_chars": 81704,
    "translated_chars_percent": 52.5,
    "fuzzy": 32,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 80,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 544,
    "fuzzy_chars_percent": 0.3,
    "failing": 139,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 578,
    "readonly_percent": 12.5,
    "readonly_words": 2782,
    "readonly_words_percent": 12.5,
    "readonly_chars": 19441,
    "readonly_chars_percent": 12.5,
    "suggestions": 1,
    "comments": 4,
    "name": "eventoL",
    "url": "https://hosted.weblate.org/projects/eventol/"
}