*** # LookupResource * Full name: `\Seven\Api\Resource\Lookup\LookupResource` * Parent class: [`\Seven\Api\Resource\Resource`](../Resource.md) ## Methods ### format ```php public format(string $numbers): \Seven\Api\Resource\Lookup\LookupFormat[] ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$numbers` | **string** | | **Throws:** - [`ForbiddenIpException`](../../Exception/ForbiddenIpException.md) - [`InvalidApiKeyException`](../../Exception/InvalidApiKeyException.md) - [`MissingAccessRightsException`](../../Exception/MissingAccessRightsException.md) - [`RandomException`](../../../../Random/RandomException.md) - [`SigningHashVerificationException`](../../Exception/SigningHashVerificationException.md) - [`UnexpectedApiResponseException`](../../Exception/UnexpectedApiResponseException.md) *** ### fetch ```php protected fetch(string $type, string $numbers): object|array ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$type` | **string** | | | `$numbers` | **string** | | **Throws:** - [`ForbiddenIpException`](../../Exception/ForbiddenIpException.md) - [`SigningHashVerificationException`](../../Exception/SigningHashVerificationException.md) - [`RandomException`](../../../../Random/RandomException.md) - [`UnexpectedApiResponseException`](../../Exception/UnexpectedApiResponseException.md) - [`InvalidApiKeyException`](../../Exception/InvalidApiKeyException.md) - [`MissingAccessRightsException`](../../Exception/MissingAccessRightsException.md) *** ### cnam ```php public cnam(string $numbers): \Seven\Api\Resource\Lookup\LookupCnam[] ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$numbers` | **string** | | **Throws:** - [`ForbiddenIpException`](../../Exception/ForbiddenIpException.md) - [`InvalidApiKeyException`](../../Exception/InvalidApiKeyException.md) - [`MissingAccessRightsException`](../../Exception/MissingAccessRightsException.md) - [`RandomException`](../../../../Random/RandomException.md) - [`SigningHashVerificationException`](../../Exception/SigningHashVerificationException.md) - [`UnexpectedApiResponseException`](../../Exception/UnexpectedApiResponseException.md) *** ### hlr ```php public hlr(string $numbers): \Seven\Api\Resource\Lookup\LookupHlr[] ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$numbers` | **string** | | **Throws:** - [`ForbiddenIpException`](../../Exception/ForbiddenIpException.md) - [`InvalidApiKeyException`](../../Exception/InvalidApiKeyException.md) - [`MissingAccessRightsException`](../../Exception/MissingAccessRightsException.md) - [`RandomException`](../../../../Random/RandomException.md) - [`SigningHashVerificationException`](../../Exception/SigningHashVerificationException.md) - [`UnexpectedApiResponseException`](../../Exception/UnexpectedApiResponseException.md) *** ### mnp ```php public mnp(string $numbers): \Seven\Api\Resource\Lookup\LookupMnp[] ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$numbers` | **string** | | **Throws:** - [`ForbiddenIpException`](../../Exception/ForbiddenIpException.md) - [`InvalidApiKeyException`](../../Exception/InvalidApiKeyException.md) - [`MissingAccessRightsException`](../../Exception/MissingAccessRightsException.md) - [`RandomException`](../../../../Random/RandomException.md) - [`SigningHashVerificationException`](../../Exception/SigningHashVerificationException.md) - [`UnexpectedApiResponseException`](../../Exception/UnexpectedApiResponseException.md) *** ### rcsCapabilities ```php public rcsCapabilities(string $numbers): \Seven\Api\Resource\Lookup\LookupRcsCapabilities[] ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$numbers` | **string** | | **Throws:** - [`ForbiddenIpException`](../../Exception/ForbiddenIpException.md) - [`InvalidApiKeyException`](../../Exception/InvalidApiKeyException.md) - [`MissingAccessRightsException`](../../Exception/MissingAccessRightsException.md) - [`RandomException`](../../../../Random/RandomException.md) - [`SigningHashVerificationException`](../../Exception/SigningHashVerificationException.md) - [`UnexpectedApiResponseException`](../../Exception/UnexpectedApiResponseException.md) *** ## Inherited methods ### __construct ```php public __construct(\Seven\Api\Client $client): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$client` | **\Seven\Api\Client** | | *** *** > Automatically generated on 2025-02-06