Integrate Ilystics mud risk data into your applications
All API requests require an API key. Include your key in the X-API-Key header:
Get your API key from the Settings page.
| Tier | Requests/Day | Price | |
|---|---|---|---|
| FREE | 10 | $0/mo | Sign Up |
| BASIC | 500 | $19/mo | Get Started |
| PRO | 5,000 | $49/mo | Get Started |
💡 Tip: Project Protection subscribers ($149/mo) get Pro API access (5,000/day) included! Rate limits reset at midnight UTC.
Get current mud risk for a single location.
| Parameter | Type | Description |
|---|---|---|
| lat required | number | Latitude (-90 to 90) |
| lng required | number | Longitude (-180 to 180) |
| soil | string | Soil type: clay, silt, sand, loam, rock, mixed |
Example Response:
Get mud risk for multiple locations in one request.
Request Body:
Max locations: Free=5, Basic=20, Pro=50
Generate mud day estimate based on 10-year historical data.
Request Body:
Get 15 years of historical weather for a specific date and ZIP code. Shows weather conditions for that exact day (month/day) across all available years.
Request Body:
Example Response:
Compare current weather to 5-year historical baseline.
Request Body:
Get estimated soil type for a location.
| Parameter | Type | Description |
|---|---|---|
| lat required | number | Latitude |
| lng required | number | Longitude |
| Code | HTTP Status | Description |
|---|---|---|
| UNAUTHORIZED | 401 | Missing or invalid API key |
| RATE_LIMITED | 429 | Daily rate limit exceeded. Resets at midnight UTC. |
| INVALID_REQUEST | 400 | Missing required parameters |
| SERVER_ERROR | 500 | Internal server error |
Connect Ilystics to AI assistants, custom GPTs, and developer tools.
Machine-readable API contract for code generators, Postman, and AI platforms:
Install the Ilystics MCP server to use our tools directly in Claude Desktop or Cursor:
Add the above to your Claude Desktop or Cursor MCP config. Your AI assistant will then have access to all five Ilystics tools: mud risk, delay estimation, weather history, anomaly detection, and soil lookup.
AI platforms can auto-discover our API via the standard plugin manifest:
Questions? Contact us at support@ilystics.com