openapi: 3.1.0 info: title: PredictHQ Events Places API description: PredictHQ REST API providing programmatic access to global real-world event data, demand intelligence, machine learning features, and forecasts. version: 1.0.0 x-generated-from: https://docs.predicthq.com/ x-generated-by: claude-crawl-2026-05-08 servers: - url: https://api.predicthq.com/v1 description: PredictHQ API v1 security: - bearerAuth: [] tags: - name: Places paths: /places/: get: summary: Get Place Hierarchies description: Retrieve PredictHQ place hierarchies. operationId: getPlaces responses: '200': description: Place hierarchy result. content: application/json: schema: $ref: '#/components/schemas/GenericResponse' tags: - Places components: schemas: GenericResponse: type: object additionalProperties: true securitySchemes: bearerAuth: type: http scheme: bearer