# Get iOS App Info (v2) API to get information about iOS apps based on their app IDs or Apple app IDs. Endpoint: GET /v2/itunesapps Version: 1.0.0 Security: apiKey ## Query parameters: - `app_id` (string) - `version_id` (string) - `apple_app_id` (string) ## Response 200 fields (application/json): - `content` (object) - `content.count` (integer) number of results returned - `content.prev` (string) URL for previous page of results - `content.next` (string) URL for next page of results - `content.results` (array) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)