Translation projects API.

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

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

{
    "total": 7311,
    "total_words": 73832,
    "last_change": "2024-04-02T04:34:50.011964Z",
    "recent_changes": 624,
    "translated": 5019,
    "translated_words": 48281,
    "translated_percent": 68.6,
    "translated_words_percent": 65.3,
    "translated_chars": 329440,
    "translated_chars_percent": 65.7,
    "total_chars": 501418,
    "fuzzy": 713,
    "fuzzy_percent": 9.7,
    "failing": 210,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 153,
    "readonly_percent": 2.0,
    "suggestions": 11,
    "comments": 0,
    "name": "download.o.o",
    "url": "https://l10n.opensuse.org/projects/download-o-o/"
}