Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "Nutch_1.X_RESTAPI" page has been changed by SujenShah: https://wiki.apache.org/nutch/Nutch_1.X_RESTAPI?action=diff&rev1=3&rev2=4 It provides details on the type of REST calls which can be made to the Nutch 1.x REST API. Many of the API points are adapted from the ones provided by the [[https://wiki.apache.org/nutch/NutchRESTAPI|Nutch 2.x REST API]]. One of the reasons to come up with a REST API is to integrate D3 to show visualizations about the working of a Nutch crawl. + == Instructions to start Nutch Server == + Follow the steps below to start an instance of the Nutch Server on localhost. + + 1. :~$ cd runtime/local + + 2. :~$ bin/nutch startserver -port <port_number> [If the port option is not mentioned then by default the server starts on port 8081] + + Open your browser and follow the http://localhost:8081 link. The different API calls that can be made are listed below. == REST API Calls == === Administration ===

