csshen / atlas-obscura-api

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

repeated results when offset is > 16 #1

Open WillBrubaker opened 6 years ago

WillBrubaker commented 6 years ago

e.g. https://atlas-obscura-api.herokuapp.com/api/atlas/attractions/united-states?offset=17 produces results identical to ttps://atlas-obscura-api.herokuapp.com/api/atlas/attractions/united-states

PR to follow