Home » Tutorials »  NIF REST Sevces - Complete Search Summary

NIF REST Services - Complete Search Summary

This service returns a summary of NIF search results based on the search query.


1) Send search

Syntax:
http://nif-services.neuinfo.org/nif/services/searchSummary?q=[SearchQuery]


2) Results

This REST Service returns an xml file containing the general category summary as;

xml file returned by REST service

A detailed search results summary as;

detailed search results summary

The total records returned as;

total records returned

The literature summary as;

literature summary

The NIF Registry summary as;

NIF Registry summary


Example

What does the landscape of NIF look like for Zebrafish information?
http://nif-services.neuinfo.org/nif/services/searchSummary?q=Zebrafish


This REST service returns an xml file, shown partially below.

xml file returned by REST service

 

Here is the <categories> xml data in table form; giving us an overall idea of the NIF Federated Data holding relevant to zebrafish.

xml data in table form

 

This same information is currently be utilized by the NIF Navigator, available here:  http://neuinfo.org/downloads/index.shtm


For more advanced information about NIF REST services can be found in a WADL file available here.

NIF Navigator