質問編集履歴

2

JSONサンプルの修正をいたしました。

2021/12/22 09:18

投稿

rinrin1137
rinrin1137

スコア87

test CHANGED
File without changes
test CHANGED
@@ -82,80 +82,262 @@
82
82
 
83
83
  ```JSON
84
84
 
85
- 0:
86
-
87
- id: 484
88
-
89
- date: "2021-12-19T12:02:50"
90
-
91
- date_gmt: "2021-12-19T03:02:50"
92
-
93
- guid:
94
-
95
- rendered: "https://www.○○○○/?post_type=media_post&p=484"
96
-
97
- modified: "2021-12-22T17:07:00"
98
-
99
- modified_gmt: "2021-12-22T08:07:00"
100
-
101
- slug: "%e6%97%a5%e6%9c%ac%e3%83%86%e3%83%ac%e3%83%93-the-%e7%aa%81%e7%a0%b4%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab-%e5%86%8d%e7%8f%be%e3%83%89%e3%83%a9%e3%83%9e"
102
-
103
- status: "publish"
104
-
105
- type: "media_post"
106
-
107
- link: "https://www.○○○/media_post/484/"
108
-
109
- title:
110
-
111
- rendered: "○○○○○"
112
-
113
- content:
114
-
115
- rendered: ""
116
-
117
- protected: false
118
-
119
- featured_media: 0
120
-
121
- template: ""
122
-
123
- acf:
124
-
125
- images:
126
-
127
- 0:
128
-
129
- image_url: "https://www.○○○○/wp-content/uploads/2021/12/画像-30.jpg"
130
-
131
- sub_ttl: "○○○○○○"
132
-
133
- url: "https://www.○○○○/toppa/articles/940bvcg7fozzxzntsb.html"
134
-
135
- _links
136
-
137
- self: 0
138
-
139
- href: "https://www.○○○○/wp-json/wp/v2/media_post/484"
140
-
141
- collection: 0
142
-
143
- href: "https://www.○○○○/wp-json/wp/v2/media_post"
144
-
145
- about: 0
146
-
147
- href: "https://www.○○○○/wp-json/wp/v2/types/media_post"
148
-
149
- wp:attachment: 0
150
-
151
- href: "https://www.○○○○/wp-json/wp/v2/media?parent=484"
152
-
153
- curies: 0
154
-
155
- name: "wp"
156
-
157
- href: "https://api.w.org/{rel}"
158
-
159
- templated: true
85
+
86
+
87
+ [
88
+
89
+ {
90
+
91
+ "id": 484,
92
+
93
+ "date": "2021-12-19T12:02:50",
94
+
95
+ "date_gmt": "2021-12-19T03:02:50",
96
+
97
+ "guid": {
98
+
99
+ "rendered": "https://www.○○○○/shops/?post_type=media_post&p=484"
100
+
101
+ },
102
+
103
+ "modified": "2021-12-22T17:07:00",
104
+
105
+ "modified_gmt": "2021-12-22T08:07:00",
106
+
107
+ "slug": "%e6%97%a5%e6%9c%ac%e3%83%86%e3%83%ac%e3%83%93-the-%e7%aa%81%e7%a0%b4%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab-%e5%86%8d%e7%8f%be%e3%83%89%e3%83%a9%e3%83%9e",
108
+
109
+ "status": "publish",
110
+
111
+ "type": "media_post",
112
+
113
+ "link": "https://www.○○○○/shops/media_post/484/",
114
+
115
+ "title": {
116
+
117
+ "rendered": "テキストテキスト"
118
+
119
+ },
120
+
121
+ "content": {
122
+
123
+ "rendered": "",
124
+
125
+ "protected": false
126
+
127
+ },
128
+
129
+ "featured_media": 0,
130
+
131
+ "template": "",
132
+
133
+ "acf": {
134
+
135
+ "images": [
136
+
137
+ {
138
+
139
+ "image_url": "https://www.○○○○/shops/wp-content/uploads/2021/12/画像-30.jpg"
140
+
141
+ }
142
+
143
+ ],
144
+
145
+ "sub_ttl": "サブタイトル",
146
+
147
+ "url": "https://www.ntv.co.jp/toppa/articles/940bvcg7fozzxzntsb.html"
148
+
149
+ },
150
+
151
+ "_links": {
152
+
153
+ "self": [
154
+
155
+ {
156
+
157
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/media_post/484"
158
+
159
+ }
160
+
161
+ ],
162
+
163
+ "collection": [
164
+
165
+ {
166
+
167
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/media_post"
168
+
169
+ }
170
+
171
+ ],
172
+
173
+ "about": [
174
+
175
+ {
176
+
177
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/types/media_post"
178
+
179
+ }
180
+
181
+ ],
182
+
183
+ "wp:attachment": [
184
+
185
+ {
186
+
187
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/media?parent=484"
188
+
189
+ }
190
+
191
+ ],
192
+
193
+ "curies": [
194
+
195
+ {
196
+
197
+ "name": "wp",
198
+
199
+ "href": "https://api.w.org/{rel}",
200
+
201
+ "templated": true
202
+
203
+ }
204
+
205
+ ]
206
+
207
+ }
208
+
209
+ },
210
+
211
+ {
212
+
213
+ "id": 486,
214
+
215
+ "date": "2021-12-19T12:05:48",
216
+
217
+ "date_gmt": "2021-12-19T03:05:48",
218
+
219
+ "guid": {
220
+
221
+ "rendered": "https://www.○○○○/shops/?post_type=media_post&p=486"
222
+
223
+ },
224
+
225
+ "modified": "2021-12-22T17:06:53",
226
+
227
+ "modified_gmt": "2021-12-22T08:06:53",
228
+
229
+ "slug": "%e3%83%90%e3%83%bc%e3%83%81%e3%83%a3%e3%83%ab%e3%82%aa%e3%83%bc%e3%83%88%e3%82%b5%e3%83%ad%e3%83%b3",
230
+
231
+ "status": "publish",
232
+
233
+ "type": "media_post",
234
+
235
+ "link": "https://www.○○○○/shops/media_post/486/",
236
+
237
+ "title": {
238
+
239
+ "rendered": "テキストテキスト"
240
+
241
+ },
242
+
243
+ "content": {
244
+
245
+ "rendered": "",
246
+
247
+ "protected": false
248
+
249
+ },
250
+
251
+ "featured_media": 0,
252
+
253
+ "template": "",
254
+
255
+ "acf": {
256
+
257
+ "images": [
258
+
259
+ {
260
+
261
+ "image_url": "https://www.○○○○/shops/wp-content/uploads/2021/12/画像-29.jpg"
262
+
263
+ },
264
+
265
+ {
266
+
267
+ "image_url": "https://www.○○○○/shops/wp-content/uploads/2021/12/画像-31.jpg"
268
+
269
+ }
270
+
271
+ ],
272
+
273
+ "sub_ttl": "サブタイトル",
274
+
275
+ "url": ""
276
+
277
+ },
278
+
279
+ "_links": {
280
+
281
+ "self": [
282
+
283
+ {
284
+
285
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/media_post/486"
286
+
287
+ }
288
+
289
+ ],
290
+
291
+ "collection": [
292
+
293
+ {
294
+
295
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/media_post"
296
+
297
+ }
298
+
299
+ ],
300
+
301
+ "about": [
302
+
303
+ {
304
+
305
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/types/media_post"
306
+
307
+ }
308
+
309
+ ],
310
+
311
+ "wp:attachment": [
312
+
313
+ {
314
+
315
+ "href": "https://www.○○○○/shops/wp-json/wp/v2/media?parent=486"
316
+
317
+ }
318
+
319
+ ],
320
+
321
+ "curies": [
322
+
323
+ {
324
+
325
+ "name": "wp",
326
+
327
+ "href": "https://api.w.org/{rel}",
328
+
329
+ "templated": true
330
+
331
+ }
332
+
333
+ ]
334
+
335
+ }
336
+
337
+ }
338
+
339
+ ]
340
+
341
+
160
342
 
161
343
  ```

