REST-first integration
Connect keyword research, app analytics, competitor monitoring, and usage tracking through a single API surface.
Integrate keyword research, app analytics, rankings, and optimization workflows through the Appalize engine.
Connect keyword research, app analytics, competitor monitoring, and usage tracking through a single API surface.
The API is designed around scoped keys so teams can expose only the capabilities each integration actually needs.
The public docs page can summarize the spec, while the backend host keeps the live Swagger explorer and raw OpenAPI JSON.
Follow our step-by-step process to get your first request running with a scoped API key.
Need an API key first?
Generate one in the Appalize product at API Dashboard.
Create an API key inside the product app.
Use the `x-api-key` header on every request.
Start with keyword, app, and ranking endpoints before adding write operations.
curl -X GET \
-H "x-api-key: YOUR_KEY" \
"https://api.appalize.com/api/v1/keywords/search?term=fitness"These routes reflect the current public discovery, analytics ingestion, and billing-management flows now used by the product and public site.
Read-only endpoints powering app snapshots, search, sitemap pages, and compare routes on the public site.
/api/public-apps/public/api/public-apps/search/api/public-apps/:platform/:slug/api/public-apps/compare/:platform/:pairSlugCollect client-side marketing and product events into Appalize revenue, funnel, and recent-sales dashboards.
/api/analytics/events/api/google-analytics/dashboard/api/analytics/web-vitalsSelf-serve checkout, upgrade, and billing portal flows now resolve active subscribers into a management path instead of hard failing.
/api/subscription/checkout/api/subscription/upgrade/api/subscription/stripe/billing-portalOur public surface is automatically synchronized with our internal microservices to ensure documentation never drifts from reality.
Each group represents a specialized domain of the Appalize engine.
Search, suggestion, and popularity endpoints for ASO research workflows.
/api/v1/keywords/search/api/v1/keywords/suggestions/api/v1/keywords/popularityApp detail, analytics, review, and sentiment summary access.
/api/v1/apps/details/api/v1/apps/analytics/api/v1/apps/reviews/api/v1/apps/review-summaryMonitor rankings and compare competitor keyword coverage.
/api/v1/rankings/keyword/api/v1/rankings/app/api/v1/competitors/keywordsUser settings, App Store Connect metadata, pricing, and Apple Ads configuration.
/api/user-settings/workspace/api/user-settings/aso-editor/api/user-settings/apps/:appId/metadata/api/user-settings/apps/:appId/pricing/apply/api/user-settings/apple/apple-ads/configRegistry-driven MCP discovery plus API key usage and limits.
/api/mcp/manifest/api/mcp/api/v1/usage/api/v1/usage/limitsMove beyond REST calls. Connect your tools directly to Claude or Cursor through our Model Context Protocol server.