Homarr
Apps

App Router search

GET
/api/apps/search
ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Query Parameters

query*string
limit?number
Range1 <= value <= 100
Default10

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/apps/search?query=string"
[  {    "id": "string",    "name": "string",    "description": "string",    "iconUrl": "string",    "href": "string",    "pingUrl": "string"  }]