Data Reference
Browse every dataset like an API reference — entities, fields, sample rows, shapes, and pagination. Each dataset is served in four shapes and every pagination style.
FP&A
fpa:readFinancial Planning & Analysis: departments, cost centers, monthly budget vs actual.
3 entities · departments, cost_centers, actuals
Stock Market
stocks:readTickers, daily OHLCV candles, and a model portfolio of holdings.
3 entities · tickers, candles, holdings
Digital Marketing
marketing:readChannels, campaigns, and daily performance metrics — spend, impressions, clicks, conversions, ROAS.
3 entities · channels, campaigns, daily
HR Analytics
hr:readEmployees, departments, and monthly headcount/attrition for people analytics.
3 entities · departments, employees, headcount
Cricket (T20 league)
cricket:readTeams, players, matches, and innings for a fictional T20 league — synthetic sample data.
4 entities · teams, players, matches, innings
How to call any dataset
curl "https://api.ifsjaipur.cloud/playground/data/PACK/ENTITY?shape=flat&page_size=50" \
-H "x-api-key: YOUR_API_KEY"Shapes: flat · list-of-lists · nested · nested-list. Pagination: page-number · offset · cursor · link.