Good morning, thank you. I'm looking for a way to get the urls of this json :
{
"kind": "blogger#postList",
"nextPageToken": "CgkIChjB-J3Q_isQ1vfW0eSImIxF",
"items": [
{
"kind": "blogger#post",
"id": "xxxxxxxxxxxxxxxxxx",
"blog": {
"id": "xxxxxxxxxxxxxxxx"
},
"published": "2017-11-28T05:58:00.001Z",
"updated": "2017-11-28T05:58:39.837Z",
"url": "http://chicassexyhot.sigue.la/2017/11/beauty-amateur-teen.html",
"selfLink": "https://www.googleapis.com/blogger/v2/blogs/xxxxxxxxxxxxxxxxx/posts/xxxxxxxxxxxxx",
"title": "Beauty amateur teen",
"author": {
"id": "xxxxxxxxxxxxxxxxxxxxxxx",
"displayName": "Unknown",
"url": "https://www.blogger.com/profile/xxxxxxxxxxxxx",
"image": {
"url": "//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35"
}
},
"replies": {
"totalItems": "0",
"selfLink": "https://www.googleapis.com/blogger/v2/blogs/xxxxxxxxxxxxxx/posts/xxxxxxxxxxxxxxx/comments"
}
},
{
"kind": "blogger#post",
"id": "xxxxxxxxxxxxxxxxxx",
"blog": {
"id": "xxxxxxxxxxxxxx"
},
"published": "2017-11-27T17:58:00.001Z",
"updated": "2017-11-27T17:58:41.191Z",
"url": "http://chicassexyhot.sigue.la/2017/11/fingered-petite-japanese-doggystyle.html",
"selfLink": "https://www.googleapis.com/blogger/v2/blogs/xxxxxxxxx/posts/xxxxxxxxxx",
"title": "Fingered petite japanese doggystyle banged",
"author": {
"id": "xxxxxxxxxxxxxx",
"displayName": "Unknown",
"url": "https://www.blogger.com/profile/xxxxxxxx",
"image": {
"url": "//lh3.googleusercontent.com/zFdxGE77vvD2w5xHy6jkVuElKv-U9_9qLkRYK8OnbDeJPtjSZ82UPq5w6hJ-SA=s35"
}
}
What I want to get are the links of the example entries:
http://chicassexyhot.sigue.la/2017/11/fingered-petite-japanese-doggystyle.html
I get the json by calling this url:
https://www.googleapis.com/blogger/v2/blogs/xxxxxxxxxxxxxxx/posts?key=xxxxxxxxxxxxxxxx
In php it is quite easy to achieve it but I need it using only javasvript or jQuery And I have no idea. I'm waiting for your help