# Smartcar API **Provider:** Smartcar **Category:** maps **Base URL:** `https://smartcar.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 60 req/min (development) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://smartcar.com/docs/ ## Description Lock and unlock vehicles and get data like odometer reading and location. Works on most new cars ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://smartcar.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://smartcar.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Vehicle data API. Free: 1 vehicle in development. Production pricing from $0.05/vehicle/month. Starter $99/mo (100 vehicles). Growth $299/mo. Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/smartcar/) — CC BY 4.0*