Translation projects API.

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

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

{
    "total": 22337,
    "total_words": 117603,
    "last_change": "2022-11-06T17:47:42.650328Z",
    "recent_changes": 122,
    "translated": 11045,
    "translated_words": 51535,
    "translated_percent": 49.4,
    "translated_words_percent": 43.8,
    "translated_chars": 327609,
    "translated_chars_percent": 43.6,
    "total_chars": 750994,
    "fuzzy": 548,
    "fuzzy_percent": 2.4,
    "failing": 784,
    "failing_percent": 3.5,
    "name": "Mapotempo App",
    "url": "http://translate.mapotempo.com/projects/mapotempo-web/"
}