Translation projects API.

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

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

{
    "total": 939,
    "total_words": 22205,
    "total_chars": 152201,
    "last_change": "2023-03-18T16:24:09.277329Z",
    "recent_changes": 3,
    "translated": 322,
    "translated_words": 7518,
    "translated_percent": 34.2,
    "translated_words_percent": 33.8,
    "translated_chars": 51714,
    "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": 4,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 319,
    "readonly_percent": 33.9,
    "readonly_words": 7480,
    "readonly_words_percent": 33.6,
    "readonly_chars": 51382,
    "readonly_chars_percent": 33.7,
    "suggestions": 29,
    "comments": 0,
    "name": "fedora-docs-l10n/containers",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-containers/"
}