I'm looking for some help with the Foursquare API. I exported my checkin data and it doesn't have addresses or lat/lon data and that's what I'm looking for. I do have the venue_ID or fsq_id and was hoping to use the places API to search by ID and get the lat/lon, but I'm only seeing examples of how to feed the API an address (which I don't have). Any tips would be greatly appreciated.
This might not be the best formatted Python, but it works for what I needed and I wanted to share. I took my data export and grabbed all of the venue IDs and put them in a text file. I think read through the text file to get the lat/lon for each ID and put it in a CSV file.