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