--- title: "Mapp Intelligence: Analytics API Enhancements" slug: "mapp-intelligence-analytics-api-enhancements" updated: 2025-11-27T16:08:56Z published: 2025-11-27T16:08:56Z canonical: "docs.mapp.com/mapp-intelligence-analytics-api-enhancements" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.mapp.com/llms.txt > Use this file to discover all available pages before exploring further. # Mapp Intelligence: Analytics API Enhancements **08 Nov 2022** Our Analytics API is getting an exciting update! ## Key Benefits - The Analytics API now supports also the report elements KPI and Sparkline, and the comparison view of an analysis. This allows you to access even more analysis via the API. - Please note that due to [updates in the Date Picker](/v1/docs/mapp-intelligence-improved-date-picker), how time ranges are shown in your API is going to change. It will be the same format as in the input query: **old** ```json "timerange": [ "2020-10-14T00:00:00.000+0200", "2020-11-11T00:00:00.000+0100" ``` **new** ```json "timerange": [ "2020-10-14 00:00:00", "2020-11-11 00:00:00" ``` ## How does it work? You can easily download the JSON files from our UI as with other API calls. Please see [this how-to](/v1-api/apidocs/request-analysis) for example calls and responses. ## Availability This feature is part of our Fall update 2022 which went live on November 8th and is available to all Mapp Intelligence Analytics API users. ## Related Topics [Analytics API](/v1/docs/analytics-api)