Request API data using Python in 8 minutes! ↩️

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 53

  • @BroCodez
    @BroCodez  5 หลายเดือนก่อน +12

    # pokeapi.co/
    #How to connect to an API using Python
    import requests
    base_url = "pokeapi.co/api/v2/"
    def get_pokemon_info(name):
    url = f"{base_url}/pokemon/{name}"
    response = requests.get(url)
    if response.status_code == 200:
    pokemon_data = response.json()
    return pokemon_data
    else:
    print(f"Failed to retrieve data {response.status_code}")
    pokemon_name = "pikachu"
    pokemon_info = get_pokemon_info(pokemon_name)
    if pokemon_info:
    print(f"Name: {pokemon_info["name"].capitalize()}")
    print(f"Id: {pokemon_info["id"]}")
    print(f"Height: {pokemon_info["height"]}")
    print(f"Weight: {pokemon_info["weight"]}")

    • @acexpanda09
      @acexpanda09 2 หลายเดือนก่อน

      Do request. Status_code is in built? Only the status_code

  • @APL33025
    @APL33025 8 วันที่ผ่านมา +1

    This was an excellent example of displaying API data, thank you

  • @yourkidelias
    @yourkidelias 2 หลายเดือนก่อน +8

    Yo, I've finished what I needed from your Python 2024 course and I want to say that ur way of explaining these concepts was much better than any other course I could find, and much more quicker! Thank you very much ^^.

  • @sohailali3274
    @sohailali3274 5 หลายเดือนก่อน +14

    THIS IS EXACTLY WHAT I NEEDED, THANK YOU SO MUCH MAN

  • @GigelBosket
    @GigelBosket 5 หลายเดือนก่อน +6

    Bro , you have the best programming tutorials!

  • @andredubbs4854
    @andredubbs4854 5 หลายเดือนก่อน +1

    the king is back! im glad youre making content again man you have no idea how useful and helpful it is! i get that it takes a huge chunk of time and ur not even profiting from it, but its much appreciated

  • @steveau1747
    @steveau1747 หลายเดือนก่อน

    wonderful, simple to explain and easy to understand.

  • @szybkafoka69
    @szybkafoka69 5 หลายเดือนก่อน +5

    Nice tutorial,
    I'm waiting for PyGame

  • @oliya_b
    @oliya_b หลายเดือนก่อน

    Thank you a lot! That's exactly what i needed! Thank you a looooot!!!!! 😊😊

  • @materwelone6026
    @materwelone6026 5 หลายเดือนก่อน +26

    i love bro code

    • @winxmondsecure
      @winxmondsecure หลายเดือนก่อน +1

      kiss bro code challenges

  • @freelance-writer
    @freelance-writer 2 หลายเดือนก่อน +3

    6:49 You've got nested double quotes in the print function, which throws me an error. So it's better to use single quotes inside double quotes.

  • @HassanFakhry-x5x
    @HassanFakhry-x5x 5 หลายเดือนก่อน +3

    I keep atleast one video at a time of yours on in the background at all times just to boost the algorithm

  • @talhaalmamun6073
    @talhaalmamun6073 14 วันที่ผ่านมา

    Bro, you are the boss

  • @courtneycurtis
    @courtneycurtis 2 หลายเดือนก่อน

    Really fun tutorial, thank you!

  • @wombozombo
    @wombozombo หลายเดือนก่อน

    This helped a lot, thanks!

  • @cross_guy
    @cross_guy 4 วันที่ผ่านมา

    so helpful, thanks.

  • @israelrios1916
    @israelrios1916 3 หลายเดือนก่อน

    You have an extra slash (/) on the base_url, the output is going to have a double slash. It still works good anyways. Thank you 😄

  • @johnneisler6552
    @johnneisler6552 5 หลายเดือนก่อน

    Love your channel

  • @seanmorley2601
    @seanmorley2601 2 หลายเดือนก่อน

    Love it! Any similar videos for oauth2 authentication before we can use api?

  • @Mr152478000
    @Mr152478000 หลายเดือนก่อน

    APIkachu, thanks Bro !!!

  • @kapibara2440
    @kapibara2440 5 หลายเดือนก่อน

    Greetings from Poland Bro 🎉🎉🎉

  • @ranataha8500
    @ranataha8500 5 หลายเดือนก่อน +2

    Brother, I really want to know, with all these skills, at what stage are you in your career? Are you working a job? Do you have your own software house? Or are you in a big tech company? Please tell me so I can get the motivation to learn.

  • @dhiyanabdurazack5257
    @dhiyanabdurazack5257 26 วันที่ผ่านมา

    NICE

  • @Fireman9143
    @Fireman9143 5 หลายเดือนก่อน

    I don't know pokemon. I know when it comes to BroCode videos, gotta catch em all!

  • @jmac2050
    @jmac2050 3 หลายเดือนก่อน

    height: 0.4m(1'04") , weight: 6.o kg (13.2 lbs)
    pika pkia

  • @EthanWinters176
    @EthanWinters176 หลายเดือนก่อน +1

    "I will pick my favorite pokemon of Typhlosion"💀

  • @SumitRanjanBahalia
    @SumitRanjanBahalia 5 หลายเดือนก่อน

    I'm your big fan sir, can u please start the mern stack development

  • @digital_down
    @digital_down 3 หลายเดือนก่อน

    … Do a video on creating an API. That would be interesting

  • @SanjaySankar-b1t
    @SanjaySankar-b1t 5 หลายเดือนก่อน

    Mr.Bro is every api's arcitecture different ?

  • @Bezxywny
    @Bezxywny หลายเดือนก่อน

    Name: Charizard
    ID: 6
    Height: 17
    Weight: 905
    someone in the comments below explaind units of pikachu
    "height: 0.4m(1'04") , weight: 6.o kg (13.2 lbs) "
    so it looks that Charizard is 1.7m tall and weights around 90kg
    btw pikachu could weight 60kg, I remember that Ash was carrying him on his back xD
    Bro, thank you for your work :)

  • @ahmedashraf4371
    @ahmedashraf4371 5 หลายเดือนก่อน +1

    hmm , i think Mewtwo is my favourite pokemon

  • @okman4300
    @okman4300 2 หลายเดือนก่อน

    thank you so much

  • @kedarppopuri2776
    @kedarppopuri2776 5 หลายเดือนก่อน +1

    Bro please me pandas tutorial too

  • @BishanTamang-hl3pn
    @BishanTamang-hl3pn 5 หลายเดือนก่อน

    Hello Brother make java with Data Structure and Algorithms course

  • @mohsenmk2537
    @mohsenmk2537 5 หลายเดือนก่อน +1

    Please teach us api in JavaScript

  • @Po7322-6
    @Po7322-6 2 หลายเดือนก่อน

  • @MusaddikulIslam-r7i
    @MusaddikulIslam-r7i 16 ชั่วโมงที่ผ่านมา

    Me!: gardeviour
    My bro: arcious

  • @kashifrana6798
    @kashifrana6798 26 วันที่ผ่านมา

    How to handle authentication for rest API and using session?

  • @joebucket1471
    @joebucket1471 13 วันที่ผ่านมา

    Is this pycharm ?

  • @أملاكعبدالله-س3ع
    @أملاكعبدالله-س3ع 8 วันที่ผ่านมา

    I want call all data and save in files , without pass parameters how can do that? The api is soap

  • @patrickwheeler7107
    @patrickwheeler7107 28 วันที่ผ่านมา

    Jiggly Puff errrrr jigglypuff

  • @zakariaabdulrauf
    @zakariaabdulrauf 4 หลายเดือนก่อน

    Help mine shows errors

  • @darthnihilus777
    @darthnihilus777 2 หลายเดือนก่อน

    Yes Pikachu's height is probably 4 inches

  • @unknownk1992
    @unknownk1992 5 หลายเดือนก่อน

    Day 1 : Asking to walkthrough Rust language

  • @Bobble2520
    @Bobble2520 4 หลายเดือนก่อน

    This is the only bro code vid that failed me :(

  • @user-yackoob
    @user-yackoob 5 หลายเดือนก่อน

    tutorial for django....

  • @Hasnain-mahdi
    @Hasnain-mahdi 6 วันที่ผ่านมา

    Bro do you even code

  • @LethalAscend
    @LethalAscend หลายเดือนก่อน

    lotad

  • @andrewanderson9261
    @andrewanderson9261 3 หลายเดือนก่อน

    Could you please show how to pull the entire list of Pokemon and generate a csv or excel table with specific attributes?

    • @irvinrodriguez931
      @irvinrodriguez931 2 หลายเดือนก่อน +1

      not sure if you have gotten your answer to this yet, but look into using pandas, once you have your dictionary from this pokemon api you can use pandas to write into your csv or excel file