<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AppInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AppInfo"
  },
  "title" : "AppInfo"
}
-->

# AppInfo

A single app search result.

```
object AppInfo
```

## Discussion

The `AppInfo` object represents one app returned from the search apps endpoint. It includes the app’s Adam ID, display name, developer name, and the country or region codes where the app is available.

### Example

```json
{
  "adamId": 123456789,
  "appName": "AwayFinder",
  "developerName": "AwayFinder Inc.",
  "countryOrRegionCodes": [
    "US",
    "CA",
    "GB"
  ]
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)