Skip to main content

Pickup Point API

The Pickup Point API provides a list of pickup points that are nearest to a given location, in order for end customers to choose their preferred pickup point in your checkout. The API supports both manned pickup points and parcel lockers in Norway, Sweden, Denmark and Finland. Pickup points are sorted by driving time by car (source: Google). When driving times are unavailable (e.g. due to separation by sea), they are sorted by aerial distance.

Authentication

To integrate with the Bring APIs, you will need a Mybring user account with an API key. Information about prerequisites and authentication headers can be found on the general API Getting Started page.

Rate limiting

Clients exceeding 80 requests per second will be throttled, and the response will contain http status code 429. If you have a use case requiring rates above the limit, please contact developer-booking@bring.com for assistance.

Formats

REST XML/JSON over HTTP.

Special topics

Pickup point types

A pickup point is any location delivering shipments on behalf of Bring and Posten, such as post offices, selected grocery stores, lockers.

PickupPointType

Norway

  • Type 1: Bedriftssenter (manned) - not to be used for B2C shipments
  • Type 4: Post i Butikk (manned)
  • Type 19: Posten pakkeutlevering (manned)
  • Type 21: Postkontor (manned)
  • Type 32: Postpunkt (manned)
  • Type 37: Pakkeboks (unmanned)

Sweden

  • Type 34: Manned
  • Type 38: Locker (iBoxen)
  • Type 39: Locker (Bring)

Denmark

  • Type 85: Manned
  • Type 86: Locker

Finland

  • Type SmartPOST: Finland Smart Post Pickup
  • Type Posti: Finland Posti Pickup Point
  • Type Noutopiste: Finland Pickup Point
  • Type LOCKER: Finland Locker Pickup Point (These lockers are placed inside buildings only accessible to the residents and workers in the building)

Tips and guides

Always provide an address

For the most accurate results when querying for pickup points close to a postal code, we STRONGLY recommend providing the recipient’s address when using the API. This is achieved by adding the following query parameters to the request:

  • street
  • streetNumber

Example

/api/pickuppoint/{countryCode}/postalCode/{postalCode}?street=dronningens gate&streetNumber=10
Max parcel dimensions for Pakkeboks pickup points

Max parcel dimensions for Pakkeboks (parcel lockers in Norway) pickup points can now be used to filter out pickup points based on parcel size on the client side, and thus preventing failed bookings during checkout. JSON field:

  "maxParcelDimensions": {
    "length": 44.5,
    "width": 50.5,
    "height": 60.0
  }

Endpoints

Base URL
https://api.bring.com/pickuppoint
Usage Method Endpoint
Get all pickup points GET /api/pickuppoint/{countryCode}/all
Get pickup point by id GET /api/pickuppoint/{countryCode}/id/{id}
Get pickup points by geolocation GET /api/pickuppoint/{countryCode}/location/{latitude},{longitude}
Get pickup points by address GET /api/pickuppoint/{countryCode}/postalCode/{postalCode}
Get default pickup point by postal code GET /api/pickuppoint/{countryCode}/postalCode/{postalCode}/default

Get all pickup points

get
                https://api.bring.com/pickuppoint/api/pickuppoint/{countryCode}/all
              

Request

header parameters

X-Mybring-API-Uid
Required
Description
Mybring login ID
Type
any
X-Mybring-API-Key
Required
Description
Your user's API key
Type
any
Accept
Description
Desired output media type
Type
string
Enum
application/json
application/xml
Default
application/json

path parameters

countryCode
Required
Description
Country
Type
string
Enum
NO
DK
SE
FI
Example
NO

query parameters

callback
Description
JSONP callback function name
Type
string
Example
callback=callback
requestCountryCode
Description
Country code of the requester. Only applicable for Norwegian pickup points
Type
string
Example
requestCountryCode=NO

Responses

200 OK

Schema

array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
Pickup points
object
array
object
additionalServiceCode
Additional service code
string
address
Address
string
Capabilities at pickup point
array wrapped
capability
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array wrapped
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array wrapped
Photos of the pickup point
object
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
Special opening hours
array wrapped
specialOpeningHoursText
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array wrapped
Temporary opening hours
object
Temporary opening hours in this period
array
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
400 Bad Request

Schema

