Skip to content

Instantly share code, notes, and snippets.

@hansputera
Created February 22, 2023 13:52
Show Gist options
  • Save hansputera/55eddeb9b7c06bbeb7730cc9f2285b70 to your computer and use it in GitHub Desktop.
Save hansputera/55eddeb9b7c06bbeb7730cc9f2285b70 to your computer and use it in GitHub Desktop.
isbn.perpusnas.go.id - api docs

Docs API ISBN Perpusnas (unofficial)

  1. Get book(s)
GET: https://isbn.perpusnas.go.id/Account/GetBuku

params:
 offset: int32 (required)
 limits: int32 (required)
 kd1: enum(judul, ISBN, Penerbit, Pengarang) (required)
 kd2: string (required)
 
response:
  total: int
  rows: array<
    Judul: string
    Penerbit: string
    Pengarang: string
    Tahun: string
    created_date: string (format: '/Date(unix time)/')
    Received: bool?
    Seri: string?
    Link: string
    ISBN: string
    Link: string
    Website: string
    Email: string
  >
  kd1: string
  kd2: string
  tmr: int
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment