Skip to content

Institution Metrics

Introduction

The Institution Metrics endpoint provides an overview of key statistics related to a specific institution, such as the number of published titles associated with the institution.

Institution Metrics Object

The institution metrics resource includes the following fields:

Field Type Description
products Integer The total number of published titles written in the institution.

Managing Institution Resources

The metrics endpoint is read-only and does not accept modification requests.

Getting Institution Metrics (GET)

Endpoint

GET https://api.openpublishing.com/resource/v3/institutions/<ID>/metrics

<ID> is the unique identifier of the institution.

Response Structure

The response is a JSON object containing the metric resource object.

Example Request

URL:

GET https://api.openpublishing.com/resource/v3/institutions/3/metrics

Example Response

```json { "products": 8824 }