GTFS 静的フィードの概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
General Transit Feed Specification(GTFS。GTFS リアルタイム拡張機能と区別するため「GTFS 静的フィード」または「静的乗換案内」とも呼ばれる)には、公共交通機関の時刻表とその地理的情報に使用される共通形式が定義されています。GTFS の「フィード」を利用することで、公共交通機関は乗換案内データを公開し、デベロッパーはそのデータを相互運用可能な方法で利用するアプリケーションを作成できます。
GTFS フィードの概要
GTFS フィードは、1 つの ZIP ファイルに格納された一連のテキスト ファイルで構成されます。ファイルはそれぞれ、具体的な個々の乗換案内情報(停車地点、ルート、旅程、その他の時刻表データ)の雛型となります。各ファイルの詳細は GTFS リファレンスに定義されています。
フィードの例については、GTFS の例をご覧ください。交通機関は乗換案内情報をデベロッパーと共有するために GTFS フィードを作成します。一方、デベロッパーは、GTFS フィードを取り込んで乗換案内情報をアプリケーションに組み込むツールを作成します。GTFS は、ルート検索、時刻表の公開など、なんらかの方法で公共交通機関の乗換案内情報を利用する各種アプリケーションの利便性向上に役立ちます。
乗換案内フィードの一般公開
GTFS 形式のデータはさまざまなアプリケーションで使用できます。ウェブサーバー上でフィードをホストし、使用開始通知を公開することで、最も簡単にフィードを公開できます。
GoogleTransitDataFeed プロジェクト サイトには乗換案内フィードを提供する交通機関のリストが掲載されています。
Google への乗換案内フィードの送信
交通機関を監督する公的機関の関係者の方はこの GTFS 仕様を使用することで、交通情報を表示する Google マップやその他の Google アプリケーションに、時刻表、地理情報などを提供できます。
固定されたスケジュールとルートで運行する公共交通サービスを提供している場合は、料金なしで簡単に利用できる本サービスにぜひご参加ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eGTFS defines a common format for public transportation schedules and geographic information, enabling data sharing between agencies and developers.\u003c/p\u003e\n"],["\u003cp\u003eGTFS feeds consist of text files within a ZIP file, covering aspects like stops, routes, trips, and other schedule data.\u003c/p\u003e\n"],["\u003cp\u003ePublic transit agencies can share their GTFS feeds publicly and submit them to Google for integration with Google Maps and other applications.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can leverage GTFS feeds to build applications like trip planners, timetables, and various other tools utilizing public transit data.\u003c/p\u003e\n"],["\u003cp\u003eResources like examples, references, validation tools, and community support are available for working with GTFS.\u003c/p\u003e\n"]]],["The General Transit Feed Specification (GTFS) is a format for public transportation schedules and geographic data, enabling transit agencies to publish data and developers to build applications. Key actions include: reviewing GTFS examples, creating feeds using the reference guide, validating feeds with tools, and publishing them. Agencies can share feeds publicly via a web server or submit them to Google for inclusion in Google Maps. GTFS allows the use in various applications like trip planners.\n"],null,["# GTFS Static Overview\n\nThe General Transit Feed Specification (GTFS), also known as *GTFS static* or *static transit*\nto differentiate it from the [GTFS realtime extension](/transit/gtfs-realtime), defines a common format for\npublic transportation schedules and associated geographic information. GTFS\n\"feeds\" let public transit agencies publish their transit data and\ndevelopers write applications that consume that data in an interoperable way.\n\n### How do I start?\n\n1. Take a look at the [GTFS examples](/transit/gtfs/examples).\n2. Create your own feeds using the [reference](/transit/gtfs/reference) as a guide.\n3. Test your feed using [validation tools](/transit/gtfs/guides/tools).\n4. Publish your feed, as [described in the Help Center](https://support.google.com/transitpartners/answer/1111577).\n\n### Overview of a GTFS feed\n\nA GTFS feed is composed of a series of text files collected in a ZIP\nfile. Each file models a particular aspect of transit information: stops,\nroutes, trips, and other schedule data. The details of each file are\ndefined in the [GTFS reference](/transit/gtfs/reference).\n\nAn example feed can be found in the [GTFS\nexamples](/transit/gtfs/examples). A transit agency can produce a GTFS feed to share their\npublic transit information with developers, who write tools that consume\nGTFS feeds to incorporate public transit information into their\napplications. GTFS can be used to power trip planners, time table\npublishers, and a variety of applications, too diverse to list here, that\nuse public transit information in some way.\n\n### Making a Transit feed publicly available\n\nMany applications are compatible with data in the GTFS format. The\nsimplest way to make a feed public is to host it on a web server and publish\nan announcement that makes it available for use.\n\nA list of transit agencies who provide public feeds is available on the\n[GoogleTransitDataFeed project site](http://code.google.com/p/googletransitdatafeed/wiki/PublicFeeds).\n\n### Submitting a Transit feed to Google\n\nIf you're at a public agency that oversees public transportation for your\ncity, you can use the GTFS specification to provide schedules and\ngeographic information to Google Maps and other Google applications that\nshow transit information.\n\nIf you provide a transportation service that is open to the public, and operates with fixed schedules\nand routes, we welcome your participation; it is\n[simple and available at no charge](https://support.google.com/transitpartners/answer/1111471).\n\n### Getting help\n\nTo participate in discussions around GTFS realtime and suggest changes and\nadditions to the specification, join the\n[GTFS realtime discussion group](http://groups.google.com/group/gtfs-realtime).\n\nAdditional resources are available on the [Community page](/transit/gtfs/community).\n\nIf you have questions about the Google Transit Partners program, contact\n[Google support](https://support.google.com/transitpartners/gethelp)."]]