Translation projects API.

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

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

{
    "total": 296,
    "total_words": 703,
    "last_change": "2023-06-25T06:28:59.793966Z",
    "recent_changes": 176,
    "translated": 216,
    "translated_words": 513,
    "translated_percent": 72.9,
    "translated_words_percent": 72.9,
    "translated_chars": 4320,
    "translated_chars_percent": 72.9,
    "total_chars": 5920,
    "fuzzy": 9,
    "fuzzy_percent": 3.0,
    "failing": 1,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 2.7,
    "suggestions": 14,
    "comments": 0,
    "name": "search-o-o",
    "url": "https://l10n.opensuse.org/projects/search-o-o/"
}