Loop JSON -ErgebnissePython

Python-Programme
Anonymous
 Loop JSON -Ergebnisse

Post by Anonymous »

Ich bin total neu in Python. Ich habe diesen Code: < /p>

import requests

won = 'https://api.pipedrive.com/v1/deals?stat ... token=xxxx'

json_data = requests.get(won).json()

deal_name = json_data ['data'][0]['title']
print(deal_name)
< /code>

Es druckt den ersten Titel für mich, aber ich möchte, dass es alle Titel im JSON durchschlägt. Aber ich kann nicht herausfinden, wie. Kann mich jemand in die richtige Richtung führen?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post