get_motion_history
ActiveTool of com.sibfly/ground-motion
Multi-year cumulative motion history for an address. Pass from_date and to_date (YYYY-MM-DD) to get the movement between two dates. Costs $0.40 (misses free). dry_run=true is a FREE preview (points + dates + cost, no data); max_age_days returns free instead of billing for stale data.
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"address": {
"type": "string"
},
"dry_run": {
"type": "boolean",
"description": "FREE preview: coverage + n_points + would_cost, no series, no charge"
},
"to_date": {
"type": "string"
},
"from_date": {
"type": "string"
},
"max_age_days": {
"type": "integer",
"description": "if data older than this, return free instead of billing"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.sibfly/ground-motion
https://github.com/james-sib/sibfly-api
1/7 registries