Translation projects API.

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

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

{
    "total": 11054,
    "total_words": 237957,
    "total_chars": 1682021,
    "last_change": "2024-03-27T09:54:00.448001Z",
    "recent_changes": 738,
    "translated": 3139,
    "translated_words": 54942,
    "translated_percent": 28.3,
    "translated_words_percent": 23.0,
    "translated_chars": 401312,
    "translated_chars_percent": 23.8,
    "fuzzy": 204,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 6557,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 47129,
    "fuzzy_chars_percent": 2.8,
    "failing": 90,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 500,
    "readonly_percent": 4.5,
    "readonly_words": 8076,
    "readonly_words_percent": 3.3,
    "readonly_chars": 66542,
    "readonly_chars_percent": 3.9,
    "suggestions": 272,
    "comments": 3,
    "name": "fedora-docs-l10n/project",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-project/"
}