# Searchcomplete
This data call returns example resource that are directly or indirectly related to the given input.
GET /data/searchcomplete/data.json?resource=RIPE
# Parameters
Key | Value | Info | Required |
---|---|---|---|
resource | term that should tried to be matched against resources | - | YES |
limit | number | Defines how many suggestions are returned per category | NO - default: 6 |
# Data Output
Key | Info |
---|---|
categories | This contains a list of objects each with a "category" and a "suggestions" property, which contains the suggestions and defines the category they are belonging to. |
resource | Reflects the query term that the suggestions are based on. |
limit | The maximum number of suggestions per category. |