Name: OpenStreetMap
Homepage: https://openstreetmap.org/
Short description: A website for open maps
Optional API documentation URL: https://wiki.openstreetmap.org/wiki/API
Add OpenStreetMap
That would be a nice addition. Did you have a chance to try the API on your own account?
7 months later
Yeah, let me try it just now....
So:
- You have to get the uid of the user. Like this: https://api.openstreetmap.org/api/0.6/changesets.json?display_name=PinguDEV, then in
changesets
,0
, thenuid
. - Get the descreption from here: https://api.openstreetmap.org/api/0.6/user/13785334.json
I think it would be easy, but I for myself cant write JS code (keyoxide-server is js, right?).