Korean Quote Open API

한글 명언을 제공하는 오픈 API 서비스입니다.

Quote

Quote | 랜덤 명언 조회

get
https://quote.aleph.kr/quote/random

Success 200

Field Type Description
success Boolean

요청 성공 여부

message String

응답 메시지

data Object

명언 데이터

  body String

명언 내용

  author String

명언 작성자

  author_profile String

작성자의 프로필 또는 설명

HTTP/1.1 200 OK
{
  "success": true,
  "message": "Success",
  "data": {
    "body": "소프트웨어를 디자인할 때는 나는 건축가 이다. 유저 인터페이스를 디자인할 때는 예술가이며, 구현할 때는 장인이 된다. 하지만 테스트를 할 때는 아마 쳐죽일 놈이 될 것이다.",
    "author": "Steve McConnell",
    "author_profile": "Construx Software Builders사의 CEO"
  }
}

Quote | 오늘의 명언 조회

get
https://quote.aleph.kr/quote/today

Success 200

Field Type Description
success Boolean

요청 성공 여부

message String

응답 메시지

data Object

명언 데이터

  body String

명언 내용

  author String

명언 작성자

  author_profile String

작성자의 프로필 또는 설명

HTTP/1.1 200 OK
{
  "success": true,
  "message": "Success",
  "data": {
    "body": "소프트웨어를 디자인할 때는 나는 건축가 이다. 유저 인터페이스를 디자인할 때는 예술가이며, 구현할 때는 장인이 된다. 하지만 테스트를 할 때는 아마 쳐죽일 놈이 될 것이다.",
    "author": "Steve McConnell",
    "author_profile": "Construx Software Builders사의 CEO"
  }
}

Generated with apidoc 1.2.0 - Wed Jan 15 2025 10:12:14 GMT+0900 (대한민국 표준시)