Skip to content

deep-sangani/get-indian-citynames-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indian city name through api call

get all cities name of india

https://api-indiancity.herokuapp.com/api/allcities

search the city name by giving city name and api responce you the state and city name of json formate

https://api-indiancity.herokuapp.com/api/[cityname]

in place of [cityname] put the city name which you want to search

example

request: type = POST

https://api-indiancity.herokuapp.com/api/rajkot

responce:

{
  "cityname": {
    "Sl. No.": 3967,
    "City": {
      "Town": "Rajkot"
    },
    "Urban Status": "M.Corp.",
    "State Code": "24",
    "State": {
      " Union territory*": "Gujarat"
    },
    "District Code": "9",
    "District": "Rajkot"
  }
}

MADE BY DEEP WITH ❤️❤️

About

it give api to find and get all cities of india

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published