Web API の提供について
ABC 2013 Autumnの各種公式情報を Web API にてご提供します。Androidアプリに組み込むなど、ご自由にお使いください。
ご提供内容 |
|
---|---|
ご提供方法 | RESTfull Web API |
ご利用にあたっての申請等 | 不要 |
ご利用費用 | 無料 |
仕様 | 以下をご参照ください | URL・サンプル |
|
免責事項 |
|
仕様
バザール情報API
http://www.android-group.jp/conference/abc2013a/api/bazaar/
<?xml version="1.0" encoding="UTF-8" ?> <bazaarInfo updateDate="2013-10-06 09:00:00"> <bazaar><!--複数可--> <bazaar_id>バザールID</bazaar_id> <days></days><!-- 出展日(空欄:今回は単日開催のため使用しません) --> <group>グループ名</group> <title>タイトル</title> <content>内容</content> <location>ブース位置</location> <url>関連サイトURL</url> </bazaar> </bazaarInfo>
カンファレンス情報API
http://www.android-group.jp/conference/abc2013a/api/conference/
<?xml version="1.0" encoding="UTF-8" ?> <lecInfo updateDate="2013-02-16 09:00:00"> <lecture><!--複数可--> <lec_id>講演ID</lec_id> <title>講演タイトル</title> <abstract>講演アブスト</abstract> <lec_order_num>並び順</lec_order_num> <room_order_num>部屋並び順</room_order_num> <url>ABCサイトURL</url> <speakers> <speaker><!--複数可--> <speaker_id>講演者ID</speaker_id> <name>講演者名</name> <profile>プロファイル</profile> </speaker> </speakers> <start_time>開始時刻</start_time><!-- yyyy-MM-dd HH:mm:ss --> <end_time>終了時間</end_time><!-- yyyy-MM-dd HH:mm:ss --> <room id="(会場ID)">部屋名</room> <category id="(カテゴリID)">カテゴリ名</category> <time_frame>(時間枠ID)</time_frame> </lecture> </lecInfo>
ライブ情報API
(現在準備中です。準備完了後テスト用のダミーデータを前々日まで配信します)
http://www.android-group.jp/conference/abc2013a/api/live/
<?xml version="1.0" encoding="UTF-8"?> <liveInfo> <item><!-- 複数可 --> <room_id>(会場ID)</room_id> <room_place>会場名</room_place> <room_name>部屋名</room_name> <roomstatus_id>(会場ステータスID)</roomstatus_id> <roomstatus_text>会場ステータステキスト</roomstatus_text> <update_time>更新時刻</update_time><!-- yyyy-MM-dd HH:mm:ss --> </item> </liveInfo>
各種定義
時間枠ID (time_frame)
ID | 時間 |
---|---|
11 | 10/20 10:00〜 |
12 | 10/20 13:00〜 |
13 | 10/20 13:55〜 |
14 | 10/20 14:50〜 |
15 | 10/20 15:45〜 |
16 | 10/20 16:40〜 | 17 | 10/20 17:35〜 |
カテゴリID (category id)
ID | カテゴリ名 |
---|---|
1 | 基調講演/招待講演 |
2 | 多様なデバイス |
3 | デザイン・開発トラック |
4 | メーカー・開発トラック |
5 | 学生・団体トラック |
6 | LTトラック |
7 | コンテンツ・ビジネストラック |
会場ID (room id)
ID | 会場名 | 部屋名 |
---|---|---|
1 | 基調講演会場 | 丹波ホール |
2 | トラック会場1 | 1204教室 |
3 | トラック会場2 | 1205教室 |
4 | トラック会場3 | 1206教室 |
5 | トラック会場4 | 1213/1214教室 |
6 | トラック会場5 | 1224教室 |
7 | トラック会場6 | 1227/1228教室 |
会場ステータス (roomstatus_id)
ID | ステータステキスト |
---|---|
0 | 未開催 |
1 | 空有り |
2 | 混雑 |
3 | 満席立見 |
4 | 満席入場不可 |
5 | 終了 |
6 | 予約制 |