Get Your API Key
Rate Limit
1,000/day
Reset
Midnight UTC
Base URL
https://awesomeintune.com/api/v1Endpoints
GET
/toolsGET
/tools/:idGET
/categoriesGET
/statsAuthentication
Include your API key in the X-API-Key header with every request.
curl -H "X-API-Key: ai_your-key-here" \
https://awesomeintune.com/api/v1/toolsResponse Format
All responses follow a consistent JSON structure with data and meta fields.
{
"data": [...],
"meta": { "total": 84, "limit": 20, "offset": 0, "hasMore": true }
}Query Parameters for /tools
| Param | Default | Description |
|---|---|---|
category | - | Filter by category |
type | - | Filter by tool type |
sort | newest | newest | popular | votes | name |
limit | 20 | Results per page (max 100) |
offset | 0 | Pagination offset |