Translation projects API.

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

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

{
    "total": 17864,
    "total_words": 123123,
    "last_change": "2023-01-27T03:14:10.328766Z",
    "recent_changes": 357,
    "translated": 7529,
    "translated_words": 47771,
    "translated_percent": 42.1,
    "translated_words_percent": 38.7,
    "translated_chars": 335335,
    "translated_chars_percent": 38.9,
    "total_chars": 861091,
    "fuzzy": 3072,
    "fuzzy_percent": 17.1,
    "failing": 1582,
    "failing_percent": 8.8,
    "approved": 8,
    "approved_percent": 0.1,
    "readonly": 232,
    "readonly_percent": 1.2,
    "suggestions": 29,
    "comments": 0,
    "name": "yast-ftp-server",
    "url": "https://l10n.opensuse.org/projects/yast-ftp-server/"
}