# Web technologies lookup Web technologies objects lookup. Endpoint: GET /api/datastorage/autocomplete/web_technologies/ Version: 1.0.0 ## Query parameters: - `q` (string, required) Web technology name. - `page` (integer) ## Response 200 fields (application/json): - `results` (array) - `results.id` (string) Object primary key. - `results.text` (string) Web technology name. - `pagination` (object) - `pagination.more` (boolean) If True then the next page is available.