TOML
Police Station Window Services - TOML
Police stations handle various window services closely related to citizens' daily lives, such as crime consultations and lost property reports. Main services include lost and found property reports, driver's license procedures, garage certificates and storage location notifications, various certificate issuances, and crime victim consultations. Reception hours vary by prefecture but are generally from 8:30 AM to 4:30 PM on weekdays. Reports of incidents/accidents and lost/found property are accepted 24 hours a day, allowing for emergency response at any time. In recent years, the introduction of online applications has improved convenience.
police station
window services
lost property report
found property report
driver's license
garage certificate
crime consultation
certificate issuance
[[items]]
code = "01"
slug = "lost-property-report"
name = "Lost Property Report"
description = "Report for lost property."
availability = "24時間"
category = "遺失物・拾得物"
onlineAvailable = true
[[items]]
code = "02"
slug = "found-property-report"
name = "Found Property Report"
description = "Report for found property."
availability = "24時間"
category = "遺失物・拾得物"
onlineAvailable = false
[[items]]
code = "03"
slug = "drivers-license-renewal"
name = "Driver's License Renewal"
description = "Procedure for renewing driver's license."
availability = "平日8:30~16:30(都道府県により異なる)"
category = "運転免許"
onlineAvailable = false
[[items]]
code = "04"
slug = "garage-certificate"
name = "Garage Certificate Application"
description = "Application for certificate proving vehicle storage location."
availability = "平日8:30~16:30(都道府県により異なる)"
category = "車両関連"
onlineAvailable = false
[[items]]
code = "05"
slug = "storage-location-notification"
name = "Storage Location Notification"
description = "Notification for changes to vehicle storage location."
availability = "平日8:30~16:30(都道府県により異なる)"
category = "車両関連"
onlineAvailable = true
[[items]]
code = "06"
slug = "crime-consultation"
name = "Crime Consultation"
description = "Consultation service for crimes."
availability = "24時間(#9110)"
category = "相談"
onlineAvailable = false
[[items]]
code = "07"
slug = "victim-support-consultation"
name = "Victim Support Consultation"
description = "Support consultation service for crime victims."
availability = "平日9:00~17:00(都道府県により異なる)"
category = "相談"
onlineAvailable = false
[[items]]
code = "08"
slug = "sexual-crime-consultation"
name = "Sexual Crime Victim Consultation"
description = "Specialized consultation service for sexual crime victims."
availability = "24時間(専用ダイヤル)"
category = "相談"
onlineAvailable = false
[[items]]
code = "09"
slug = "incident-accident-report"
name = "Incident/Accident Report"
description = "Report for incidents or accidents."
availability = "24時間"
category = "届出"
onlineAvailable = false
[[items]]
code = "10"
slug = "criminal-record-certificate"
name = "Criminal Record Certificate"
description = "Application for certificate of criminal record."
availability = "平日8:30~16:30(都道府県により異なる)"
category = "証明書"
onlineAvailable = false
[[items]]
code = "11"
slug = "road-use-permit"
name = "Road Use Permit Application"
description = "Permit application for using roads."
availability = "平日9:00~17:00(都道府県により異なる)"
category = "許認可"
onlineAvailable = false
[[items]]
code = "12"
slug = "antique-dealer-license"
name = "Antique Dealer License Application"
description = "License application for operating as an antique dealer."
availability = "平日9:00~17:00(都道府県により異なる)"
category = "許認可"
onlineAvailable = false
[[items]]
code = "13"
slug = "bicycle-registration-change"
name = "Bicycle Security Registration Change"
description = "Procedure for changing bicycle security registration."
availability = "平日8:30~16:30(都道府県により異なる)"
category = "車両関連"
onlineAvailable = false
[[items]]
code = "14"
slug = "security-consultation"
name = "Security Consultation"
description = "Consultation service for crime prevention."
availability = "平日9:00~17:00(都道府県により異なる)"
category = "相談"
onlineAvailable = false
[[items]]
code = "15"
slug = "juvenile-consultation"
name = "Juvenile Consultation"
description = "Consultation service for juveniles."
availability = "平日9:00~17:45(都道府県により異なる)"
category = "相談"
onlineAvailable = false