Earlier Latin Manuscripts @ NUI Galway API Reference

API documentation for the Earlier Latin Manuscripts project at NUI Galway. This project is led by Mark Stansbury.

API Endpoint
https://elmss.nuigalway.ie/api/v1
Terms of Service: https://elmss.nuigalway.ie/about/technical/
Contact: david.d.kelly@nuigalway.ie
Schemes: https
Version: 1.0.0

Paths

View the full manuscript catalogue listing

GET /catalogue
200 OK

successful operation

Response Content-Types: application/json
Response Example (200 OK)
[
  {
    "id": "integer (int64)",
    "script": "Cursive Minuscule",
    "date": "VII–VIII",
    "numerical_date_start": 601,
    "numerical_end_date": 800,
    "cla_volume": 5,
    "cla_number": 624,
    "name": "string",
    "data_url": "string",
    "public_url": "string",
    "image_thumb_url": "string",
    "image_fullsize_url": "string"
  }
]

Find manuscript by ID

GET /catalogue/{catalogueItemId}

Returns a single manuscript

catalogueItemId

ID of manuscript to return

type
integer (int64)
in
path
200 OK

successful operation

400 Bad Request

Invalid ID supplied

404 Not Found

Manuscript not found

Response Content-Types: application/json
Response Example (200 OK)
{
  "item": {
    "id": "integer (int64)",
    "serial_number": "integer (int64)",
    "script": "Cursive Minuscule",
    "date": "VII–VIII",
    "numerical_date_start": 601,
    "numerical_end_date": 800,
    "cla_volume": 5,
    "cla_number": 624,
    "provenance": "string",
    "provenance_html": "string",
    "provenance_type": "string",
    "provenance_lat": "number",
    "provenance_lon": "number",
    "contents": "string",
    "support": "string",
    "name": "string",
    "tm_number": 66791,
    "image_name": "string",
    "image_copyright": "string",
    "image_source_url": "string",
    "facsimiles": [
      {
        "id": "integer (int64)",
        "facsimile_url": "string",
        "catalogue_item_id": "integer"
      }
    ],
    "script_commentary": "string",
    "script_commentary_html": "string",
    "parent_id": "integer (int64)",
    "mssparent": {
      "id": "integer (int64)",
      "serial_number": "integer (int64)",
      "script": "Cursive Minuscule",
      "date": "VII–VIII",
      "numerical_date_start": 601,
      "numerical_end_date": 800,
      "cla_volume": 5,
      "cla_number": 624,
      "provenance": "string",
      "provenance_html": "string",
      "provenance_type": "string",
      "provenance_lat": "number",
      "provenance_lon": "number",
      "contents": "string",
      "support": "string",
      "name": "string",
      "tm_number": 66791,
      "image_name": "string",
      "image_copyright": "string",
      "image_source_url": "string",
      "facsimiles": [
        {
          "id": "integer (int64)",
          "facsimile_url": "string",
          "catalogue_item_id": "integer"
        }
      ],
      "script_commentary": "string",
      "script_commentary_html": "string",
      "parent_id": "integer (int64)",
      "mssparent": {
        "id": "integer (int64)",
        "serial_number": "integer (int64)",
        "script": "Cursive Minuscule",
        "date": "VII–VIII",
        "numerical_date_start": 601,
        "numerical_end_date": 800,
        "cla_volume": 5,
        "cla_number": 624,
        "provenance": "string",
        "provenance_html": "string",
        "provenance_type": "string",
        "provenance_lat": "number",
        "provenance_lon": "number",
        "contents": "string",
        "support": "string",
        "name": "string",
        "tm_number": 66791,
        "image_name": "string",
        "image_copyright": "string",
        "image_source_url": "string",
        "facsimiles": [
          {
            "id": "integer (int64)",
            "facsimile_url": "string",
            "catalogue_item_id": "integer"
          }
        ],
        "script_commentary": "string",
        "script_commentary_html": "string",
        "parent_id": "integer (int64)",
        "mssparent": {
          "id": "integer (int64)",
          "serial_number": "integer (int64)",
          "script": "Cursive Minuscule"
        }
      }
    }
  }
}

