Translation projects API.

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

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

{
    "total": 1179,
    "total_words": 4511,
    "total_chars": 29700,
    "last_change": "2025-04-02T07:17:02.128429Z",
    "recent_changes": 2,
    "translated": 867,
    "translated_words": 3193,
    "translated_percent": 73.5,
    "translated_words_percent": 70.7,
    "translated_chars": 21156,
    "translated_chars_percent": 71.2,
    "fuzzy": 34,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 141,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 928,
    "fuzzy_chars_percent": 3.1,
    "failing": 16,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 84,
    "readonly_percent": 7.1,
    "readonly_words": 322,
    "readonly_words_percent": 7.1,
    "readonly_chars": 2118,
    "readonly_chars_percent": 7.1,
    "suggestions": 35,
    "comments": 1,
    "name": "debbuild",
    "url": "https://translate.fedoraproject.org/projects/debbuild/"
}