Translation projects API.

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

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

{
    "total": 11781,
    "total_words": 122122,
    "last_change": "2023-03-24T12:16:00.646385Z",
    "recent_changes": 980,
    "translated": 4832,
    "translated_words": 46966,
    "translated_percent": 41.0,
    "translated_words_percent": 38.4,
    "translated_chars": 309975,
    "translated_chars_percent": 38.6,
    "total_chars": 801724,
    "fuzzy": 1893,
    "fuzzy_percent": 16.0,
    "failing": 775,
    "failing_percent": 6.5,
    "approved": 30,
    "approved_percent": 0.2,
    "readonly": 153,
    "readonly_percent": 1.2,
    "suggestions": 23,
    "comments": 0,
    "name": "yast-audit-laf",
    "url": "https://l10n.opensuse.org/projects/yast-audit-laf/"
}