Translation projects API.

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

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

{
    "total": 5621,
    "total_words": 38192,
    "last_change": "2023-04-12T09:24:43.281958Z",
    "recent_changes": 245,
    "translated": 1906,
    "translated_words": 11986,
    "translated_percent": 33.9,
    "translated_words_percent": 31.3,
    "translated_chars": 76778,
    "translated_chars_percent": 31.4,
    "total_chars": 244398,
    "fuzzy": 1062,
    "fuzzy_percent": 18.8,
    "failing": 314,
    "failing_percent": 5.5,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 73,
    "readonly_percent": 1.2,
    "suggestions": 33,
    "comments": 0,
    "name": "yast-rear",
    "url": "https://l10n.opensuse.org/projects/yast-rear/"
}