Filter manuscript collection

GET /catalogue/filter

Filter manuscript collection using parameter values

keyword

Search by keyword; can refine using "and" / "or"

type
string
in
query
scripts

Name of script to match (based on Manuscript.script)

type
string[]
in
query

successful operation

400 Bad Request

Invalid ID supplied

404 Not Found

Manuscript not found

Response Content-Types: application/json
Response Example (200 OK)
{
  "library_map_data": {
    "min": "integer",
    "max": "integer",
    "data": {
      "[object Object]": {
        "count": "integer",
        "lat": "number",
        "lon": "number",
        "data": [
          {
            "count": "integer",
            "city": "string",
            "library": "string",
            "library_id": "integer"
          }
        ]
      }
    }
  },
  "script_types": {
    "series": [
      {
        "name": "string",
        "data": [
          {
            "y": "integer",
            "x": "integer",
            "date_string": "string"
          }
        ]
      }
    ],
    "scripts": [
      "string"
    ]
  },
  "data": [
    {
      "id": "integer (int64)",
      "serial_number": "integer (int64)",
      "script": "Cursive Minuscule",
      "date": "VII–VIII",
      "numerical_date_start": 601,
      "numerical_end_date": 800,
      "cla_volume": 5,
      "cla_number": 624,
      "provenance": "string",
      "provenance_html": "string",
      "provenance_type": "string",
      "provenance_lat": "number",
      "provenance_lon": "number",
      "contents": "string",
      "support": "string",
      "name": "string",
      "tm_number": 66791,
      "image_name": "string",
      "image_copyright": "string",
      "image_source_url": "string",
      "facsimiles": [
        {
          "id": "integer (int64)",
          "facsimile_url": "string",
          "catalogue_item_id": "integer"
        }
      ],
      "script_commentary": "string",
      "script_commentary_html": "string",
      "parent_id": "integer (int64)",
      "mssparent": {
        "id": "integer (int64)",
        "serial_number": "integer (int64)",
        "script": "Cursive Minuscule",
        "date": "VII–VIII",
        "numerical_date_start": 601,
        "numerical_end_date": 800,
        "cla_volume": 5,
        "cla_number": 624,
        "provenance": "string",
        "provenance_html": "string",
        "provenance_type": "string",
        "provenance_lat": "number",
        "provenance_lon": "number",
        "contents": "string",
        "support": "string",
        "name": "string",
        "tm_number": 66791,
        "image_name": "string",
        "image_copyright": "string",
        "image_source_url": "string",
        "facsimiles": [
          {
            "id": "integer (int64)",
            "facsimile_url": "string",
            "catalogue_item_id": "integer"
          }
        ],
        "script_commentary": "string",
        "script_commentary_html": "string",
        "parent_id": "integer (int64)",
        "mssparent": {
          "id": "integer (int64)",
          "serial_number": "integer (int64)",
          "script": "Cursive Minuscule",
          "date": "VII–VIII",
          "numerical_date_start": 601,
          "numerical_end_date": 800,
          "cla_volume": 5,
          "cla_number": 624
        }
      }
    }
  ]
}

Listing that describes collections of manuscripts

GET /corpus

Get a listing of pre-selected collections of manuscripts

200 OK

successful operation

400 Bad Request

Invalid ID supplied

404 Not Found

Manuscript not found

Response Content-Types: application/json
Response Example (200 OK)
{
  "id": "integer",
  "name": "string",
  "description": "string",
  "description_html": "string",
  "show_map_visualisation": "boolean",
  "show_chart_visualisation": "boolean"
}

Find a single collection by its ID

GET /corpus/{corpusId}

Returns a single manuscript

corpusId

ID of collection to return

type
integer (int64)
in
path
200 OK

successful operation

400 Bad Request

Invalid ID supplied

404 Not Found

Manuscript not found

