mirror of
https://github.com/foomo/contentful.git
synced 2025-10-16 12:25:37 +00:00
47 lines
628 B
JSON
47 lines
628 B
JSON
{
|
|
"sys": {
|
|
"type": "Array"
|
|
},
|
|
"skip": 0,
|
|
"limit": 100,
|
|
"total": 2,
|
|
"items": [
|
|
{
|
|
"sys": {
|
|
"type": "Space",
|
|
"id": "id1"
|
|
},
|
|
"name": "Contentful Example API",
|
|
"locales": [
|
|
{
|
|
"code": "en-US",
|
|
"default": true,
|
|
"name": "English",
|
|
"fallbackCode": null
|
|
},
|
|
{
|
|
"code": "tlh",
|
|
"default": false,
|
|
"name": "Klingon",
|
|
"fallbackCode": "en-US"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"sys": {
|
|
"type": "Space",
|
|
"id": "id2"
|
|
},
|
|
"name": "Contentful Example API",
|
|
"locales": [
|
|
{
|
|
"code": "en-US",
|
|
"default": true,
|
|
"name": "English",
|
|
"fallbackCode": null
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|