Translation projects API.

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

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

{
    "total": 4082,
    "total_words": 13026,
    "total_chars": 78677,
    "last_change": "2024-04-30T06:08:09.837764Z",
    "recent_changes": 325,
    "translated": 3493,
    "translated_words": 10949,
    "translated_percent": 85.5,
    "translated_words_percent": 84.0,
    "translated_chars": 66161,
    "translated_chars_percent": 84.0,
    "fuzzy": 94,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 468,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 2792,
    "fuzzy_chars_percent": 3.5,
    "failing": 34,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 226,
    "readonly_percent": 5.5,
    "readonly_words": 768,
    "readonly_words_percent": 5.8,
    "readonly_chars": 4617,
    "readonly_chars_percent": 5.8,
    "suggestions": 1,
    "comments": 0,
    "name": "PDF Mix Tool",
    "url": "https://hosted.weblate.org/projects/pdf-mix-tool/"
}