Translation projects API.

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

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

{
    "total": 2165,
    "total_words": 27647,
    "last_change": "2021-02-09T13:43:13.080859Z",
    "recent_changes": 12,
    "translated": 978,
    "translated_words": 12885,
    "translated_percent": 45.1,
    "translated_words_percent": 46.6,
    "translated_chars": 130634,
    "translated_chars_percent": 47.3,
    "total_chars": 275982,
    "fuzzy": 23,
    "fuzzy_percent": 1.0,
    "failing": 43,
    "failing_percent": 1.9,
    "name": "Mapotempo Wordpress",
    "url": "http://translate.mapotempo.com/projects/mapotempo-wordpress/"
}