Translation projects API.

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

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

{
    "total": 42021,
    "total_words": 821014,
    "total_chars": 5984184,
    "last_change": "2024-04-25T22:45:06.290959Z",
    "recent_changes": 390,
    "translated": 7526,
    "translated_words": 139271,
    "translated_percent": 17.9,
    "translated_words_percent": 16.9,
    "translated_chars": 1021819,
    "translated_chars_percent": 17.0,
    "fuzzy": 116,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 2624,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 21562,
    "fuzzy_chars_percent": 0.3,
    "failing": 229,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6219,
    "readonly_percent": 14.7,
    "readonly_words": 118248,
    "readonly_words_percent": 14.4,
    "readonly_chars": 870111,
    "readonly_chars_percent": 14.5,
    "suggestions": 671,
    "comments": 1,
    "name": "fedora-docs-l10n/packaging-guidelines",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-packaging-guidelines/"
}