Translation projects API.

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

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

{
    "total": 248,
    "total_words": 1752,
    "last_change": "2021-03-03T22:48:48.491690Z",
    "recent_changes": 113,
    "translated": 194,
    "translated_words": 1311,
    "translated_percent": 78.2,
    "translated_words_percent": 74.8,
    "translated_chars": 9106,
    "translated_chars_percent": 74.6,
    "total_chars": 12192,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "www.opensuse.org",
    "url": "https://l10n.opensuse.org/projects/www-opensuse-org/"
}