1

JSONサンプルの追加

2021/12/22 09:18

投稿

rinrin1137
rinrin1137

スコア87

test CHANGED
File without changes
test CHANGED
@@ -76,28 +76,86 @@
76
76
 
77
77
  ```
78
78
 
79
-
80
-
81
- 取得したJson構造は以下となります
79
+ 以下JSONサンプルとなります
82
80
 
83
81
 
84
82
 
85
- 0:
83
+ ```JSON
86
84
 
87
- acf:
85
+ 0:
88
86
 
89
- images:
87
+ id: 484
90
88
 
91
- 0: {image_url: 'http://www.○○○○○○○'}
89
+ date: "2021-12-19T12:02:50"
92
90
 
91
+ date_gmt: "2021-12-19T03:02:50"
93
92
 
93
+ guid:
94
94
 
95
- 1:
95
+ rendered: "https://www.○○○○/?post_type=media_post&p=484"
96
96
 
97
- acf:
97
+ modified: "2021-12-22T17:07:00"
98
98
 
99
- images:
99
+ modified_gmt: "2021-12-22T08:07:00"
100
100
 
101
- 0: {image_url: 'http://www.○○○○○○○'}
101
+ slug: "%e6%97%a5%e6%9c%ac%e3%83%86%e3%83%ac%e3%83%93-the-%e7%aa%81%e7%a0%b4%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab-%e5%86%8d%e7%8f%be%e3%83%89%e3%83%a9%e3%83%9e"
102
102
 
103
+ status: "publish"
104
+
105
+ type: "media_post"
106
+
107
+ link: "https://www.○○○/media_post/484/"
108
+
109
+ title:
110
+
111
+ rendered: "○○○○○"
112
+
113
+ content:
114
+
115
+ rendered: ""
116
+
117
+ protected: false
118
+
119
+ featured_media: 0
120
+
121
+ template: ""
122
+
123
+ acf:
124
+
125
+ images:
126
+
127
+ 0:
128
+
129
+ image_url: "https://www.○○○○/wp-content/uploads/2021/12/画像-30.jpg"
130
+
131
+ sub_ttl: "○○○○○○"
132
+
133
+ url: "https://www.○○○○/toppa/articles/940bvcg7fozzxzntsb.html"
134
+
135
+ _links
136
+
137
+ self: 0
138
+
139
+ href: "https://www.○○○○/wp-json/wp/v2/media_post/484"
140
+
141
+ collection: 0
142
+
143
+ href: "https://www.○○○○/wp-json/wp/v2/media_post"
144
+
145
+ about: 0
146
+
147
+ href: "https://www.○○○○/wp-json/wp/v2/types/media_post"
148
+
149
+ wp:attachment: 0
150
+
151
+ href: "https://www.○○○○/wp-json/wp/v2/media?parent=484"
152
+
153
+ curies: 0
154
+
155
+ name: "wp"
156
+
103
- 1: {image_url: 'http://www.○○○○○○○'}
157
+ href: "https://api.w.org/{rel}"
158
+
159
+ templated: true
160
+
161
+ ```