Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python API and requests
#10
(Jul-29-2020, 01:48 PM)deep_logic Wrote: In the docs they show you how to retrieve POST, JSON, etc, but how do I determine if that's the data that the API has? Do you need to have this in your code?

Of course the data is going to be in the response body. Where else would it be? As shown by buran, response.json() parses the body into a Python dictionary.
Reply


Messages In This Thread
Python API and requests - by deep_logic - Jul-28-2020, 01:06 AM
RE: Python API and requests - by scidam - Jul-28-2020, 01:31 AM
RE: Python API and requests - by deep_logic - Jul-28-2020, 01:46 AM
RE: Python API and requests - by scidam - Jul-28-2020, 03:09 AM
RE: Python API and requests - by deep_logic - Jul-29-2020, 03:18 AM
RE: Python API and requests - by ndc85430 - Jul-29-2020, 04:13 AM
RE: Python API and requests - by deep_logic - Jul-29-2020, 01:48 PM
RE: Python API and requests - by ndc85430 - Jul-29-2020, 03:47 PM
RE: Python API and requests - by snippsat - Jul-29-2020, 02:38 PM
RE: Python API and requests - by buran - Jul-29-2020, 02:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python requests library .JSON() error mHosseinDS86 6 3,443 Dec-19-2022, 08:28 PM
Last Post: deanhystad
  Python requests oauth2 access token herobpv 6 3,926 Sep-27-2021, 06:54 PM
Last Post: herobpv
  Python Requests SSL Aussie 0 1,998 Jan-07-2021, 02:09 AM
Last Post: Aussie
  Python Requests Aussie 2 2,739 Dec-23-2020, 03:24 AM
Last Post: Aussie
  Python Requests package: Handling xml response soumyarani 1 2,166 Sep-14-2020, 11:41 AM
Last Post: buran
  How to save Python Requests data sent to server? RedLeonard 5 4,977 Jul-05-2020, 10:33 AM
Last Post: RedLeonard
  How to do the same as python -m requests.certs inside script? geekgeek 2 2,277 Feb-27-2020, 07:11 AM
Last Post: buran
  Python requests writes the name of the file instead of contents to web page bluethundr 1 2,160 Jun-05-2019, 09:35 PM
Last Post: Larz60+
  Python requests module doesn not return status_code palo173 5 3,428 May-21-2019, 09:22 AM
Last Post: buran
  Curl command to python requests pythonclass 0 3,416 Apr-12-2019, 06:29 PM
Last Post: pythonclass

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020