From 016061a6bd5841a3987b5f4f51c4e8ef7ce7bfef Mon Sep 17 00:00:00 2001 From: DennisHeck <55958437+DennisHeck@users.noreply.github.com> Date: Thu, 14 May 2020 14:54:47 +0200 Subject: [PATCH] Update RESTAPI.rst --- docs/RESTAPI.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']])