Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Indian Institute of Technology Kanpur checkouts API

Manage checkouts

Indian Institute of Technology Kanpur checkouts API is one of 64 APIs that Indian Institute of Technology Kanpur publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include checkouts. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 12 operations across 10 paths, and defines 8 schemas. It is described by OpenAPI 3.0.3, at version 1.

Requests are made against a single base URL, https://libserv.iitk.ac.in/api/v1.

12 operations 10 paths 8 schemas 8 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1
Base URL
https://libserv.iitk.ac.in/cgi-bin/koha/oai.pl
License
Resource Areas
1

Paths & Operations 12

Across 10 paths, the API surfaces 12 operations — 8 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

checkouts 12

Manage checkouts

GET
/biblios/{biblio_id}/checkouts
List checkouts for a biblio
listBiblioCheckouts 9 params body → 200400401403404500501503
GET
/checkouts
List checkouts
listCheckouts 9 params body → 200400401403404500501503
POST
/checkouts
Add a new checkout
addCheckout 1 param body → 201400401403404409412500
GET
/checkouts/availability
Get checkout availability
availabilityCheckouts 2 params → 200400401403404500501503
GET
/checkouts/{checkout_id}
Get checkout
getCheckout 2 params → 200400401403404500501503
GET
/checkouts/{checkout_id}/allows_renewal
Get renewability for a checkout
allows_renewalCheckout 1 param → 200400401403404500501503
POST
/checkouts/{checkout_id}/renewal
Renew a checkout
renewCheckout 2 params → 201400401403404500501503
GET
/checkouts/{checkout_id}/renewals
List renewals for a checkout
getRenewals 2 params → 200400401403404500501503
POST
/checkouts/{checkout_id}/renewals
Renew a checkout
renewsCheckout 2 params → 201400401403404500501503
GET
/patrons/{patron_id}/checkouts
List checkouts for a patron
getPatronCheckouts 8 params body → 200400401403404500501503
GET
/public/checkouts/availability
Get checkout availability
availabilityCheckoutsPublic 2 params → 200400401403404500501503
POST
/public/patrons/{patron_id}/checkouts
Add a new checkout (public)
addCheckoutPublic 2 params body → 201400401403404405409412

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are checkout_yaml (22 properties), renewal_yaml (9 properties), allows_renewal_yaml (5 properties), checkout_availability_yaml (4 properties). Each schema is shown below with its type and property counts.

error_yaml
object
2 properties
renewal_yaml
object
9 properties
renewals_yaml
array
allows_renewal_yaml
object
5 properties
checkout_yaml
object
22 properties
checkout_availability_yaml
object
4 properties
checkouts_yaml
array
DefaultResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

iit-kanpur-checkouts-api-openapi.yml Raw ↑

Other APIs Indian Institute of Technology Kanpur publishes across the network.

Indian Institute of Technology Kanpur 2fa API
Indian Institute of Technology Kanpur article_requests API
Indian Institute of Technology Kanpur authorised_value_categories API
Indian Institute of Technology Kanpur authorised_values API
Indian Institute of Technology Kanpur authorities API
Indian Institute of Technology Kanpur baskets API
Indian Institute of Technology Kanpur batch_import_profiles API
Indian Institute of Technology Kanpur biblios API
Indian Institute of Technology Kanpur bookings API
Indian Institute of Technology Kanpur cash_registers API
Indian Institute of Technology Kanpur cashups API
Indian Institute of Technology Kanpur circulation_rules API