Recommender Service DocumentationOverviewThis method provides recommendations for books and other printed materials based on FRBR grouping.The recommendations provided for resources are based on the collective information available from the larger pool of related resources, identified using the OCLC FRBR Work-Set algorithm. Try the Recommender API Explorer EncodingThe APIs expect all requests to be UTF-8 encoded. Responses are also UTF-8 encoded.Request FormatsREST is the simplest format to use and the only request format currently supported. REST requests consist of URLs that can be invoked either via HTTP POST or GET methods, either programatically or via a WEB browser. For example:http://experimental.worldcat.org/recommender/MLT/226304725 Response FormatsREST/XML is the only response format currently supported. The success or failure of a request is indicated in the response code. For example:<?xml version="1.0" encoding="UTF-8"?> <mlt xmlns="http://recommender.oclc.org"> <response code="0">success</response> ... </mlt>Click the link in the 'Request Formats' section (above) to view a sample response. Sample CodeThe following code samples are provided as "how-to" examples for using the APIs. They demonstrate how to use the Recommender API, but also serve as a general guide for accessing any of the REST services. Send Us a CommentTerms and Conditions |