Translation projects API.

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

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

{
    "total": 54510,
    "total_words": 318662,
    "last_change": "2024-04-05T04:29:21.745396Z",
    "recent_changes": 1839,
    "translated": 40505,
    "translated_words": 226476,
    "translated_percent": 74.3,
    "translated_words_percent": 71.0,
    "translated_chars": 1423200,
    "translated_chars_percent": 71.3,
    "total_chars": 1993934,
    "fuzzy": 3939,
    "fuzzy_percent": 7.2,
    "failing": 1803,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1461,
    "readonly_percent": 2.6,
    "suggestions": 119,
    "comments": 19,
    "name": "PDFCreator",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/"
}