---
title: "Word Count For Version"
method: GET
path: "/api/counts/words/{title}/{version}/{language}"
tags: ["Index"]
---

# Word Count For Version

`GET /api/counts/words/{title}/{version}/{language}`

Returns the word count for a specific version of a given text. For example: title=`Genesis`, version=`Miqra according to the Masorah`, language=`he`.

## Path parameters

- `title` string, required
- `version` string, required
- `language` string, required

## Response `200`

Successful Response

- CountsWordsJSON — Word count for a specific text version.
  - `wordCount` integer

---

[API](https://skmtc.net/sefaria/apis/sefaria-api.md) · [All operations](https://skmtc.net/sefaria/apis/sefaria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sefaria/sefaria-api/revisions/d29296717011/schema)
