get_subject_codes
Retrieve index codes for specific topics from Israel Statistics API using numeric subject IDs. Filter results by description, control pagination, and choose response language (English or Hebrew).
Instructions
Get index codes for a specific subject/topic from Israel Statistics API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
explanation | No | Additional explanation or context for the request | |
lang | No | Language for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses. | |
page | No | Page number for pagination. Start with 1 for first page. Use with pagesize to navigate large result sets. | |
pagesize | No | Number of results per page (maximum 1000). Controls how many items to return. Use with page for pagination. | |
searchText | No | Filter index codes by description. For example, search 'bread' to find bread-related price indices within the topic. | |
searchType | No | Search matching method. Options: contains=finds text anywhere in name (recommended) | begins_with=name starts with your text | equals=exact name match. Default: contains. | |
subjectId | Yes | The numeric ID of the topic you want index codes for. Get this ID first by calling getChapterTopics or getIndexTopics. |