# `api.lookup.get_common_insurance` > `GET /lookup/comonInsurance` — ACPortal **Python** ```python api.lookup.get_common_insurance() -> list[CommonInsuranceSlab] ``` **CLI** ```bash ab lookup get_common_insurance ``` GET /lookup/comonInsurance ## Response Returns a list of `List[CommonInsuranceSlab]`. | Field | Type | Required | Description | |---|---|---|---| | `id` | `Optional[str]` | no | Slab ID (Guid) | | `key` | `Optional[str]` | no | Slab key | | `name` | `Optional[str]` | no | Slab name | | `value` | `Optional[str]` | no | Slab value (Guid) | | `insuranceSlabID` | `Optional[str]` | no | Insurance slab ID (Guid) | | `transpTypeID` | `Optional[str]` | no | Transport type ID (Guid) | | `deductibleAmount` | `Optional[float]` | no | Deductible amount | | `isActive` | `Optional[bool]` | no | Whether active | | `rate` | `Optional[float]` | no | Insurance rate | | `revision` | `Optional[int]` | no | Revision number | | `insuranceType` | `Optional[str]` | no | Insurance type | --- [← Back to api.lookup](../lookup.md)