Project Icon

mobility-data-specification

开源API规范推动城市交通数据标准化

Mobility Data Specification (MDS)是一套开源API规范,旨在实现城市与移动服务提供商之间的标准化通信和数据共享。MDS支持共享单车、电动滑板车、汽车共享等多种出行方式,为城市交通管理提供了数字化基础。该规范由Open Mobility Foundation管理,目前已在全球200多个城市得到应用,成为推动智慧交通发展的重要工具。

Mobility Data Specification

Table of Contents

About

The Mobility Data Specification (MDS), a project of the Open Mobility Foundation (OMF), is a set of Application Programming Interfaces (APIs) that helps cities better manage transportation in the public right of way, standardizing communication and data-sharing between cities and mobility providers, allowing cities to share and validate policy digitally, and enabling vehicle management and better outcomes for residents. Inspired in part by projects like GTFS and GBFS, MDS is focused on managing mobility services such as dockless scooters, bicycles, mopeds, car share, delivery robots, and passenger services.

MDS is a key piece of digital infrastructure that supports the effective implementation of mobility policies in cities around the world. For a high level overview and visuals, see the About MDS page on the OMF website.

MDS Main Logo

MDS is an open-source project originally created by the Los Angeles Department of Transportation (LADOT). In November 2019, stewardship of MDS and the ownership of this repository were transferred to the Open Mobility Foundation. GitHub automatically redirects any links to this repository from the CityOfLosAngeles organization to the openmobilityfoundation instead. MDS continues to be used by LADOT and many other municipalities and companies.

[Top][toc]

Endpoints

MDS is comprised of six distinct APIs, with multiple endpoints under each API:

MDS Provider Icon

The [provider][provider] API endpoints are intended to be implemented by mobility providers and consumed by regulatory agencies. Data is pulled from providers by agencies. When a municipality queries information from a mobility provider, the Provider API provides historical and recent views of operations. First released in June 2018.


MDS Agency Icon

The [agency][agency] API endpoints are intended to be implemented by regulatory agencies and consumed by mobility providers. Data is pushed to agencies by providers. Providers query the Agency API when events (such as a trip start or vehicle status change) occur in their systems. First released in April 2019.


MDS Policy Icon

The [policy][policy] API endpoints are intended to be implemented by regulatory agencies and consumed by mobility providers. Providers query the Policy API to get information about local rules that may affect the operation of their mobility service or which may be used to determine compliance. First released in October 2019.


MDS Geography Icon

The [geography][geography] API endpoints are intended to be implemented by regulatory agencies and consumed by mobility providers. Providers query the Geography API to get information about geographical regions for regulatory and other purposes. First released in October 2019, as part of the Policy specification.


MDS Jurisdiction Icon

The [jurisdiction][jurisdiction] API endpoints are intended to be implemented by regulatory agencies that have a need to coordinate with each other. The Jurisdiction API endpoints allow cities to communicate boundaries between one another and to mobility providers. First released in March 2021.


MDS Metrics Icon

The metrics API endpoints are intended to be implemented by regulatory agencies or their appointed third-party representatives to have a standard way to consistently describe available metrics, and create an extensible interface for querying MDS metrics. First released in March 2021.


Modularity

MDS is designed to be a modular kit-of-parts. Regulatory agencies can use the components of the API that are appropriate for their needs. An agency may choose to use only agency, provider, and/or policy. Other APIs like geography, jurisdiction, and/or metrics can be used in coordination as described with these APIs or sometimes on their own. Or agencies may select specific elements (endpoints) from each API to help them implement their goals. Development of the APIs takes place under the guidance of the OMF's MDS Working Group.

Many parts of the MDS definitions and APIs align across each other. In these cases, consolidated information can be found on the General Information page.

You can read more in our Understanding the different MDS APIs guide.

MDS APIs and Endpoints

GBFS Requirement

All MDS compatible Provider and/or Agency feeds must also expose a public GBFS feed for the micromobility and car share modes (passenger services and delivery robots may be optionally supported at the discretion of the agency running the program). Compatibility with GBFS 2.2 or greater is advised, or the version recommended per MobilityData's supported releases guidance. Read MobilityData's RFP recommendations and required files list in their GBFS and Shared Mobility Data Policy guide.

See our MDS Vehicles Guide for how MDS Provider/Agency /vehicles can be used by regulators instead of the public GBFS /free_bike_status. Additional information on MDS and GBFS can be found in this guidance document.