Response Content-Types: application/json
Response Example (200 OK)
{
  "id": "integer",
  "name": "string",
  "description": "string",
  "description_html": "string",
  "show_map_visualisation": "boolean",
  "show_chart_visualisation": "boolean",
  "catalogue": [
    {
      "id": "integer (int64)",
      "serial_number": "integer (int64)",
      "script": "Cursive Minuscule",
      "date": "VII–VIII",
      "numerical_date_start": 601,
      "numerical_end_date": 800,
      "cla_volume": 5,
      "cla_number": 624,
      "provenance": "string",
      "provenance_html": "string",
      "provenance_type": "string",
      "provenance_lat": "number",
      "provenance_lon": "number",
      "contents": "string",
      "support": "string",
      "name": "string",
      "tm_number": 66791,
      "image_name": "string",
      "image_copyright": "string",
      "image_source_url": "string",
      "facsimiles": [
        {
          "id": "integer (int64)",
          "facsimile_url": "string",
          "catalogue_item_id": "integer"
        }
      ],
      "script_commentary": "string",
      "script_commentary_html": "string",
      "parent_id": "integer (int64)",
      "mssparent": {
        "id": "integer (int64)",
        "serial_number": "integer (int64)",
        "script": "Cursive Minuscule",
        "date": "VII–VIII",
        "numerical_date_start": 601,
        "numerical_end_date": 800,
        "cla_volume": 5,
        "cla_number": 624,
        "provenance": "string",
        "provenance_html": "string",
        "provenance_type": "string",
        "provenance_lat": "number",
        "provenance_lon": "number",
        "contents": "string",
        "support": "string",
        "name": "string",
        "tm_number": 66791,
        "image_name": "string",
        "image_copyright": "string",
        "image_source_url": "string",
        "facsimiles": [
          {
            "id": "integer (int64)",
            "facsimile_url": "string",
            "catalogue_item_id": "integer"
          }
        ],
        "script_commentary": "string",
        "script_commentary_html": "string",
        "parent_id": "integer (int64)",
        "mssparent": {
          "id": "integer (int64)",
          "serial_number": "integer (int64)",
          "script": "Cursive Minuscule",
          "date": "VII–VIII",
          "numerical_date_start": 601,
          "numerical_end_date": 800,
          "cla_volume": 5,
          "cla_number": 624,
          "provenance": "string",
          "provenance_html": "string",
          "provenance_type": "string",
          "provenance_lat": "number",
          "provenance_lon": "number",
          "contents": "string",
          "support": "string",
          "name": "string",
          "tm_number": 66791,
          "image_name": "string",
          "image_copyright": "string",
          "image_source_url": "string",
          "facsimiles": [
            {
              "id": "integer (int64)",
              "facsimile_url": "string",
              "catalogue_item_id": "integer"
            }
          ],
          "script_commentary": "string"
        }
      }
    }
  ]
}

Schema Definitions

Item: object

