JSON API
For more technically-inclined users, the search JSON endpoint represents our initial record query API. Any search query URL can be converted to a JSON API query by appending ‘.json’ to the record type in the query URL.
E.g., an all-media page search:
https://www.morphosource.org/catalog/media?utf8=%E2%9C%93&locale=en&search_field=all_fields&q=
Converted to an all-media JSON search:
https://www.morphosource.org/catalog/media.json?utf8=%E2%9C%93&locale=en&search_field=all_fields&q=
More details on advanced usage of the API will be added in the future.