Translation projects API.

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

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

{
    "total": 336,
    "total_words": 1056,
    "last_change": "2024-01-25T03:12:49.310576Z",
    "recent_changes": 19,
    "translated": 336,
    "translated_words": 1056,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7752,
    "translated_chars_percent": 100.0,
    "total_chars": 7752,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 7,
    "approved_percent": 2.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "doc.opensuse.org",
    "url": "https://l10n.opensuse.org/projects/doc-o-o/"
}