GTFS Data Repository API (ベータ公開版) (2.0)

Download OpenAPI specification:Download

GTFS ファイルの検索

GTFS ファイルの検索

query Parameters
extent
Array of numbers = 4 items
Example: extent=135,35,135.1,35.1

GTFS を指定範囲で検索 minx,miny,max,maxy

pref
integer
Example: pref=23

フィードの都道府県コードで検索

target_date
string
Example: target_date=2021-12-31

指定した日付に有効な GTFS の検索 指定しない場合は現在有効な GTFS が検索される all が指定されるとすべての期間で検索する

org_name
string
Example: org_name=AIGID交通

公開元組織名(前方一致)

org_id
string
Example: org_id=aigid

組織ID(完全一致)

Responses

Response samples

Content type
application/json
{}

GTFSフィード一覧を取得

GTFSフィード一覧を取得

query Parameters
pref
integer
Example: pref=23

フィードの都道府県コードで検索

org_name
string
Example: org_name=AIGID交通

公開元組織名(前方一致)

org_id
string
Example: org_id=aigid

組織ID(完全一致)

Responses

Response samples

Content type
applicaation/json
{
  • "code": 200,
  • "message": "ok",
  • "body": [
    ]
}

GTFSフィード情報を取得

GTFSフィード情報を取得

path Parameters
organization_id
required
string
Example: matsuurabus
feed_id
required
string
Example: rosenbus
query Parameters
max_prev
integer
Default: 0

返却する GTFS ファイルを何世代前まで取得するか。指定しないと過去分は返さない。

max_next
integer

返却する GTFS ファイルを何世代先まで取得するか。指定しないとあるものすべてが返る。

Responses

Response samples

Content type
applicaation/json
{
  • "code": 200,
  • "message": "ok",
  • "body": {
    }
}

GTFS ファイルを取得

GTFS ファイルを取得

path Parameters
organization_id
required
string
Example: matsuurabus
feed_id
required
string
Example: rosenbus
query Parameters
rid
string
Default: "current"
Enum: "prev_3" "prev_2" "prev_1" "current" "next_1" "next_2" "next_3" "next"

current は現在有効な GTFS ファイル、もしくは直近過去をあらわす。 next は next_1、next_1 がない場合は current をあらわす。

uid
string
Example: uid=9bb4c4ef-a623-4e07-abd5-d59fd08e762b

GTFS ファイルを一意に特定する UUID

Responses

GTFS ファイルのバス停を可視化するための GeoJSON

GTFS ファイルのバス停を可視化するための GeoJSON

path Parameters
organization_id
required
string
Example: matsuurabus
feed_id
required
string
Example: rosenbus
query Parameters
rid
string
Default: "current"
Enum: "prev_3" "prev_2" "prev_1" "current" "next_1" "next_2" "next_3" "next"

current は現在有効な GTFS ファイル、もしくは直近過去をあらわす。 next は next_1、next_1 がない場合は current をあらわす。

uid
string
Example: uid=9bb4c4ef-a623-4e07-abd5-d59fd08e762b

GTFS ファイルを一意に特定する UUID

Responses

GTFS ファイルの経路を可視化するための GeoJSON

GTFS ファイルの経路を可視化するための GeoJSON

path Parameters
organization_id
required
string
Example: matsuurabus
feed_id
required
string
Example: rosenbus
query Parameters
rid
string
Default: "current"
Enum: "prev_3" "prev_2" "prev_1" "current" "next_1" "next_2" "next_3" "next"

current は現在有効な GTFS ファイル、もしくは直近過去をあらわす。 next は next_1、next_1 がない場合は current をあらわす。

uid
string
Example: uid=9bb4c4ef-a623-4e07-abd5-d59fd08e762b

GTFS ファイルを一意に特定する UUID

Responses

GTFS ファイルのバスの動きを可視化するための JSON

GTFS ファイルのバスの動きを可視化するための JSON

path Parameters
organization_id
required
string
Example: matsuurabus
organization_id
required
string
Example: matsuurabus
query Parameters
rid
string
Default: "current"
Enum: "prev_3" "prev_2" "prev_1" "current" "next_1" "next_2" "next_3" "next"

current は現在有効な GTFS ファイル、もしくは直近過去をあらわす。 next は next_1、next_1 がない場合は current をあらわす。

uid
string
Example: uid=9bb4c4ef-a623-4e07-abd5-d59fd08e762b

GTFS ファイルを一意に特定する UUID

Responses