Back to Tools

Developer API

Access the Awesome Intune tools collection programmatically

Get Your API Key

Rate Limit
1,000/day
Reset
Midnight UTC
Base URL
https://awesomeintune.com/api/v1
Endpoints
GET/tools
GET/tools/:id
GET/categories
GET/stats

Authentication

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/tools

Response 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

ParamDefaultDescription
category-Filter by category
type-Filter by tool type
sortnewestnewest | popular | votes | name
limit20Results per page (max 100)
offset0Pagination offset