I parse json table with python 3.8
url = \'https://api.gbif.org/v1/occurrence/search/\' key={\'limit\':10} response = requests.get(url,params=key)