PeekPanda markpeekpandaDocumentationFor AI ↗Open app

PeekPanda docs

Request an iOS competitor

Admit one explicitly requested iOS app without the established 100-rating floor.

Download Markdown ↓
POST/v1/competitors/intake/requested
Auth Bearer API credential or OAuth access tokenScope content:writeMCP request_ios_competitor

Request

Send a numeric Apple ID or apps.apple.com URL. Country defaults to us.

curl --request POST 'https://api.peekpanda.com/v1/competitors/intake/requested' \
  --header "Authorization: Bearer $PEEKPANDA_TOKEN" \
  --header 'x-genviral-tenancy: personal' \
  --header 'content-type: application/json' \
  --data '{"app":"0000000000","country":"us"}'

Response

The admitted intake listing. Explicit request; no 100-rating floor.

{
  "platform": "ios",
  "storeId": "0000000000",
  "appName": "Example Calorie Tracker",
  "storefrontUrl": "https://apps.apple.com/us/app/id0000000000",
  "releaseDate": "2024-05-01",
  "country": "us",
  "reasons": [
    "requested"
  ],
  "tractionStatus": "candidate",
  "baselineObservedAt": "2026-09-06T00:00:00.000Z",
  "baselineRatingCount": 12,
  "latestObservedAt": "2026-09-06T00:00:00.000Z",
  "latestRatingCount": 12
}

Parameters

NameInTypeRequiredDescription
appbodynumeric store ID or apps.apple.com URLYesThe Apple app to admit.
countrybodyusNoLibraries intake accepts us only; the partner default is us.

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.
409conflict when the write would duplicate an exclusive row.

Source

Explicit request; no 100-rating floor. iTunes lookup for the ID.

Refresh

One-shot intake, not a daily job.