Translation projects API.

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

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

{
    "total": 3591,
    "total_words": 11069,
    "total_chars": 64497,
    "last_change": "2024-02-06T18:29:55.410630Z",
    "recent_changes": 441,
    "translated": 2730,
    "translated_words": 8069,
    "translated_percent": 76.0,
    "translated_words_percent": 72.8,
    "translated_chars": 47085,
    "translated_chars_percent": 73.0,
    "fuzzy": 34,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 196,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 1110,
    "fuzzy_chars_percent": 1.7,
    "failing": 40,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.4,
    "readonly_words": 16,
    "readonly_words_percent": 0.1,
    "readonly_chars": 93,
    "readonly_chars_percent": 0.1,
    "suggestions": 11,
    "comments": 1,
    "name": "Hammer",
    "url": "https://hosted.weblate.org/projects/hammer/"
}