Translation projects API.

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

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

{
    "total": 6930,
    "total_words": 49049,
    "last_change": "2023-01-12T19:08:50.182578Z",
    "recent_changes": 223,
    "translated": 4122,
    "translated_words": 26660,
    "translated_percent": 59.4,
    "translated_words_percent": 54.3,
    "translated_chars": 171374,
    "translated_chars_percent": 53.9,
    "total_chars": 317625,
    "fuzzy": 378,
    "fuzzy_percent": 5.4,
    "failing": 241,
    "failing_percent": 3.4,
    "approved": 4,
    "approved_percent": 0.1,
    "readonly": 90,
    "readonly_percent": 1.2,
    "suggestions": 3,
    "comments": 0,
    "name": "yast-nis",
    "url": "https://l10n.opensuse.org/projects/yast-nis/"
}