Make a GET request with Python

Pubblicato il: 12 settembre 2022
sul canale di: Make That Work
316
14

**Anything on Python you're not sure on? Something you've always wanted to do but you haven't managed to yet? I want to help! Don't forget to leave comment below with your content requests!**

APIs are super useful. Being able to work with them is a key part of any Python coder's toolbox.

Here we use Python to perform a simple get request on a publicly available API (SpaceX). We use the requests module which comes with Python out-of-the-box.

The Get request returns a JSON-formatted response containing the relevant data from that endpoint. We can then use that data for whatever we desire!

Python requests module: https://pypi.org/project/requests/
SpaceX API: https://github.com/r-spacex/SpaceX-API


In questa pagina del sito puoi guardare il video online Make a GET request with Python della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Make That Work 12 settembre 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 316 volte e gli è piaciuto 14 spettatori. Buona visione!