Tutorial: Access the Data from MarkLogic Server

An application can access your harmonized data from MarkLogic Server through several REST endpoints. For a full list of REST endpoints, see Client API documentation.

The following are example searches targeting the default endpoints (port 8010 for the staging database and port 8011 for the final database):

database data example search links
STAGING raw STAGING database search (http://localhost:8010/v1/search?format=json)
FINAL harmonized FINAL database search (http://localhost:8011/v1/search?format=json)
  1. Click on the FINAL database search link.

    An example of results returned: Rest Search