# Miataru **Provider:** Miataru **Category:** maps **Base URL:** `http://service.miataru.com/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://miataru.com ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `http://service.miataru.com/v1/GetLocation` | To retrieve a specific devices latest known location the /GetLocation method is | | GET | `http://service.miataru.com/v1/GetLocationGeoJSON/{deviceID}` | Retrieves a devices Location in GeoJSON format. | | POST | `http://service.miataru.com/v1/GetLocationHistory` | Location History is stored on the server only if the client told the server to d | | POST | `http://service.miataru.com/v1/GetVisitorHistory` | Visitor History is stored on the server with every request to the location or lo | | POST | `http://service.miataru.com/v1/UpdateLocation` | This method is used to update the location of a device. The device does not need | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'http://service.miataru.com/v1/GetLocation' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/miataru/) — CC BY 4.0*