item: Manuscript
contributors: object[]
Example
{
  "item": {
    "id": "integer (int64)",
    "serial_number": "integer (int64)",
    "script": "Cursive Minuscule",
    "date": "VII–VIII",
    "numerical_date_start": 601,
    "numerical_end_date": 800,
    "cla_volume": 5,
    "cla_number": 624,
    "provenance": "string",
    "provenance_html": "string",
    "provenance_type": "string",
    "provenance_lat": "number",
    "provenance_lon": "number",
    "contents": "string",
    "support": "string",
    "name": "string",
    "tm_number": 66791,
    "image_name": "string",
    "image_copyright": "string",
    "image_source_url": "string",
    "facsimiles": [
      {
        "id": "integer (int64)",
        "facsimile_url": "string",
        "catalogue_item_id": "integer"
      }
    ],
    "script_commentary": "string",
    "script_commentary_html": "string",
    "parent_id": "integer (int64)",
    "mssparent": {
      "id": "integer (int64)",
      "serial_number": "integer (int64)",
      "script": "Cursive Minuscule",
      "date": "VII–VIII",
      "numerical_date_start": 601,
      "numerical_end_date": 800,
      "cla_volume": 5,
      "cla_number": 624,
      "provenance": "string",
      "provenance_html": "string",
      "provenance_type": "string",
      "provenance_lat": "number",
      "provenance_lon": "number",
      "contents": "string",
      "support": "string",
      "name": "string",
      "tm_number": 66791,
      "image_name": "string",
      "image_copyright": "string",
      "image_source_url": "string",
      "facsimiles": [
        {
          "id": "integer (int64)",
          "facsimile_url": "string",
          "catalogue_item_id": "integer"
        }
      ],
      "script_commentary": "string",
      "script_commentary_html": "string",
      "parent_id": "integer (int64)",
      "mssparent": {
        "id": "integer (int64)",
        "serial_number": "integer (int64)",
        "script": "Cursive Minuscule",
        "date": "VII–VIII",
        "numerical_date_start": 601,
        "numerical_end_date": 800,
        "cla_volume": 5,
        "cla_number": 624,
        "provenance": "string",
        "provenance_html": "string",
        "provenance_type": "string",
        "provenance_lat": "number",
        "provenance_lon": "number",
        "contents": "string",
        "support": "string",
        "name": "string",
        "tm_number": 66791,
        "image_name": "string",
        "image_copyright": "string",
        "image_source_url": "string",
        "facsimiles": [
          {
            "id": "integer (int64)",
            "facsimile_url": "string",
            "catalogue_item_id": "integer"
          }
        ],
        "script_commentary": "string",
        "script_commentary_html": "string",
        "parent_id": "integer (int64)",
        "mssparent": {
          "id": "integer (int64)",
          "serial_number": "integer (int64)",
          "script": "Cursive Minuscule",
          "date": "VII–VIII"
        }
      }
    }
  }
}

Collection: array

Example
[
  {
    "id": "integer (int64)",
    "script": "Cursive Minuscule",
    "date": "VII–VIII",
    "numerical_date_start": 601,
    "numerical_end_date": 800,
    "cla_volume": 5,
    "cla_number": 624,
    "name": "string",
    "data_url": "string",
    "public_url": "string",
    "image_thumb_url": "string",
    "image_fullsize_url": "string"
  }
]

FilterCollection: object

Results collection returned from filter searches

library_map_data: object
script_types: object

Dataset of script types, formatted for use with Highcharts

data: Manuscript
Example
{
  "library_map_data": {
    "min": "integer",
    "max": "integer",
    "data": {
      "[object Object]": {
        "count": "integer",
        "lat": "number",
        "lon": "number",
        "data": [
          {
            "count": "integer",
            "city": "string",
            "library": "string",
            "library_id": "integer"
          }
        ]
      }
    }
  },
  "script_types": {
    "series": [
      {
        "name": "string",
        "data": [
          {
            "y": "integer",
            "x": "integer",
            "date_string": "string"
          }
        ]
      }
    ],
    "scripts": [
      "string"
    ]
  },
  "data": [
    {
      "id": "integer (int64)",
      "serial_number": "integer (int64)",
      "script": "Cursive Minuscule",
      "date": "VII–VIII",
      "numerical_date_start": 601,
      "numerical_end_date": 800,
      "cla_volume": 5,
      "cla_number": 624,
      "provenance": "string",
      "provenance_html": "string",
      "provenance_type": "string",
      "provenance_lat": "number",
      "provenance_lon": "number",
      "contents": "string",
      "support": "string",
      "name": "string",
      "tm_number": 66791,
      "image_name": "string",
      "image_copyright": "string",
      "image_source_url": "string",
      "facsimiles": [
        {
          "id": "integer (int64)",
          "facsimile_url": "string",
          "catalogue_item_id": "integer"
        }
      ],
      "script_commentary": "string",
      "script_commentary_html": "string",
      "parent_id": "integer (int64)",
      "mssparent": {
        "id": "integer (int64)",
        "serial_number": "integer (int64)",
        "script": "Cursive Minuscule",
        "date": "VII–VIII",
        "numerical_date_start": 601,
        "numerical_end_date": 800,
        "cla_volume": 5,
        "cla_number": 624,
        "provenance": "string",
        "provenance_html": "string",
        "provenance_type": "string",
        "provenance_lat": "number",
        "provenance_lon": "number",
        "contents": "string",
        "support": "string",
        "name": "string",
        "tm_number": 66791,
        "image_name": "string",
        "image_copyright": "string",
        "image_source_url": "string",
        "facsimiles": [
          {
            "id": "integer (int64)",
            "facsimile_url": "string",
            "catalogue_item_id": "integer"
          }
        ],
        "script_commentary": "string",
        "script_commentary_html": "string",
        "parent_id": "integer (int64)",
        "mssparent": {
          "id": "integer (int64)",
          "serial_number": "integer (int64)",
          "script": "Cursive Minuscule",
          "date": "VII–VIII",
          "numerical_date_start": 601,
          "numerical_end_date": 800,
          "cla_volume": 5,
          "cla_number": 624,
          "provenance": "string"
        }
      }
    }
  ]
}

