Quick Start
1
Get API Key
Sign up for a free or paid plan to receive your API key
2
Make Request
Add your API key to the Authorization header
Authorization: Bearer msd_live_sk_...
3
Start Building
Access 3,455 machine shops, compliance data, and analytics
Example Request
curl -X GET 'https://machineshop.directory/api/shops?services=CNC%20Machining&state=MA' \
-H 'Authorization: Bearer msd_live_sk_your_api_key_here'
# Response
{
"shops": [
{
"id": "shop-123",
"name": "Precision CNC Manufacturing",
"city": "Boston",
"state": "MA",
"services": ["CNC Machining", "5-Axis CNC"],
"certifications": ["ISO 9001", "AS9100"],
"qualityScore": 85
}
],
"total": 42,
"page": 1,
"limit": 20
}Interactive API Explorer
Loading API documentation...