pinguin Name: OpenStreetMap Homepage: https://openstreetmap.org/ Short description: A website for open maps Optional API documentation URL: https://wiki.openstreetmap.org/wiki/API
pinguin 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, then uid. Get the descreption from here: https://api.openstreetmap.org/api/0.6/user/13785334.json
pinguin I think it would be easy, but I for myself cant write JS code (keyoxide-server is js, right?).