Corpus: object

Details about the collection, without the individual manuscripts included

id: integer
name: string

Title of the collection

description: string

Markdown description of the collection

description_html: string

HTML formatted description of the collection, based on description

show_map_visualisation: boolean

Is there map data associated with the collection which can be displayed?

show_chart_visualisation: boolean

Is there chart data associated with the collection which can be displayed?

Example
{
  "id": "integer",
  "name": "string",
  "description": "string",
  "description_html": "string",
  "show_map_visualisation": "boolean",
  "show_chart_visualisation": "boolean"
}

CorpusSingle: object

In addition to details of the collection, this includes the individual manuscripts within the collection

id: integer
name: string

Title of the collection

description: string

Markdown description of the collection

description_html: string

HTML formatted description of the collection, based on description

show_map_visualisation: boolean

Is there map data associated with the collection which can be displayed?

show_chart_visualisation: boolean

Is there chart data associated with the collection which can be displayed?

catalogue: Manuscript
Example
{
  "id": "integer",
  "name": "string",
  "description": "string",
  "description_html": "string",
  "show_map_visualisation": "boolean",
  "show_chart_visualisation": "boolean",
  "catalogue": [
    {
      "id": "integer (int64)",
      "serial_number": "integer (int64)",
      "script": "Cursive Minuscule",
      "date": "VII–VIII",
      "numerical_date_start": 601,
      "numerical_end_date": 800,
      "cla_volume": 5,
      "cla_number": 624,
      "provenance": "string",
      "provenance_html": "string",
      "provenance_type": "string",
      "provenance_lat": "number",
      "provenance_lon": "number",
      "contents": "string",
      "support": "string",
      "name": "string",
      "tm_number": 66791,
      "image_name": "string",
      "image_copyright": "string",
      "image_source_url": "string",
      "facsimiles": [
        {
          "id": "integer (int64)",
          "facsimile_url": "string",
          "catalogue_item_id": "integer"
        }
      ],
      "script_commentary": "string",
      "script_commentary_html": "string",
      "parent_id": "integer (int64)",
      "mssparent": {
        "id": "integer (int64)",
        "serial_number": "integer (int64)",
        "script": "Cursive Minuscule",
        "date": "VII–VIII",
        "numerical_date_start": 601,
        "numerical_end_date": 800,
        "cla_volume": 5,
        "cla_number": 624,
        "provenance": "string",
        "provenance_html": "string",
        "provenance_type": "string",
        "provenance_lat": "number",
        "provenance_lon": "number",
        "contents": "string",
        "support": "string",
        "name": "string",
        "tm_number": 66791,
        "image_name": "string",
        "image_copyright": "string",
        "image_source_url": "string",
        "facsimiles": [
          {
            "id": "integer (int64)",
            "facsimile_url": "string",
            "catalogue_item_id": "integer"
          }
        ],
        "script_commentary": "string",
        "script_commentary_html": "string",
        "parent_id": "integer (int64)",
        "mssparent": {
          "id": "integer (int64)",
          "serial_number": "integer (int64)",
          "script": "Cursive Minuscule",
          "date": "VII–VIII",
          "numerical_date_start": 601,
          "numerical_end_date": 800,
          "cla_volume": 5,
          "cla_number": 624,
          "provenance": "string",
          "provenance_html": "string",
          "provenance_type": "string",
          "provenance_lat": "number",
          "provenance_lon": "number",
          "contents": "string",
          "support": "string",
          "name": "string",
          "tm_number": 66791,
          "image_name": "string",
          "image_copyright": "string",
          "image_source_url": "string",
          "facsimiles": [
            {
              "id": "integer (int64)",
              "facsimile_url": "string",
              "catalogue_item_id": "integer"
            }
          ],
          "script_commentary": "string",
          "script_commentary_html": "string"
        }
      }
    }
  ]
}

