Loading Mouse GIF
Loading...

MMRRC API

The MMRRC ICSC API is a tool available to both the general public and MMRRC centers for programmatically interacting with the MMRRC catalog. The API includes functions to query the catalog for individual products, access the entire catalog, and submit or edit catalog entries from MMRRC and affiliated centers.

One of the primary uses of the API is to enable KOMP production centers to programmatically submit their production data directly into the MMRRC. This process helps expedite the curation and approval of new strains produced as part of the KOMP2 Phase 2 effort.

API Framework Details: This RESTful API is built using the PHP micro MVC framework SILEX and interacts by producing and consuming objects in the JSON lightweight data interchange format. Specific functions, their usage, and the JSON formats produced and expected are detailed in the documentation linked below.

MMRRC API Documentation