wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
338 stars 129 forks source link

Cannot deserialize the current JSON object #144

Closed hbcondo closed 5 years ago

hbcondo commented 5 years ago

A new error arose: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.IList`1[System.Object]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly. To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object. Path '[0].meta.amp_status', line 1, position 1447.

Originally posted by @Marneus77 in https://github.com/wp-net/WordPressPCL/issues/104#issuecomment-373396148

hbcondo commented 5 years ago

This error is returned for me when attempting to retrieve posts using any of the Get methods in the Posts property.

hanniiel commented 5 years ago

I would also like to know how to fix this error. I'm getting the same one. When embed equals true on query builder. Ward.

ThomasPe commented 5 years ago

Is it possible this is due to a plugin adding Google AMP support? [0].meta.amp_status makes me think that. Perhaps we can figure out a way to not crash on this, could you provide the full JSON response you get from the server?

hbcondo commented 5 years ago

Here's part of the JSON response that my WordPress instance is returning when calling methods on the Posts property:

"meta": { "amp_status": "" }

I'm hosting on WordPress.com where they automatically install AMP w/o the ability to uninstall the plugin. To resolve this, I ended up adding a filter to my child theme's functions.php file that removes this from the response:

function removeAmpStatus( $data, $post, $context ) {
    unset( $data->data['meta']['amp_status'] );
    return $data;
}

add_filter( 'rest_prepare_post', 'removeAmpStatus' );
hanniiel commented 5 years ago

@ThomasPe Heres the full json, for amp.status: hope it helps. The request was: https://kdaebak.com/wp-json/wp/v2/posts?_embed=true

It seems that if I replace the amp_status on HttpResponsePreProcessing it's fixed but I don't think is the best way to solve it.

best regards :)

Code `[ { "id": 5777, "date": "2018-10-24T23:08:58", "date_gmt": "2018-10-25T04:08:58", "guid": { "rendered": "https://kdaebak.com/?p=5777" }, "modified": "2018-10-24T23:08:58", "modified_gmt": "2018-10-25T04:08:58", "slug": "echa-un-vistazo-al-teaser-de-bts-x-steve-aoki-waste-it-on-me", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/echa-un-vistazo-al-teaser-de-bts-x-steve-aoki-waste-it-on-me/", "title": { "rendered": "¡Echa un vistazo al teaser de BTS x Steve Aoki, ‘Waste It On Me’!" }, "content": { "rendered": "

¡Steve Aoki ha revelado un clip de audio de su próxima colaboración con BTS, “Waste It On Me”!

\n

El 24 de octubre, el músico de electro house estadounidense, productor de discos, DJ y  ejecutivo de música tuiteó: “¡Sorpresa! Hemos vuelto. Tenemos una nueva colaboración con mis hermanos BTS que vendrán mañana. ¿Quién quiere escucharla ahora?” Esto marca la tercera colaboración de Steve Aoki y BTS luego de su exitoso remix de “MIC Drop” y “The Truth Untold” el año pasado.

\n

Echa un vistazo a una vista previa a continuación, y haznos saber lo que piensas de “Waste It On Me” de Steve Aoki x BTS.

\n

\n

 

\n", "protected": false }, "excerpt": { "rendered": "

¡Steve Aoki ha revelado un clip de audio de su próxima colaboración con BTS, “Waste It On Me”! El 24 de octubre, el músico de electro house estadounidense, productor de discos, DJ y  ejecutivo de música tuiteó: “¡Sorpresa! Hemos vuelto. Tenemos una nueva colaboración con mis hermanos BTS que vendrán mañana. ¿Quién quiere escucharla ahora?” […]

\n", "protected": false }, "author": 2, "featured_media": 5779, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 49, 518 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5777" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5777" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5777/revisions" } ], "predecessor-version": [ { "id": 5780, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5777/revisions/5780" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5779" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5777" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5777" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5777" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5779, "date": "2018-10-24T23:08:37", "slug": "bts-34", "type": "attachment", "link": "https://kdaebak.com/noticias/echa-un-vistazo-al-teaser-de-bts-x-steve-aoki-waste-it-on-me/attachment/bts-34/", "title": { "rendered": "bts" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 578, "file": "2018/10/bts-1.jpg", "sizes": { "thumbnail": { "file": "bts-1-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-150x150.jpg" }, "medium": { "file": "bts-1-300x173.jpg", "width": 300, "height": 173, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-300x173.jpg" }, "medium_large": { "file": "bts-1-768x444.jpg", "width": 768, "height": 444, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-768x444.jpg" }, "td_80x60": { "file": "bts-1-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-80x60.jpg" }, "td_100x70": { "file": "bts-1-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-100x70.jpg" }, "td_218x150": { "file": "bts-1-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-218x150.jpg" }, "td_265x198": { "file": "bts-1-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-265x198.jpg" }, "td_324x160": { "file": "bts-1-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-324x160.jpg" }, "td_324x235": { "file": "bts-1-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-324x235.jpg" }, "td_324x400": { "file": "bts-1-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-324x400.jpg" }, "td_356x220": { "file": "bts-1-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-356x220.jpg" }, "td_356x364": { "file": "bts-1-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-356x364.jpg" }, "td_533x261": { "file": "bts-1-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-533x261.jpg" }, "td_534x462": { "file": "bts-1-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-534x462.jpg" }, "td_696x0": { "file": "bts-1-696x402.jpg", "width": 696, "height": 402, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-696x402.jpg" }, "td_696x385": { "file": "bts-1-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-696x385.jpg" }, "td_741x486": { "file": "bts-1-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-741x486.jpg" }, "td_0x420": { "file": "bts-1-727x420.jpg", "width": 727, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1-727x420.jpg" }, "full": { "file": "bts-1.jpg", "width": 1000, "height": 578, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5779" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5779" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 49, "link": "https://kdaebak.com/tag/bts/", "name": "BTS", "slug": "bts", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/49" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=49" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 518, "link": "https://kdaebak.com/tag/steve-aoki/", "name": "Steve Aoki", "slug": "steve-aoki", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/518" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=518" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5773, "date": "2018-10-24T22:59:14", "date_gmt": "2018-10-25T03:59:14", "guid": { "rendered": "https://kdaebak.com/?p=5773" }, "modified": "2018-10-24T22:59:14", "modified_gmt": "2018-10-25T03:59:14", "slug": "jennie-de-black-pink-lanza-la-primer-imagen-para-su-proyecto-como-solista", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/jennie-de-black-pink-lanza-la-primer-imagen-para-su-proyecto-como-solista/", "title": { "rendered": "Jennie de Black Pink lanza la primer imagen para su proyecto como solista" }, "content": { "rendered": "

¡Jennie, de Black Pink, está optando por un toque de color rojo fresa en su primer proyecto como solitario!

\n

La imagen teaser simplemente dice, “Jennie solo, November 12, 2018..” Según Yang Hyun Suk, las 4 integrantes de Black Pink saludarán a los fans con una serie de proyectos como solistas pronto, y comenzando con Jennie.

\n

¡Estén atentos para más teasers de Jennie, así como para su debut en solitario!

\n

\"\"

\n", "protected": false }, "excerpt": { "rendered": "

¡Jennie, de Black Pink, está optando por un toque de color rojo fresa en su primer proyecto como solitario! La imagen teaser simplemente dice, “Jennie solo, November 12, 2018..” Según Yang Hyun Suk, las 4 integrantes de Black Pink saludarán a los fans con una serie de proyectos como solistas pronto, y comenzando con Jennie. […]

\n", "protected": false }, "author": 2, "featured_media": 5774, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 201, 485 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5773" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5773" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5773/revisions" } ], "predecessor-version": [ { "id": 5776, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5773/revisions/5776" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5774" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5773" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5773" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5773" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5774, "date": "2018-10-24T22:58:00", "slug": "black-pink-jennie", "type": "attachment", "link": "https://kdaebak.com/noticias/jennie-de-black-pink-lanza-la-primer-imagen-para-su-proyecto-como-solista/attachment/black-pink-jennie/", "title": { "rendered": "black-pink-jennie" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 500, "file": "2018/10/black-pink-jennie.jpg", "sizes": { "thumbnail": { "file": "black-pink-jennie-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-150x150.jpg" }, "medium": { "file": "black-pink-jennie-300x150.jpg", "width": 300, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-300x150.jpg" }, "medium_large": { "file": "black-pink-jennie-768x384.jpg", "width": 768, "height": 384, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-768x384.jpg" }, "td_80x60": { "file": "black-pink-jennie-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-80x60.jpg" }, "td_100x70": { "file": "black-pink-jennie-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-100x70.jpg" }, "td_218x150": { "file": "black-pink-jennie-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-218x150.jpg" }, "td_265x198": { "file": "black-pink-jennie-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-265x198.jpg" }, "td_324x160": { "file": "black-pink-jennie-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-324x160.jpg" }, "td_324x235": { "file": "black-pink-jennie-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-324x235.jpg" }, "td_324x400": { "file": "black-pink-jennie-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-324x400.jpg" }, "td_356x220": { "file": "black-pink-jennie-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-356x220.jpg" }, "td_356x364": { "file": "black-pink-jennie-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-356x364.jpg" }, "td_533x261": { "file": "black-pink-jennie-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-533x261.jpg" }, "td_534x462": { "file": "black-pink-jennie-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-534x462.jpg" }, "td_696x0": { "file": "black-pink-jennie-696x348.jpg", "width": 696, "height": 348, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-696x348.jpg" }, "td_696x385": { "file": "black-pink-jennie-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-696x385.jpg" }, "td_741x486": { "file": "black-pink-jennie-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-741x486.jpg" }, "td_0x420": { "file": "black-pink-jennie-840x420.jpg", "width": 840, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie-840x420.jpg" }, "full": { "file": "black-pink-jennie.jpg", "width": 1000, "height": 500, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-jennie.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5774" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5774" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 201, "link": "https://kdaebak.com/tag/black-pink/", "name": "Black Pink", "slug": "black-pink", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/201" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=201" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 485, "link": "https://kdaebak.com/tag/jennie/", "name": "Jennie", "slug": "jennie", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/485" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=485" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5770, "date": "2018-10-22T22:32:17", "date_gmt": "2018-10-23T03:32:17", "guid": { "rendered": "https://kdaebak.com/?p=5770" }, "modified": "2018-10-22T22:32:17", "modified_gmt": "2018-10-23T03:32:17", "slug": "black-pink-firma-con-interscope-records-de-universal-music-group-y-se-prepara-para-sus-promociones-en-los-estados-unidos", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/black-pink-firma-con-interscope-records-de-universal-music-group-y-se-prepara-para-sus-promociones-en-los-estados-unidos/", "title": { "rendered": "Black Pink firma con Interscope Records de Universal Music Group y se prepara para sus promociones en los Estados Unidos" }, "content": { "rendered": "

El 23 de octubre, YG Entertainment confirmó a varios medios de comunicación que el grupo de chicas del sello, Black Pink ha firmado oficialmente con Interscope Records, un sello discográfico estadounidense bajo Universal Music Group (UMG).

\n

YG declaró: “Black Pink recientemente firmó con Interscope Records. YG e Interscope se asociarán para hacer de Black Pink una estrella en todo el mundo“. Interscope Records es el hogar de artistas estadounidenses como el Dr. Dre, Eminem, Kendrick Lamar, Maroon 5, Lady Gaga, Selena Gomez, Black Eyed Peas y más.

\n

John Janick, CEO de Interscope Records, también compartió: “Black Pink son las superestrellas mundiales más recientes. Su música y sus imágenes son muy diferentes de lo que hemos visto en la industria pop. Estoy más que entusiasmado con nuestra asociación con YG. para la dominación mundial de Black Pink“.

\n

¿Quién está emocionado de ver a Black Pink conquistar el mundo?

\n", "protected": false }, "excerpt": { "rendered": "

El 23 de octubre, YG Entertainment confirmó a varios medios de comunicación que el grupo de chicas del sello, Black Pink ha firmado oficialmente con Interscope Records, un sello discográfico estadounidense bajo Universal Music Group (UMG). YG declaró: “Black Pink recientemente firmó con Interscope Records. YG e Interscope se asociarán para hacer de Black Pink […]

\n", "protected": false }, "author": 2, "featured_media": 5771, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 201 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5770" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5770" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5770/revisions" } ], "predecessor-version": [ { "id": 5772, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5770/revisions/5772" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5771" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5770" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5770" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5770" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5771, "date": "2018-10-22T22:31:45", "slug": "black-pink-4", "type": "attachment", "link": "https://kdaebak.com/noticias/black-pink-firma-con-interscope-records-de-universal-music-group-y-se-prepara-para-sus-promociones-en-los-estados-unidos/attachment/black-pink-4/", "title": { "rendered": "black-pink" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 500, "file": "2018/10/black-pink.jpg", "sizes": { "thumbnail": { "file": "black-pink-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-150x150.jpg" }, "medium": { "file": "black-pink-300x150.jpg", "width": 300, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-300x150.jpg" }, "medium_large": { "file": "black-pink-768x384.jpg", "width": 768, "height": 384, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-768x384.jpg" }, "td_80x60": { "file": "black-pink-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-80x60.jpg" }, "td_100x70": { "file": "black-pink-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-100x70.jpg" }, "td_218x150": { "file": "black-pink-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-218x150.jpg" }, "td_265x198": { "file": "black-pink-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-265x198.jpg" }, "td_324x160": { "file": "black-pink-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-324x160.jpg" }, "td_324x235": { "file": "black-pink-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-324x235.jpg" }, "td_324x400": { "file": "black-pink-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-324x400.jpg" }, "td_356x220": { "file": "black-pink-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-356x220.jpg" }, "td_356x364": { "file": "black-pink-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-356x364.jpg" }, "td_533x261": { "file": "black-pink-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-533x261.jpg" }, "td_534x462": { "file": "black-pink-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-534x462.jpg" }, "td_696x0": { "file": "black-pink-696x348.jpg", "width": 696, "height": 348, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-696x348.jpg" }, "td_696x385": { "file": "black-pink-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-696x385.jpg" }, "td_741x486": { "file": "black-pink-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-741x486.jpg" }, "td_0x420": { "file": "black-pink-840x420.jpg", "width": 840, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink-840x420.jpg" }, "full": { "file": "black-pink.jpg", "width": 1000, "height": 500, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/black-pink.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5771" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5771" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 201, "link": "https://kdaebak.com/tag/black-pink/", "name": "Black Pink", "slug": "black-pink", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/201" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=201" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5766, "date": "2018-10-22T22:17:46", "date_gmt": "2018-10-23T03:17:46", "guid": { "rendered": "https://kdaebak.com/?p=5766" }, "modified": "2018-10-22T22:17:46", "modified_gmt": "2018-10-23T03:17:46", "slug": "mono-de-rm-de-bts-encabeza-la-lista-de-albumes-de-itunes-en-86-paises-rompiendo-el-record-establecido-por-love-yourself-tear", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/mono-de-rm-de-bts-encabeza-la-lista-de-albumes-de-itunes-en-86-paises-rompiendo-el-record-establecido-por-love-yourself-tear/", "title": { "rendered": "‘Mono’ de RM de BTS encabeza la lista de álbumes de iTunes en 86 países, rompiendo el récord establecido por ‘Love Yourself: Tear’" }, "content": { "rendered": "

RM de BTS está haciendo un nuevo disco fenomenal con ‘Mono’.

\n

El segundo mixtape del ídolo con las pistas: “Tokyo”, “Seoul”, “Moonchild”, “Badbye”, “Dislocated” (traducción literal), “Pass By” y “Forever Rain” – ha encabezado la lista de álbumes de iTunes en 86 países, incluidos Estados Unidos, Ucrania, Noruega, Malasia, Irlanda, El Salvador, Egipto, Chile, Bulgaria, Bélgica y más.

\n

‘Mono’ ha establecido un nuevo récord para un álbum coreano al encabezar las listas de álbumes en 86 países en iTunes. Anteriormente, el registro se mantuvo en el álbum con el repackaged de BTS ‘Love Yourself: Answer’, que encabezó la lista de álbumes de iTunes en 85 países. Esto es especialmente impresionante, ya que los enlaces gratuitos para descargar las canciones se pusieron a disposición del público.

\n

\"\"

\n

‘Mono’ y el MV para “Forever Rain” se lanzaron el 23 de octubre KST. A los pocos minutos del lanzamiento, múltiples hashtags también se han apoderado de las tendencias mundiales de Twitter para la nueva música de RM.

\n

Mientras tanto, BTS se encuentra actualmente en la gira mundial “Love Yourself”.

\n

 

\n", "protected": false }, "excerpt": { "rendered": "

RM de BTS está haciendo un nuevo disco fenomenal con ‘Mono’. El segundo mixtape del ídolo con las pistas: “Tokyo”, “Seoul”, “Moonchild”, “Badbye”, “Dislocated” (traducción literal), “Pass By” y “Forever Rain” – ha encabezado la lista de álbumes de iTunes en 86 países, incluidos Estados Unidos, Ucrania, Noruega, Malasia, Irlanda, El Salvador, Egipto, Chile, Bulgaria, […]

\n", "protected": false }, "author": 2, "featured_media": 5767, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 49, 569 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5766" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5766" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5766/revisions" } ], "predecessor-version": [ { "id": 5769, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5766/revisions/5769" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5767" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5766" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5766" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5766" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5767, "date": "2018-10-22T22:12:03", "slug": "rap-monster", "type": "attachment", "link": "https://kdaebak.com/noticias/mono-de-rm-de-bts-encabeza-la-lista-de-albumes-de-itunes-en-86-paises-rompiendo-el-record-establecido-por-love-yourself-tear/attachment/rap-monster/", "title": { "rendered": "rap-monster" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 500, "file": "2018/10/rap-monster.jpg", "sizes": { "thumbnail": { "file": "rap-monster-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-150x150.jpg" }, "medium": { "file": "rap-monster-300x150.jpg", "width": 300, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-300x150.jpg" }, "medium_large": { "file": "rap-monster-768x384.jpg", "width": 768, "height": 384, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-768x384.jpg" }, "td_80x60": { "file": "rap-monster-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-80x60.jpg" }, "td_100x70": { "file": "rap-monster-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-100x70.jpg" }, "td_218x150": { "file": "rap-monster-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-218x150.jpg" }, "td_265x198": { "file": "rap-monster-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-265x198.jpg" }, "td_324x160": { "file": "rap-monster-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-324x160.jpg" }, "td_324x235": { "file": "rap-monster-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-324x235.jpg" }, "td_324x400": { "file": "rap-monster-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-324x400.jpg" }, "td_356x220": { "file": "rap-monster-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-356x220.jpg" }, "td_356x364": { "file": "rap-monster-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-356x364.jpg" }, "td_533x261": { "file": "rap-monster-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-533x261.jpg" }, "td_534x462": { "file": "rap-monster-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-534x462.jpg" }, "td_696x0": { "file": "rap-monster-696x348.jpg", "width": 696, "height": 348, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-696x348.jpg" }, "td_696x385": { "file": "rap-monster-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-696x385.jpg" }, "td_741x486": { "file": "rap-monster-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-741x486.jpg" }, "td_0x420": { "file": "rap-monster-840x420.jpg", "width": 840, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster-840x420.jpg" }, "full": { "file": "rap-monster.jpg", "width": 1000, "height": 500, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/rap-monster.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5767" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5767" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 49, "link": "https://kdaebak.com/tag/bts/", "name": "BTS", "slug": "bts", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/49" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=49" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 569, "link": "https://kdaebak.com/tag/rm/", "name": "RM", "slug": "rm", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/569" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=569" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5763, "date": "2018-10-20T21:13:49", "date_gmt": "2018-10-21T02:13:49", "guid": { "rendered": "https://kdaebak.com/?p=5763" }, "modified": "2018-10-20T21:13:49", "modified_gmt": "2018-10-21T02:13:49", "slug": "anuncio-de-bts-visto-en-la-revista-billboard-para-consideracion-de-grammy", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/kpop/anuncio-de-bts-visto-en-la-revista-billboard-para-consideracion-de-grammy/", "title": { "rendered": "Anuncio de BTS visto en la revista ‘Billboard’ para consideración de Grammy" }, "content": { "rendered": "

Una página de publicidad dedicada a BTS fue encontrada en la revista ‘Billboard’.

\n

Recientemente, una foto tomada por un ARMY se esparció rápidamente en línea, ya que mostraba un anuncio de BTS ‘una posible presentación en los ‘Premios Grammy’. Para promover todos los logros de BTS hasta el momento, el anuncio motiva para su consideración en los Grammy, un programa de premios al que SUGA había expresado durante mucho tiempo sus deseos de asistir.

\n

Desde su clasificación en las listas de Billboard hasta los registros de ‘YouTube’ y el poder de los ARMY, la lista describe los aspectos positivos que potencialmente podrían ayudar a BTS a obtener su objetivo de Grammy. La fuente exacta del anunciante aún se desconoce, pero algunos sugieren que podría ser Big Hit Entertainment o Columbia Records, a juzgar por los logotipos oficiales en la parte inferior.

\n

Echa un vistazo a la publicación de abajo! ¿Crees que verás BTS en los premios Grammy algún día?

\n
\n

@BTS_twt ad in @billboard magazine. We really out here trying to get Suga his Grammy #Grammys #BTS pic.twitter.com/GV5w74Ihld

\n

— 🐾🦄🐾 (@KileyKrueger) 17 de octubre de 2018

\n", "protected": false }, "excerpt": { "rendered": "

Una página de publicidad dedicada a BTS fue encontrada en la revista ‘Billboard’. Recientemente, una foto tomada por un ARMY se esparció rápidamente en línea, ya que mostraba un anuncio de BTS ‘una posible presentación en los ‘Premios Grammy’. Para promover todos los logros de BTS hasta el momento, el anuncio motiva para su consideración […]

\n", "protected": false }, "author": 2, "featured_media": 5764, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 49, 742 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5763" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5763" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5763/revisions" } ], "predecessor-version": [ { "id": 5765, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5763/revisions/5765" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5764" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5763" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5763" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5763" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5764, "date": "2018-10-20T21:12:18", "slug": "bts-33", "type": "attachment", "link": "https://kdaebak.com/noticias/kpop/anuncio-de-bts-visto-en-la-revista-billboard-para-consideracion-de-grammy/attachment/bts-33/", "title": { "rendered": "bts" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 590, "file": "2018/10/bts.jpg", "sizes": { "thumbnail": { "file": "bts-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-150x150.jpg" }, "medium": { "file": "bts-300x177.jpg", "width": 300, "height": 177, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-300x177.jpg" }, "medium_large": { "file": "bts-768x453.jpg", "width": 768, "height": 453, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-768x453.jpg" }, "td_80x60": { "file": "bts-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-80x60.jpg" }, "td_100x70": { "file": "bts-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-100x70.jpg" }, "td_218x150": { "file": "bts-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-218x150.jpg" }, "td_265x198": { "file": "bts-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-265x198.jpg" }, "td_324x160": { "file": "bts-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-324x160.jpg" }, "td_324x235": { "file": "bts-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-324x235.jpg" }, "td_324x400": { "file": "bts-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-324x400.jpg" }, "td_356x220": { "file": "bts-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-356x220.jpg" }, "td_356x364": { "file": "bts-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-356x364.jpg" }, "td_533x261": { "file": "bts-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-533x261.jpg" }, "td_534x462": { "file": "bts-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-534x462.jpg" }, "td_696x0": { "file": "bts-696x411.jpg", "width": 696, "height": 411, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-696x411.jpg" }, "td_696x385": { "file": "bts-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-696x385.jpg" }, "td_741x486": { "file": "bts-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-741x486.jpg" }, "td_1068x580": { "file": "bts-1000x580.jpg", "width": 1000, "height": 580, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-1000x580.jpg" }, "td_0x420": { "file": "bts-712x420.jpg", "width": 712, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-712x420.jpg" }, "full": { "file": "bts.jpg", "width": 1000, "height": 590, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5764" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5764" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 49, "link": "https://kdaebak.com/tag/bts/", "name": "BTS", "slug": "bts", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/49" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=49" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 742, "link": "https://kdaebak.com/tag/grammy/", "name": "Grammy", "slug": "grammy", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/742" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=742" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5758, "date": "2018-10-20T21:04:14", "date_gmt": "2018-10-21T02:04:14", "guid": { "rendered": "https://kdaebak.com/?p=5758" }, "modified": "2018-10-20T21:04:14", "modified_gmt": "2018-10-21T02:04:14", "slug": "rm-de-bts-da-a-conocer-la-lista-de-canciones-del-segundo-mixtape-mono-con-colaboraciones-interesantes", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/rm-de-bts-da-a-conocer-la-lista-de-canciones-del-segundo-mixtape-mono-con-colaboraciones-interesantes/", "title": { "rendered": "RM de BTS da a conocer la lista de canciones del segundo mixtape ‘mono’ con colaboraciones interesantes" }, "content": { "rendered": "

Titulado ‘mono’, el segundo mixtape de RM está compuesto por siete temas, tres de los cuales incluyen colaboraciones con otros artistas. La segunda pista “Seoul” es producida por HONNE, el dúo electrónico inglés, y la cuarta pista “Bad Bye” y la sexta pista “Pass By” (traducidas literalmente) son colaboraciones con eAeon y NELL, respectivamente.

\n

Además de estas colaboraciones, las pistas como solista de RM “Tokyo”, “Moonchild”, “Zig-Zag” (traducidas literalmente) y “Forever Rain” se incluirán en el mixtape.

\n

¿Están emocionados por su tan esperado segunda mixtape como solista? Echa un vistazo a la lista de canciones, escrita a mano a continuación!

\n

\"\"

\n

\"\"

\n", "protected": false }, "excerpt": { "rendered": "

Titulado ‘mono’, el segundo mixtape de RM está compuesto por siete temas, tres de los cuales incluyen colaboraciones con otros artistas. La segunda pista “Seoul” es producida por HONNE, el dúo electrónico inglés, y la cuarta pista “Bad Bye” y la sexta pista “Pass By” (traducidas literalmente) son colaboraciones con eAeon y NELL, respectivamente. Además […]

\n", "protected": false }, "author": 2, "featured_media": 5761, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 49, 569 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5758" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5758" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5758/revisions" } ], "predecessor-version": [ { "id": 5762, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5758/revisions/5762" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5761" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5758" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5758" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5758" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5761, "date": "2018-10-20T21:03:33", "slug": "bts-rap-monster", "type": "attachment", "link": "https://kdaebak.com/noticias/rm-de-bts-da-a-conocer-la-lista-de-canciones-del-segundo-mixtape-mono-con-colaboraciones-interesantes/attachment/bts-rap-monster/", "title": { "rendered": "bts-rap-monster" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 600, "file": "2018/10/bts-rap-monster.jpg", "sizes": { "thumbnail": { "file": "bts-rap-monster-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-150x150.jpg" }, "medium": { "file": "bts-rap-monster-300x180.jpg", "width": 300, "height": 180, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-300x180.jpg" }, "medium_large": { "file": "bts-rap-monster-768x461.jpg", "width": 768, "height": 461, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-768x461.jpg" }, "td_80x60": { "file": "bts-rap-monster-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-80x60.jpg" }, "td_100x70": { "file": "bts-rap-monster-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-100x70.jpg" }, "td_218x150": { "file": "bts-rap-monster-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-218x150.jpg" }, "td_265x198": { "file": "bts-rap-monster-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-265x198.jpg" }, "td_324x160": { "file": "bts-rap-monster-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-324x160.jpg" }, "td_324x235": { "file": "bts-rap-monster-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-324x235.jpg" }, "td_324x400": { "file": "bts-rap-monster-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-324x400.jpg" }, "td_356x220": { "file": "bts-rap-monster-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-356x220.jpg" }, "td_356x364": { "file": "bts-rap-monster-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-356x364.jpg" }, "td_533x261": { "file": "bts-rap-monster-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-533x261.jpg" }, "td_534x462": { "file": "bts-rap-monster-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-534x462.jpg" }, "td_696x0": { "file": "bts-rap-monster-696x418.jpg", "width": 696, "height": 418, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-696x418.jpg" }, "td_696x385": { "file": "bts-rap-monster-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-696x385.jpg" }, "td_741x486": { "file": "bts-rap-monster-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-741x486.jpg" }, "td_1068x580": { "file": "bts-rap-monster-1000x580.jpg", "width": 1000, "height": 580, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-1000x580.jpg" }, "td_0x420": { "file": "bts-rap-monster-700x420.jpg", "width": 700, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster-700x420.jpg" }, "full": { "file": "bts-rap-monster.jpg", "width": 1000, "height": 600, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/bts-rap-monster.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5761" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5761" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 49, "link": "https://kdaebak.com/tag/bts/", "name": "BTS", "slug": "bts", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/49" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=49" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 569, "link": "https://kdaebak.com/tag/rm/", "name": "RM", "slug": "rm", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/569" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=569" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5754, "date": "2018-10-20T20:52:37", "date_gmt": "2018-10-21T01:52:37", "guid": { "rendered": "https://kdaebak.com/?p=5754" }, "modified": "2018-10-20T20:52:37", "modified_gmt": "2018-10-21T01:52:37", "slug": "twice-celebra-su-tercer-aniversario-desde-su-debut-con-un-muy-divertido-v-live", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/twice-celebra-su-tercer-aniversario-desde-su-debut-con-un-muy-divertido-v-live/", "title": { "rendered": "TWICE celebra su tercer aniversario desde su debut con un muy divertido ‘V Live’" }, "content": { "rendered": "

TWICE celebró su tercer aniversario desde su debut con sus fans a través de ‘V Live’.

\n

El 20 de octubre de 2018 se celebró el 3er aniversario de TWICE. Las chicas debutaron con “OHH-AHH” en 2015, y pasaron tres años completos, junto con muchas victorias y récords. A través de ‘V Live’, TWICE interactuó con los fans haciéndose preguntas mutuamente, creando ideas para futuros videos, spoileando un poco su nueva canción y haciendo ‘muk-bang’ casi de principio a fin.

\n

Una de las preguntas para las chicas sobre qué habían estado haciendo en ese momento exacto hace 3 años, y la primera respuesta fue “practicanco, probablemente”.

\n

¡Felicitaciones a TWICE en su aniversario! Echa un vistazo al ‘V Live’ arriba que ha cosechado más de 30,000,000 millones de corazones hasta ahora

\n", "protected": false }, "excerpt": { "rendered": "

TWICE celebró su tercer aniversario desde su debut con sus fans a través de ‘V Live’. El 20 de octubre de 2018 se celebró el 3er aniversario de TWICE. Las chicas debutaron con “OHH-AHH” en 2015, y pasaron tres años completos, junto con muchas victorias y récords. A través de ‘V Live’, TWICE interactuó con […]

\n", "protected": false }, "author": 2, "featured_media": 5756, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 74 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5754" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5754" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5754/revisions" } ], "predecessor-version": [ { "id": 5757, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5754/revisions/5757" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5756" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5754" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5754" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5754" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5756, "date": "2018-10-20T20:50:50", "slug": "twice-17", "type": "attachment", "link": "https://kdaebak.com/noticias/twice-celebra-su-tercer-aniversario-desde-su-debut-con-un-muy-divertido-v-live/attachment/twice-17/", "title": { "rendered": "twice" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 561, "file": "2018/10/twice-1.jpg", "sizes": { "thumbnail": { "file": "twice-1-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-150x150.jpg" }, "medium": { "file": "twice-1-300x168.jpg", "width": 300, "height": 168, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-300x168.jpg" }, "medium_large": { "file": "twice-1-768x431.jpg", "width": 768, "height": 431, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-768x431.jpg" }, "td_80x60": { "file": "twice-1-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-80x60.jpg" }, "td_100x70": { "file": "twice-1-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-100x70.jpg" }, "td_218x150": { "file": "twice-1-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-218x150.jpg" }, "td_265x198": { "file": "twice-1-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-265x198.jpg" }, "td_324x160": { "file": "twice-1-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-324x160.jpg" }, "td_324x235": { "file": "twice-1-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-324x235.jpg" }, "td_324x400": { "file": "twice-1-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-324x400.jpg" }, "td_356x220": { "file": "twice-1-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-356x220.jpg" }, "td_356x364": { "file": "twice-1-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-356x364.jpg" }, "td_533x261": { "file": "twice-1-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-533x261.jpg" }, "td_534x462": { "file": "twice-1-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-534x462.jpg" }, "td_696x0": { "file": "twice-1-696x390.jpg", "width": 696, "height": 390, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-696x390.jpg" }, "td_696x385": { "file": "twice-1-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-696x385.jpg" }, "td_741x486": { "file": "twice-1-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-741x486.jpg" }, "td_0x420": { "file": "twice-1-749x420.jpg", "width": 749, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1-749x420.jpg" }, "full": { "file": "twice-1.jpg", "width": 1000, "height": 561, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-1.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5756" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5756" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 74, "link": "https://kdaebak.com/tag/twice/", "name": "Twice", "slug": "twice", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/74" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=74" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5748, "date": "2018-10-19T20:04:35", "date_gmt": "2018-10-20T01:04:35", "guid": { "rendered": "https://kdaebak.com/?p=5748" }, "modified": "2018-10-19T20:04:35", "modified_gmt": "2018-10-20T01:04:35", "slug": "hyomin-le-da-una-advertencia-severa-al-usuario-por-hackear-su-cuenta-de-instagram", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/kpop/hyomin-le-da-una-advertencia-severa-al-usuario-por-hackear-su-cuenta-de-instagram/", "title": { "rendered": "Hyomin le da una advertencia severa al usuario por hackear su cuenta de Instagram" }, "content": { "rendered": "

Hyomin dio una advertencia a un hacker.

\n

El 19 de octubre, Hyomin expresó su frustración a través de Instagram. Ella dijo: “Deja de hackear. Ayer, a las 14:25, alguien que no sabe mi correo electrónico cambió mi contraseña y hackeó mi cuenta. Puedo saber la red telefónica si hackeas con tu teléfono celular. Se lo dejaré la red telefónica para evitar un segundo hackeo “.

\n

Hyomin también compartió una captura de pantalla que detalla la hora, la fecha, la dirección IP y la ubicación del hacker.
\n

\n

\"\"

\n

 

\n", "protected": false }, "excerpt": { "rendered": "

Hyomin dio una advertencia a un hacker. El 19 de octubre, Hyomin expresó su frustración a través de Instagram. Ella dijo: “Deja de hackear. Ayer, a las 14:25, alguien que no sabe mi correo electrónico cambió mi contraseña y hackeó mi cuenta. Puedo saber la red telefónica si hackeas con tu teléfono celular. Se lo […]

\n", "protected": false }, "author": 2, "featured_media": 5750, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1 ], "tags": [ 131, 123 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5748" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5748" } ], "version-history": [ { "count": 1, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5748/revisions" } ], "predecessor-version": [ { "id": 5751, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5748/revisions/5751" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5750" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5748" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5748" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5748" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5750, "date": "2018-10-19T20:04:03", "slug": "hyomin", "type": "attachment", "link": "https://kdaebak.com/noticias/kpop/hyomin-le-da-una-advertencia-severa-al-usuario-por-hackear-su-cuenta-de-instagram/attachment/hyomin/", "title": { "rendered": "Hyomin" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 500, "file": "2018/10/Hyomin.jpg", "sizes": { "thumbnail": { "file": "Hyomin-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-150x150.jpg" }, "medium": { "file": "Hyomin-300x150.jpg", "width": 300, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-300x150.jpg" }, "medium_large": { "file": "Hyomin-768x384.jpg", "width": 768, "height": 384, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-768x384.jpg" }, "td_80x60": { "file": "Hyomin-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-80x60.jpg" }, "td_100x70": { "file": "Hyomin-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-100x70.jpg" }, "td_218x150": { "file": "Hyomin-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-218x150.jpg" }, "td_265x198": { "file": "Hyomin-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-265x198.jpg" }, "td_324x160": { "file": "Hyomin-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-324x160.jpg" }, "td_324x235": { "file": "Hyomin-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-324x235.jpg" }, "td_324x400": { "file": "Hyomin-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-324x400.jpg" }, "td_356x220": { "file": "Hyomin-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-356x220.jpg" }, "td_356x364": { "file": "Hyomin-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-356x364.jpg" }, "td_533x261": { "file": "Hyomin-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-533x261.jpg" }, "td_534x462": { "file": "Hyomin-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-534x462.jpg" }, "td_696x0": { "file": "Hyomin-696x348.jpg", "width": 696, "height": 348, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-696x348.jpg" }, "td_696x385": { "file": "Hyomin-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-696x385.jpg" }, "td_741x486": { "file": "Hyomin-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-741x486.jpg" }, "td_0x420": { "file": "Hyomin-840x420.jpg", "width": 840, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin-840x420.jpg" }, "full": { "file": "Hyomin.jpg", "width": 1000, "height": 500, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/Hyomin.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5750" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5750" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 131, "link": "https://kdaebak.com/tag/hyomin/", "name": "HyoMin", "slug": "hyomin", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/131" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=131" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 123, "link": "https://kdaebak.com/tag/t-ara/", "name": "T-ARA.", "slug": "t-ara", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/123" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=123" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5726, "date": "2018-10-19T19:50:29", "date_gmt": "2018-10-20T00:50:29", "guid": { "rendered": "https://kdaebak.com/?p=5726" }, "modified": "2018-10-19T20:56:25", "modified_gmt": "2018-10-20T01:56:25", "slug": "los-mvs-mas-visto-del-2018", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/kpop/los-mvs-mas-visto-del-2018/", "title": { "rendered": "Los MV’s más visto del 2018" }, "content": { "rendered": "

¿Puedes creer que ya estamos llegando al final de 2018? Este año ha pasado bastante rápido y lleno de grandes lanzamientos de MV. Vamos a ver a los artistas de K-pop con los MV más vistos hasta ahora en 2018.

\n

1. Black Pink – “DDU-DU DDU-DU” 425 millones (Publicado: 15 de junio)

\n

\n

2. BTS – “Fake Love” 348 millones (publicado el 18 de mayo)

\n

\n

3. MOMOLAND – “Bbbom Bbbom” 265 millones (publicado el 3 de enero)

\n

\n

4. BTS – “Idol” 219 Millones (Publicado el 24 de agosto)

\n

\n

5. TWICE – “What Is Love?” 203 millones (publicado el 9 de abril)

\n

\n

6. IKON “Love Scenario” 192 millones (publicado el 25 de enero)

\n

\n

7. Red Velvet “Bad Boy” 154 Millones (publicado el 29 de enero)

\n

\n

8. TWICE – “Dance The Night Away” 120 millones (publicado el 9 de junio)

\n

\n

9. MOMOLAND – “BAAM” 110 millones (publicado el 26 de junio)

\n

\n

10. Pentagon – “Shine” 86 millones (publicado el 2 de abril)

\n

\n

11. (G) I-dle – “LATATA” 71 millones (publicado el 2 de mayo)

\n

\n

12. J-Hope de BTS – “Daydream” 71 millones (publicado el 1 de marzo)

\n

\n

13. iKON – “Killing Me” 64 millones (publicado el 2 de agosto)

\n

\n

14. MAMAMOO – “Starry Night” 62 millones (canal oficial + 1theK) (Publicado: 7 de marzo)

\n

\n

15. GOT7 – “Look” 62 millones (publicado el 12 de marzo)

\n

\n

16. ¡Oh! GG – “Lil ‘Touch” 60 millones (publicado el 5 de septiembre)

\n

\n

17. NCT U – “Boss” 57 millones (publicado el 18 de febrero)

\n

\n

18. Red Velvet – “Power Up” 54 millones (publicado el 6 de agosto)

\n

\n

19. A Pink – “I’m So Sick” 52 millones (publicado el 2 de julio)

\n

\n

20. BTS ft. Nicki Minaj – “Idol” 47 millones (publicado el 6 de septiembre)

\n

\n

¿Está tu MV favorito del 2018 en la lista?

\n", "protected": false }, "excerpt": { "rendered": "

¿Puedes creer que ya estamos llegando al final de 2018? Este año ha pasado bastante rápido y lleno de grandes lanzamientos de MV. Vamos a ver a los artistas de K-pop con los MV más vistos hasta ahora en 2018. 1. Black Pink – “DDU-DU DDU-DU” 425 millones (Publicado: 15 de junio) 2. BTS – […]

\n", "protected": false }, "author": 2, "featured_media": 5746, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1 ], "tags": [ 136, 49, 59, 74 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5726" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5726" } ], "version-history": [ { "count": 2, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5726/revisions" } ], "predecessor-version": [ { "id": 5753, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5726/revisions/5753" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5746" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5726" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5726" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5726" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5746, "date": "2018-10-19T19:48:46", "slug": "misc-11", "type": "attachment", "link": "https://kdaebak.com/noticias/kpop/los-mvs-mas-visto-del-2018/attachment/misc-11/", "title": { "rendered": "misc" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 562, "file": "2018/10/misc.jpg", "sizes": { "thumbnail": { "file": "misc-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-150x150.jpg" }, "medium": { "file": "misc-300x169.jpg", "width": 300, "height": 169, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-300x169.jpg" }, "medium_large": { "file": "misc-768x432.jpg", "width": 768, "height": 432, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-768x432.jpg" }, "td_80x60": { "file": "misc-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-80x60.jpg" }, "td_100x70": { "file": "misc-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-100x70.jpg" }, "td_218x150": { "file": "misc-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-218x150.jpg" }, "td_265x198": { "file": "misc-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-265x198.jpg" }, "td_324x160": { "file": "misc-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-324x160.jpg" }, "td_324x235": { "file": "misc-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-324x235.jpg" }, "td_324x400": { "file": "misc-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-324x400.jpg" }, "td_356x220": { "file": "misc-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-356x220.jpg" }, "td_356x364": { "file": "misc-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-356x364.jpg" }, "td_533x261": { "file": "misc-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-533x261.jpg" }, "td_534x462": { "file": "misc-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-534x462.jpg" }, "td_696x0": { "file": "misc-696x391.jpg", "width": 696, "height": 391, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-696x391.jpg" }, "td_696x385": { "file": "misc-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-696x385.jpg" }, "td_741x486": { "file": "misc-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-741x486.jpg" }, "td_0x420": { "file": "misc-747x420.jpg", "width": 747, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc-747x420.jpg" }, "full": { "file": "misc.jpg", "width": 1000, "height": 562, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/misc.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5746" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5746" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 136, "link": "https://kdaebak.com/tag/apink/", "name": "APink", "slug": "apink", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/136" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=136" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 49, "link": "https://kdaebak.com/tag/bts/", "name": "BTS", "slug": "bts", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/49" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=49" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 59, "link": "https://kdaebak.com/tag/red-velvet/", "name": "RED VELVET", "slug": "red-velvet", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/59" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=59" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 74, "link": "https://kdaebak.com/tag/twice/", "name": "Twice", "slug": "twice", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/74" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=74" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } }, { "id": 5721, "date": "2018-10-19T19:27:38", "date_gmt": "2018-10-20T00:27:38", "guid": { "rendered": "https://kdaebak.com/?p=5721" }, "modified": "2018-10-19T20:07:58", "modified_gmt": "2018-10-20T01:07:58", "slug": "twice-comienza-a-compartir-imagenes-de-su-6to-mini-album-yes-or-yes", "status": "publish", "type": "post", "link": "https://kdaebak.com/noticias/twice-comienza-a-compartir-imagenes-de-su-6to-mini-album-yes-or-yes/", "title": { "rendered": "TWICE comienza a compartir imagenes de su 6to mini album ‘Yes or Yes’" }, "content": { "rendered": "

¡TWICE se está preparando para su comeback!

\n

Recientemente, JYP Entertainment confirmó que TWICE estará regresando en noviembre. Faltan varias semanas para que regresen, TWICE lanzó el primer conjunto de imágenes teaser para el sexto mini álbum ‘Yes or Yes’ .
\n

\n

Las fotos muestran una carta, dados y fichas. Basado en el teaser, se asume que TWICE traerá un concepto de casino para su nuevo álbum.

\n

‘Yes or Yes’ saldrá el 5 de noviembre. ¡Estén atentos para más información sobre TWICE!

\n

\"\"

\n

\"\"

\n", "protected": false }, "excerpt": { "rendered": "

¡TWICE se está preparando para su comeback! Recientemente, JYP Entertainment confirmó que TWICE estará regresando en noviembre. Faltan varias semanas para que regresen, TWICE lanzó el primer conjunto de imágenes teaser para el sexto mini álbum ‘Yes or Yes’ . Las fotos muestran una carta, dados y fichas. Basado en el teaser, se asume que […]

\n", "protected": false }, "author": 2, "featured_media": 5722, "comment_status": "open", "ping_status": "open", "sticky": false, "template": "", "format": "standard", "meta": { "amp_status": "" }, "categories": [ 1, 42 ], "tags": [ 74 ], "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts/5721" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5721" } ], "version-history": [ { "count": 2, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5721/revisions" } ], "predecessor-version": [ { "id": 5752, "href": "https://kdaebak.com/wp-json/wp/v2/posts/5721/revisions/5752" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/media/5722" } ], "wp:attachment": [ { "href": "https://kdaebak.com/wp-json/wp/v2/media?parent=5721" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories?post=5721" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/tags?post=5721" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] }, "_embedded": { "author": [ { "id": 2, "name": "kdaebak", "url": "", "description": "", "link": "https://kdaebak.com/author/alankdbak/", "slug": "alankdbak", "avatar_urls": { "24": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=24&d=mm&r=g", "48": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=48&d=mm&r=g", "96": "https://secure.gravatar.com/avatar/bb809a8b080cc23e8e914894faecc502?s=96&d=mm&r=g" }, "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/users" } ] } } ], "wp:featuredmedia": [ { "id": 5722, "date": "2018-10-19T19:14:24", "slug": "twice-16", "type": "attachment", "link": "https://kdaebak.com/noticias/twice-comienza-a-compartir-imagenes-de-su-6to-mini-album-yes-or-yes/attachment/twice-16/", "title": { "rendered": "twice" }, "author": 2, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1000, "height": 500, "file": "2018/10/twice.jpg", "sizes": { "thumbnail": { "file": "twice-150x150.jpg", "width": 150, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-150x150.jpg" }, "medium": { "file": "twice-300x150.jpg", "width": 300, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-300x150.jpg" }, "medium_large": { "file": "twice-768x384.jpg", "width": 768, "height": 384, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-768x384.jpg" }, "td_80x60": { "file": "twice-80x60.jpg", "width": 80, "height": 60, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-80x60.jpg" }, "td_100x70": { "file": "twice-100x70.jpg", "width": 100, "height": 70, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-100x70.jpg" }, "td_218x150": { "file": "twice-218x150.jpg", "width": 218, "height": 150, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-218x150.jpg" }, "td_265x198": { "file": "twice-265x198.jpg", "width": 265, "height": 198, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-265x198.jpg" }, "td_324x160": { "file": "twice-324x160.jpg", "width": 324, "height": 160, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-324x160.jpg" }, "td_324x235": { "file": "twice-324x235.jpg", "width": 324, "height": 235, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-324x235.jpg" }, "td_324x400": { "file": "twice-324x400.jpg", "width": 324, "height": 400, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-324x400.jpg" }, "td_356x220": { "file": "twice-356x220.jpg", "width": 356, "height": 220, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-356x220.jpg" }, "td_356x364": { "file": "twice-356x364.jpg", "width": 356, "height": 364, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-356x364.jpg" }, "td_533x261": { "file": "twice-533x261.jpg", "width": 533, "height": 261, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-533x261.jpg" }, "td_534x462": { "file": "twice-534x462.jpg", "width": 534, "height": 462, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-534x462.jpg" }, "td_696x0": { "file": "twice-696x348.jpg", "width": 696, "height": 348, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-696x348.jpg" }, "td_696x385": { "file": "twice-696x385.jpg", "width": 696, "height": 385, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-696x385.jpg" }, "td_741x486": { "file": "twice-741x486.jpg", "width": 741, "height": 486, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-741x486.jpg" }, "td_0x420": { "file": "twice-840x420.jpg", "width": 840, "height": 420, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice-840x420.jpg" }, "full": { "file": "twice.jpg", "width": 1000, "height": 500, "mime_type": "image/jpeg", "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "source_url": "https://kdaebak.com/wp-content/uploads/2018/10/twice.jpg", "_links": { "self": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media/5722" } ], "collection": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/media" } ], "about": [ { "attributes": [], "href": "https://kdaebak.com/wp-json/wp/v2/types/attachment" } ], "author": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/users/2" } ], "replies": [ { "attributes": { "embeddable": true }, "href": "https://kdaebak.com/wp-json/wp/v2/comments?post=5722" } ] } } ], "wp:term": [ [ { "id": 1, "link": "https://kdaebak.com/category/noticias/kpop/", "name": "KPop", "slug": "kpop", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/1" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "up": [ { "embeddable": true, "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=1" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, { "id": 42, "link": "https://kdaebak.com/category/noticias/", "name": "Noticias", "slug": "noticias", "taxonomy": "category", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories/42" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/categories" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/category" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?categories=42" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ], [ { "id": 74, "link": "https://kdaebak.com/tag/twice/", "name": "Twice", "slug": "twice", "taxonomy": "post_tag", "_links": { "self": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags/74" } ], "collection": [ { "href": "https://kdaebak.com/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://kdaebak.com/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://kdaebak.com/wp-json/wp/v2/posts?tags=74" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ] ] } } ]`
tscholze commented 5 years ago

Is there any working fix for that problem in case of not having access to the Wordpress installation it self, yet?

polushinmk commented 5 years ago

@ThomasPe seems that we should change the type of meta property from IEnumerable<object> to one of this:

  1. object
  2. dynamic
  3. JObject (from Newtonsoft.Json)
ThomasPe commented 5 years ago

personally I'd prefer JObject to indicate that this is a limitation brought up by the dynamic nature of the WordPress REST API. What do you think?

polushinmk commented 5 years ago

After testing it was discovered that this is not a JObject but a JArray

ThomasPe commented 5 years ago

thanks for the PR. have you been able to run this with the JSON provided by @hanniiel? I'm just wondering since "meta": { "amp_status": "" } since isn't an array - I haven't tested myself yet though

polushinmk commented 5 years ago

You are right...it doesn`t work with this example, cause there is JObject, not JArray. but in site https://www.koreaboo.com/wp-json/ (from #143 issue) vice versa it is JArray, not JObject

ThomasPe commented 5 years ago

So should we go with dynamic for now? I think stability of the library is more important than knowing what exactly meta is.

polushinmk commented 5 years ago

Another option is try to use JContainer (base class for JObject and JArray), but I agree that we don`t know what is Meta, so dynamic is more convinient choise

TylerByte666 commented 5 years ago

Hi guys still struggling with the above issue, is there a work around or must we be patient for the library fix? Thank you guys so much for this library & help <3

ThomasPe commented 5 years ago

I've just published Version 1.6.0-beta1 to nuget, can you test with this package?

TylerByte666 commented 5 years ago

I've just published Version 1.6.0-beta1 to nuget, can you test with this package?

I am very sorry it took so long, had host issues so API endpoint was down. I can confirm both: Version 1.6.0-beta1 Version 1.6.1

Are working for me :) Thank you so very much!

ThomasPe commented 5 years ago

Awesome, great to hear!