Yes, Soracom provides several APIs that allow you to analyze data usage based on your specific needs. You can retrieve usage reports for individual SIMs or aggregate data for your entire account.
The following APIs are available for checking data usage:
- getAirStats: This API provides a JSON usage report for a specific IoT SIM subscription identified by its IMSI. It allows you to analyze data usage by month or day over a specified time frame.
- getAirStatsOfSim: This API provides a JSON usage report for a specific IoT SIM identified by its SIM ID. It allows you to analyze data usage by month or day over a specified time frame.
- getAirStatsOfGroup: This API provides a JSON usage report aggregating all SIMs that belong to the specified Group. It allows you to analyze data usage by month or day over a specified time frame.
- getAirStatsOfOperator: This API provides a JSON usage report aggregating all SIMs that belong to the specified Operator. It allows you to analyze data usage by month or day over a specified time frame.
- exportAirStats: This API allows you to download a CSV file containing the air data communication volume for all IoT SIMs associated with a specific Operator. It supports both synchronous and asynchronous data exporting modes. It allows you to analyze data usage by month, day, or five-minute period over a specified time frame.