Username: coder
Password: psycopg2
Click any endpoint below to open it in your browser.
/api/accidents/
— List all accidents or create new ones (POST). This takes a while to load the data.
/api/accident/[ACCIDENT_INDEX]/
— Retrieve, update, or delete a specific accident.
/api/accidents/by-district/[DISTRICT_NAME]/
— Accidents filtered by district.
/api/accidents/by-weather/[WEATHER]/
— Accidents filtered by weather conditions.
/api/accidents/by-vehicle/[VEHICLE_TYPE]/
— Accidents filtered by vehicle type. This also takes a while to load the data.
/api/accidents/weekend-alcohol/
— Weekend accidents involving alcohol.
/api/accidents/severity-stats/
— Accident severity statistics.