[Top][toc]

Modes

MDS supports multiple "modes", defined as a distinct regulatory framework for a type of mobility service. See the modes overview or get started with a specific mode:

  • Micromobility - dockless or docked small devices such as e-scooters and bikes.
  • Passenger services - transporting individuals with a vehicle driven by another entity, including taxis, TNCs, and microtransit
  • Car share - shared point-to-point and station-based multi-passenger vehicles.
  • Delivery robots - autonomous and remotely driven goods delivery devices

MDS Mode - Micromobility       MDS Mode - Passenger Services       MDS Mode - Car Share       MDS Mode - Delivery Robots


[Top][toc]

Versions

MDS has a current release (version 2.0.0), previous releases (both recommended and longer recommended for use), and upcoming releases in development. For a full list of releases, their status, recommended versions, and timelines, see the Official MDS Releases page.

The OMF provides guidance on upgrading for cities, providers, and software companies, and sample permit language for cities. See our MDS Version Guidance for best practices on how and when to upgrade MDS as new versions become available. Our complimentary MDS Policy Language Guidance document is for cities writing MDS into their operating policy and includes sample policy language.

Technical Information

The latest MDS release is in the main branch, and development for the next release occurs in the dev branch.

The MDS specification is versioned using Git tags and semantic versioning. See prior releases and the Release Guidelines for more information and version support.

Data Validation

To help with MDS data and feed validation, please see our OpenAPI schema description in the OMF mds-openapi repository. Browsable interactive documentation is also linked to in that repository.

Starting with MDS 2.0, OpenAPI documents describe MDS endpoints and allow for schema validation, expanding on the JSON Schemas formerly housed in this repository.

[Top][toc]

Get Involved

To stay up to date on MDS, please subscribe to the mds-announce mailing list for general updates, the wg-mds mailing list for Working Group details and meetings, and read our Community Wiki.

The Mobility Data Specification is an open source project with all development taking place on GitHub and public meetings through our MDS Working Group. Comments and ideas can be shared by starting a discussion, creating an issue, suggesting changes with a pull request, and attending meetings. Before contributing, please review our OMF CONTRIBUTING and CODE OF CONDUCT pages to understand guidelines and policies for participation.

Read our How to Get Involved in the Open Mobility Foundation blog post for more detail and an overview of how the OMF is organized.

For other questions about MDS or media inquiries please contact the OMF directly on our website.

Membership

OMF Members (public agencies and commercial companies) have additional participation opportunities with leadership roles within our OMF governance:

Read about how to become an OMF member, how to get involved and our governance model, and contact us for more details.

[Top][toc]

Cities Using MDS

More than 200 cities and public agencies across 21 countries around the world are known to use MDS, and it has been implemented by most major mobility service providers.

Please let us know via our website or in the public discussion area if you are an agency using MDS so we can add you to the city resource list, especially if you have published your policies or documents publicly.

To add yourself to the agency list and add your Policy Requirement link, please let us know via our website or open an Issue or Pull Request. Find out how in our Adding an Agency ID help document.

[Top][toc]

Providers Using MDS

Over four dozen mobility service providers (MSPs) around the world use MDS, allowing them to create tools around a single data standard for multiple cities.

  • See our list of providers using MDS. For a table list with unique IDs, see the MDS provider list which includes both service operators and data solution providers.
  • A provider needs a unique ID for each mode they operate under.

To add yourself to the provider list, please let us know via our website or open an Issue or Pull Request. Find out how in our Adding an Provider ID help document.

[Top][toc]

项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

吐司

探索Tensor.Art平台的独特AI模型,免费访问各种图像生成与AI训练工具,从Stable Diffusion等基础模型开始,轻松实现创新图像生成。体验前沿的AI技术,推动个人和企业的创新发展。

Project Cover

SubCat字幕猫

SubCat字幕猫APP是一款创新的视频播放器,它将改变您观看视频的方式!SubCat结合了先进的人工智能技术,为您提供即时视频字幕翻译,无论是本地视频还是网络流媒体,让您轻松享受各种语言的内容。

Project Cover

美间AI

美间AI创意设计平台,利用前沿AI技术,为设计师和营销人员提供一站式设计解决方案。从智能海报到3D效果图,再到文案生成,美间让创意设计更简单、更高效。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号