Translation projects API.

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

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

{
    "total": 2496,
    "total_words": 14274,
    "last_change": "2023-06-17T17:21:00.938917Z",
    "recent_changes": 233,
    "translated": 1295,
    "translated_words": 5293,
    "translated_percent": 51.8,
    "translated_words_percent": 37.0,
    "translated_chars": 39175,
    "translated_chars_percent": 31.5,
    "total_chars": 124254,
    "fuzzy": 236,
    "fuzzy_percent": 9.4,
    "failing": 122,
    "failing_percent": 4.8,
    "approved": 18,
    "approved_percent": 0.7,
    "readonly": 32,
    "readonly_percent": 1.2,
    "suggestions": 4,
    "comments": 0,
    "name": "yast-qt",
    "url": "https://l10n.opensuse.org/projects/yast-qt/"
}