REST-first integration
Connect keyword research, app analytics, competitor monitoring, and usage tracking through a single API surface.
Integrirajte istraživanje ključnih riječi, analitiku aplikacija, rangiranja i optimizacijske radne procese putem Appalize motora.
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.
Slijedite naš proces korak po korak za pokretanje vašeg prvog zahtjeva s punim API ključem.
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-portalNaša javna sučelja automatski se sinkroniziraju s našim internim mikrouslugama kako bi se osiguralo da dokumentacija nikada ne odstupa od stvarnosti.
Svaka grupa predstavlja specijaliziranu domenu u Appalize motoru.
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/limitsIdite dalje od REST poziva. Povežite svoje alate izravno s Claudeom ili Cursorom putem našeg Model Context Protocol poslužitelja.