GET /shops/@id
Replace the @ keywords in the URL with their corresponding value.
A dictionary with fields
Field | Type | Description |
---|---|---|
id | Int | An integer value |
GET /shops/18 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.5.0
Accept-Language: en-US,en;q=0.5
Field | Type | Description |
---|---|---|
id | Int | Id of the shop |
name | String | Name of the shop (translated) |
address | Address.detailed | An address |
allow_comments | Bool | A boolean value |
offers | [Offer.simple] | Array of Offer.simple |
images | [String: Image] | Dictionary of Image with keys of type String |
allow_orders | Bool | A boolean value |
delivery_use_intervals | Bool | A boolean value |
categories | [Category.simple] | Array of Category.simple |
category_groups | [CategoryGroup] | List of category groups. The ids refer to a category in the categories field. Categories without a CategoryGroup should also get displayed. |
hours | [MethodHours] | Information about the opening hours, delivery hours... for all available methods and machines |
contact | Contact | Contact details of a shop |
messages | [Message] | You are required to keep track of the messages the user saw. When you receive new messages, you should indicate this in the app with a bubble icon (e.g. red circle with number of new messages) |
info | [Message] | Same as messages, but you shouldn't notify the user when this changes or is received for the first time |
currency | Currency | 3 letter ISO 4217 currency name (string) |
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 9717
{
"id": 19,
"name": "Katrina DuBuque Sr.",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"allow_comments": true,
"offers": [
{
"id": 11,
"name": "Black Friday"
},
{
"id": 12,
"name": "Black Friday"
},
{
"id": 18,
"name": "Black Friday"
}
],
"images": {
"avatar": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
}
},
"allow_orders": false,
"delivery_use_intervals": false,
"categories": [
{
"id": 12,
"name": "Dr. Faustino Block III",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"seo": {
"title": {
"en": "Autem tempora repudiandae ratione magni eos."
},
"description": {
"en": "Voluptas tempore nostrum temporibus. Qui ab fugiat voluptatum commodi et. Perferendis qui sit neque quis."
},
"url": {
"en": "http://veum.net/eligendi-et-et-est-ut-voluptatem-beatae-ab"
}
}
},
{
"id": 12,
"name": "Vernie Huels Jr.",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"seo": {
"title": {
"en": "Quidem atque incidunt optio vero porro at est."
},
"description": {
"en": "Iste velit nostrum sit ex non. Magnam eius vel dolorem. Vitae consequatur qui a doloremque. Et rerum vel dignissimos beatae fugit eligendi accusamus. Recusandae quia impedit quam enim dolorem."
},
"url": {
"en": "https://johnston.com/blanditiis-aut-odit-ea-explicabo-ea-rerum-rerum-ut.html"
}
}
},
{
"id": 16,
"name": "Jesus Kulas",
"banner": {
"resolutions": [
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
},
{
"src": "https://example.com",
"width": 600,
"height": 350
}
],
"white_background": true
},
"seo": {
"title": {
"en": "Sed fugiat dolorum eum harum et aut et tempora voluptate."
},
"description": {
"en": "Odit at dignissimos doloremque. Aut ex ab aut laudantium enim non suscipit corrupti. Occaecati est nisi eveniet."
},
"url": {
"en": "http://www.crist.com/quia-iste-quod-error-impedit-veniam-sit-debitis.html"
}
}
}
],
"category_groups": [
{
"name": "...",
"category_ids": [
17,
15,
16
]
},
{
"name": "...",
"category_ids": [
17,
15,
15
]
},
{
"name": "...",
"category_ids": [
18,
10,
14
]
}
],
"hours": [
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"07:30 - 14:31",
"07:30 - 14:31",
"07:30 - 14:31"
]
},
{
"days": "5",
"times": [
"09:10 - 20:51",
"09:10 - 20:51",
"09:10 - 20:51"
]
},
{
"days": "5",
"times": [
"09:13 - 18:36",
"09:13 - 18:36",
"09:13 - 18:36"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"07:25 - 13:59",
"07:25 - 13:59",
"07:25 - 13:59"
]
},
{
"days": "5",
"times": [
"06:23 - 11:20",
"06:23 - 11:20",
"06:23 - 11:20"
]
},
{
"days": "5",
"times": [
"07:12 - 15:38",
"07:12 - 15:38",
"07:12 - 15:38"
]
}
]
},
{
"name": "...",
"description": "...",
"type": "open",
"hours": [
{
"days": "5",
"times": [
"06:26 - 16:29",
"06:26 - 16:29",
"06:26 - 16:29"
]
},
{
"days": "5",
"times": [
"07:40 - 10:25",
"07:40 - 10:25",
"07:40 - 10:25"
]
},
{
"days": "5",
"times": [
"09:52 - 19:28",
"09:52 - 19:28",
"09:52 - 19:28"
]
}
]
}
],
"contact": {
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"telephone": "+32 475 00 00 00",
"vat": "BE0123.456.789",
"social": {
"facebook": "https://example.com",
"twitter": "https://example.com",
"snapchat": "https://example.com",
"instagram": "https://example.com",
"pinterest": "https://example.com",
"youtube": "https://example.com"
},
"website": "https://example.com",
"email": "example@domain.com"
},
"messages": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"info": [
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
},
{
"name": "...",
"title": "...",
"text": "...",
"type": "HTML"
}
],
"currency": "EUR"
}