get_index_topics
Retrieve and filter statistical index topics from Israel's Central Bureau of Statistics. Search by topic name, update frequency, or language. Use pagination for large datasets.
Instructions
Get index topics 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. | |
period | No | Filter indices by update frequency. Options: M=monthly data only | Q=quarterly data only | MQ=both monthly and quarterly (most comprehensive) | QM=quarterly and monthly. Default shows all. | |
searchText | No | Search for specific topics by name. For example, use 'housing' to find housing-related indices, or 'food' for food price indices. | |
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. |