list space: parsing json response from confluence


Very good site json formatting :  https://jsoneditoronline.org/


API call to Confluence

request to confluence API
urlbase = "https://thefreetelecomuni.atlassian.net/wiki"
url = urlbase+"/rest/api/space"

response = requests.request(
   "GET",
   url,
   headers=headers,
   auth=auth,
   verify=False
)
look for:  results


under results, look for key,id and name
under "_expandable" look for the "homepage"