Get one market with its full insurer list
get_countryGet one country in Africa, Europe, Asia-Pacific, South America or North America: regulator (name, acronym, website, notes), currency, counts by class and ownership, verification status against the regulator register, market notes, and its licensed insurers with register identifiers and source caveats. Counts by class count entities, not licences: every company appears once, under the class its register row records, and byClass sums to total. A regulator’s own per-class licence tally is broader and will not match. Most markets return every insurer in one call; a large market returns a first page, and insurersPage gives the total and the nextOffset to pass as offset. Prefer get_country_summary for market facts alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entity rows to return. Long lists also stop early to keep the response small; the page object reports total and nextOffset. | |
| offset | No | Entity rows to skip, for paging. | |
| compact | No | true: return each insurer as a lean row (slug, name, country, class, groupSlug, verification) without notes, source text, identifiers or links, so more rows fit in one response. get_insurer returns the full record for any slug. | |
| country | Yes | Country slug (e.g. "uganda") or ISO alpha-2 code (e.g. "UG"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| error | No | ||
| dataset | No | ||
| licence | No | ||
| version | No | Dataset version the result was read from. | |
| verified | No | Date the dataset snapshot was verified. | |
| retryable | No | ||
| verificationNote | No |