Get Catalog Search Results
Fetch metadata for apps and books from the catalog by using a search term.
URL
GET https://api.ent.apple.com/v1/catalog/{storefront}/searchPath Parameters
| Name | Type | Description |
|---|---|---|
storefront Required | string | An iTunes Store territory that you specify with an ISO 3166 alpha-2 country code. The possible values are the |
Query Parameters
| Name | Type | Description |
|---|---|---|
additionalPlatforms Optional | [string] | Additional platforms the app supports that you want to get metadata for. |
extend Optional | [string] | A list of attribute extensions to apply to resources in the response. These attributes are usually more expensive, so only extend them if absolutely necessary. Classifier (optional): A resource type to apply the parameter to, |
filter Optional | [string] | A filter to apply to the search results. Classifier (required): The filter type, |
l Optional | string | The localization to use, which you specify with a language tag. The possible values are in the |
platform Required | string | The platform the user-facing app is running on. You use this to get apps metadata for the specified platform. |
term Required | string | The text for the search. |
types Required | [string] | The resource types to include in the search results. Possible values: |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | ResultsResponse | The request was successful. |
| 401 | Unauthorized Content-Type: application/json | UnauthorizedResponse | A response indicating an incorrect |
| 500 | Internal Server Error Content-Type: application/json | ErrorsResponse | A response indicating an error occurred on the server. |