Koha Checkout

An item checkout (issue) record from the Taylor's Library Koha REST API.

EducationHigher EducationUniversityPrivate UniversityMalaysiaAsiaLibraryLibrary CatalogInstitutional RepositoryResearch DataOAI-PMHIdentity FederationKohaDSpace

Properties

Name Type Description
checkout_id integer Internally assigned checkout identifier
patron_id integer Internal patron identifier
item_id integernull Internal item identifier
library_id stringnull Code of the library the item was checked out
checkout_date string Date the item was issued
due_date string Due date
checkin_date stringnull Date the item was returned
last_renewed_date stringnull Date the item was last renewed
renewals_count integernull Number of renewals
unseen_renewals integernull Number of consecutive unseen renewals
auto_renew boolean Auto renewal
auto_renew_error stringnull Auto renewal error
onsite_checkout boolean On site checkout
external_id stringnull Other identifier of checked out item, e.g. barcode
note stringnull Issue note text
timestamp string Last update time
View JSON Schema on GitHub

JSON Schema

taylors-checkout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/taylors/main/json-schema/taylors-checkout-schema.json",
  "title": "Koha Checkout",
  "description": "An item checkout (issue) record from the Taylor's Library Koha REST API.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "checkout_id": { "type": "integer", "description": "Internally assigned checkout identifier" },
    "patron_id": { "type": "integer", "description": "Internal patron identifier" },
    "item_id": { "type": ["integer", "null"], "description": "Internal item identifier" },
    "library_id": { "type": ["string", "null"], "description": "Code of the library the item was checked out" },
    "checkout_date": { "type": "string", "format": "date-time", "description": "Date the item was issued" },
    "due_date": { "type": "string", "format": "date-time", "description": "Due date" },
    "checkin_date": { "type": ["string", "null"], "format": "date-time", "description": "Date the item was returned" },
    "last_renewed_date": { "type": ["string", "null"], "format": "date-time", "description": "Date the item was last renewed" },
    "renewals_count": { "type": ["integer", "null"], "description": "Number of renewals" },
    "unseen_renewals": { "type": ["integer", "null"], "description": "Number of consecutive unseen renewals" },
    "auto_renew": { "type": "boolean", "description": "Auto renewal" },
    "auto_renew_error": { "type": ["string", "null"], "description": "Auto renewal error" },
    "onsite_checkout": { "type": "boolean", "description": "On site checkout" },
    "external_id": { "type": ["string", "null"], "description": "Other identifier of checked out item, e.g. barcode" },
    "note": { "type": ["string", "null"], "description": "Issue note text" },
    "timestamp": { "type": "string", "description": "Last update time" }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/taylors-checkout"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.