Skip to content

snoiclub/scooters.json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Segway Ninebot Scooters Data

JSON data for Segway Ninebot electric scooter specifications, organized by series.

Purpose

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.

Data Format

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

Example JSON Structure

{
  "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"
}

API Endpoints

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

Images

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:

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

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.

Updates

This repository is maintained and updated regularly to reflect the latest Segway Ninebot scooter models and specifications.

About

JSON data for Segway Ninebot electric scooter specifications, organized by series

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published