# getSupportedAPI

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_supported_api.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_supported_api.html)

Gets raw data about QESDK features and APIs available on the device for which the
        application has a valid license.

getSupportedAPI()Copy to clipboard

Note: [getSupportedApinames](https://docs.qualcomm.com/doc/80-PK177-134/topic/java_get_supported_api_names.html) uses the map returned by this API as an argument and returns a list of API
                    names.

## Returns

| **Return** | **Description** |
| --- | --- |
| HashMap&lt;Pair&lt;String,Integer&gt;,String&gt; | Map of QeSDK feature, feature version and the list of APIs<br>                                    and their argument types for that version of the feature. |

**Parent Topic:** [QESDK specific APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/qesdk_specific_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
deinit](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_deinit.md) [Next Topic
getSupportedApinames](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/java_get_supported_api_names.md)