OPTIMAP data access

All publication metadata published in OPTIMAP is licensed under a Create Commons Zero (CC-0) license.

API endpoint

The API endpoint is http://optimap.science/api. Visit the URL in your browser to get an interactive interface for exploring the API.

You can query all publications with the following request (using jq for formatting of the response):

      curl -X GET http://optimap.science/api/api/publications/ | jq
    

OpenAPI schema

You can download an OpenAPI specification of the api at http://optimap.science/api/schema.

OpenAPI user interface

You can explore the API with an interactive user intreface built based on the OpenAPI schema at http://optimap.science/api/schema/ui.