Do you mean parse the text? I can do that. Thanks for the offer.
I am interested in what makes it invalid.
Do you mean parse the text? I can do that. Thanks for the offer.
I am interested in what makes it invalid.
Check it.
It is made invalid by the absence of quotes from [] brackets. All values and fields must be in quotes.
https://x.thunkable.com/projects/5be1b3f1a5d83bac65ea1e25/project/properties/designer/
Like this should be “breeds”:(), ??
I got it to work by parsing out the link. Not really Ideal. I will try another web API. Thanks so much for your help.
Should be “breeds”:"[]"
I was in a hurry so I made a lot of extra blocks. It will be better this way.
Yes, it would be better to find a good API.
Nice parsing! Yours has fewer lines than mine, so I learned something!
Thanks.
Hi there,
I’m trying to use web api to GET posts and custom types from my website www.areepicnic.it
When I use this url: https://www.areepicnic.it/wp-json/wp/v2/posts/ to GET all posts published, I can’t use any of properties retrived. What is the name of the array?
I would like to know how can I put result in a List view or how to create a list of posts with thumbnail, excerpt, date etc.
If I use this url: https://www.areepicnic.it/wp-json/wp/v2/posts/2572 (single post) I can see all properties and use them in “get property of object” block.
There is something wrong in json parsing operation.
Could you help me?
Thank you very much.