Translation projects API.

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

GET /api/projects/fedora-docs-l10n-iot/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3576,
    "total_words": 49951,
    "total_chars": 387992,
    "last_change": "2024-05-02T22:36:22.339320Z",
    "recent_changes": 0,
    "translated": 1212,
    "translated_words": 16995,
    "translated_percent": 33.8,
    "translated_words_percent": 34.0,
    "translated_chars": 131533,
    "translated_chars_percent": 33.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 13,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1212,
    "readonly_percent": 33.8,
    "readonly_words": 16995,
    "readonly_words_percent": 34.0,
    "readonly_chars": 131533,
    "readonly_chars_percent": 33.9,
    "suggestions": 92,
    "comments": 0,
    "name": "fedora-docs-l10n/iot",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-iot/"
}