OSM API Explorer

Few months ago, I had to work with OSM(Open Street Map) API(0.6) for a Web app. Some of the APIs were authenticated(it supported either basic authentication using username and password or OAuth). But to just test out the API endpoints for responses, it was much of an effort to provide username and password for basic authentication or include authentication token in every protected requests. I felt need of some kind of playground for the APIs....

January 14, 2018