Lime website screenshot

Lime

Lime is a San Francisco–based shared electric vehicle company that operates e-scooters and e-bikes across more than 280 cities in 30+ countries. Riders unlock and pay for vehicles through the Lime mobile app; cities and transit agencies receive operational data via standardized public feeds. Lime publishes per-city public GBFS (General Bikeshare Feed Specification) 2.2 feeds covering system information, station information, station status, free (dockless) bike status, and vehicle types under the Lime Public GBFS Terms. Lime also publishes MDS Extensions on GitHub — an open-source aggregation layer that sits on top of the MDS Provider standard for sharing k-anonymized operational data with regulators. There is no public, commercially licensable rider/booking API; the rider-facing endpoints at web-production.lime.bike are private to the Lime app. Integrations with trip-planning surfaces (Google Maps, Uber, Moovit, Citymapper) and city permit dashboards are delivered through the GBFS and MDS feeds.

1 APIs 0 Features
Shared MobilityMicromobilityElectric ScootersElectric BikesE-BikesE-ScootersTransportationUrban MobilityGBFSMDSSmart CitiesTransit

APIs

Lime GBFS Public Feed

Public GBFS 2.2 feed exposing the real-time location, vehicle type, battery level, and rental URLs for Lime's free-floating e-scooters and e-bikes per operating city. Each city ...

Collections

Resources

🔗
Website
Website
🔗
About
About
📰
Newsroom
Newsroom
🔗
Careers
Careers
🔗
Contact
Contact
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📜
GBFSTerms
GBFSTerms
🔗
Sustainability
Sustainability
🔗
Safety
Safety
👥
GitHubOrganization
GitHubOrganization
🔗
DataSharing
DataSharing
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
🔗
Instagram
Instagram

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Lime GBFS Public Feed
  version: '2.2'
items:
- info:
    name: Get GBFS Discovery Document
    type: http
  http:
    method: GET
    url: https://data.lime.bike/api/partners/v2/gbfs/{city}/gbfs.json
  docs: Auto-discovery file listing the URLs of all sub-feeds available for this city system.
- info:
    name: Get System Information
    type: http
  http:
    method: GET
    url: https://data.lime.bike/api/partners/v2/gbfs/{city}/system_information
  docs: Operator and system metadata — name, timezone, language, license URL.
- info:
    name: Get Vehicle Types
    type: http
  http:
    method: GET
    url: https://data.lime.bike/api/partners/v2/gbfs/{city}/vehicle_types
  docs: Catalog of vehicle types available in the system (form factor, propulsion type, max range).
- info:
    name: Get Station Information
    type: http
  http:
    method: GET
    url: https://data.lime.bike/api/partners/v2/gbfs/{city}/station_information
  docs: Static information about stations / virtual parking zones, if any.
- info:
    name: Get Station Status
    type: http
  http:
    method: GET
    url: https://data.lime.bike/api/partners/v2/gbfs/{city}/station_status
  docs: Live availability of vehicles and docks at each station.
- info:
    name: Get Free Bike Status
    type: http
  http:
    method: GET
    url: https://data.lime.bike/api/partners/v2/gbfs/{city}/free_bike_status
  docs: Real-time location and availability of free-floating (dockless) vehicles, including rental URLs.
bundled: true