Translation components API.

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

GET /api/components/seeyouforpc/glossary/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "https://t.naviter.com/api/components/seeyouforpc/glossary/statistics/?format=api",
    "results": [
        {
            "total": 1,
            "total_words": 1,
            "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": 8,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "se",
            "name": "Northern Sami",
            "url": "https://t.naviter.com/projects/seeyouforpc/glossary/se/",
            "translate_url": "https://t.naviter.com/translate/seeyouforpc/glossary/se/"
        },
        {
            "total": 1,
            "total_words": 1,
            "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": 8,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "nb_NO",
            "name": "Norwegian Bokmål",
            "url": "https://t.naviter.com/projects/seeyouforpc/glossary/nb_NO/",
            "translate_url": "https://t.naviter.com/translate/seeyouforpc/glossary/nb_NO/"
        },
        {
            "total": 1,
            "total_words": 1,
            "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": 8,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "po",
            "name": "po (generated)",
            "url": "https://t.naviter.com/projects/seeyouforpc/glossary/po/",
            "translate_url": "https://t.naviter.com/translate/seeyouforpc/glossary/po/"
        }
    ]
}