openapi: 3.0.0 info: title: UChile Research Data Repository (Dataverse API) Access Search API version: 1.0.0 description: OpenAPI description served live from the University of Chile Dataverse research data repository at https://datos.uchile.cl (Dataverse v5.13, build 1244-79d6e57). Captured 2026-06-03 from https://datos.uchile.cl/openapi. The servers entry has been set to the real public base URL; internal default-server hostnames from the source document were replaced. All paths and schemas are reproduced as published by the deployment. servers: - url: https://datos.uchile.cl description: University of Chile Dataverse (production) tags: - name: Search paths: /api/v1/search: get: operationId: search parameters: - name: q in: query schema: type: string - name: type in: query schema: type: array items: type: string - name: subtree in: query schema: type: array items: type: string - name: sort in: query schema: type: string - name: order in: query schema: type: string - name: per_page in: query schema: type: integer - name: start in: query schema: type: integer - name: show_relevance in: query schema: type: boolean - name: show_facets in: query schema: type: boolean - name: fq in: query schema: type: array items: type: string - name: show_entity_ids in: query schema: type: boolean - name: show_api_urls in: query schema: type: boolean - name: show_my_data in: query schema: type: boolean - name: query_entities in: query schema: type: boolean - name: metadata_fields in: query schema: type: array items: type: string - name: geo_point in: query schema: type: string - name: geo_radius in: query schema: type: string responses: default: content: '*/*': schema: type: object description: Default Response. tags: - Search