Translation projects API.

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

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

{
    "total": 1204,
    "total_words": 2872,
    "total_chars": 18262,
    "last_change": "2024-05-05T17:07:13.779557Z",
    "recent_changes": 262,
    "translated": 1071,
    "translated_words": 2515,
    "translated_percent": 88.9,
    "translated_words_percent": 87.5,
    "translated_chars": 16039,
    "translated_chars_percent": 87.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 12,
    "fuzzy_chars_percent": 0.1,
    "failing": 7,
    "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": 7,
    "readonly_percent": 0.5,
    "readonly_words": 8,
    "readonly_words_percent": 0.2,
    "readonly_chars": 70,
    "readonly_chars_percent": 0.3,
    "suggestions": 21,
    "comments": 0,
    "name": "User-Agent Switcher",
    "url": "https://hosted.weblate.org/projects/uaswitcher/"
}