Translation projects API.

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

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

{
    "total": 3000,
    "total_words": 8650,
    "total_chars": 56275,
    "last_change": "2024-05-03T20:07:21.427208Z",
    "recent_changes": 0,
    "translated": 2365,
    "translated_words": 6626,
    "translated_percent": 78.8,
    "translated_words_percent": 76.6,
    "translated_chars": 43322,
    "translated_chars_percent": 76.9,
    "fuzzy": 113,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 290,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 1781,
    "fuzzy_chars_percent": 3.1,
    "failing": 43,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 120,
    "readonly_percent": 4.0,
    "readonly_words": 346,
    "readonly_words_percent": 4.0,
    "readonly_chars": 2251,
    "readonly_chars_percent": 4.0,
    "suggestions": 123,
    "comments": 0,
    "name": "Goodvibes",
    "url": "https://hosted.weblate.org/projects/goodvibes/"
}