Search

전체 도서 검색 API

Request (요청)

URL

https://soobook.devlim.net/api/book/search/?

Method

GET

Params

URL Params

name value type
keyword 검색어 string

Data Params

None

Response (응답)

Success Response

  • Code: 200
  • Content:
{
  "count": 79,
  "next": "https://soobook.devlim.net/api/book/search/?keyword=%ED%8C%8C%EC%9D%B4%EC%8D%AC&page=2",
  "previous": null,
  "results": [
    {
      "id": 425,
      "title": "뇌를 자극하는 파이썬 3",
      "author": "박상현",
      "cover_thumbnail": "http://books.google.com/books/content?id=1WqFDQAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=파이썬",
      "publisher": "한빛미디어",
      "description": "<책소개> 난이도가 아주 낮은 파이썬 입문서로, 파이썬으로 무엇을 할 수 있는지 알려줍니다. - 1~2장: 컴퓨터 공학을 전공하지 않은 독자를 위해 코딩을 위한 동기 부여와 컴퓨터 구조를 다룹니다. - 3장: 파이썬 실습을 위한 준비를 설명하고, - 4~10장: 본격적으로 파이썬 문법에 대해 이야기합니다. - 11~17장: 트위터 봇, 네트워크, SQLite, 이미지 프로세싱, 게임 등 다양한 실전 예제를 담고 있습니다. [Q/A] (자료실) http://brain.hanbit.co.kr/python 책을 보다가 궁금한 점이 있으면 언제든지 문의하세요. 실습에 필요한 파일도 제공합니다."
    },
    { ... },
    { ... },
    { ... },
    { ... },
    { ... },
    { ... },
    { ... },
    { ... },
    { ... }
  ]
}
  • results 배열안에 10개의 딕셔너리를 반환합니다.
  • 수북 데이터베이스에 데이터가 없을 경우, 응답이 느릴 수 있습니다.

Error Response

  • Code: 400
  • Reason: 키(keywrod)가 없는 경우
  • Content:
{
  "ios_error_code": "4002",
  "keyword": [
    "This field is required."
  ]
}
  • Code : 400
  • Reason: 키의 값이 없는 경우
  • Content:
{
  "ios_error_code": "4003",
  "keyword": [
    "This field may not be blank."
  ]
}

results matching ""

    No results matching ""