From 465ef271dabfc7bc9929a6f0bd29e3e6c006ed27 Mon Sep 17 00:00:00 2001 From: IamtheMZI Date: Sun, 8 Nov 2020 21:21:27 -0800 Subject: [PATCH] Update api_notebook.ipynb --- api/api_notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_notebook.ipynb b/api/api_notebook.ipynb index 4aeab5a..77310d6 100644 --- a/api/api_notebook.ipynb +++ b/api/api_notebook.ipynb @@ -313,7 +313,7 @@ "outputs": [], "source": [ "# we are specifying our url and parameters here as variables\n", - "url = 'http://api.dp.la/v2/items/'\n", + "url = 'http://api.dp.la/v2/items'\n", "params = {'api_key' : key['api_key'], 'q' : 'goats+AND+cats'}" ] },