code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
object
code
Http status code
integer <int32>
Query parameter validation errors
array
Query parameter validation errors
object
error
Error description
string
parameter
Query parameter name
string
429 Too Many Requests

Schema

string
string
string
500 Internal Server Error

Schema

string
string
string

Response examples

{
  "pickupPoint": [
    {
      "additionalServiceCode": "1036",
      "address": "BREIVIKVEIEN 29 D",
      "city": "STAVANGER",
      "coordinate": {
        "latitude": 58.96541918,
        "longitude": 5.76157168
      },
      "countryCode": "NO",
      "county": "ROGALAND",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=58.9654191825066,5.76157167669601",
      "id": "121424",
      "latitude": 58.965419182506565,
      "locationDescription": "Står inntil veggen, i hjørnet til høyre for inngangen til Kiwi Lervig Brygge.",
      "longitude": 5.761571676696005,
      "maxParcelDimensions": {
        "height": 40,
        "length": 60,
        "width": 20
      },
      "municipality": "STAVANGER",
      "name": "Pakkeboks KIWI Lervig Brygge",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "4014",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111755",
      "specialOpeningHours": [
        "Julaften: 1000-1400",
        "Nyttårsaften: 1200-1800"
      ],
      "temporaryOpeningHours": [
        {
          "openingHours": [
            {
              "closing": "1600",
              "day": "WEDNESDAY",
              "opening": "0800"
            }
          ]
        }
      ],
      "unitId": "111755",
      "utmX": "-30216",
      "utmY": "6572951",
      "visitingAddress": "VARGVEIEN 16 A",
      "visitingCity": "STAVANGER",
      "visitingPostalCode": "4014"
    }
  ]
}

Get pickup point by id

get
                https://api.bring.com/pickuppoint/api/pickuppoint/{countryCode}/id/{id}
              

Request

header parameters

X-Mybring-API-Uid
Required
Description
Mybring login ID
Type
any
X-Mybring-API-Key
Required
Description
Your user's API key
Type
any
Accept
Description
Desired output media type
Type
string
Enum
application/json
application/xml
Default
application/json

path parameters

countryCode
Required
Description
Country
Type
string
Enum
NO
DK
SE
FI
Example
NO
id
Required
Description
PickupPoint Id
Type
string
Example
12345

query parameters

callback
Description
JSONP callback function name
Type
string
Example
callback=callback
requestCountryCode
Description
Country code of the requester. Only applicable for Norwegian pickup points
Type
string
Example
requestCountryCode=NO

Responses

200 OK

Schema

array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
Pickup points
object
array
object
additionalServiceCode
Additional service code
string
address
Address
string
Capabilities at pickup point
array wrapped
capability
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array wrapped
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array wrapped
Photos of the pickup point
object
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
Special opening hours
array wrapped
specialOpeningHoursText
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array wrapped
Temporary opening hours
object
Temporary opening hours in this period
array
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
400 Bad Request

Schema

code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
object
code
Http status code
integer <int32>
Query parameter validation errors
array
Query parameter validation errors
object
error
Error description
string
parameter
Query parameter name
string
429 Too Many Requests

Schema

string
string
string
500 Internal Server Error

Schema

string
string
string

Response examples

{
  "pickupPoint": [
    {
      "additionalServiceCode": "1036",
      "address": "BREIVIKVEIEN 29 D",
      "city": "STAVANGER",
      "coordinate": {
        "latitude": 58.96541918,
        "longitude": 5.76157168
      },
      "countryCode": "NO",
      "county": "ROGALAND",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=58.9654191825066,5.76157167669601",
      "id": "121424",
      "latitude": 58.965419182506565,
      "locationDescription": "Står inntil veggen, i hjørnet til høyre for inngangen til Kiwi Lervig Brygge.",
      "longitude": 5.761571676696005,
      "maxParcelDimensions": {
        "height": 40,
        "length": 60,
        "width": 20
      },
      "municipality": "STAVANGER",
      "name": "Pakkeboks KIWI Lervig Brygge",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "4014",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111755",
      "specialOpeningHours": [
        "Julaften: 1000-1400",
        "Nyttårsaften: 1200-1800"
      ],
      "temporaryOpeningHours": [
        {
          "openingHours": [
            {
              "closing": "1600",
              "day": "WEDNESDAY",
              "opening": "0800"
            }
          ]
        }
      ],
      "unitId": "111755",
      "utmX": "-30216",
      "utmY": "6572951",
      "visitingAddress": "VARGVEIEN 16 A",
      "visitingCity": "STAVANGER",
      "visitingPostalCode": "4014"
    }
  ]
}

