PeekPanda docs
Get competitor technology
Read stored technology evidence and best chart positions for an iOS app.
Download Markdown ↓GET/v1/competitors/{platform}/{storeId}/technologyAuth
Bearer API credential or OAuth access tokenScope context:readMCP get_competitor_technologyRequest
No request body. Returns existing observations only.
curl --get 'https://api.peekpanda.com/v1/competitors/ios/0000000000/technology' \
--header "Authorization: Bearer $PEEKPANDA_TOKEN" \
--header 'x-genviral-tenancy: personal'Response
status is observed or not_collected. SDK and best-rank evidence each have their own collection status and date. Omitted source fields become null, not empty lists. Best ranks cover a rolling 90-day window, not a daily history or current position.
{
"storeId": "0000000000",
"status": "not_collected",
"sdk": {
"status": "not_collected"
},
"bestRanks": {
"status": "not_collected"
}
}
Parameters
NameInTypeRequiredDescription
platformpathiosYesTechnology observations support iOS apps.storeIdpathnumeric stringYesApple App Store identifier.Known errors
400invalid_request for an invalid filter, identity or limit.401authentication_required for a missing or invalid credential.402subscription_required when access is not entitled.403authorization_required for a missing scope or unavailable preview access.404not_found when the record is outside the accessible catalogue.429rate_limited; honor Retry-After when present.Source
Dated technology observations and source-reported best chart positions. Missing fields remain unknown. An advertising-network identifier does not prove active ad buying.
Refresh
Collection requires an explicit request and is subject to account limits and data availability. Opening this read does not start collection.