Translation projects API.

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

GET /api/glossary/23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Crnd web (17.0)",
    "id": 23,
    "color": "silver",
    "source_language": {
        "code": "en",
        "name": "English",
        "plural": {
            "id": 77,
            "source": 0,
            "number": 2,
            "formula": "n != 1",
            "type": 1
        },
        "aliases": [
            "en_en",
            "base",
            "source",
            "eng"
        ],
        "direction": "ltr",
        "web_url": "http://weblate.crnd.pro/languages/en/",
        "url": "http://weblate.crnd.pro/api/languages/en/?format=api",
        "statistics_url": "http://weblate.crnd.pro/api/languages/en/statistics/?format=api"
    },
    "project": {
        "name": "Crnd web (17.0)",
        "slug": "crnd-web-17-0",
        "id": 34,
        "web": "https://gitlab.crnd.pro/crnd-opensource/crnd-web",
        "web_url": "http://weblate.crnd.pro/projects/crnd-web-17-0/",
        "url": "http://weblate.crnd.pro/api/projects/crnd-web-17-0/?format=api",
        "components_list_url": "http://weblate.crnd.pro/api/projects/crnd-web-17-0/components/?format=api",
        "repository_url": "http://weblate.crnd.pro/api/projects/crnd-web-17-0/repository/?format=api",
        "statistics_url": "http://weblate.crnd.pro/api/projects/crnd-web-17-0/statistics/?format=api",
        "changes_list_url": "http://weblate.crnd.pro/api/projects/crnd-web-17-0/changes/?format=api",
        "languages_url": "http://weblate.crnd.pro/api/projects/crnd-web-17-0/languages/?format=api"
    },
    "projects_url": "http://weblate.crnd.pro/api/glossary/23/projects/?format=api",
    "terms_url": "http://weblate.crnd.pro/api/glossary/23/terms/?format=api",
    "url": "http://weblate.crnd.pro/api/glossary/23/?format=api"
}