Get pickup points by geolocation

get
                https://api.bring.com/pickuppoint/api/pickuppoint/{countryCode}/location/{latitude},{longitude}
              

Request

header parameters

X-Mybring-API-Uid
Required
Description
Mybring login ID
Type
any
X-Mybring-API-Key
Required
Description
Your user's API key
Type
any
Accept
Description
Desired output media type
Type
string
Enum
application/json
application/xml
Default
application/json

path parameters

countryCode
Required
Description
Country code
Type
string
Enum
NO
DK
SE
FI
Example
NO
latitude
Required
Description
Latitude
Type
String
Example
59.1225
longitude
Required
Description
Longitude
Type
String
Example
11.297

query parameters

callback
Description
JSONP callback function name
Type
string
Example
callback=callback
street
Description
Searches for the nearest pickup points to the given street. Use this param to get more accurate result.
Type
string
Example
street=Dronningens gate
streetNumber
Description
Searches for the nearest pickup points to the given street number. Use this param to get more accurate result.
Type
string
Example
streetNumber=30
openingHoursSearchType
Description
Return pickup points open at provided day
Type
string
Enum
ALL_WEEKDAYS
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
Default
ALL_WEEKDAYS
Example
openingHoursSearchType=MONDAY
openOnOrBefore
Description
Format HHmm. Will return pickup points that are open on or before the specified time.
Type
string
Example
openOnOrBefore=1700
openOnOrAfter
Description
Format HHmm. Will return pickup points that are open on or after the specified time.
Type
string
Example
openOnOrAfter=0800
searchForText
Description
Free text filter. When used the api will look for pickup points with a name, address, city, municipality, county or location description containing the provided text.
Type
string
Example
searchForText=dronningens gate 30
pickupPointType
Description
Pickup-point type to be returned. If not provided, both types are returned.
Type
string
Enum
manned
locker
Example
pickupPointType=manned
requestCountryCode
Description
Country code of the requester. Only applicable for Norwegian pickup points
Type
string
Example
requestCountryCode=NO
numberOfResponses
Description
Number of pickup points to be included in the response
Type
string
Default
10
Example
numberOfResponses=15

Responses

200 OK

Schema

array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
Pickup points
object
array
object
additionalServiceCode
Additional service code
string
address
Address
string
Capabilities at pickup point
array wrapped
capability
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array wrapped
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array wrapped
Photos of the pickup point
object
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
Special opening hours
array wrapped
specialOpeningHoursText
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array wrapped
Temporary opening hours
object
Temporary opening hours in this period
array
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
400 Bad Request

Schema

code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
object
code
Http status code
integer <int32>
Query parameter validation errors
array
Query parameter validation errors
object
error
Error description
string
parameter
Query parameter name
string
429 Too Many Requests

Schema

string
string
string
500 Internal Server Error

Schema

string
string
string

Response examples

{
  "pickupPoint": [
    {
      "additionalServiceCode": "1036",
      "address": "BREIVIKVEIEN 29 D",
      "city": "STAVANGER",
      "coordinate": {
        "latitude": 58.96541918,
        "longitude": 5.76157168
      },
      "countryCode": "NO",
      "county": "ROGALAND",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=58.9654191825066,5.76157167669601",
      "id": "121424",
      "latitude": 58.965419182506565,
      "locationDescription": "Står inntil veggen, i hjørnet til høyre for inngangen til Kiwi Lervig Brygge.",
      "longitude": 5.761571676696005,
      "maxParcelDimensions": {
        "height": 40,
        "length": 60,
        "width": 20
      },
      "municipality": "STAVANGER",
      "name": "Pakkeboks KIWI Lervig Brygge",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "4014",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111755",
      "specialOpeningHours": [
        "Julaften: 1000-1400",
        "Nyttårsaften: 1200-1800"
      ],
      "temporaryOpeningHours": [
        {
          "openingHours": [
            {
              "closing": "1600",
              "day": "WEDNESDAY",
              "opening": "0800"
            }
          ]
        }
      ],
      "unitId": "111755",
      "utmX": "-30216",
      "utmY": "6572951",
      "visitingAddress": "VARGVEIEN 16 A",
      "visitingCity": "STAVANGER",
      "visitingPostalCode": "4014"
    }
  ]
}

