Get
The autocomplete endpoint suggests entities from Linked Data that match the provided query.
Query Parameters
query string required
Autocomplete query
language string required
2-letter language code, e.g. 'en'.
scope string
Possible values: [cloud
]
Default value: cloud
Scope
limit string
Default value: 10
Maximum number of results. By default 10.
exclude string[]
List of entity URIs to exclude.
Responses
- 200
- 401
- 404
Success
*/*
Schema
Example (from schema)
Schema
id uri
labels string[]
descriptions string[]
types url[]
urls url[]
images url[]
A list of image URLs.
sameAss url[]
scope string
Possible values: [local
, network
, cloud
]
description string
mainType string
Schema type slug
value string
label string
displayTypes string
{
"id": "string",
"labels": [
"string"
],
"descriptions": [
"string"
],
"types": [
"string"
],
"urls": [
"string"
],
"images": [
"string"
],
"sameAss": [
"string"
],
"scope": "local",
"description": "string",
"mainType": "string",
"value": "string",
"label": "string",
"displayTypes": "string"
}
Authentication Failure
Not Found
Loading...