M

Miataru

by Miataru Free tier

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

mapsmiataru

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
64

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'http://service.miataru.com/v1/GetLocation' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Miataru documentation.