Get pickup points by address

get
                https://api.bring.com/pickuppoint/api/pickuppoint/{countryCode}/postalCode/{postalCode}
              

Returns the closest pickup points to provided postal code and address (street + street number) sorted by drive time.

For improved accuracy it is STRONGLY recommended to provide an address in addition to the mandatory postal code, since providing postal code alone will use the geolocation of the geographical center of the postal code area as destination. Providing the actual address will provide the closest pickup points to the geolocation of that address.

Request

header parameters

X-Mybring-API-Uid
Required
Description
Mybring login ID
Type
any
X-Mybring-API-Key
Required
Description
Your user's API key
Type
any
Accept
Description
Desired output media type
Type
string
Enum
application/json
application/xml
Default
application/json

path parameters

countryCode
Required
Description
Country
Type
string
Enum
NO
DK
SE
FI
Example
NO
postalCode
Required
Description
Postal code
Type
string
Example
0120

query parameters

callback
Description
JSONP callback function name
Type
string
Example
callback=callback
street
Description
Searches for the nearest pickup points to the given street. Use this param to get more accurate result.
Type
string
Example
street=Dronningens gate
streetNumber
Description
Searches for the nearest pickup points to the given street number. Use this param to get more accurate result.
Type
string
Example
streetNumber=30
openingHoursSearchType
Description
Return pickup points open at provided day
Type
string
Enum
ALL_WEEKDAYS
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
Default
ALL_WEEKDAYS
Example
openingHoursSearchType=MONDAY
openOnOrBefore
Description
Format HHmm. Will return pickup points that are open on or before the specified time.
Type
string
Example
openOnOrBefore=1700
openOnOrAfter
Description
Format HHmm. Will return pickup points that are open on or after the specified time.
Type
string
Example
openOnOrAfter=0800
searchForText
Description
Free text filter. When used the api will look for pickup points with a name, address, city, municipality, county or location description containing the provided text.
Type
string
Example
searchForText=dronningens gate 30
pickupPointType
Description
Pickup-point type to be returned. If not provided, both types are returned.
Type
string
Enum
manned
locker
Example
pickupPointType=manned
requestCountryCode
Description
Country code of the requester. Only applicable for Norwegian pickup points
Type
string
Example
requestCountryCode=NO
numberOfResponses
Description
Number of pickup points to be included in the response
Type
string
Default
10
Example
numberOfResponses=15

Responses

200 OK

Schema

array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
Pickup points
object
array
object
additionalServiceCode
Additional service code
string
address
Address
string
Capabilities at pickup point
array wrapped
capability
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array wrapped
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array wrapped
Photos of the pickup point
object
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
Special opening hours
array wrapped
specialOpeningHoursText
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array wrapped
Temporary opening hours
object
Temporary opening hours in this period
array
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
400 Bad Request

Schema

code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
object
code
Http status code
integer <int32>
Query parameter validation errors
array
Query parameter validation errors
object
error
Error description
string
parameter
Query parameter name
string
429 Too Many Requests

Schema

string
string
string
500 Internal Server Error

Schema

string
string
string

Response examples

