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

Kyoto University REST API

DSpace 7.6 HAL+JSON REST API

Kyoto University REST API is one of 3 APIs that Kyoto University publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against a single base URL, https://repository.kulib.kyoto-u.ac.jp.

5 operations 5 paths 8 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://repository.kulib.kyoto-u.ac.jp/server/oai/request
Resource Areas
1

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

REST 5

DSpace 7.6 HAL+JSON REST API

GET
/server/api
REST API root / HAL entry point
getRoot → 200
GET
/server/api/core/communities
List top-level and all communities
listCommunities 2 params → 200
GET
/server/api/core/communities/{uuid}
Retrieve a single community by UUID
getCommunity 1 param → 200404
GET
/server/api/core/collections
List collections
listCollections 2 params → 200
GET
/server/api/core/items
List items (authentication required)
listItems → 401

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Community (9 properties), Collection (6 properties), RestRoot (6 properties), MetadataValue (5 properties). Each schema is shown below with its type and property counts.

CollectionPage
object
3 properties
CommunityPage
object
3 properties
MetadataValue
object
5 properties
RestRoot
object
6 properties
Collection
object
6 properties
Community
object
9 properties
Error
object
5 properties
PageMeta
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kyoto-rest-api-openapi.yml Raw ↑

Other APIs Kyoto University publishes across the network.

Kyoto University Integrated Authentication (Shibboleth/SAML)
Kyoto University OAI-PMH API