Translation projects API.

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

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

{
    "total": 76433,
    "total_words": 403940,
    "total_chars": 2612284,
    "last_change": "2023-11-22T16:51:42.570897Z",
    "recent_changes": 2244,
    "translated": 44999,
    "translated_words": 225419,
    "translated_percent": 58.8,
    "translated_words_percent": 55.8,
    "translated_chars": 1447240,
    "translated_chars_percent": 55.4,
    "fuzzy": 3173,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 18342,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 130324,
    "fuzzy_chars_percent": 4.9,
    "failing": 3026,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2557,
    "readonly_percent": 3.3,
    "readonly_words": 15291,
    "readonly_words_percent": 3.7,
    "readonly_chars": 99919,
    "readonly_chars_percent": 3.8,
    "suggestions": 37,
    "comments": 30,
    "name": "Gammu",
    "url": "https://hosted.weblate.org/projects/gammu/"
}