Historical growth tracking, trending apps, rankings, advanced search, and real-time ecosystem stats. All from one simple REST API.
# Get app data by ID — the primary endpoint
curl api.appmarket.world/api/apps/app_27391b4f8a8a2548c5a57601e2abed30 \
-H "X-API-Key: am_your_key_here"We crawl World's app directory hourly and enrich it with historical analytics that the original source doesn't provide.
Track unique_users, impressions, and ratings over days, weeks, and months. See how any app grows over time.
/v1/apps/:id/historyDiscover the fastest-growing apps by user growth rate. Identify breakout hits before everyone else.
/v1/trendingPre-computed 24h, 7d, and 30d growth with percentages. No math needed — just plug and display.
/v1/apps/:id/growthCompare up to 5 apps side-by-side on every metric. Perfect for competitive analysis tools.
/v1/compareRank apps by users, impressions, or rating. Filter by category. Build your own leaderboard.
/v1/rankingsTotal users, apps, impressions, growth rates — the health of the entire World app ecosystem at a glance.
/v1/statsSimple RESTful API. Consistent JSON responses. Open CORS.
/apps/{app_id}Primary/v1/apps/v1/apps/{app_id}/v1/apps/{app_id}/history/v1/apps/{app_id}/growth/v1/categories/v1/categories/{id}/v1/stats/v1/rankings/v1/trending/v1/search?q=.../v1/compare?apps=.../v1/auth/register/v1/auth/keys/v1/auth/keyscurl -X POST api.appmarket.world/api/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"email": "dev@example.com", "password": "securepass123"}'curl api.appmarket.world/api/apps/app_27391b4f8a8a2548c5a57601e2abed30 \ -H "X-API-Key: am_your_api_key_here"
{
"success": true,
"data": {
"app_id": "app_27391b4f8a8a2548c5a57601e2abed30",
"name": "NowINR",
"unique_users": 194,
"app_rating": 5,
"category_name": "Finance",
"team_name": "NowCrypto",
...40+ more fields
}
}Join developers building dashboards, analytics tools, and discovery platforms for the World ecosystem.
Free forever • No credit card • 5 requests/sec • Open CORS