Translation projects API.

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

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

{
    "total": 227086,
    "total_words": 3894334,
    "last_change": "2021-04-11T18:26:58.886169Z",
    "recent_changes": 4220,
    "translated": 8736,
    "translated_words": 149784,
    "translated_percent": 3.8,
    "translated_words_percent": 3.8,
    "translated_chars": 1266069,
    "translated_chars_percent": 3.8,
    "total_chars": 32917544,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 13605,
    "failing_percent": 5.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8735,
    "readonly_percent": 3.8,
    "suggestions": 132,
    "comments": 0,
    "name": "doc-sle-translations",
    "url": "https://l10n.opensuse.org/projects/doc-sle-translations/"
}