GET /api/1/users/search.json
ユーザを名前(screen_name)で検索した結果を返す。 空白文字列を含んだ場合、前後の単語でのAND検索となる。
Key | Value | デフォルト値 |
---|---|---|
page | 取得するページ番号。1 <= page | 1 |
limit | 1ページに含む要素の数。 1 <= limit <= 100 | 100 |
q | 検索する文字列 |
GET /api/1/users/search.json?q=Iguchi+Takahito&limit=10&page=1
Host: example.org Cookie: Origin:
q: Iguchi Takahito limit: 10 page: 1
Content-Type: application/json; charset=utf-8 Set-Cookie: guest_distinct_id=fbab2416-5cce-4f49-9aa4-8b0378a0bd64; expires=Mon, 09-Jan-2023 01:54:18 GMT THIS_IS_SESSION_COOKIE_KEY_FOR_SPEC=BAh7B0kiD3Nlc3Npb25faWQGOgZFRkkiJTMyOThiNzg1ZDIzNjI5NTZlMjZjNzQ4ZGQ2ZDJhYTViBjsAVEkiGGtwaV9wcmV2X2NvbnRyb2xsZXIGOwBGSSIVYXBpL3VzZXJzI3NlYXJjaAY7AEY%3D--bcd8cd6e182a07145743b5ff259b4327a7363df9; path=/; HttpOnly X-Ua-Compatible: IE=Edge,chrome=1 E-Tag: "95e6e1ff63c09b8ee8c479fd571badbe" Cache-Control: max-age=0, private, must-revalidate X-Request: b300e00549889034006753b30463d97d X-Runtime: 0.014674 Content-Length: 915
200 OK
{ "total": 1, "page": 1, "limit": 10, "users": [ { "id": 974211560, "screen_name": "Iguchi Takahito", "profile_image_url": { "original": "http://sc2-items-dev.s3.amazonaws.com/profile_images/original/missing.png?t=1", "crop_S": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_S/missing.png?t=1", "crop_M": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M/missing.png?t=1", "crop_M1": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M1/missing.png?t=1", "crop_M2": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_M2/missing.png?t=1", "crop_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_L/missing.png?t=1", "crop_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/crop_LL/missing.png?t=1", "normal_L": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_L/missing.png?t=1", "normal_LL": "http://sc2-items-dev.s3.amazonaws.com/profile_images/normal_LL/missing.png?t=1" } } ] }