> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Credit Data # Type: Credit Data Object # Link: https://dev.wix.com/docs/api-reference/business-management/multilingual/machine-translation/credit-data/credit-data-object.md ## Schema: ```json Type: Credit Data Object | type: CreditData - name: creditsUsed | type: number | description: Total number of word credits consumed by a site. For sites with an unlimited word credit quota, this property still reflects the number of credits used, even though no usage limit applies. - name: value | type: number | description: - name: quotaType | type: string | description: Quota type. enum: LIMITED ```