nihimotoの日記

https://mapsengine.google.com/map/edit?mid=zhpqXW1XM-zc.kmD-c8p1GAWI

iKnow API のOverview和訳

iKnowAPIでできることを把握しておくため、軽くOverviewの和訳作りました。
ざっと見渡して把握するには英語はつらいので。。。

============================================================
Call
Syntax
Description
API Key?
―-―-―-
user profile
GET /users/:username
Who is this user and list their friends.
このユーザーが誰か、および、フレンドリスト
No
―-―-―-
study results
GET /users/:username/study_results
What was this user’s score.
このユーザーのスコア
No
―-―-―-
lists studied
GET /users/:username/lists
What lists/courses did this user study.
このユーザーが何のコース/リストを学習しているか
No
―-―-―-
items studied
GET /users/:username/items
What items did this user study.
ユーザーが学習しているアイテムリスト
No
―-―-―-
recent lists
GET /lists
Recent lists created by the community.
最近作成されたリスト
No
―-―-―-
search lists
GET /lists/matching/:keyword
Search lists.
リストの検索
No
―-―-―-
create list
POST /lists
Create a new study list.
新しいリストを作成する
Yes
―-―-―-
delete list
DELETE /lists/:id
Delete owned list.
リストを削除する
Yes
―-―-―-
recent items
GET /items
Recent items created by the community.
最近作られたアイテム
No
―-―-―-
search items
GET /items/matching/:keyword
Dictionary lookup.
アイテムをキーワード検索する?
No
―-―-―-
items in list
GET /lists/:id/items
Items used in study list.
学習中のリストからアイテムを持ってくる?
No
―-―-―-
add image
POST /items/:id/images
Add image to item.
アイテムに画像を追加する
Yes
―-―-―-
add sound
POST /items/:id/sounds
Add sound to item.
アイテムに音声を追加する
Yes
―-―-―-
recent sentences
GET /sentences
Recent sentences created by the community.
最近作成された例文
No
―-―-―-
search sentences
GET /sentences/matching/:keyword
Find sentences by keyword.
キーワードで例文を検索する
No
―-―-―-
sentences in list
GET /lists/:id/sentences
Get sentences in study list.
学習中のリストから例文を持ってくる
No
―-―-―-
create sentence
POST /sentences
Create a new sentence and add to an item/list.
例文を作成する
Yes
―-―-―-
add image
POST /sentences/:id/images
Add an image to sentence.
例文に画像を追加する
Yes
―-―-―-
add sound
POST /sentences/:id/sounds
Add a sound to sentence.
例文に音声を追加する
Yes
―-―-―-
extract items
POST /items/extract
Extract iKnow! items from a text.
文章からiKnowのアイテムを抽出する?
Yes ============================================================