Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 315,
            "total_words": 3845,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 24102,
            "fuzzy": 1,
            "fuzzy_percent": 0.3,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es",
            "name": "Spanish",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/glossaryindex/es/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/glossaryindex/es/"
        },
        {
            "total": 315,
            "total_words": 3845,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 24102,
            "fuzzy": 1,
            "fuzzy_percent": 0.3,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pt",
            "name": "Portuguese",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/glossaryindex/pt/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/glossaryindex/pt/"
        },
        {
            "total": 315,
            "total_words": 3845,
            "last_change": "2021-02-25T14:39:50.656421Z",
            "recent_changes": 6,
            "translated": 315,
            "translated_words": 3845,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 24102,
            "translated_chars_percent": 100.0,
            "total_chars": 24102,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/glossaryindex/en/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/glossaryindex/en/"
        },
        {
            "total": 315,
            "total_words": 3845,
            "last_change": "2021-04-25T05:43:55.295130Z",
            "recent_changes": 2,
            "translated": 312,
            "translated_words": 3800,
            "translated_percent": 99.0,
            "translated_words_percent": 98.8,
            "translated_chars": 23819,
            "translated_chars_percent": 98.8,
            "total_chars": 24102,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 17,
            "failing_percent": 5.3,
            "code": "he",
            "name": "Hebrew",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/glossaryindex/he/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/glossaryindex/he/"
        }
    ]
}