Search for slug records by slug value to check availability.
Parameters
Output
Encoding
application/jsonslugs
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"slugs"
],
"properties": {
"slugs": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.searchSlugs#slugResult",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "The slug value to search for."
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 100
}
}
},
"description": "Search for slug records by slug value to check availability."
}