Reliable edge proxy to the Juso API

Juso @ Edge ⚡

Reliable edge proxy to the Juso API

  • Global CDN powered by Cloudflare
  • HTTP/2 & HTTP/3 enabled
  • Constant & Fast response time
  • Cache-first

Usage

e.g. Request URL for 신논현 is https://juso-edge.karrot.workers.dev/search/신논현

GET "https://juso-edge.karrot.workers.dev/search/%EC%8B%A0%EB%85%BC%ED%98%84"

See CodeSandbox demo

Options

Param Format Description Default Value
page Integer (> 0) number of page "1"
perPage Integer (>= 0) max item count per page "10"
proxy Boolean opt-out all downstream cache behavior "false"

Response

type Response = {
  hasNext: boolean,

  items: {
    /**
     * 도로명 주소
     */
    address: string,

    /**
     * 도로명 주소 (영문)
     */
    enAddress: string,

    /**
     * 지번 주소
     */
    jibunAddress: string,
    
    /**
     * 우편번호
     */
    zipCode: string,
  }[],
}

LICENSE

MIT