ManuscriptMinimal: object

Shortened manuscript data for use in collections

id: integer (int64)
script: string
date: string

Date string for display

numerical_date_start: integer (int64)

approximate numeric start date for range, based on date field

numerical_end_date: integer (int64)

approximate numeric end date for range, based on date field

cla_volume: string
cla_number: string
name: string
data_url: string

URL to manuscript JSON document

public_url: string

URL to manuscript HTML version of document

image_thumb_url: string

URL to thumbnail image of manuscript

image_fullsize_url: string

URL to full-size image of manuscript

Example
{
  "id": "integer (int64)",
  "script": "Cursive Minuscule",
  "date": "VII–VIII",
  "numerical_date_start": 601,
  "numerical_end_date": 800,
  "cla_volume": 5,
  "cla_number": 624,
  "name": "string",
  "data_url": "string",
  "public_url": "string",
  "image_thumb_url": "string",
  "image_fullsize_url": "string"
}

Manuscript: object

Core datatype for individual manuscript records

id: integer (int64)
serial_number: integer (int64)
script: string
date: string

Date string for display

numerical_date_start: integer (int64)

approximate numeric start date for range, based on date field

numerical_end_date: integer (int64)

approximate numeric end date for range, based on date field

cla_volume: string
cla_number: string
provenance: string

Markdown description of manuscript provenance

provenance_html: string

HTML representation of provenance field

provenance_type: string
provenance_lat: number

provenance latitude geo-data (float)

provenance_lon: number

provenance longitude geo-data (float)

contents: string
support: string
name: string
tm_number: string

