Translation projects API.

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

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

{
    "total": 4870,
    "total_words": 13902,
    "total_chars": 86607,
    "last_change": "2024-06-08T15:46:56.979333Z",
    "recent_changes": 301,
    "translated": 4256,
    "translated_words": 12107,
    "translated_percent": 87.3,
    "translated_words_percent": 87.0,
    "translated_chars": 75460,
    "translated_chars_percent": 87.1,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 120,
    "fuzzy_chars_percent": 0.1,
    "failing": 76,
    "failing_percent": 1.5,
    "approved": 4,
    "approved_percent": 0.1,
    "approved_words": 8,
    "approved_words_percent": 0.1,
    "approved_chars": 55,
    "approved_chars_percent": 0.1,
    "readonly": 108,
    "readonly_percent": 2.2,
    "readonly_words": 288,
    "readonly_words_percent": 2.0,
    "readonly_chars": 1785,
    "readonly_chars_percent": 2.0,
    "suggestions": 0,
    "comments": 0,
    "name": "gfxboot",
    "url": "https://l10n.opensuse.org/projects/gfxboot/"
}