A simple API that aggregates search results from the following APIs.
Make a call to the /search
endpoint,
https://castle-black.herokuapp.com/api/v1/search
query
- term to search for
Every valid call to the API returns JSON, with these properties:
query
- the string value passed to the API requestresult
- a JSON Array containing the actual results of the API call. Each element in the array is a JSON object, with propertiesurl
andtitle
.url
is the resource identifier of the document.title
is the title/name of the document.
length
- the total count of results returned
https://castle-black.herokuapp.com/api/v1/search/?query=artificial+neural+networks