{
  "pickupPoint": [
    {
      "additionalServiceCode": "1036",
      "address": "GAMLEVEIEN 34",
      "city": "SKI",
      "coordinate": {
        "latitude": 59.71751493,
        "longitude": 10.81595792
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "0.6",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 1,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.7175149295803,10.8159579159653",
      "id": "111339",
      "latitude": 59.71751492958027,
      "locationDescription": "Står plassert inntil veggen rettet mot Gamleveien.",
      "locationDescriptionEnglish": "Is located on the wall facing Gamleveien",
      "longitude": 10.815957915965308,
      "municipality": "NORDRE FOLLO",
      "name": "Pakkeboks KIWI Finstad",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1406",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111339",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.71751493&destlong=10.81595792",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "111339",
      "utmX": "264740",
      "utmY": "6627375",
      "visitingAddress": "GAMLEVEIEN 34",
      "visitingCity": "SKI",
      "visitingPostalCode": "1406"
    },
    {
      "additionalServiceCode": "1036",
      "address": "NORDBYVEIEN 2",
      "city": "SKI",
      "coordinate": {
        "latitude": 59.72013034,
        "longitude": 10.83314761
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "1.1",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 2,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.7201303412086,10.8331476069979",
      "id": "111226",
      "latitude": 59.720130341208595,
      "locationDescription": "Står plassert inntil veggen til venstre når man ser mot hovedinngangen.",
      "locationDescriptionEnglish": "Located to the left of the main entrance",
      "longitude": 10.833147606997903,
      "municipality": "NORDRE FOLLO",
      "name": "Pakkeboks KIWI Ski stasjon",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1400",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111226",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.72013034&destlong=10.83314761",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "111226",
      "utmX": "265724",
      "utmY": "6627605",
      "visitingAddress": "NORDBYVEIEN 2",
      "visitingCity": "SKI",
      "visitingPostalCode": "1423"
    },
    {
      "additionalServiceCode": "1036",
      "address": "BREGNEFARET 1 B",
      "city": "LANGHUS",
      "coordinate": {
        "latitude": 59.76415976,
        "longitude": 10.8521284
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "7.8",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 12,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.7641597550239,10.8521284047169",
      "id": "110863",
      "latitude": 59.764159755023925,
      "locationDescription": "Står plassert bak handlevognene i portalen til venstre for inngang butikk",
      "locationDescriptionEnglish": "Is located behind the shopping carts in the portal to the left of the entrance shop",
      "longitude": 10.852128404716892,
      "municipality": "NORDRE FOLLO",
      "name": "Pakkeboks KIWI Bøleråsen senter",
      "openingHours": [
        {
          "closing": "2300",
          "day": "MONDAY",
          "opening": "0500"
        },
        {
          "closing": "2300",
          "day": "TUESDAY",
          "opening": "0500"
        },
        {
          "closing": "2300",
          "day": "WEDNESDAY",
          "opening": "0500"
        },
        {
          "closing": "2300",
          "day": "THURSDAY",
          "opening": "0500"
        },
        {
          "closing": "2300",
          "day": "FRIDAY",
          "opening": "0500"
        },
        {
          "closing": "2300",
          "day": "SATURDAY",
          "opening": "0800"
        },
        {
          "closing": "2200",
          "day": "SUNDAY",
          "opening": "1000"
        }
      ],
      "openingHoursDanish": "Man - Fre: 0500-2300, Lør: 0800-2300, Søn: 1000-2200",
      "openingHoursEnglish": "Mon - Fri: 0500-2300, Sat: 0800-2300, Sun: 1000-2200",
      "openingHoursFinnish": "Ma - Pe: 0500-2300, La: 0800-2300, Su: 1000-2200",
      "openingHoursNorwegian": "Man - Fre: 0500-2300, Lør: 0800-2300, Søn: 1000-2200",
      "openingHoursSwedish": "Mån - Fre: 0500-2300, Lör: 0800-2300, Sön: 1000-2200",
      "photos": [],
      "postalCode": "1405",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=110863",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.76415976&destlong=10.8521284",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "110863",
      "utmX": "267097",
      "utmY": "6632435",
      "visitingAddress": "BREGNEFARET 1 B",
      "visitingCity": "LANGHUS",
      "visitingPostalCode": "1405"
    },
    {
      "additionalServiceCode": "1036",
      "address": "TRELASTVEIEN 1 D",
      "city": "OPPEGÅRD",
      "coordinate": {
        "latitude": 59.78826296,
        "longitude": 10.80057688
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "9.8",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 16,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.7882629647017,10.8005768823245",
      "id": "112661",
      "latitude": 59.78826296470165,
      "locationDescription": "Står ved siden av p-automaten i parkeringshuset til Kiwi Myrvoll.",
      "locationDescriptionEnglish": "Located to the left of the parking machine in the Kiwi Myrvoll car park",
      "longitude": 10.800576882324542,
      "municipality": "NORDRE FOLLO",
      "name": "Pakkeboks KIWI Myrvoll",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1415",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=112661",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.78826296&destlong=10.80057688",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "112661",
      "utmX": "264375",
      "utmY": "6635298",
      "visitingAddress": "TRELASTVEIEN 1 D",
      "visitingCity": "OPPEGÅRD",
      "visitingPostalCode": "1415"
    },
    {
      "additionalServiceCode": "1036",
      "address": "HEERVEIEN 9",
      "city": "DRØBAK",
      "coordinate": {
        "latitude": 59.68452206,
        "longitude": 10.66104023
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "13.6",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 16,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.6845220647219,10.6610402309604",
      "id": "111450",
      "latitude": 59.68452206472187,
      "locationDescription": "Står langs veggen til høyre for inngangen til Kiwi Heer",
      "locationDescriptionEnglish": "Stands along the wall to the right of the Kiwi Heer entrance",
      "longitude": 10.661040230960428,
      "municipality": "FROGN",
      "name": "Pakkeboks KIWI Heer",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1445",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111450",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.68452206&destlong=10.66104023",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "111450",
      "utmX": "255797",
      "utmY": "6624266",
      "visitingAddress": "HEERVEIEN 9",
      "visitingCity": "DRØBAK",
      "visitingPostalCode": "1445"
    },
    {
      "additionalServiceCode": "1036",
      "address": "VESTBYVEIEN 31",
      "city": "VESTBY",
      "coordinate": {
        "latitude": 59.60901364,
        "longitude": 10.74317359
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "20.2",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 19,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.6090136413171,10.7431735947379",
      "id": "111457",
      "latitude": 59.60901364131712,
      "locationDescription": "Står langs husveggen til høyre når du kjører inn på parkeringsplassen foran Kiwi Vestby",
      "locationDescriptionEnglish": "Stands along the house wall to the right when you drive into the parking lot in front of Kiwi Vestby",
      "longitude": 10.743173594737934,
      "municipality": "VESTBY",
      "name": "Pakkeboks KIWI Vestby",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1543",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111457",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.60901364&destlong=10.74317359",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "111457",
      "utmX": "259876",
      "utmY": "6615569",
      "visitingAddress": "VESTBYVEIEN 31",
      "visitingCity": "VESTBY",
      "visitingPostalCode": "1543"
    },
    {
      "additionalServiceCode": "1036",
      "address": "LOIMAAVEIEN 1",
      "city": "DRØBAK",
      "coordinate": {
        "latitude": 59.66742668,
        "longitude": 10.64665109
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "16.4",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 20,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.6674266755533,10.6466510913304",
      "id": "111451",
      "latitude": 59.667426675553294,
      "locationDescription": "Står på utsiden av handlevognskuret, på høyre side av inngangen til Kiwi Ullerudsletta.",
      "locationDescriptionEnglish": "Stands outside the shopping shed on the right side of the entrance to Kiwi Ullerudsletta",
      "longitude": 10.646651091330442,
      "municipality": "FROGN",
      "name": "Pakkeboks KIWI Ullerudsletta",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1447",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111451",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.66742668&destlong=10.64665109",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "111451",
      "utmX": "254863",
      "utmY": "6622418",
      "visitingAddress": "LOIMAAVEIEN 1",
      "visitingCity": "DRØBAK",
      "visitingPostalCode": "1447"
    },
    {
      "additionalServiceCode": "1036",
      "address": "HOBØLVEIEN 1",
      "city": "TOMTER",
      "coordinate": {
        "latitude": 59.65958151,
        "longitude": 11.0009802
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "16.8",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 20,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.6595815118075,11.0009802004225",
      "id": "112074",
      "latitude": 59.65958151180753,
      "locationDescription": "Står plassert på venstre side av inngang ved UFF bokser",
      "locationDescriptionEnglish": "Is located on the left side of the entrance at UFF boxes",
      "longitude": 11.000980200422529,
      "municipality": "INDRE ØSTFOLD",
      "name": "Pakkeboks KIWI Tomter",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1825",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=112074",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.65958151&destlong=11.0009802",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "112074",
      "utmX": "274746",
      "utmY": "6620289",
      "visitingAddress": "HOBØLVEIEN 1",
      "visitingCity": "TOMTER",
      "visitingPostalCode": "1825"
    },
    {
      "additionalServiceCode": "1036",
      "address": "GJEVERSRUDVEIEN 1 A",
      "city": "YTRE ENEBAKK",
      "coordinate": {
        "latitude": 59.72336781,
        "longitude": 11.05737046
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "17.4",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 21,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.7233678106525,11.0573704617274",
      "id": "111662",
      "latitude": 59.7233678106525,
      "locationDescription": "Står plassert til høyre for inngangen, ved propan-automaten.",
      "locationDescriptionEnglish": "Is located to the right of the entrance by the propane machine",
      "longitude": 11.057370461727372,
      "municipality": "ENEBAKK",
      "name": "Pakkeboks KIWI Ytre Enebakk",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1914",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111662",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.72336781&destlong=11.05737046",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "111662",
      "utmX": "278342",
      "utmY": "6627194",
      "visitingAddress": "GJEVERSRUDVEIEN 1 A",
      "visitingCity": "YTRE ENEBAKK",
      "visitingPostalCode": "1914"
    },
    {
      "additionalServiceCode": "1036",
      "address": "HAGELUNDVEIEN 8",
      "city": "NESODDEN",
      "coordinate": {
        "latitude": 59.8060955,
        "longitude": 10.68908005
      },
      "countryCode": "NO",
      "county": "VIKEN",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "20.9",
      "distanceType": "DRIVING_DISTANCE",
      "durationInMinutes": 25,
      "durationType": "DRIVING_TIME",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=59.8060954997007,10.6890800513952",
      "id": "112233",
      "latitude": 59.806095499700724,
      "locationDescription": "Står plassert mellom Propanautomaten og returbokser for klær.",
      "locationDescriptionEnglish": "Is located between Propanautomat and return boxes for clothes",
      "longitude": 10.689080051395196,
      "municipality": "NESODDEN",
      "name": "Pakkeboks KIWI Kirkekrysset",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "1459",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=112233",
      "routeMapsLink": "https://api.bring.com/pickuppoint/map/route?origlat=59.7198&origlong=10.8141&destlat=59.8060955&destlong=10.68908005",
      "specialOpeningHours": [],
      "temporaryOpeningHours": [],
      "type": "37",
      "unitId": "112233",
      "utmX": "258254",
      "utmY": "6637683",
      "visitingAddress": "HAGELUNDVEIEN 8",
      "visitingCity": "NESODDEN",
      "visitingPostalCode": "1459"
    }
  ]
}

Get default pickup point by postal code

get
                https://api.bring.com/pickuppoint/api/pickuppoint/{countryCode}/postalCode/{postalCode}/default
              

NOTE - Only supported for Norwegian postal codes

Request

header parameters

X-Mybring-API-Uid
Required
Description
Mybring login ID
Type
any
X-Mybring-API-Key
Required
Description
Your user's API key
Type
any
Accept
Description
Desired output media type
Type
string
Enum
application/json
application/xml
Default
application/json

path parameters

countryCode
Required
Description
Country
Type
string
Enum
NO
DK
SE
FI
Example
NO
postalCode
Required
Description
Postal code
Type
string
Example
0120

query parameters

requestCountryCode
Description
Country code of the requester. Only applicable for Norwegian pickup points
Type
string
Value
NO
Example
requestCountryCode=NO

Responses

200 OK

Schema

array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
array of objects
additionalServiceCode
Additional service code
string
address
Address
string
capabilities
Capabilities at pickup point
array of strings
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array of objects
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
specialOpeningHours
Special opening hours
array of strings
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array of objects
Temporary opening hours in this period
array of objects
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
Pickup points
object
array
object
additionalServiceCode
Additional service code
string
address
Address
string
Capabilities at pickup point
array wrapped
capability
Capabilities at pickup point
string
city
City
string
object
latitude
Latitude
number <double>
longitude
Longitude
number <double>
countryCode
Country code
string
county
County
string
cutOffTimeExpress
Express cut off time
string
cutOffTimeExpressEnglish
Express cut off time in English
string
distanceInKm
Distance in km
string
distanceType
Distance type
string
Enum
AERIAL_DISTANCE
DRIVING_DISTANCE
durationInMinutes
Duration in minutes
integer <int64>
durationType
Duration type
string
Enum
DRIVING_TIME
googleMapsLink
Google maps link
string
id
Pickup point id
string
latitude
Latitude
number
locationDescription
Location description
string
locationDescriptionEnglish
Location description in English
string
longitude
Longitude
number
Max parcel dimensions
object
height
Max height
number <double>
length
Max length
number <double>
width
Max width
number <double>
municipality
Municipality
string
name
Name
string
Opening hours
array wrapped
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
openingHoursDanish
Opening hours in Danish
string
openingHoursEnglish
Opening hours in English
string
openingHoursFinnish
Opening hours in Finnish
string
openingHoursNorwegian
Opening hours in Norwegian
string
openingHoursSwedish
Opening hours in Swedish
string
Photos of the pickup point
array wrapped
Photos of the pickup point
object
bigPhotoUrl
A link to a big photo of the location.
string
mainPhoto
Main photo for location
boolean
smallPhotoUrl
A link to a small photo of the location.
string
postalCode
Postal code
string
postenMapsLink
Posten maps link
string
routeMapsLink
Pickup point route link. Origin based on provided address or provided postal codes population density center or geographical center
string
Special opening hours
array wrapped
specialOpeningHoursText
Special opening hours
string
status
Pickup point status
string
Enum
ACTIVE
INACTIVE
Temporary opening hours
array wrapped
Temporary opening hours
object
Temporary opening hours in this period
array
Temporary opening hours in this period
object
closing
Closes at
string
day
Day of week
string
Enum
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
opening
Opens at
string
type
Pickup point type
string
unitId
Pickup point unit id
string
utmX
UTM coordinate X
string
utmY
UTM coordinate Y
string
visitingAddress
Visiting address
string
visitingCity
Visiting city
string
visitingPostalCode
Visiting postal code
string
400 Bad Request

Schema

code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
code
Http status code
integer <int32>
Query parameter validation errors
array of objects
error
Error description
string
parameter
Query parameter name
string
object
code
Http status code
integer <int32>
Query parameter validation errors
array
Query parameter validation errors
object
error
Error description
string
parameter
Query parameter name
string
429 Too Many Requests

Schema

string
string
string
500 Internal Server Error

Schema

string
string
string

Response examples

{
  "pickupPoint": [
    {
      "additionalServiceCode": "1036",
      "address": "BREIVIKVEIEN 29 D",
      "city": "STAVANGER",
      "coordinate": {
        "latitude": 58.96541918,
        "longitude": 5.76157168
      },
      "countryCode": "NO",
      "county": "ROGALAND",
      "cutOffTimeExpress": "",
      "cutOffTimeExpressEnglish": "",
      "distanceInKm": "",
      "googleMapsLink": "http://maps.google.com/maps?f=q&hl=en&geocode=&q=58.9654191825066,5.76157167669601",
      "id": "121424",
      "latitude": 58.965419182506565,
      "locationDescription": "Står inntil veggen, i hjørnet til høyre for inngangen til Kiwi Lervig Brygge.",
      "longitude": 5.761571676696005,
      "maxParcelDimensions": {
        "height": 40,
        "length": 60,
        "width": 20
      },
      "municipality": "STAVANGER",
      "name": "Pakkeboks KIWI Lervig Brygge",
      "openingHours": [
        {
          "closing": "2359",
          "day": "MONDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "TUESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "WEDNESDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "THURSDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "FRIDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SATURDAY",
          "opening": "0000"
        },
        {
          "closing": "2359",
          "day": "SUNDAY",
          "opening": "0000"
        }
      ],
      "openingHoursDanish": "Man - Søn: 0000-2359",
      "openingHoursEnglish": "Mon - Sun: 0000-2359",
      "openingHoursFinnish": "Ma - Su: 0000-2359",
      "openingHoursNorwegian": "Man - Søn: 0000-2359",
      "openingHoursSwedish": "Mån - Sön: 0000-2359",
      "photos": [],
      "postalCode": "4014",
      "postenMapsLink": "http://www.posten.no/kundeservice/kart?ID=111755",
      "specialOpeningHours": [
        "Julaften: 1000-1400",
        "Nyttårsaften: 1200-1800"
      ],
      "temporaryOpeningHours": [
        {
          "openingHours": [
            {
              "closing": "1600",
              "day": "WEDNESDAY",
              "opening": "0800"
            }
          ]
        }
      ],
      "unitId": "111755",
      "utmX": "-30216",
      "utmY": "6572951",
      "visitingAddress": "VARGVEIEN 16 A",
      "visitingCity": "STAVANGER",
      "visitingPostalCode": "4014"
    }
  ]
}
comments powered by Disqus