Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syssi/nextbike
Nextbike integration for Home Assistant
https://github.com/syssi/nextbike
custom-component free-floating hacktoberfest home-assistant nextbike
Last synced: about 2 months ago
JSON representation
Nextbike integration for Home Assistant
- Host: GitHub
- URL: https://github.com/syssi/nextbike
- Owner: syssi
- License: apache-2.0
- Created: 2019-01-07T20:23:40.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-26T06:19:16.000Z (about 2 months ago)
- Last Synced: 2024-10-26T22:19:44.158Z (about 2 months ago)
- Topics: custom-component, free-floating, hacktoberfest, home-assistant, nextbike
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextbike Sensor
![GitHub actions](https://github.com/syssi/nextbike/actions/workflows/ci.yaml/badge.svg)
![GitHub stars](https://img.shields.io/github/stars/syssi/nextbike)
![GitHub forks](https://img.shields.io/github/forks/syssi/nextbike)
![GitHub watchers](https://img.shields.io/github/watchers/syssi/nextbike)
[!["Buy Me A Coffee"](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/syssi)The nextbike sensor platform monitors bike availability in a chosen radius of the free-floating areas. If you want to monitor a specific station please use the official citybikes sensor platform.
## Install
You can install this custom component by adding this repository ([https://github.com/syssi/nextbike](https://github.com/syssi/nextbike/)) to [HACS](https://hacs.xyz/) in the settings menu of HACS first. You will find the custom component in the integration menu afterwards, look for 'Nextbike Integration'. Alternatively, you can install it manually by copying the custom_component folder to your Home Assistant configuration folder.
## Setup
```
# configuration.yamlsensor:
- platform: nextbike
name: Near bikes
city_id: 547
radius: 500- platform: nextbike
name: Campus Poppelsdorf
city_id: 547
latitude: 50.7284811
longitude: 7.0852697
radius: 25- platform: nextbike
name: Berlin
city_id: 362
latitude: 52.5258988
longitude: 13.3697015
radius: 800
```Configuration variables:
- **city_id** (*Required*): The nextbike city ID
- **radius** (*Required*): The radius (in meters or feet, depending on the Home Assistant configuration) around the monitored location. Only bikes closer than this distance will be monitored.
- **name** (*Optional*): The name of nextbike sensor.
- **latitude** (*Optional*): Latitude of the location, around which bikes are monitored. Defaults to the latitude in your configuration.yaml file.
- **longitude** (*Optional*): Longitude of the location, around which bikes are monitored. Defaults to the longitude in your configuration.yaml file.City IDs:
* Austria
* city bike Linz
* **692** Linz (48.3003, 14.2843)
* nextbike Austria
* nextbike Klagenfurt Austria
* **396** Klagenfurt (46.6335, 14.3085)
* nextbike Niederösterreich Austria
* **57** St. Pölten (48.2058, 15.6232)
* **64** Mödling (48.1047, 16.3202)
* **142** Wachau (48.3188, 15.4166)
* **143** Tulln an der Donau (48.3269, 16.0569)
* **144** Leobersdorf (47.9421, 16.1149)
* **146** Thermenregion (47.9892, 16.2646)
* **149** Römerland (48.0909, 16.853)
* **156** Wiener Neustadt (47.8167, 16.2426)
* **165** Herzogenburg (48.1111, 15.8176)
* **170** Marchfeld (48.2407, 16.9093)
* **174** Wien Umland Nord West (48.3403, 16.279)
* **184** Laa an der Thaya (48.7196, 16.3878)
* **185** Südheide (48.1077, 16.3937)
* **212** Hollabrunn (48.562, 16.0785)
* **213** WienerWald (48.1926, 16.141)
* **395** Groß-Enzersdorf (48.1991, 16.5511)
* **414** Amstetten (48.1218, 14.8774)
* **918** Eventbike (48.3869, 16.2129)
* **979** Bad Deutsch-Altenburg (48.1298, 16.9016)
* **980** Hainburg an der Donau (48.1465, 16.9472)
* **981** Petronell-Carnuntum (48.1129, 16.8654)
* **982** Bad Vöslau (47.9659, 16.2158)
* **983** Baden bei Wien (47.9994, 16.2269)
* **984** Gumpoldskirchen (48.0413, 16.2857)
* **985** Guntramsdorf (48.0481, 16.3093)
* **986** Kottingbrunn (47.9491, 16.2282)
* **987** Traiskirchen (48.0149, 16.2943)
* **988** Pfaffstätten (48.0154, 16.2642)
* **989** Biedermannsorf (48.083, 16.3453)
* **990** Brunn am Gebirge (48.1084, 16.2861)
* **991** Hennersdorf bei Wien (48.1118, 16.3586)
* **992** Hinterbrühl (48.0799, 16.2411)
* **993** Laxenburg (48.069, 16.3557)
* **994** Maria Enzersdorf (48.0964, 16.2847)
* **995** Perchtoldsdorf (48.1201, 16.2711)
* **996** Liesing (48.1375, 16.2995)
* **997** Vösendorf (48.1222, 16.3354)
* **998** Wiener Neudorf (48.0844, 16.3208)
* **999** Siebenhirten (48.1302, 16.3072)
* **1000** Bisamberg (48.3315, 16.3637)
* **1001** Klosterneuburg (48.3087, 16.3257)
* **1002** Korneuburg (48.3454, 16.332)
* **1003** Langenzersdorf (48.3043, 16.3631)
* **1004** Spillern (48.3782, 16.2652)
* **1005** Sankt Andrä-Wördern (48.3398, 16.2349)
* **1006** Stockerau (48.386, 16.2191)
* **1007** Leobendorf (48.3755, 16.326)
* **1008** Leopoldsdorf (48.1136, 16.3929)
* **1009** Fischamend-Markt (48.1172, 16.6164)
* **1010** Schwechat (48.1411, 16.4797)
* **1011** Gablitz (48.2311, 16.1486)
* **1012** Hütteldorf (48.2092, 16.2708)
* **1013** Purkersdorf (48.2088, 16.1756)
* **1014** Katzelsdorf (47.7822, 16.2692)
* **1015** Michelhausen (48.2913, 15.9404)
* **1017** Engelhartstetten (48.1822, 16.886)
* **1018** Krems an der Donau (48.4086, 15.6081)
* **1019** Melk (48.2264, 15.3486)
* **1020** Rossatz-Arnsdorf (48.3944, 15.5083)
* **1021** Weißenkirchen in der Wachau (48.3953, 15.4677)
* **1022** Mautern an der Donau (48.3938, 15.577)
* **1023** Unterloiben (48.3883, 15.5417)
* **1024** Emmersdorf an der Donau (48.2411, 15.3408)
* **1025** Mühldorf (48.3758, 15.3448)
* **1026** Dürnstein (48.3973, 15.519)
* **1027** Spitz (48.3628, 15.4157)
* **1028** Aggsbach (47.9893, 15.999)
* nextbike Burgenland Austria
* **23** Neusiedler See (47.839, 16.761)
* Stadtrad Innsbruck Austria
* **199** Innsbruck (47.2632, 11.3961)
* VVT REGIORAD Tirol
* **773** Kufstein (47.583, 12.1692)
* **774** Ellmau (47.5134, 12.3025)
* WienMobil Rad
* **748** Wien (48.2089, 16.3787)
* Bosnia and Herzegovina
* nextbike BIH
* **350** Sarajevo (43.85, 18.39)
* **805** Mostar (43.3439, 17.8018)
* **1053** Travnik (44.229, 17.6441)
* BL bike (BIH)
* **494** Banja Luka (44.775, 17.1994)
* Zenica (BIH)
* **427** Zenica (44.2033, 17.9184)
* Croatia
* Grad Šibenik (Croatia)
* **248** Šibenik (43.7294, 15.9074)
* Općina Brinje (Croatia)
* **325** Brinje (44.9977, 15.1258)
* Grad Velika Gorica (Croatia)
* **415** Velika Gorica (45.7161, 16.0683)
* Jastrebarsko (Croatia)
* **425** Jastrebarsko (45.6692, 15.6541)
* Grad Vinkovci (Croatia)
* **739** Vinkovci (45.289, 18.8057)
* Grad Sisak (Croatia)
* **416** Sisak (45.4857, 16.3778)
* Porec bike share (Croatia)
* **429** Poreč (45.2292, 13.6035)
* eMobi (Croatia)
* **734** Osijek (45.5525, 18.6965)
* Grad Drniš (Croatia)
* **426** Drniš (43.8425, 16.1197)
* Grad Križevci (Croatia)
* **714** Križevci (46.0225, 16.5482)
* Grad Split (Croatia)
* **445** Općina Dugopolje (43.5872, 16.5879)
* **617** Split (43.5162, 16.4637)
* **740** Solin (43.5441, 16.4833)
* **741** Općina Klis (43.5605, 16.5269)
* **742** Općina Hrvace (43.7553, 16.6197)
* **743** Općina Otok Dalmatinski (43.6889, 16.7361)
* **744** Sinj (43.7031, 16.6364)
* **766** Općina Podstrana (43.4934, 16.5598)
* **802** Trogir (43.5234, 16.2476)
* **804** Kaštela (43.568, 16.3847)
* **837** Općina Dicmo (43.6297, 16.6015)
* Valamar Loves Bike
* nextbike Croatia
* **220** Zagreb (45.7984, 15.9881)
* **324** Makarska (43.2992, 17.0184)
* **424** Metković (43.0654, 17.642)
* **574** Pitomača (45.9077, 17.2622)
* **870** Vodnjan (44.9551, 13.8572)
* **921** Općina Plitvička Jezera (44.7887, 15.683)
* **953** Grad Vrbovec (45.8838, 16.4186)
* **1047** Općina Vela Luka (42.9617, 16.7187)
* **1049** Motovun (45.335, 13.8278)
* **1050** Grad Varaždinske Toplice (46.2098, 16.4231)
* Grad Ivanić-Grad (Croatia)
* **337** Ivanic Grad (45.7062, 16.3919)
* Grad Karlovac (Croatia)
* **305** Karlovac (45.4905, 15.5503)
* BIKE SHARE LANTERNA(Croatia)
* **1086** Camp Lanterna (45.2979, 13.5894)
* Općina Dugopolje (Croatia)
* Hvar (Croatia)
* **745** Stari Grad (43.1841, 16.5886)
* Grad Šibenik (Croatia) [old]
* Općina Brinje (Croatia) [old]
* Grad Velika Gorica (Croatia) [old]
* Jastrebarsko (Croatia) [old]
* Grad Vinkovci (Croatia) [old]
* Grad Sisak (Croatia) [old]
* Porec bike share (Croatia) [old]
* eMobi (Croatia) [old]
* Grad Drniš (Croatia) [old]
* Grad Križevci (Croatia) [old]
* Grad Pula (Croatia) [old]
* Grad Split (Croatia) [old]
* nextbike Croatia [old]
* Grad Ivanić-Grad (Croatia) [old]
* Grad Karlovac (Croatia) [old]
* Grad Makarska (Croatia) [old]
* Općina Dugopolje (Croatia) [old]
* Hvar (Croatia) [old]
* Grad Slavonski Brod (Croatia) [old]
* Općina Pitomača (Croatia) [old]
* Grad Zaprešić (Croatia) [old]
* Grad Vukovar (Croatia) [old]
* Grad Zadar (Croatia) [old]
* Grad Slavonski Brod (Croatia)
* **308** Slavonski Brod (45.1748, 18.0148)
* Dalmacija (Croatia)
* **977** Općina Stankovci (43.9023, 15.7111)
* Grad Zaprešić (Croatia)
* **723** Zaprešić (45.8622, 15.8049)
* Grad Vukovar (Croatia)
* **328** Vukovar (45.3575, 18.9895)
* Grad Zadar (Croatia)
* **327** Zadar (44.1132, 15.2356)
* Cyprus
* nextbike Cyprus
* **190** Limassol (34.6823, 33.0464)
* **206** Nicosia (35.1671, 33.359)
* **889** Famagusta (35.0204, 33.9704)
* **940** Larnaca (34.9296, 33.6209)
* **957** Paphos (34.8003, 32.3506)
* **1060** Cap St Georges (34.8936, 32.3255)
* Czech Republic
* nextbike Benešov
* **887** Benešov (49.7808, 14.6928)
* nextbike Pelhřimov
* **919** Pelhřimov (49.4351, 15.2168)
* nextbike OlbramoviceVotice
* **1034** OlbramoviceVotice (49.6525, 14.6355)
* nextbike Nový Jičín
* **1045** Nový Jičín (49.5976, 18.008)
* nextbike Kopřivnice
* **1035** Kopřivnice (49.5934, 18.1422)
* nextbike Klášterec nad Ohří
* **866** Klášterec nad Ohří (50.386, 13.1946)
* nextbike Česká Třebová
* **869** Česká Třebová (49.9041, 16.4428)
* nextbike Hodonín
* **1046** Hodonín (48.8588, 17.1194)
* nextbike Přerov
* **917** Přerov (49.4574, 17.4408)
* nextbike Jičín
* **1032** Jičín (50.4367, 15.3743)
* nextbike Berounsko
* **655** Berounsko (49.9616, 14.064)
* nextbike Brno
* **660** Brno (49.1844, 16.5976)
* **767** Kuřim (49.2994, 16.5368)
* nextbike Dvůr Králové
* **768** Dvůr Králové (50.4278, 15.8162)
* nextbike Praha
* **661** Praha (50.0942, 14.4141)
* **736** Říčany (49.9976, 14.6685)
* **1054** Praha 22 (50.0328, 14.594)
* **1085** Rudná (50.0337, 14.233)
* nextbike Havířov
* **637** Havířov (49.7799, 18.4328)
* nextbike Olomouc
* **663** Olomouc (49.5929, 17.2459)
* nextbike Opava
* **662** Opava (49.9503, 17.8926)
* nextbike Kladno
* **659** Kladno (50.1435, 14.1082)
* nextbike Hradec Králové
* **682** Hradec Králové (50.2079, 15.8334)
* nextbike Ostrava
* **271** Ostrava (49.8344, 18.2823)
* **752** Hlučín (49.898, 18.1923)
* **913** Ludgeřovice (49.8909, 18.2424)
* nextbike Mladoboleslavsko
* **681** Mladá Boleslav (50.4278, 14.8999)
* **704** Mnichovo Hradiště (50.5218, 14.9741)
* nextbike Frýdek-Místek
* **700** Frýdek-Místek (49.6832, 18.3457)
* nextbike Uherské Hradiště
* **702** Uherské Hradiště (49.0833, 17.3938)
* **1092** Kunovice (49.045, 17.4701)
* nextbike Třebíč
* **863** Třebíč (49.2142, 15.878)
* nextbike Zlín
* **703** Zlín (49.238, 17.6788)
* nextbike Rychnovsko
* **708** Rychnovsko (50.1668, 16.2828)
* nextbike Písek
* **709** Písek (49.3051, 14.1463)
* nextbike Jihlava
* **719** Jihlava (49.3949, 15.5855)
* nextbike Jablonec
* **876** Jablonec nad Nisou (50.7225, 15.1681)
* nextbike Hořice
* **888** Hořice (50.3675, 15.6329)
* nextbike Most
* **1036** Most (50.5014, 13.6361)
* nextbike Vrchlabí
* **769** Vrchlabí (50.6222, 15.6126)
* **1083** Lánov (50.6205, 15.6533)
* nextbike Liberec
* **793** Liberec (50.768, 15.0565)
* nextbike Trutnov
* **792** Trutnov (50.5518, 15.9336)
* nextbike Moravská Třebová
* **865** Moravská Třebová (49.7573, 16.6635)
* France
* Vélhop - Strasbourg
* **924** Bischheim (48.6151, 7.75274)
* **925** Entzheim (48.5328, 7.63653)
* **926** Geispolsheim (48.5146, 7.64659)
* **927** Hoenheim (48.6213, 7.75424)
* **928** Illkirch-Graffenstaden (48.5288, 7.71118)
* **929** La Wantzenau (48.6586, 7.83085)
* **930** Lingolsheim (48.5544, 7.6823)
* **931** Mundolsheim (48.6405, 7.71363)
* **932** Oberhausbergen (48.6057, 7.68454)
* **933** Schiltigheim (48.6051, 7.74534)
* **934** Strasbourg (48.5245, 7.61476)
* **935** Vendenheim (48.6677, 7.71326)
* **936** Wolfisheim (48.5876, 7.66803)
* Germany
* Bergisches e-Bike
* **676** Bergisches e-Bike (51.0192, 7.18025)
* nextbike business Germany
* Bonn nextbike
* **547** Bonn (50.7367, 7.09541)
* nextbike Berlin
* **362** Berlin (52.5087, 13.3563)
* Graben - ready4green
* **647** Graben (51.1242, 10.8984)
* Potsdam Rad
* **158** Potsdam (52.3997, 13.0676)
* nextbike Düsseldorf
* **50** Düsseldorf (51.2243, 6.77204)
* Frelo Freiburg
* **619** Freiburg (47.9958, 7.84453)
* meinSiggi
* **16** Bielefeld (52.0257, 8.53286)
* nextbike Hannover
* **87** Hannover (52.3721, 9.73569)
* nextbike Gütersloh
* **160** Gütersloh (51.9383, 8.33176)
* nextbike Kassel
* **462** Kassel (51.3169, 9.49219)
* Nibelungen-Bike
* **657** Braunschweig (52.2597, 10.5307)
* nextbike Rüsselsheim am Main
* **439** Rüsselsheim am Main (49.9881, 8.42142)
* RVK
* **648** RVK e-Bike (50.7069, 6.87607)
* VAG_Rad
* **626** Nürnberg (49.4487, 11.0794)
* **829** Erlangen (49.589, 11.0065)
* **966** Fürth (49.4768, 10.9876)
* **967** Schwabach (49.3284, 11.022)
* wupsiRad Leverkusen
* **607** Leverkusen (51.0341, 7.0182)
* MOBIbike
* **685** Dresden (51.0707, 13.7975)
* Oeynrad
* Eifel e-Bike
* **706** Eifel e-Bike (50.5771, 6.64673)
* EDEKA Grünheide
* **819** Grünheide (Mark) (52.4247, 13.8203)
* EinfachMobil
* **155** Offenburg (48.4721, 7.94243)
* **505** Lahr (48.3396, 7.87376)
* **878** Friesenheim (48.3776, 7.88537)
* **879** Gengenbach (48.4103, 8.01443)
* **880** Schutterwald (48.4599, 7.87883)
* **882** Oberkirch (48.5329, 8.06553)
* **883** Appenweier (48.5495, 7.97274)
* **884** Kehl (48.5809, 7.82389)
* **885** Achern (48.6322, 8.04194)
* **886** Rheinau (48.6554, 7.93804)
* **1087** Seelbach (48.3113, 7.93963)
* nextbike Frankfurt
* **8** Frankfurt (50.1219, 8.6689)
* KVV.nextbike
* **21** Karlsruhe (49.0102, 8.41827)
* **621** Baden-Baden (48.7365, 8.30482)
* **627** Bruchsal (49.126, 8.5968)
* **633** Rheinstetten (48.962, 8.29575)
* **634** Ettlingen (48.9429, 8.39784)
* **635** Rastatt (48.86, 8.20386)
* **722** Gaggenau (48.8039, 8.3233)
* westBike
* **807** Erkelenz (51.0753, 6.31233)
* **808** Geilenkirchen (50.9671, 6.11886)
* **809** Heinsberg (51.0597, 6.11849)
* **810** Hückelhoven (51.0529, 6.21933)
* **811** Wegberg (51.1427, 6.2813)
* Heraeus Hanau
* **301** Hanau (50.1387, 8.94429)
* KVB Rad Germany
* **14** Köln (50.9429, 6.95649)
* Mein konrad
* **1042** Konstanz (47.6749, 9.16019)
* Landkreis Nordsachsen - Deutschland
* **867** Schkeuditz (51.3951, 12.226)
* **976** Taucha (51.3791, 12.4944)
* nextbike Leipzig
* **1** Leipzig (51.3435, 12.3637)
* nextbike Lippstadt
* **536** Lippstadt (51.6755, 8.34394)
* Tecklenburger Land
* **858** Tecklenburg (52.2189, 7.8124)
* metropolradruhr Germany
* **129** Dortmund (51.5141, 7.46255)
* **130** Bochum (51.4813, 7.2133)
* **131** Bottrop (51.5263, 6.94611)
* **132** Duisburg (51.4487, 6.77513)
* **133** Essen (51.4387, 7.14094)
* **134** Gelsenkirchen (51.5404, 7.07039)
* **135** Hamm (51.6775, 7.84836)
* **136** Herne (51.5363, 7.21493)
* **137** Mülheim a.d.R. (51.4308, 6.87401)
* **138** Oberhausen (51.4936, 6.85169)
* **859** Lünen (51.6105, 7.52776)
* **890** Witten (51.4437, 7.35093)
* **1093** Hattingen (51.4018, 7.19097)
* movemix_bike
* **943** Halle (Saale) (51.4938, 11.9628)
* nextbike Gießen
* **467** Gießen (50.5943, 8.68097)
* nextbike Marburg
* **438** Marburg (50.8019, 8.76444)
* nextbike Norderstedt
* **177** Norderstedt (53.6951, 9.97627)
* RSVG-Bike
* **691** RSVG (50.7669, 7.37457)
* mobic
* **817** REVG (50.8493, 6.6687)
* AW-bike
* **968** Bad Neuenahr-Ahrweiler (50.5411, 7.11771)
* **969** Remagen (50.5725, 7.24185)
* **970** Sinzig (50.5725, 7.24185)
* **971** Grafschaft-Ringen (50.5725, 7.24185)
* **972** Adenau (50.3816, 6.93632)
* **973** Altenahr (50.5001, 7.02831)
* **974** Bad Breisig (50.5069, 7.29067)
* **975** Kempenich (50.4195, 7.11705)
* **1033** Niederzissen (50.4568, 7.2223)
* Roche - Bike
* **860** Roche - Mannheim (49.5346, 8.47004)
* NEW MöBus nextbike
* **530** Mönchengladbach (51.1817, 6.43578)
* Pedelec Power Usedom
* VRNnextbike
* **194** Heidelberg (49.4023, 8.67577)
* **195** Mannheim (49.4869, 8.45638)
* **266** Ludwigshafen (49.4741, 8.43287)
* **278** Speyer (49.3126, 8.45295)
* **332** Bensheim (49.6803, 8.6189)
* **382** Worms (49.6394, 8.34618)
* **392** Bürstadt (49.6461, 8.44917)
* **398** Kaiserslautern (49.4413, 7.75566)
* **448** Heppenheim (49.6431, 8.63889)
* **469** Weinheim (49.545, 8.66027)
* **480** Schwetzingen (49.3863, 8.5756)
* **482** Frankenthal (Pfalz) (49.5392, 8.35164)
* **484** Eppelheim (49.4025, 8.6331)
* **537** Ladenburg (49.4849, 8.61491)
* **558** Heddesheim (49.5062, 8.60446)
* **559** Lampertheim (49.5971, 8.46857)
* **560** Dossenheim (49.4489, 8.67158)
* **678** Landau in der Pfalz (49.1975, 8.11693)
* **684** Neustadt an der Weinstraße (49.3448, 8.14902)
* **747** Limburgerhof (49.4205, 8.3922)
* **864** Walldorf (49.3058, 8.64246)
* **911** Schriesheim (49.4737, 8.65799)
* **1057** Ilvesheim (49.4747, 8.56213)
* **1058** Edingen-Neckarhausen (49.4454, 8.61009)
* WinsenRad
* **794** Winsen (Luhe) (53.3547, 10.2067)
* WK-Bike (Bremen)
* **379** Bremen (53.0781, 8.80132)
* **937** Achim (53.009, 9.05286)
* nextbike Wiesbaden
* **7** Wiesbaden (50.0739, 8.24181)
* OLi-Bike
* **754** Oldenburg (53.1448, 8.22485)
* TIER Roaming
* TIER temp Brand
* Greece
* nextbike Greece
* Bike Sharing Elliniko – Argyroupoli
* **1030** Elliniko (37.8921, 23.7446)
* Bike Sharing Alimos
* **1029** Alimos (37.9181, 23.7162)
* India
* Chartered Bike (Bhopal - India)
* Ireland
* Navan Bikes (Ireland)
* **877** Navan (53.6544, -6.68875)
* Castletroy Bikes (Ireland)
* **862** Limerick (52.6629, -8.62726)
* Italy
* Nomago Bikes - GO2GO Gorizia
* **771** Gorizia (45.9469, 13.6208)
* Fa.Mo.Se
* **839** Senigallia (43.7603, 13.1139)
* **920** Mondolfo (43.7439, 13.1069)
* nextbike Bergamo
* **728** Bergamo (45.6986, 9.67567)
* nextbike the world
* **1084** nextCity (40.3523, 18.1652)
* Kosovo
* Prishtina bike (Kosovo)
* **291** Prishtina (42.6765, 21.1667)
* Latvia
* nextbike LV
* **128** Rīga (56.9453, 24.1033)
* Mexico
* YOY - San Luis Potosi
* Montenegro
* Budva Bike Share
* Netherlands
* nextbike Maastricht
* Poland
* System Rowerów Miejskich w Pszczynie Poland
* **411** Pszczyna (49.9757, 18.9463)
* Nextbike Polska
* BIKER Białystok Poland
* **245** Białystok (53.1361, 23.1647)
* Chełmski Rower
* **776** Chełm (50.939, 23.4018)
* Piotrkowski Rower Miejski Poland
* Wolsztyński Rower Miejski
* **831** Wolsztyn (52.112, 16.1056)
* GRM Grodzisk Poland
* **255** Grodzisk Mazowiecki (52.113, 20.6265)
* Częstochowski Rower Miejski Poland
* **450** Częstochowa (50.812, 19.1375)
* Veloyou - Józefowski Rower Miejski
* **1051** Józefów (52.1352, 21.2354)
* OK Bike Poland
* **421** Kędzierzyn-Koźle (50.3392, 18.2352)
* Kołobrzeski Rower Miejski Poland
* **422** Kołobrzeg (54.1764, 15.5759)
* Łódzki Rower Publiczny
* **330** Łódź - Łódzki Rower Publiczny (51.7471, 19.4688)
* Koło Marek Poland
* **550** Marki (52.3256, 21.1089)
* Nextbike Poland
* ŁoKeR - Łomża
* **796** Łomża (53.1649, 22.0729)
* Opole Bike Poland
* Pruszkowski Rower Miejski Poland
* Otwocki Rower Miejski Poland
* **527** Otwock (52.1034, 21.2692)
* Ciechanowski Rower Miejski Poland
* System Roweru Gminnego Poland
* Piaseczyński Rower Miejski Poland
* **461** Piaseczno (52.0733, 21.0269)
* JasKółka
* WRM nextbike Poland
* **148** Wrocław (51.1117, 17.0357)
* Koniński Rower Miejski Poland
* **545** Konin (52.2307, 18.2526)
* Rower Miejski w Ostrowie Wielkopolskim Poland
* Koszaliński Rower Miejski Poland
* **496** Koszalin (54.2026, 16.1678)
* Pobiedziski Rower Gminny Poland
* **504** Pobiedziska (52.4765, 17.2866)
* Rowerowe Łódzkie
* **562** Koluszki (RL) (51.7401, 19.835)
* **563** Łask (RL) (51.5893, 19.142)
* **564** Łowicz (RL) (52.1057, 19.9381)
* **565** Pabianice (RL) (51.6651, 19.3548)
* **566** Sieradz (RL) (51.5902, 18.7382)
* **567** Skierniewice (RL) (51.9539, 20.1469)
* **568** Zduńska Wola (RL) (51.6011, 18.938)
* **569** Zgierz (RL) (51.8551, 19.4068)
* **570** Kutno (RL) (52.2317, 19.3564)
* **571** Łódź - Rowerowe Łódzkie (51.7674, 19.4575)
* Tychowski Rower Miejski Poland
* **528** Tychowo (53.9395, 16.2306)
* Rower Miejski Szamotuły
* **446** Szamotuły (52.6112, 16.5819)
* Rower Powiatowy Sokołów Podlaski
* Siedlecki Rower Miejski Poland
* Tarnowski Rower Miejski Poland
* **548** Tarnów (50.0124, 20.9861)
* VETURILO 3.0
* **812** Warszawa (52.2244, 21.0196)
* Zgierski Rower Miejski Poland
* Żyrardowski Rower Miejski Poland
* **551** Żyrardów (52.0503, 20.4464)
* METROROWER
* **958** Tychy (GZM) (50.1124, 18.9972)
* **959** Siemianowice Śląskie (GZM) (50.3031, 19.0222)
* **960** Czeladź (GZM) (50.3151, 19.0712)
* **961** Gliwice (GZM) (50.2918, 18.669)
* **962** Katowice (GZM) (50.2594, 19.0215)
* **963** Sosnowiec (GZM) (50.278, 19.1345)
* **964** Zabrze (GZM) (50.3115, 18.7937)
* **965** Chorzów (GZM) (50.296, 18.9547)
* **1061** Bytom (GZM) (50.3523, 18.9076)
* **1062** Ruda Śląska (GZM) (50.2445, 18.8248)
* **1063** Dąbrowa Górnicza (GZM) (50.3249, 19.1747)
* **1064** Mysłowice (GZM) (50.2423, 19.1385)
* **1065** Piekary Śląskie (GZM) (50.3913, 18.9578)
* **1066** Świętochłowice (GZM) (50.2937, 18.9152)
* **1067** Bieruń (GZM) (50.0834, 19.1348)
* **1069** Gierałtowice (GZM) (50.2531, 18.7225)
* **1070** Knurów (GZM) (50.222, 18.6764)
* **1071** Łaziska Górne (GZM) (50.1427, 18.8649)
* **1072** Mikołów (GZM) (50.1724, 18.8858)
* **1073** Pyskowice (GZM) (50.4038, 18.6223)
* **1074** Radzionków (GZM) (50.4001, 18.9032)
* **1075** Siewierz (GZM) (50.479, 19.2381)
* **1076** Sławków (GZM) (50.2986, 19.389)
* **1077** Świerklaniec (GZM) (50.4341, 18.947)
* **1078** Tarnowskie Góry (GZM) (50.4287, 18.8156)
* **1079** Wojkowice (GZM) (50.3619, 19.0414)
* **1080** Wyry (GZM) (50.135, 18.8937)
* **1081** Zbrosławice (GZM) (50.4165, 18.7557)
* **1082** Będzin (GZM) (50.325, 19.1223)
* **1088** Rudziniec (GZM) (50.3841, 18.4755)
* **1089** Chełm Śląski (GZM) (50.1191, 19.1862)
* Portugal
* TubaBike (Barcelos)
* **916** Barcelos (41.5331, -8.61524)
* Romania
* Alba Iulia Velocity
* **950** Alba Iulia (46.0687, 23.5746)
* Buzau VeloCity
* **800** Buzău (45.145, 26.8242)
* nextbike Romania
* **510** Focșani (45.6947, 27.1851)
* BikeCity Campia Turzii
* **750** Campia Turzii (46.5489, 23.8797)
* Drobeta Velopark
* **693** Drobeta (44.6326, 22.6564)
* Topoloveni Bike
* **832** Topoloveni (44.8105, 25.0801)
* Slatina Velo City
* **945** Slatina (44.4299, 24.3716)
* Slobozia Bike City
* **978** Slobozia (44.5627, 27.3592)
* Slovakia
* BikeKIA
* **538** Žilina (49.2205, 18.7413)
* Arriva Bike
* **875** Senec (48.2196, 17.3978)
* Senica bajk
* **942** Senica (48.676, 17.3642)
* Slovenia
* Nomago Bikes - LJUBLJANA in MEDVODE
* **717** Ljubljana (46.0577, 14.5013)
* **1048** Medvode (46.1367, 14.4094)
* Nomago Bikes - GO2GO
* **688** Nova Gorica (45.9576, 13.6406)
* Nomago Bikes - ZANAPREJ
* **725** Zagorje ob Savi (46.1392, 14.9785)
* Nomago Bikes - KRANJSKA GORA
* **780** Kranjska Gora (46.4865, 13.7903)
* Nomago Bikes - PORTOROZ
* **806** Portorož (45.5054, 13.5979)
* Nomago Bikes - KOLESCE
* **531** Celje (46.237, 15.2689)
* **535** Laško (46.1458, 15.2312)
* **555** Žalec (46.2529, 15.1635)
* **556** Polzela (46.2767, 15.0753)
* **643** Zreče (46.3751, 15.387)
* **644** Slovenske Konjice (46.3382, 15.4244)
* **645** Štore (46.2192, 15.3172)
* **683** Šentjur (46.2146, 15.394)
* **821** Vojnik (46.2914, 15.3022)
* **822** Braslovče (46.2812, 15.0101)
* Nomago Bikes - SLOVENIA
* **922** Radlje ob Dravi (46.6068, 15.2188)
* **952** Sevnica (46.0119, 15.3036)
* Spain
* biciArteixo
* **874** Arteixo (43.4244, -8.42042)
* BiciMislata
* **835** Mislata (39.4713, -0.412331)
* Bilbaobizi (Bilbao)
* **532** Bilbaobizi (43.2623, -2.93747)
* AMBici
* **833** AMB (41.4095, 2.17177)
* **840** Badalona (41.4538, 2.24352)
* **841** Hospitalet de Llobregat (41.367, 2.1162)
* **842** Cornellà de Llobregat (41.3585, 2.07081)
* **843** Santa Coloma de Gramenet (41.4459, 2.21033)
* **844** El Prat de Llobregat (41.3239, 2.09317)
* **845** Castelldefels (41.2816, 1.97678)
* **846** Viladecans (41.3165, 2.01306)
* **847** Sant Feliu de Llobregat (41.3835, 2.03693)
* **848** Esplugues de Llobregat (41.3771, 2.08938)
* **849** Gavà (41.303, 2.00269)
* **850** Sant Adrià de Besòs (41.4249, 2.22403)
* **851** Sant Joan Despí (41.368, 2.05635)
* **852** Molins de Rei (41.4132, 2.02037)
* **853** Sant Just Desvern (41.3807, 2.07496)
* **856** Sant Boi de Llobregat (41.3458, 2.03404)
* bizkaibizi (Spain)
* **873** Bilbao (43.2931, -2.98163)
* **903** Erandio (43.2931, -2.98163)
* **904** Getxo (43.2931, -2.98163)
* **905** Leioa (43.2931, -2.98163)
* **906** Santurtzi (43.2931, -2.98163)
* **907** Barakaldo (43.2931, -2.98163)
* **908** Sestao (43.3056, -3.00606)
* **909** Portugalete (43.2931, -2.98163)
* **910** Berango (43.2931, -2.98163)
* BiciPalma
* **789** Palma (39.5713, 2.64689)
* ibizi
* **629** Ibiza-City (38.9066, 1.42046)
* nextbike BiciLOG
* **1052** Logroño (42.4628, -2.44501)
* TUeBICI
* **914** Santander (43.4615, -3.82418)
* moxsi (Las Palmas de Gran Canaria)
* **408** Las Palmas de Gran Canaria (28.1236, -15.4366)
* TORRENTBICI
* **1056** Torrent (39.4325, -0.472632)
* BBK Klimabizi
* **772** Urdaibai (43.395, -2.68815)
* Lovesharing (Canary Islands)
* **638** Lovesharing (Canary Islands) - Gran Canaria (27.8154, -15.5182)
* **674** Lovesharing (Canary Islands) - Lanzarote (29.0491, -13.5729)
* **675** Lovesharing (Canary Islands) - Fuerteventura (28.3584, -14.064)
* Ontibici
* **951** Ontinyent (38.8204, -0.601501)
* nextbike León
* **701** León (42.5672, -5.64972)
* Sweden
* Gothenburg Cargo
* **1090** Gothenborg Cargo (57.6902, 11.9881)
* Styr & Ställ (Sweden, Göteborg)
* **658** Göteborg (57.6902, 11.9881)
* Switzerland
* nextbike Switzerland
* **88** Sursee Plus (47.1713, 8.10877)
* **126** Luzern (47.0472, 8.30446)
* **323** Hergiswil (46.9905, 8.30829)
* **383** Stans (46.9593, 8.36836)
* **388** Stansstad (46.9801, 8.34098)
* **391** Horw (47.0188, 8.30828)
* **463** Sarnen (46.8963, 8.24614)
* **464** Wolfenschiessen (46.9079, 8.39767)
* **465** Oberdorf-Dallenwil (46.9563, 8.38867)
* **483** Ennetmoos (46.9573, 8.3377)
* **489** Meggen (47.0453, 8.3769)
* **491** Kriens (47.0346, 8.27751)
* **492** Hochdorf (47.1667, 8.29159)
* **624** Ebikon (47.0812, 8.33973)
* **632** Root (47.1149, 8.39008)
* **716** Nottwil (47.1357, 8.1357)
* **738** Eich (47.1521, 8.16872)
* **854** Sempach (47.1347, 8.19142)
* **855** Neuenkirch (47.1006, 8.20147)
* **857** Emmen (47.0743, 8.28266)
* **861** Triengen-Büron (47.2228, 8.08645)
* **1037** Ballwil (47.1531, 8.31748)
* **1038** Eschenbach (47.1321, 8.31908)
* **1039** Inwil (47.1227, 8.34875)
* **1040** Altdorf (46.8828, 8.64099)
* **1041** Buchrain (47.0964, 8.34751)
* **1044** Kerns Velodienste (46.9089, 8.29152)
* **1059** Ruswil (47.0844, 8.12525)
* MOOINZ
* **1055** Chur (46.855, 9.52427)
* Ukraine
* nextbike Ukraine Dummy Brand
* United Kingdom
* BelfastBikes
* **238** Belfast (54.6129, -5.89269)
* Dundee-Navigogo
* nextbike Glasgow
* **237** Glasgow (55.8589, -4.25549)
* Santander Cycles - Milton Keynes
* **320** Milton Keynes (52.0406, -0.759417)
* Demoland
* **653** Democity (43.2582, -2.93198)
* **803** Democity 2 (48.5739, 7.77283)
* Santander Cycles - Brunel
* **487** Brunel University (51.5463, -0.48048)
* OVO Bikes Cardiff & Vale of Glamorgan
* nextbike Stirling
* **243** Stirling (56.1195, -3.93495)
* Swansea University Cycles
* **486** Swansea University (51.606, -3.9243)
* Wheelchair Hospital Coventry
* WESTcargo powered by nextbike
* **946** Bristol (51.4587, -2.57355)
* **947** Bath (51.3814, -2.35519)
* nextbike West MidlandsExtracted from https://maps.nextbike.net/maps/nextbike-official.json?list_cities=1