【NGSIv2JSONデータ】店舗カテゴリ
<リクエスト>
リクエスト例
curl -X GET "https://orion.data4citizen.jp/v2/entities?type=store" -H "accept:application/json"
送信電文
- HTTPメソッド:GET
- HTTPヘッダ:Accept: application/json
- HTTPボディ: { }
リクエストパラメータ
パラメータ名 説明
- id 【任意】エンティティID
- type 【任意】エンティティタイプ
- idPattern 【任意】エンティティIDの正規表現
- typePattern 【任意】エンティティタイプの正規表現
- q 【任意】属性値のクエリ式
- mq 【任意】メタデータのクエリ式
- georal 【任意】座標の位置関係
- geometry 【任意】座標が示すオブジェクトの形状
- coords 【任意】座標。WGD-84に準拠
- limit 【任意】取得するエンティティの上限数
- offset 【任意】取得するエンティティのオフセット
- attrs 【任意】属性名称
- metadata 【任意】メタデータ名称
- orderBy 【任意】ソート条件
- options 【任意】オプション情報カンマ区切りで複数指定可能。cont/keyValues/vakues/unique
<レスポンス>
レスポンス例
[
{
"type": "store",
"id": "store_1",
"name": {
"value": " AdoriA 北出丸カフェ",
"type": "Text",
"metadata": {
"orignal_data": {
"value": "resource_name:【あかべこ券】利用可能店舗.csv line_no:92"
}
}
},
"name_kana": {
"value": null,
"type": "Text",
"metadata": {}
},
(省略)
{
"type": "store",
"id": "store_100",
"name": {
"value": "お菓子の蔵 太郎庵 七日町菓房",
"type": "Text",
"metadata": {
"orignal_data": {
"value": "resource_name:【あかべこ券】利用可能店舗.csv line_no:10"
}
}
},
"name_kana": {
"value": null,
"type": "Text",
"metadata": {}
},
(省略)
}
]
レスポンスパラメータ
パラメータ名 説明
- type エンティティタイプ
- id エンティティID
- name/name_kana/… 属性情報(JSONファイルの項目)
- type 属性タイプ
- value 属性値
- metadata メタデータ情報
- detail/… メタデータ名称
- type メタデータタイプ
- value メタデータ値
属性情報一覧
属性日本語名称 (属性情報) [型]
- 名称 (name) [Text]
- 名称_カナ (name_kana) [Text]
- 名称_英語 (name_en) [Text]
- 市区町村コード (localgov_code) [Number]
- シリアルナンバー (serial_number) [Number]
- 都道府県名 (pref_name) [Text]
- 市区町村名 (city_name) [Text]
- 住所 (address) [Text]
- 方書 (address_detail) [Text]
- 緯度 (latitude) [Number]
- 経度 (longitude) [Number]
- 設置者 (owner) [Text]
- 電話番号 (tel) [Text]
- 内線番号 (extension) [Text]
- SSID (ssid) [Text]
- 提供エリア (area) [Text]
- URL (url) [Text]
- 公衆無線LANアクセスポイント_備考 (note) [Text]
- 備考 (comment) [Text]
- 福島テイクアウト_備考 (overview) [Text]
- コンビニエンスストア_備考 (conveniencestore_comment) [Text]
- 営業時間 (business_hours) [Text]
- アクセス (access) [Text]
- 定休日 (holiday) [Text]
- SNSURL (SNS) [Text]
- ランチ情報 (lunch_information) [Text]
- お店からのメッセージ (message_from_the_store) [Text]
- 配達条件 (delivery_terms) [Text]
- 配達可否 (deliverable) [Boolean]
- 広告主ロゴ (sponsor_logo) [Text]
- 説明 (Description) [Text]
- アイコン色 (Icon_color) [Text]
- ピクチャURL (Picture_URL) [Text]
- サムネイルURL (Thumbnail_URL) [Text]
- 郵便番号 (zip_cd) [Text]
- サービススタイル (service_style) [Text]
- メニュー (menu) [Text]
- 予約可否 (reserve) [Text]
- テイクアウト営業時間 (now_time) [Text]
- WEB情報1 (web_info1) [Text]
- WEB情報2 (web_info2) [Text]
- 種類 (store_Type) [Text]
- 宣伝 (appeal) [Text]
- 特典 (special) [Text]
- 担当者 (contact) [Text]
- メールアドレス (mailaddress) [Text]
- カテゴリ (category) [Text]
- 更新日 (upd) [Text]
- 施設名 (facility) [Text]
- FAX番号 (fax) [Text]
- 駐車場 (parking) [Text]
- 駐車場有無 (exist_parking) [Boolean]
- 身障者用トイレ有無 (exist_handicapped_toilet) [Boolean]
- 洋式トイレ有無 (exist_western_toilet) [Boolean]
- 和式トイレ有無 (exist_japanese_toilet) [Boolean]
- レンタサイクル有無 (exist_bike_rental) [Boolean]
- お茶無料サービス有無 (exist_tea_service) [Boolean]
- 公衆電話有無 (exist_public_telephone) [Boolean]
- 手荷物預かり有無 (exist_baggage_keep) [Boolean]
- コインロッカー有無 (exist_coinlocker) [Boolean]
- 乳児施設有無 (exist_baby_equipment) [Boolean]
- バリアフリー有無 (exist_barrierfree) [Boolean]
- インターネット端末有無 (exist_terminal) [Boolean]
- 外国語通訳有無 (exist_interpretation) [Boolean]
- 対応言語 (language) [Text]
- 手話通訳有無 (exist_sign_interpretation) [Boolean]
- Wi-Fi対応有無 (exist_wifi) [Boolean]
- TAX FREE SHOP (exist_tax_free_shop) [Boolean]
- 電気自動車急速充電器 (exist_ev_terminal) [Boolean]
- 値段 (price) [Text]
- メッセージ (message) [Text]
- 了承有無 (accept) [Text]
- おもてなし (omotenashi) [Text]
- 業界 (industry) [Text]
このリソースのために作成されたビューはまだありません
追加情報
フィールド | 値 |
---|---|
最終更新日 | 2022年12月17日 |
メタデータ最終更新日時 | 2022年12月18日 |
作成日 | 2022年12月18日 |
データ形式 | NGSIv2JSON |
ライセンス | Creative Commons Attribution |
Datastore active | False |
Has views | False |
Id | 3d77debc-18eb-45e9-8b52-bf4f4b6b8ac2 |
Package id | eeef66fb-7d42-4898-a2c2-960a719b3703 |
Position | 0 |
State | active |
Url type | upload |