Discover/data.lime.bike API
live

data.lime.bike APIdata.lime.bike

Access real-time Lime bike and scooter locations, station status, and system metadata across multiple cities via GBFS-compliant endpoints.

Endpoints
5
Updated
10d ago
Try it
Lime region identifier (e.g. 'washington_dc', 'new_york', 'chicago').
api.parse.bot/scraper/821870f9-1a42-4a64-bf0c-86e2253358ba/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/821870f9-1a42-4a64-bf0c-86e2253358ba/get_gbfs_discovery?region=washington_dc' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Get the GBFS auto-discovery feed for a specific region. Returns a list of available feed URLs (e.g., system_information, station_information, station_status, free_bike_status).

Input
ParamTypeDescription
regionrequiredstringLime region identifier (e.g. 'washington_dc', 'new_york', 'chicago').
Response
{
  "type": "object",
  "fields": {
    "ttl": "integer, seconds until next update",
    "data": "object containing language-keyed feeds with name and url for each available feed",
    "version": "string, GBFS version",
    "last_updated": "integer, UNIX timestamp of last data update"
  },
  "sample": {
    "data": {
      "ttl": 0,
      "data": {
        "en": {
          "feeds": [
            {
              "url": "https://data.lime.bike/api/partners/v1/gbfs/washington_dc/system_information",
              "name": "system_information"
            },
            {
              "url": "https://data.lime.bike/api/partners/v1/gbfs/washington_dc/station_information",
              "name": "station_information"
            },
            {
              "url": "https://data.lime.bike/api/partners/v1/gbfs/washington_dc/station_status",
              "name": "station_status"
            },
            {
              "url": "https://data.lime.bike/api/partners/v1/gbfs/washington_dc/free_bike_status",
              "name": "free_bike_status"
            }
          ]
        }
      },
      "version": "1.0",
      "last_updated": 1777801085
    },
    "status": "success"
  }
}

About the data.lime.bike API

This API exposes 5 GBFS-compliant endpoints for Lime's micromobility network, covering vehicle locations, station status, and system metadata across dozens of regions. The get_free_bike_status endpoint returns per-vehicle coordinates, reservation state, disabled state, and vehicle type for every available bike or scooter in a given region in real time. All endpoints accept a region parameter and return standardized GBFS fields including last_updated, ttl, and versioned data objects.

Vehicle and Station Data

The get_free_bike_status endpoint is the core feed for real-time vehicle tracking. For each vehicle in the bikes array it returns bike_id, lat, lon, is_reserved, is_disabled, and vehicle_type. Where available, rental_uris are included per vehicle, allowing deep-link integration with rental flows. The region parameter accepts identifiers like washington_dc, new_york, or chicago.

Station data comes in two feeds. get_station_information returns the static record for each logical station — station_id, name, lat, lon — while get_station_status provides the live operational view: num_vehicles_available, num_docks_available, is_installed, is_renting, and is_returning. Because Lime operates a dockless fleet, most regions surface a single virtual station rather than a physical dock network.

System Metadata and Discovery

get_system_information returns static regional metadata: system_id, language, name, timezone, license_url, and attribution_organization_name. This is useful for populating UI labels, respecting license attribution, and confirming timezone context when interpreting last_updated timestamps.

The get_gbfs_discovery endpoint returns the canonical list of available feed URLs for a given region, keyed by language. This is the standard GBFS auto-discovery pattern — it tells you which of the other feeds are actually published for that region before you query them individually. Every response across all endpoints includes a ttl field (seconds until next refresh) and a last_updated UNIX timestamp so callers can schedule polling efficiently.

Common use cases
  • Map all available Lime scooters and bikes near a location using lat/lon from get_free_bike_status
  • Filter out reserved or disabled vehicles using is_reserved and is_disabled flags before surfacing results to users
  • Build a multi-city micromobility dashboard by iterating over region identifiers and aggregating num_vehicles_available from get_station_status
  • Attribute map data correctly by pulling attribution_organization_name and license_url from get_system_information
  • Check which GBFS feeds are active for a new region before querying vehicle or station endpoints, using get_gbfs_discovery
  • Track fleet utilization over time by polling get_free_bike_status per region and recording vehicle counts at intervals
  • Integrate deep-link rental flows into a mobility app using rental_uris returned per vehicle in get_free_bike_status
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Lime publish an official developer API?+
Lime exposes its data publicly via the GBFS (General Bikeshare Feed Specification) standard at data.lime.bike. There is no separately documented private developer API; the GBFS feeds are the official public data surface.
What does `get_free_bike_status` return and how granular is the vehicle data?+
It returns an array of individual vehicles, each with a unique bike_id, precise lat/lon coordinates, a vehicle_type field, boolean flags for is_reserved and is_disabled, and optional rental_uris. Battery level, pricing, or trip history are not included in this feed.
Does the API cover all Lime markets globally, or only certain regions?+
The region parameter supports identifiers for cities where Lime publishes GBFS data, such as washington_dc, new_york, and chicago. Not every Lime market worldwide is guaranteed to have a published feed, and the set of available regions can change as Lime expands or suspends service. You can fork this API on Parse and revise it to add a region-listing endpoint that enumerates currently active regions.
Are geofencing zones or service area boundaries available through this API?+
Not currently. The API covers vehicle locations, station data, and system metadata but does not expose geofencing or operating zone polygons. You can fork it on Parse and revise to add an endpoint targeting any region-specific zone feed Lime publishes.
How fresh is the data returned by these endpoints?+
Each response includes a last_updated UNIX timestamp and a ttl integer (seconds until the next expected update). For get_free_bike_status, typical TTL values are in the range of 30–60 seconds, but this varies by region. Callers should respect the ttl to avoid fetching stale or redundant data.
Page content last updated . Spec covers 5 endpoints from data.lime.bike.
Related APIs in Maps GeoSee all →
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.
homedepot.com API
Search and browse Home Depot's product catalog to compare pricing, check real-time availability, and review detailed product specifications. Find products across all categories, look up store locations and hours, and check fulfillment options including in-store pickup and delivery.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
angieslist.com API
Search for home service professionals on Angi and access their detailed profiles including reviews, contact information, and photos to find the right contractor for your project. Quickly compare multiple service providers by viewing their ratings, customer feedback, and verified business details all in one place.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.