Integrate our massive app store data into your own platforms securely and seamlessly using our RESTful API.
The FasxHub API allows developers to programmatically fetch application data, search the store, and retrieve categories. The API is completely free, does not require an API key for GET requests, and returns all responses in standard JSON format.
Retrieve a list of the most recently published and approved applications on the store.
| Parameter | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No | Number of apps to return (Default: 10, Max: 50). |
Retrieve a list of the most downloaded applications across the entire store.
Fetch full information about a specific app, including full description, requirements, screenshots, and the direct store download link.
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
Integer | Yes | The unique ID of the application. |
Search for applications by their name or package name.
| Parameter | Type | Required | Description |
|---|---|---|---|
q |
String | Yes | The search keyword (e.g., "messenger" or "com.facebook"). |
1. Get All Categories List
2. Get Apps by Category Name
| Parameter | Type | Required | Description |
|---|---|---|---|
category |
String | Yes | The exact name of the category (e.g., "Action"). |
limit |
Integer | No | Number of apps to return (Default: 20). |