Translation projects API.

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

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

{
    "total": 1878,
    "total_words": 8358,
    "total_chars": 51472,
    "last_change": "2024-03-20T02:01:55.688422Z",
    "recent_changes": 278,
    "translated": 1724,
    "translated_words": 7508,
    "translated_percent": 91.7,
    "translated_words_percent": 89.8,
    "translated_chars": 46311,
    "translated_chars_percent": 89.9,
    "fuzzy": 4,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 28,
    "fuzzy_chars_percent": 0.1,
    "failing": 15,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 2.2,
    "readonly_words": 177,
    "readonly_words_percent": 2.1,
    "readonly_chars": 1080,
    "readonly_chars_percent": 2.0,
    "suggestions": 14,
    "comments": 0,
    "name": "ARandR",
    "url": "https://hosted.weblate.org/projects/arandr/"
}