diff --git a/docs/RESTAPI.rst b/docs/RESTAPI.rst index 84d60964..7bf9d085 100644 --- a/docs/RESTAPI.rst +++ b/docs/RESTAPI.rst @@ -102,6 +102,6 @@ Requests is straightforward to use, pass an URL to the requests.get() function a if api_call.status_code != 200: # In case the page does not work properly. print("Page Error") for hit in api_call.json(): - important_results.append([hit['REMID'], hit['chr'], hit['start'], hit['end'], hit['cellTypeActivity']['left kidney']]) + important_results.append([hit['REMID'], hit['chr'], hit['start'], hit['end'], hit['cellTypeScore']['left kidney']])