Skip to content

Instantly share code, notes, and snippets.

@williamli
Created October 22, 2012 09:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamli/3930597 to your computer and use it in GitHub Desktop.
Save williamli/3930597 to your computer and use it in GitHub Desktop.
/api/store
{
"store_id": null,
"storetype": {
"id": null,
"storetype_value" : {
"id" : null, "content_value" :
[
{
"lang" : "en",
"value" : "Food"
},
{
"lang" : "zh",
"value" : "食食食"
}
]
},
"catgroups":
[
{
"id": null,
"catgroup_value": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "Mall"
},
{
"lang" : "zh",
"value" : "商場"
}
]
},
"catgroupitems":
[
{
"catgroupitem_id": null,
"catgroupitem_value": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "IFC"
},
{
"lang" : "zh",
"value" : "國金"
}
]
}
},
{
"catgroupitem_id": null,
"catgroupitem_value": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "Harbour City"
},
{
"lang" : "zh",
"value" : "海乜城"
}
]
}
}
]
},
{
"id": null,
"catgroup_value": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "Product Types"
},
{
"lang" : "zh",
"value" : "Product Types 中文"
}
]
},
"catgroupitems":
[
{
"catgroupitem_id": null,
"catgroupitem_value": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "For Men"
},
{
"lang" : "zh",
"value" : "好男人"
}
]
}
},
{
"catgroupitem_id": null,
"catgroupitem_value": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "For Kids"
},
{
"lang" : "zh",
"value" : "小朋友"
}
]
}
}
]
}
]
},
"name": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "McKey"
},
{
"lang" : "zh",
"value" : "麥記"
}
]
},
"description": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "hello how are you?"
},
{
"lang" : "zh",
"value" : "你好"
}
]
},
"address": {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "Hello Road"
},
{
"lang" : "zh",
"value" : "蝦佬街"
}
]
},
"location": {
"id" : 12,
"location_value" : {
"id" : null,
"content_value" :
[
{
"lang" : "en",
"value" : "TST"
},
{
"lang" : "zh",
"value" : "尖咀"
}
]
}
},
"coordinates": "22.286317,114.190264",
"phone": "(852) 2347 9128",
"website": "http://google.com",
"is_spotlight": true,
"is_slideshow": false,
"operational_hours": {
"mon" :
{
"open" : 700,
"close" : 1700
},
"tue" :
{
"open" : 800,
"close" : 1900
},
"wed" :
{
"open" : 800,
"close" : 1900
},
"thurs" :
{
"open" : 800,
"close" : 1900
},
"fri" :
{
"open" : 800,
"close" : 1900
},
"sat" :
{
"open" : 800,
"close" : 1900
},
"sun" :
{
"open" : 800,
"close" : 1900
},
"pub" :
{
"open" : 1200,
"close" : 2300
}
},
"thumbnail": 12,
"pagecover": 22,
"slideshow": 13
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment