Translation projects API.

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

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

{
    "total": 75631,
    "total_words": 422210,
    "last_change": "2024-04-14T07:44:09.901939Z",
    "recent_changes": 766,
    "translated": 49228,
    "translated_words": 244944,
    "translated_percent": 65.0,
    "translated_words_percent": 58.0,
    "translated_chars": 1580300,
    "translated_chars_percent": 57.9,
    "total_chars": 2727209,
    "fuzzy": 5000,
    "fuzzy_percent": 6.6,
    "failing": 3962,
    "failing_percent": 5.2,
    "approved": 94,
    "approved_percent": 0.1,
    "readonly": 1476,
    "readonly_percent": 1.9,
    "suggestions": 212,
    "comments": 20,
    "name": "yast-base",
    "url": "https://l10n.opensuse.org/projects/yast-base/"
}