Need help with json
-
Hi Bernhard, can you please point me in the right direction. I would like to show the content of the following feed https://app.universaltennis.com/api/v1/club/10052/
on a page with the following information in a table format:playerId, gender, displayName, singlesUtr, doublesUtr
singlesUtr and doublesUtr shall be in only 2 decimals like 8.78
Also it should be possible to sort each column and choose pagination for table to 10,50,100 etc. Is this possible using the free version, or do I need to purchase the Pro version?
Here is the data in the JSON feed that I’m looking for:
{ "memberId": 169617, "clubMemberRoleId": 3, "claimed": true, "firstName": "John", "lastName": "Doe", "intialJoinDate": "2020-02-23T16:12:16", "role": "Member", "clubMemberTypeId": 2, "isPower": false, "isPowered": false, "isPoweredByClub": false, "isPoweredBySubscription": false, "location": "Hamar, Norway", "gender": "Male", "playerId": "931767", "singlesUtr": "8.78701910091995", "ratingStatusSingles": "Rated", "doublesUtr": "9.15454847217923", "ratingStatusDoubles": "Rated", "myUtrSingles": 8.7972407959772756, "myUtrDoubles": 9.27741642430584, "myUtrSinglesReliability": 10.0, "myUtrDoublesReliability": 10.0, "myUtrStatusSingles": "Rated", "myUtrStatusDoubles": "Rated", "myUtrSinglesStatusValue": 3, "myUtrDoublesStatusValue": 3, "nationality": "NOR", "ratingChoice": "VerifiedSinglesUTR", "playerProfileImages": { "default": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg", "thumbnail": { "oneX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=1X&type=thumbnail", "twoX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=2X&type=thumbnail", "threeX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=3X&type=thumbnail" }, "card": { "oneX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=1X&type=card", "twoX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=2X&type=card", "threeX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=3X&type=card" }, "profile": { "oneX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=1X&type=profile", "twoX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=2X&type=profile", "threeX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=3X&type=profile" }, "icon": { "oneX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=1X&type=icon", "twoX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=2X&type=icon", "threeX": "113413/images/profile/1871c68f-cf9a-4b7f-bcdc-ce357a4a30d2.jpg?size=3X&type=icon" } }, "displayName": "John Doe", "isPro": false },
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Need help with json’ is closed to new replies.