UID for Trismegistos record ( http://www.trismegistos.org/ldab/text.php?tm=66791)

image_name: string
image_copyright: string
image_source_url: string

link to original source image

facsimiles: Facsimile

Collection of URLs to Facsimile of manuscript

script_commentary: string

Markdown text with commentary on script

script_commentary_html: string

HTML representation of script_commentary field

parent_id: integer (int64)

Creates a link between partial manuscripts and their "parent"

mssparent: Manuscript
msschildren: Manuscript
data_url: string

URL to manuscript JSON document

public_url: string

URL to manuscript HTML version of document

image_thumb_url: string

URL to thumbnail image of manuscript

image_fullsize_url: string

URL to full-size image of manuscript

shelfmarks: Shelfmark
scriptbase: ScriptBase
scriptfluidity: ScriptFluidity
scriptletterforms: ScriptLetterforms
scriptplace: ScriptPlace
scripttime: ScriptTime
Example
{
  "id": "integer (int64)",
  "serial_number": "integer (int64)",
  "script": "Cursive Minuscule",
  "date": "VII–VIII",
  "numerical_date_start": 601,
  "numerical_end_date": 800,
  "cla_volume": 5,
  "cla_number": 624,
  "provenance": "string",
  "provenance_html": "string",
  "provenance_type": "string",
  "provenance_lat": "number",
  "provenance_lon": "number",
  "contents": "string",
  "support": "string",
  "name": "string",
  "tm_number": 66791,
  "image_name": "string",
  "image_copyright": "string",
  "image_source_url": "string",
  "facsimiles": [
    {
      "id": "integer (int64)",
      "facsimile_url": "string",
      "catalogue_item_id": "integer"
    }
  ],
  "script_commentary": "string",
  "script_commentary_html": "string",
  "parent_id": "integer (int64)",
  "mssparent": {
    "id": "integer (int64)",
    "serial_number": "integer (int64)",
    "script": "Cursive Minuscule",
    "date": "VII–VIII",
    "numerical_date_start": 601,
    "numerical_end_date": 800,
    "cla_volume": 5,
    "cla_number": 624,
    "provenance": "string",
    "provenance_html": "string",
    "provenance_type": "string",
    "provenance_lat": "number",
    "provenance_lon": "number",
    "contents": "string",
    "support": "string",
    "name": "string",
    "tm_number": 66791,
    "image_name": "string",
    "image_copyright": "string",
    "image_source_url": "string",
    "facsimiles": [
      {
        "id": "integer (int64)",
        "facsimile_url": "string",
        "catalogue_item_id": "integer"
      }
    ],
    "script_commentary": "string",
    "script_commentary_html": "string",
    "parent_id": "integer (int64)",
    "mssparent": {
      "id": "integer (int64)",
      "serial_number": "integer (int64)",
      "script": "Cursive Minuscule",
      "date": "VII–VIII",
      "numerical_date_start": 601,
      "numerical_end_date": 800,
      "cla_volume": 5,
      "cla_number": 624,
      "provenance": "string",
      "provenance_html": "string",
      "provenance_type": "string",
      "provenance_lat": "number",
      "provenance_lon": "number",
      "contents": "string",
      "support": "string",
      "name": "string",
      "tm_number": 66791,
      "image_name": "string",
      "image_copyright": "string",
      "image_source_url": "string",
      "facsimiles": [
        {
          "id": "integer (int64)",
          "facsimile_url": "string",
          "catalogue_item_id": "integer"
        }
      ],
      "script_commentary": "string",
      "script_commentary_html": "string",
      "parent_id": "integer (int64)",
      "mssparent": {
        "id": "integer (int64)",
        "serial_number": "integer (int64)",
        "script": "Cursive Minuscule",
        "date": "VII–VIII",
        "numerical_date_start": 601,
        "numerical_end_date": 800
      }
    }
  }
}

Shelfmark: object

id: integer (int64)
shelfmark: string
serial_number: string
catalogue_item_id: integer

references the ID of a Manuscript

library_id: integer

references the ID of a Library

library: Library
Example
{
  "id": "integer (int64)",
  "shelfmark": "Lat. 12161 [palimpsest new]",
  "serial_number": "string",
  "catalogue_item_id": "integer",
  "library_id": "integer",
  "library": {
    "id": "integer",
    "country": "France",
    "library": "string",
    "library_lat": "number",
    "library_lon": "number"
  }
}

Library: object

id: integer
country: string

Full country name

library: string

Library name in local language

library_lat: number

latitude geo-data (float)

library_lon: number

longitude geo-data (float)

Example
{
  "id": "integer",
  "country": "France",
  "library": "string",
  "library_lat": "number",
  "library_lon": "number"
}

Facsimile: object

id: integer (int64)
facsimile_url: string

URL to Facsimile of Manuscript

catalogue_item_id: integer

References ID on a Manuscript

Example
{
  "id": "integer (int64)",
  "facsimile_url": "string",
  "catalogue_item_id": "integer"
}

ScriptBase: object

Base script classification

id: integer
label: string

Human readable label

Example
{
  "id": "integer",
  "label": "string"
}

ScriptFluidity: object

indications that the script straddles boundaries

id: integer
label: string

Human readable label

Example
{
  "id": "integer",
  "label": "string"
}

ScriptLetterforms: object

characteristic letterforms of the script

id: integer
label: string

Human readable label

Example
{
  "id": "integer",
  "label": "string"
}

ScriptPlace: object

where the script originated or was written

id: integer
label: string

Human readable label

Example
{
  "id": "integer",
  "label": "string"
}

ScriptTime: object

whether the example falls early or late in the development of the script

id: integer
label: string

Human readable label

Example
{
  "id": "integer",
  "label": "string"
}

ApiResponse: object

code: integer (int32)
type: string
message: string
Example
{
  "code": "integer (int32)",
  "type": "string",
  "message": "string"
}