Translation projects API.

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

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

{
    "total": 1859354,
    "total_words": 35247869,
    "last_change": "2024-03-22T22:30:54.667880Z",
    "recent_changes": 73742,
    "translated": 223667,
    "translated_words": 3387146,
    "translated_percent": 12.0,
    "translated_words_percent": 9.6,
    "translated_chars": 22909885,
    "translated_chars_percent": 9.6,
    "total_chars": 236663680,
    "fuzzy": 434093,
    "fuzzy_percent": 23.3,
    "failing": 195916,
    "failing_percent": 10.5,
    "approved": 814,
    "approved_percent": 0.1,
    "readonly": 82021,
    "readonly_percent": 4.4,
    "suggestions": 547,
    "comments": 11,
    "name": "packages-i18n",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/"
}