Translation projects API.

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

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

{
    "total": 11598,
    "total_words": 127447,
    "last_change": "2024-04-15T16:55:51.536446Z",
    "recent_changes": 450,
    "translated": 6173,
    "translated_words": 52869,
    "translated_percent": 53.2,
    "translated_words_percent": 41.4,
    "translated_chars": 357397,
    "translated_chars_percent": 41.1,
    "total_chars": 869132,
    "fuzzy": 197,
    "fuzzy_percent": 1.6,
    "failing": 106,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.3,
    "suggestions": 72,
    "comments": 4,
    "name": "get-o-o",
    "url": "https://l10n.opensuse.org/projects/get-o-o/"
}