Skip to content

How to find your district_id?

@dave7 edited this page May 3, 2021 · 2 revisions
  • To subscribe to email notifications for vaccination slots for your district requires the following parameters:
{
  "email": "username@gmail.com",
  "district_id": "154"
}
  • where district_id can be retrieved via correlation of two public Co-WIN APIs /v2/admin/location/states and /v2/admin/location/districts/{state_id}

Still facing issue find district_id? I will make it easy⚡

  • Attaching district.json file, just find the district name and its attached district_id and you are good to go😁

Reference

Co-WIN API documentation

Clone this wiki locally