JSON data for Segway Ninebot electric scooter specifications, organized by series.
This repository aims to help developers, researchers, and scooter enthusiasts access accurate and up-to-date information about Segway Ninebot electric scooters. All data is available in JSON format and can be accessed directly via GitHub's raw file URLs for easy integration into applications, websites, or research projects.
Each JSON file contains comprehensive specifications including:
- Basic Information: ID, name, brand
- Battery: Capacity (Wh)
- Motor: Nominal and maximum power (W)
- Performance: Max speed (km/h), range (km), payload capacity (kg)
- Physical: Weight (kg), foldable design, dimensions
- Safety: Front and rear brake types, tire specifications, suspension
- Protection: IP ratings for body and battery
- Media: Image URL
{
"id": "e2_e_ii",
"name": "Ninebot E2 E II",
"brand": "Segway",
"battery_capacity_wh": 220,
"motor_power_nominal_w": 250,
"motor_power_max_w": 450,
"max_speed_kmh": 20,
"max_range_km": 25,
"max_payload_kg": 90,
"unit_weight_kg": 16.3,
"foldable": true,
"front_brake": "electronic",
"rear_brake": "drum",
"tire_size_inch": 8.1,
"tire_type": "solid",
"suspension": "front",
"ip_body": "IPX4",
"ip_battery": "IPX6",
"dimensions_open_mm": "1081 x 479 x 1176",
"dimensions_folded_mm": "1081 x 479 x 545",
"image_url": "/images/e2_e_ii.png"
}All JSON files can be accessed directly via GitHub raw URLs.
Base URL format:
https://raw.githubusercontent.com/snoiclub/scooters.json/master/
Endpoints:
| Series | Model | Endpoint |
|---|---|---|
| E2 | E2 E | View JSON |
| E2 | E2 E II | View JSON |
| E2 | E2 Plus E II | View JSON |
| E2 | E2 Pro E | View JSON |
| E3 | E3 E | View JSON |
| E3 | E3 Pro E | View JSON |
| F2 | F2 E | View JSON |
| F2 | F2 E II | View JSON |
| F2 | F2 Plus E | View JSON |
| F2 | F2 Pro E | View JSON |
| F2 | F2 Pro E II | View JSON |
| F3 | F3 E | View JSON |
| F3 | F3 Pro E | View JSON |
| GT3 | Segway GT3 E | View JSON |
| GT3 | Segway GT3 Pro | View JSON |
| MAX | MAX G2 E | View JSON |
| MAX | MAX G3 E | View JSON |
| ZT | ZT3 Pro E | View JSON |
Product images are available in the images/ directory. Image URLs follow this format:
https://raw.githubusercontent.com/snoiclub/scooters.json/master/images/{model_id}.png
Example:
Contributions, issues, and feature requests are welcome! Feel free to check the issues page or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
The specifications provided in this repository are based on official Segway Ninebot documentation and are accurate to the best of our knowledge. Always verify with official sources before making purchasing decisions. Specifications may vary by region and model year.
This repository is maintained and updated regularly to reflect the latest Segway Ninebot scooter models and specifications.