The Miataru API is very simple and straight forward. Generally you're posting (HTTP POST) a JSON formatted request to a service method locations and you get back a JSON formatted answer. Please take into consideration that this has the request-for-comment status and that it can change while there's
http://service.miataru.com/v1
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://miataru.com
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)2.09s
(checked Mar 29, 2026)
Builder score
D
40%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| POST | /GetLocation |
To retrieve a specific devices latest known location the /GetLocation method is |
| GET | /GetLocationGeoJSON/{deviceID} |
Retrieves a devices Location in GeoJSON format. |
| POST | /GetLocationHistory |
Location History is stored on the server only if the client told the server to d |
| POST | /GetVisitorHistory |
Visitor History is stored on the server with every request to the location or lo |
| POST | /UpdateLocation |
This method is used to update the location of a device. The device does not need |
curl -X GET 'http://service.miataru.com/v1/GetLocation' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Miataru documentation.