Translation projects API.

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

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

{
    "total": 9667,
    "total_words": 67681,
    "total_chars": 425581,
    "last_change": "2024-05-02T16:44:01.723280Z",
    "recent_changes": 39,
    "translated": 7044,
    "translated_words": 46759,
    "translated_percent": 72.8,
    "translated_words_percent": 69.0,
    "translated_chars": 294469,
    "translated_chars_percent": 69.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 147,
    "failing_percent": 1.5,
    "approved": 147,
    "approved_percent": 1.5,
    "approved_words": 614,
    "approved_words_percent": 0.9,
    "approved_chars": 3875,
    "approved_chars_percent": 0.9,
    "readonly": 4373,
    "readonly_percent": 45.2,
    "readonly_words": 31158,
    "readonly_words_percent": 46.0,
    "readonly_chars": 195825,
    "readonly_chars_percent": 46.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Keycloak",
    "url": "https://hosted.weblate.org/projects/keycloak/"
}