csshen / atlas-obscura-api

A simple flask api for Atlas Obscura.
39 stars 12 forks source link

/api/atlas/attractions endpoint returns 200 but null attractions #7

Open marykohl3 opened 4 years ago

marykohl3 commented 4 years ago

Hi! I am making the call with python:

import requests
response = requests.get("https://atlas-obscura-api.herokuapp.com/api/atlas/attractions/japan?city=tokyo&sort=recent&limit=3")
print(response.json())

and my output is:

{'status': 'success', 'results': None, 'Attractions': None}

All the other endpoints are working properly

Thanks!

aperkaz commented 3 years ago

@marykohl3 did you found a solution to this? I have the same issue.