Translation projects API.

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

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

{
    "total": 36898,
    "total_words": 49300,
    "last_change": "2024-03-30T18:58:21.348080Z",
    "recent_changes": 1459,
    "translated": 21526,
    "translated_words": 27925,
    "translated_percent": 58.3,
    "translated_words_percent": 56.6,
    "translated_chars": 192069,
    "translated_chars_percent": 56.0,
    "total_chars": 342520,
    "fuzzy": 2356,
    "fuzzy_percent": 6.3,
    "failing": 2105,
    "failing_percent": 5.7,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 475,
    "readonly_percent": 1.2,
    "suggestions": 155,
    "comments": 6,
    "name": "yast-timezone_db",
    "url": "https://l10n.opensuse.org/projects/yast-timezone_db/"
}