Lighthouse is a search engine for the LBRY blockchain based on elasticsearch, chainquery and Node.JS.
Returns all the searches matching the search query.
s required | string The search text |
channel | string The channel to search, if none, will return all search results |
size | integer The amount of results to return at max |
from | integer The number to start from, good for pagination |
nsfw | boolean If search should return nsfw content or not. |
contentType | string Filter by MIME type. |
mediaType | string Filter by media type, can be audio, video, image, application, text or cad. |
claimType | string Return channels or files only, value can be 'channel' or 'file'. |
The search API returns an array of the found matching search items.
Returns an array of autocompleted strings.
s required | string The string to be autocompleted. |
The autocomplete API returns an array of the found matching autocompleted strings.
Returns the current status of the lighthouse instance.
Returns the current status of the lighthouse instance.