Translation projects API.

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

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

{
    "total": 949,
    "total_words": 15041,
    "total_chars": 102481,
    "last_change": "2024-04-26T17:35:57.053350Z",
    "recent_changes": 15,
    "translated": 432,
    "translated_words": 6456,
    "translated_percent": 45.5,
    "translated_words_percent": 42.9,
    "translated_chars": 44059,
    "translated_chars_percent": 42.9,
    "fuzzy": 13,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 324,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 2192,
    "fuzzy_chars_percent": 2.1,
    "failing": 20,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 191,
    "readonly_percent": 20.1,
    "readonly_words": 3010,
    "readonly_words_percent": 20.0,
    "readonly_chars": 20507,
    "readonly_chars_percent": 20.0,
    "suggestions": 48,
    "comments": 0,
    "name": "fedora-docs-l10n/diversity-inclusion",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-diversity-inclusion/"
}