Get results from a Restful API
-
Hello!
Sorry for bothering when I am using free version of plugin.they gave me a Restful API distribution to retrieve data that can be called only from my hosting address and using a token.
I did not understand how to configure your free plugin.
I set the API URL:
https://api.websitetheygaveme.it/standings/2018/2?token=myToken
but I’ve got no results!
To test API, I also set an I frame and I get data:
{
“totalResults”: 2,
“entry”: [
{
“season”: 2018,
“championship_name”: “Regular Season Serie A2 Credem Banca – Girone Bianco”,
“championship_id”: 758,
“last_match_date”: “2019-03-30T20:30:00Z”,
“standing”: [
{
“position”: 1,
“team_id”: 5656,
“team_name”: “Synergy Arapi F.lli Mondov\u00ec”,
“points”: 57,
“won”: 19,
“lost”: 5,
“set_won”: 62,
“set_lost”: 23,
“point_won”: 2048,
“point_lost”: 1760
},
{
“position”: 2,
“team_id”: 5652,
“team_name”: “Monini Spoleto”,
“points”: 49,
“won”: 16,
“lost”: 8,
“set_won”: 56,
“set_lost”: 35,
“point_won”: 2086,
“point_lost”: 1925
}Do you think your plug-in could help? Any advices on how to use, please? Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Get results from a Restful API’ is closed to new replies.