cURL
curl --request GET \ --url https://api.example.com/search/keyword
[ { "id": 123, "timestamp": "2023-11-07T05:31:56Z", "snippet": "<string>", "app_name": "<string>", "score": 123 } ]
timestamp_asc
timestamp_desc
relevance
Comma-separated list of app names
When true, returns grouped/clustered results instead of flat list
Search matches (flat array or grouped clusters depending on group param)
Was this page helpful?