Bunq Activity Map Place API

The Bunq Activity Map Place API is a powerful tool that allows developers to easily integrate location-based information into their applications. With this API, users can access detailed information about various points of interest, such as restaurants, shops, and attractions, as well as real-time data on traffic and weather conditions.

OpenAPI Specification

bunq-activity-map-place-public-itemid-openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: 'Bunq activity-map-place-public/{itemId}/'
  description: Needs description.
  termsOfService: http://bunq.com/terms-api/
  contact:
    name: bunq Developer Support
    url: http://bunq.com/developer
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  version: '1.0'
servers:
  - url: https://public-api.sandbox.bunq.com/{basePath}
    description: Sandbox server
    variables:
      basePath:
        default: v1
  - url: https://api.bunq.com/{basePath}
    description: Production server
    variables:
      basePath:
        default: v1
components:
  schemas: {}
paths:
  /activity-map-place-public/{itemId}:
    get:
      tags:
        - Activity Map Place Public
      summary: ''
      operationId: READ_ActivityMapPlacePublic
      description: Public endpoint for getting the place info.
      parameters:
        - in: path
          name: itemId
          description: ''
          required: true
          schema:
            type: integer
        - $ref: '#/components/parameters/Cache-Control'
        - $ref: '#/components/parameters/User-Agent'
        - $ref: '#/components/parameters/X-Bunq-Language'
        - $ref: '#/components/parameters/X-Bunq-Region'
        - $ref: '#/components/parameters/X-Bunq-Client-Request-Id'
        - $ref: '#/components/parameters/X-Bunq-Geolocation'
        - $ref: '#/components/parameters/X-Bunq-Client-Authentication'
      responses:
        '200':
          description: Public endpoint for getting the place info.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ActivityMapPlacePublicRead'
          headers:
            X-Bunq-Client-Response-Id:
              $ref: '#/components/headers/X-Bunq-Client-Response-Id'
            X-Bunq-Client-Request-Id:
              $ref: '#/components/headers/X-Bunq-Client-Request-Id'
            X-Bunq-Server-Signature:
              $ref: '#/components/headers/X-Bunq-Server-Signature'
        '400':
          $ref: '#/components/responses/GenericError'
tags:
  - name: Activity Map Place Public