{"info":{"_postman_id":"4cd12b60-695f-443a-932f-9e2cdce2080d","name":"PropSight 360","description":"<html><head></head><body><p>PropSight 360 is a comprehensive real estate intelligence API that empowers users with data-driven insights for property evaluation. It covers four core domains — Authentication, Commute Analysis, Air Quality Index (AQI), and Neighborhood Intelligence — enabling developers to build fully-featured property discovery and assessment applications. All endpoints are prefixed with <code>http://localhost:5000</code> and follow RESTful conventions.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50841281","collectionId":"4cd12b60-695f-443a-932f-9e2cdce2080d","publishedId":"2sBXqKofY4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-02T19:27:52.000Z"},"item":[{"name":"Auth","item":[{"name":"Register User","id":"deaf7e3b-59ed-4108-804d-ea4bfe34c6a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Ansh Patel\",\n    \"email\": \"ansh123@gmail.com\",\n    \"phone\": \"1234567890\",\n    \"password\": \"password123\",\n    \"profileType\": \"Homebuyer\"\n}"},"url":"http://localhost:5000/api/auth/register","description":"<p>Creates a new user account in the PropSight 360 system. Accepts user details such as name, email, and password in the request body. Returns a success response with the newly created user's information upon successful registration.</p>\n","urlObject":{"path":["api","auth","register"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"cfedaae2-761d-4717-8f68-2629e0fb9ffe","name":"Register User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Ansh Patel\",\n    \"email\": \"ansh123@gmail.com\",\n    \"phone\": \"1234567890\",\n    \"password\": \"password123\",\n    \"profileType\": \"Homebuyer\"\n}"},"url":"http://localhost:5000/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2OWY2NGJjNjVjZjBmZjY5MjFmMWUzNTEiLCJpYXQiOjE3Nzc3NDg5MzQsImV4cCI6MTc4MDM0MDkzNH0.PQRJIj2Yaoz7Xwe3IR05b9Yi0O_cmKelmUkp7Z1NY78; Max-Age=2592000; Path=/; Expires=Mon, 01 Jun 2026 19:08:54 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"320"},{"key":"ETag","value":"W/\"140-uz+6iolCTNjynsPSxsXrkQxNuc0\""},{"key":"Date","value":"Sat, 02 May 2026 19:08:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"69f64bc65cf0ff6921f1e351\",\n    \"fullName\": \"Ansh Patel\",\n    \"email\": \"ansh123@gmail.com\",\n    \"phone\": \"1234567890\",\n    \"profileType\": \"Homebuyer\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2OWY2NGJjNjVjZjBmZjY5MjFmMWUzNTEiLCJpYXQiOjE3Nzc3NDg5MzQsImV4cCI6MTc4MDM0MDkzNH0.PQRJIj2Yaoz7Xwe3IR05b9Yi0O_cmKelmUkp7Z1NY78\"\n}"}],"_postman_id":"deaf7e3b-59ed-4108-804d-ea4bfe34c6a6"},{"name":"Login User","id":"aec54782-7fea-41b6-b33f-7db85889c9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"ansh123@gmail.com\",\n    \"password\": \"password123\"\n}"},"url":"http://localhost:5000/api/auth/login","description":"<p>Authenticates an existing user using their email and password credentials. On success, returns an authentication token that must be included in subsequent protected requests.</p>\n","urlObject":{"path":["api","auth","login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"d6fce5fe-2992-446f-b29b-3921e482f444","name":"Login User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"ansh123@gmail.com\",\n    \"password\": \"password123\"\n}"},"url":"http://localhost:5000/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2OWY2NGJjNjVjZjBmZjY5MjFmMWUzNTEiLCJpYXQiOjE3Nzc3NDg5NzcsImV4cCI6MTc4MDM0MDk3N30.kIQVMlNLUgA-MWmAiFNToTx8PI7REk_GkMmvJ803eh8; Max-Age=2592000; Path=/; Expires=Mon, 01 Jun 2026 19:09:37 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"299"},{"key":"ETag","value":"W/\"12b-AI5z1YwUeSna356/yVttC07Jo74\""},{"key":"Date","value":"Sat, 02 May 2026 19:09:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"69f64bc65cf0ff6921f1e351\",\n    \"fullName\": \"Ansh Patel\",\n    \"email\": \"ansh123@gmail.com\",\n    \"profileType\": \"Homebuyer\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2OWY2NGJjNjVjZjBmZjY5MjFmMWUzNTEiLCJpYXQiOjE3Nzc3NDg5NzcsImV4cCI6MTc4MDM0MDk3N30.kIQVMlNLUgA-MWmAiFNToTx8PI7REk_GkMmvJ803eh8\"\n}"}],"_postman_id":"aec54782-7fea-41b6-b33f-7db85889c9fd"},{"name":"Logout User","id":"c584c47d-22ad-4d90-862c-834cbdb35141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/auth/logout","description":"<p>Invalidates the current user's active session or authentication token. Should be called when the user explicitly signs out to ensure the token is revoked server-side.</p>\n","urlObject":{"path":["api","auth","logout"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"f37e671b-de6b-496c-afe7-cb239b74b35e","name":"Logout User","originalRequest":{"method":"POST","header":[],"url":"http://localhost:5000/api/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"jwt=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-71uUsMgZY3FdZp9j1h5YMrBIOgg\""},{"key":"Date","value":"Sat, 02 May 2026 19:10:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Logged out successfully\"\n}"}],"_postman_id":"c584c47d-22ad-4d90-862c-834cbdb35141"},{"name":"Get User Profile","id":"e4fbf7ed-f8ba-4812-bd44-5b8ebf3b810c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_jwt_token_here"}],"url":"http://localhost:5000/api/auth/profile","description":"<p>Retrieves the authenticated user's profile information, including personal details and account metadata. Requires a valid authentication token to be present in the request headers.</p>\n","urlObject":{"path":["api","auth","profile"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"0383ba75-c923-468c-9e48-30d340411962","name":"Get User Profile","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer your_jwt_token_here"}],"url":"http://localhost:5000/api/auth/profile"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"ETag","value":"W/\"ae-XqcKrYzR7EzWoW1us4Z6GJ+QqTg\""},{"key":"Date","value":"Sat, 02 May 2026 19:10:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"user\": {\n        \"_id\": \"69f64bc65cf0ff6921f1e351\",\n        \"fullName\": \"Ansh Patel\",\n        \"name\": \"Ansh Patel\",\n        \"email\": \"ansh123@gmail.com\",\n        \"profileType\": \"Homebuyer\",\n        \"profilePhoto\": \"\"\n    }\n}"}],"_postman_id":"e4fbf7ed-f8ba-4812-bd44-5b8ebf3b810c"},{"name":"Forgot Password","id":"52b93bb8-59ac-4176-b740-1e2d693bb4e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"ansh123@gmail.com\"\n}"},"url":"http://localhost:5000/api/auth/forgotpassword","description":"<p>Initiates the password recovery process for a user who has forgotten their password. Accepts the user's registered email address and sends a password reset link or token to that email.</p>\n","urlObject":{"path":["api","auth","forgotpassword"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"18f93861-7b46-494e-a74d-801389e33365","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"ansh123@gmail.com\"\n}"},"url":"http://localhost:5000/api/auth/forgotpassword"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-C2gZK2RzzrN9lzKoZxB3I2le23M\""},{"key":"Date","value":"Sat, 02 May 2026 19:11:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": \"Email sent\"\n}"}],"_postman_id":"52b93bb8-59ac-4176-b740-1e2d693bb4e4"},{"name":"Reset Password","id":"aa9e9d70-5969-47c2-8976-b7b9ef08cd40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"password\": \"newpassword123\"\n}"},"url":"http://localhost:5000/api/auth/resetpassword/your_reset_token_here","description":"<p>Resets the user's password using a valid reset token received via email. Accepts the new password in the request body along with the reset token in the URL path. Returns a success response once the password has been updated.</p>\n","urlObject":{"path":["api","auth","resetpassword","your_reset_token_here"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa9e9d70-5969-47c2-8976-b7b9ef08cd40"},{"name":"Mobile Login","id":"7b5a9f0c-2143-46f0-8869-e319aca201a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"1234567890\",\n    \"otp\": \"123456\"\n}"},"url":"http://localhost:5000/api/auth/mobile-login","description":"<p>Authenticates a user via mobile-specific credentials or OTP-based flow. Designed for mobile client integrations, returning an auth token upon successful verification.</p>\n","urlObject":{"path":["api","auth","mobile-login"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"053c35a9-7bf6-4228-8b5f-3ac518601be8","name":"Mobile Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phone\": \"1234567890\",\n    \"otp\": \"123456\"\n}"},"url":"http://localhost:5000/api/auth/mobile-login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Set-Cookie","value":"jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2OWY2NGJjNjVjZjBmZjY5MjFmMWUzNTEiLCJpYXQiOjE3Nzc3NDkxMzMsImV4cCI6MTc4MDM0MTEzM30.LHsiVGo88lAVUhk4P-SY26szHLSg78Egaap_MRJ3Km0; Max-Age=2592000; Path=/; Expires=Mon, 01 Jun 2026 19:12:13 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"105"},{"key":"ETag","value":"W/\"69-nq+osYpsUwhsOu29DplEeEtO/wU\""},{"key":"Date","value":"Sat, 02 May 2026 19:12:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"69f64bc65cf0ff6921f1e351\",\n    \"fullName\": \"Ansh Patel\",\n    \"phone\": \"1234567890\",\n    \"profileType\": \"Homebuyer\"\n}"}],"_postman_id":"7b5a9f0c-2143-46f0-8869-e319aca201a8"}],"id":"d7e7b32a-a867-469d-aee2-2ab85787ed85","description":"<p>Handles all user authentication and account management operations. Includes endpoints for user registration, login (standard and mobile), logout, profile retrieval, and password recovery (forgot and reset password flows).</p>\n","_postman_id":"d7e7b32a-a867-469d-aee2-2ab85787ed85"},{"name":"Commute","item":[{"name":"Get Commute Audit","id":"6b458879-d691-4659-8ce2-044ec99d8f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer your_jwt_token_here"}],"body":{"mode":"raw","raw":"{\n    \"origin\": \"Bopal, Ahmedabad\",\n    \"destination\": \"Nava Naroda, Ahmedabad\",\n    \"listedTime\": 50,\n    \"timeContext\": \"MORNING\",\n    \"mode\": \"DRIVE\"\n}"},"url":"http://localhost:5000/api/commute/audit","description":"<p>Performs a detailed commute audit for a given property or location. Accepts origin and destination details in the request body and returns an analysis of commute time, distance, transport modes, and overall commute score to help users evaluate a property's connectivity.</p>\n","urlObject":{"path":["api","commute","audit"],"host":["http://localhost:5000"],"query":[],"variable":[]}},"response":[{"id":"6013846b-e862-4c2f-bb80-5e4b0f487a7a","name":"Get Commute Audit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer your_jwt_token_here"}],"body":{"mode":"raw","raw":"{\n    \"origin\": \"Bopal, Ahmedabad\",\n    \"destination\": \"Nava Naroda, Ahmedabad\",\n    \"listedTime\": 50,\n    \"timeContext\": \"MORNING\",\n    \"mode\": \"DRIVE\"\n}"},"url":"http://localhost:5000/api/commute/audit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17582"},{"key":"ETag","value":"W/\"44ae-dpN7d+/nUC/hMXHL+tglf6vuId0\""},{"key":"Date","value":"Sat, 02 May 2026 19:14:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"origin\": \"Bopal, Ahmedabad\",\n        \"destination\": \"Nava Naroda, Ahmedabad\",\n        \"listedTime\": 50,\n        \"actualTime\": 56,\n        \"timeContext\": \"MORNING\",\n        \"mode\": \"DRIVE\",\n        \"delay\": 6,\n        \"delayMultiplier\": \"1.1x\",\n        \"routePolyline\": [\n            [\n                23.02992,\n                72.46505\n            ],\n            [\n                23.03005,\n                72.46524\n            ],\n            [\n                23.03018,\n                72.46543\n            ],\n            [\n                23.03046,\n                72.46574\n            ],\n            [\n                23.03065,\n                72.46558\n            ],\n            [\n                23.03094,\n                72.46529\n            ],\n            [\n                23.03112,\n                72.46509\n            ],\n            [\n                23.03199,\n                72.46533\n            ],\n            [\n                23.03219,\n                72.46536\n            ],\n            [\n                23.03232,\n                72.46536\n            ],\n            [\n                23.03268,\n                72.46533\n            ],\n            [\n                23.03298,\n                72.46537\n            ],\n            [\n                23.03313,\n                72.46538\n            ],\n            [\n                23.03332,\n                72.46539\n            ],\n            [\n                23.03346,\n                72.46541\n            ],\n            [\n                23.0335,\n                72.46542\n            ],\n            [\n                23.03353,\n                72.46543\n            ],\n            [\n                23.03357,\n                72.46546\n            ],\n            [\n                23.03362,\n                72.46553\n            ],\n            [\n                23.03368,\n                72.46561\n            ],\n            [\n                23.03373,\n                72.46567\n            ],\n            [\n                23.03371,\n                72.46569\n            ],\n            [\n                23.03365,\n                72.46582\n            ],\n            [\n                23.03365,\n                72.46583\n            ],\n            [\n                23.03349,\n                72.46637\n            ],\n            [\n                23.03345,\n                72.46655\n            ],\n            [\n                23.03338,\n                72.4669\n            ],\n            [\n                23.03327,\n                72.46738\n            ],\n            [\n                23.03323,\n                72.46761\n            ],\n            [\n                23.0332,\n                72.46772\n            ],\n            [\n                23.03313,\n                72.4679\n            ],\n            [\n                23.03308,\n                72.46799\n            ],\n            [\n                23.03294,\n                72.46826\n            ],\n            [\n                23.03283,\n                72.46843\n            ],\n            [\n                23.0328,\n                72.46848\n            ],\n            [\n                23.03277,\n                72.46856\n            ],\n            [\n                23.03245,\n                72.46907\n            ],\n            [\n                23.0324,\n                72.46916\n            ],\n            [\n                23.03225,\n                72.46945\n            ],\n            [\n                23.03201,\n                72.47\n            ],\n            [\n                23.03183,\n                72.47041\n            ],\n            [\n                23.0316,\n                72.47088\n            ],\n            [\n                23.03149,\n                72.47112\n            ],\n            [\n                23.03147,\n                72.47116\n            ],\n            [\n                23.03146,\n                72.47119\n            ],\n            [\n                23.03131,\n                72.47171\n            ],\n            [\n                23.03108,\n                72.47242\n            ],\n            [\n                23.03096,\n                72.47278\n            ],\n            [\n                23.03085,\n                72.47306\n            ],\n            [\n                23.03072,\n                72.47335\n            ],\n            [\n                23.03067,\n                72.47343\n            ],\n            [\n                23.03059,\n                72.47351\n            ],\n            [\n                23.0305,\n                72.4736\n            ],\n            [\n                23.03008,\n                72.47395\n            ],\n            [\n                23.03007,\n                72.47397\n            ],\n            [\n                23.03003,\n                72.47402\n            ],\n            [\n                23.02996,\n                72.47416\n            ],\n            [\n                23.02976,\n                72.47476\n            ],\n            [\n                23.02966,\n                72.475\n            ],\n            [\n                23.02961,\n                72.4751\n            ],\n            [\n                23.02952,\n                72.47537\n            ],\n            [\n                23.0293,\n                72.47592\n            ],\n            [\n                23.02926,\n                72.47607\n            ],\n            [\n                23.02903,\n                72.47662\n            ],\n            [\n                23.02896,\n                72.47679\n            ],\n            [\n                23.0289,\n                72.47696\n            ],\n            [\n                23.02895,\n                72.47698\n            ],\n            [\n                23.02978,\n                72.47725\n            ],\n            [\n                23.02991,\n                72.47729\n            ],\n            [\n                23.03033,\n                72.4774\n            ],\n            [\n                23.03046,\n                72.47744\n            ],\n            [\n                23.03097,\n                72.47759\n            ],\n            [\n                23.03111,\n                72.47765\n            ],\n            [\n                23.03179,\n                72.47786\n            ],\n            [\n                23.03258,\n                72.47807\n            ],\n            [\n                23.03333,\n                72.47824\n            ],\n            [\n                23.03349,\n                72.47827\n            ],\n            [\n                23.03397,\n                72.47844\n            ],\n            [\n                23.03444,\n                72.47852\n            ],\n            [\n                23.03601,\n                72.47879\n            ],\n            [\n                23.03615,\n                72.47882\n            ],\n            [\n                23.03732,\n                72.47901\n            ],\n            [\n                23.03754,\n                72.47904\n            ],\n            [\n                23.03965,\n                72.4794\n            ],\n            [\n                23.04006,\n                72.47947\n            ],\n            [\n                23.04192,\n                72.47976\n            ],\n            [\n                23.04317,\n                72.47997\n            ],\n            [\n                23.04432,\n                72.48014\n            ],\n            [\n                23.0444,\n                72.48014\n            ],\n            [\n                23.04478,\n                72.48017\n            ],\n            [\n                23.04713,\n                72.48001\n            ],\n            [\n                23.04785,\n                72.47994\n            ],\n            [\n                23.04812,\n                72.47992\n            ],\n            [\n                23.04817,\n                72.47991\n            ],\n            [\n                23.04868,\n                72.47986\n            ],\n            [\n                23.04932,\n                72.47979\n            ],\n            [\n                23.05014,\n                72.4797\n            ],\n            [\n                23.05057,\n                72.47967\n            ],\n            [\n                23.05124,\n                72.47966\n            ],\n            [\n                23.05177,\n                72.47968\n            ],\n            [\n                23.05197,\n                72.47971\n            ],\n            [\n                23.05277,\n                72.47992\n            ],\n            [\n                23.05302,\n                72.47998\n            ],\n            [\n                23.0533,\n                72.48005\n            ],\n            [\n                23.05331,\n                72.48004\n            ],\n            [\n                23.05335,\n                72.48003\n            ],\n            [\n                23.05337,\n                72.48004\n            ],\n            [\n                23.05341,\n                72.48006\n            ],\n            [\n                23.05342,\n                72.48007\n            ],\n            [\n                23.05343,\n                72.48009\n            ],\n            [\n                23.05344,\n                72.48011\n            ],\n            [\n                23.05344,\n                72.48014\n            ],\n            [\n                23.05349,\n                72.48015\n            ],\n            [\n                23.05385,\n                72.48024\n            ],\n            [\n                23.05418,\n                72.48034\n            ],\n            [\n                23.05539,\n                72.48074\n            ],\n            [\n                23.05678,\n                72.48121\n            ],\n            [\n                23.05787,\n                72.48158\n            ],\n            [\n                23.05854,\n                72.48186\n            ],\n            [\n                23.05959,\n                72.48238\n            ],\n            [\n                23.06055,\n                72.48286\n            ],\n            [\n                23.06071,\n                72.48293\n            ],\n            [\n                23.06099,\n                72.48307\n            ],\n            [\n                23.06147,\n                72.48331\n            ],\n            [\n                23.06152,\n                72.48333\n            ],\n            [\n                23.06418,\n                72.48465\n            ],\n            [\n                23.06432,\n                72.48472\n            ],\n            [\n                23.06489,\n                72.485\n            ],\n            [\n                23.06558,\n                72.48534\n            ],\n            [\n                23.06723,\n                72.48617\n            ],\n            [\n                23.06817,\n                72.48662\n            ],\n            [\n                23.06896,\n                72.48694\n            ],\n            [\n                23.069,\n                72.48696\n            ],\n            [\n                23.06915,\n                72.48701\n            ],\n            [\n                23.07127,\n                72.48779\n            ],\n            [\n                23.07129,\n                72.4878\n            ],\n            [\n                23.0739,\n                72.48876\n            ],\n            [\n                23.07401,\n                72.4888\n            ],\n            [\n                23.0741,\n                72.48883\n            ],\n            [\n                23.07634,\n                72.48966\n            ],\n            [\n                23.07906,\n                72.49067\n            ],\n            [\n                23.07949,\n                72.49082\n            ],\n            [\n                23.08291,\n                72.49208\n            ],\n            [\n                23.08399,\n                72.49248\n            ],\n            [\n                23.08408,\n                72.49252\n            ],\n            [\n                23.08446,\n                72.49265\n            ],\n            [\n                23.08457,\n                72.4927\n            ],\n            [\n                23.08501,\n                72.49286\n            ],\n            [\n                23.08698,\n                72.49359\n            ],\n            [\n                23.08712,\n                72.49365\n            ],\n            [\n                23.08756,\n                72.49381\n            ],\n            [\n                23.08871,\n                72.49425\n            ],\n            [\n                23.08893,\n                72.49433\n            ],\n            [\n                23.08918,\n                72.49442\n            ],\n            [\n                23.0898,\n                72.49464\n            ],\n            [\n                23.09119,\n                72.49516\n            ],\n            [\n                23.09145,\n                72.49525\n            ],\n            [\n                23.0919,\n                72.49542\n            ],\n            [\n                23.09218,\n                72.49553\n            ],\n            [\n                23.09227,\n                72.49556\n            ],\n            [\n                23.09326,\n                72.49593\n            ],\n            [\n                23.0974,\n                72.49747\n            ],\n            [\n                23.09892,\n                72.49803\n            ],\n            [\n                23.09973,\n                72.49833\n            ],\n            [\n                23.10012,\n                72.49848\n            ],\n            [\n                23.10249,\n                72.49936\n            ],\n            [\n                23.10281,\n                72.49947\n            ],\n            [\n                23.10339,\n                72.49969\n            ],\n            [\n                23.10485,\n                72.50023\n            ],\n            [\n                23.1074,\n                72.50118\n            ],\n            [\n                23.10834,\n                72.50152\n            ],\n            [\n                23.11128,\n                72.50261\n            ],\n            [\n                23.11172,\n                72.50277\n            ],\n            [\n                23.11364,\n                72.50348\n            ],\n            [\n                23.11401,\n                72.50362\n            ],\n            [\n                23.11523,\n                72.50408\n            ],\n            [\n                23.11567,\n                72.50425\n            ],\n            [\n                23.11625,\n                72.50445\n            ],\n            [\n                23.11651,\n                72.50455\n            ],\n            [\n                23.11734,\n                72.50487\n            ],\n            [\n                23.11787,\n                72.50508\n            ],\n            [\n                23.11805,\n                72.50517\n            ],\n            [\n                23.11825,\n                72.50526\n            ],\n            [\n                23.11862,\n                72.50548\n            ],\n            [\n                23.11865,\n                72.5055\n            ],\n            [\n                23.11893,\n                72.5057\n            ],\n            [\n                23.11945,\n                72.50617\n            ],\n            [\n                23.11985,\n                72.50665\n            ],\n            [\n                23.12019,\n                72.50705\n            ],\n            [\n                23.12066,\n                72.50761\n            ],\n            [\n                23.12081,\n                72.50777\n            ],\n            [\n                23.12085,\n                72.50781\n            ],\n            [\n                23.12094,\n                72.5078\n            ],\n            [\n                23.12103,\n                72.50782\n            ],\n            [\n                23.12105,\n                72.50784\n            ],\n            [\n                23.1211,\n                72.50787\n            ],\n            [\n                23.12116,\n                72.50794\n            ],\n            [\n                23.1212,\n                72.50801\n            ],\n            [\n                23.12121,\n                72.50807\n            ],\n            [\n                23.12118,\n                72.50819\n            ],\n            [\n                23.12115,\n                72.50823\n            ],\n            [\n                23.12126,\n                72.50836\n            ],\n            [\n                23.12174,\n                72.50899\n            ],\n            [\n                23.12226,\n                72.50962\n            ],\n            [\n                23.12236,\n                72.50977\n            ],\n            [\n                23.12241,\n                72.50983\n            ],\n            [\n                23.1227,\n                72.51025\n            ],\n            [\n                23.1234,\n                72.51116\n            ],\n            [\n                23.12419,\n                72.51222\n            ],\n            [\n                23.12564,\n                72.51419\n            ],\n            [\n                23.12645,\n                72.5153\n            ],\n            [\n                23.12681,\n                72.5158\n            ],\n            [\n                23.12725,\n                72.5164\n            ],\n            [\n                23.12742,\n                72.51663\n            ],\n            [\n                23.12751,\n                72.51675\n            ],\n            [\n                23.12782,\n                72.51718\n            ],\n            [\n                23.12788,\n                72.51719\n            ],\n            [\n                23.12792,\n                72.5172\n            ],\n            [\n                23.12794,\n                72.51721\n            ],\n            [\n                23.12795,\n                72.51721\n            ],\n            [\n                23.12795,\n                72.51722\n            ],\n            [\n                23.1285,\n                72.51794\n            ],\n            [\n                23.1285,\n                72.51795\n            ],\n            [\n                23.1285,\n                72.51796\n            ],\n            [\n                23.1285,\n                72.51806\n            ],\n            [\n                23.12851,\n                72.51814\n            ],\n            [\n                23.12886,\n                72.51862\n            ],\n            [\n                23.12947,\n                72.51947\n            ],\n            [\n                23.13019,\n                72.52048\n            ],\n            [\n                23.13111,\n                72.52172\n            ],\n            [\n                23.13259,\n                72.52379\n            ],\n            [\n                23.13292,\n                72.52429\n            ],\n            [\n                23.13312,\n                72.52459\n            ],\n            [\n                23.13356,\n                72.52538\n            ],\n            [\n                23.13397,\n                72.52613\n            ],\n            [\n                23.13427,\n                72.52666\n            ],\n            [\n                23.13451,\n                72.52716\n            ],\n            [\n                23.13476,\n                72.52781\n            ],\n            [\n                23.13499,\n                72.52863\n            ],\n            [\n                23.13527,\n                72.52949\n            ],\n            [\n                23.13559,\n                72.53081\n            ],\n            [\n                23.13574,\n                72.53174\n            ],\n            [\n                23.13581,\n                72.53216\n            ],\n            [\n                23.13635,\n                72.53506\n            ],\n            [\n                23.13645,\n                72.53556\n            ],\n            [\n                23.13655,\n                72.53606\n            ],\n            [\n                23.13658,\n                72.53628\n            ],\n            [\n                23.13666,\n                72.53762\n            ],\n            [\n                23.13666,\n                72.53804\n            ],\n            [\n                23.13653,\n                72.53927\n            ],\n            [\n                23.1365,\n                72.53967\n            ],\n            [\n                23.13649,\n                72.53983\n            ],\n            [\n                23.13648,\n                72.53996\n            ],\n            [\n                23.1363,\n                72.54155\n            ],\n            [\n                23.13624,\n                72.54231\n            ],\n            [\n                23.13622,\n                72.54242\n            ],\n            [\n                23.1362,\n                72.54254\n            ],\n            [\n                23.13618,\n                72.54271\n            ],\n            [\n                23.13616,\n                72.54282\n            ],\n            [\n                23.13614,\n                72.54294\n            ],\n            [\n                23.1361,\n                72.54327\n            ],\n            [\n                23.13579,\n                72.54595\n            ],\n            [\n                23.13573,\n                72.54651\n            ],\n            [\n                23.13571,\n                72.54675\n            ],\n            [\n                23.13559,\n                72.54785\n            ],\n            [\n                23.13547,\n                72.5493\n            ],\n            [\n                23.13536,\n                72.55032\n            ],\n            [\n                23.13529,\n                72.55101\n            ],\n            [\n                23.13528,\n                72.55117\n            ],\n            [\n                23.13524,\n                72.55157\n            ],\n            [\n                23.13508,\n                72.5532\n            ],\n            [\n                23.13503,\n                72.55371\n            ],\n            [\n                23.13488,\n                72.55534\n            ],\n            [\n                23.13486,\n                72.55552\n            ],\n            [\n                23.13482,\n                72.55577\n            ],\n            [\n                23.13481,\n                72.55586\n            ],\n            [\n                23.13444,\n                72.55823\n            ],\n            [\n                23.13415,\n                72.55989\n            ],\n            [\n                23.13405,\n                72.56049\n            ],\n            [\n                23.13399,\n                72.56087\n            ],\n            [\n                23.13396,\n                72.56106\n            ],\n            [\n                23.13394,\n                72.5612\n            ],\n            [\n                23.13391,\n                72.56137\n            ],\n            [\n                23.1337,\n                72.56286\n            ],\n            [\n                23.13357,\n                72.56374\n            ],\n            [\n                23.13354,\n                72.56418\n            ],\n            [\n                23.13344,\n                72.5649\n            ],\n            [\n                23.13324,\n                72.56635\n            ],\n            [\n                23.13322,\n                72.56649\n            ],\n            [\n                23.13311,\n                72.56726\n            ],\n            [\n                23.13308,\n                72.56741\n            ],\n            [\n                23.13266,\n                72.57032\n            ],\n            [\n                23.13236,\n                72.57252\n            ],\n            [\n                23.13201,\n                72.57533\n            ],\n            [\n                23.13199,\n                72.57547\n            ],\n            [\n                23.13197,\n                72.57568\n            ],\n            [\n                23.13174,\n                72.57741\n            ],\n            [\n                23.13153,\n                72.57892\n            ],\n            [\n                23.13152,\n                72.57898\n            ],\n            [\n                23.13146,\n                72.57947\n            ],\n            [\n                23.13143,\n                72.57968\n            ],\n            [\n                23.13142,\n                72.57979\n            ],\n            [\n                23.1314,\n                72.57989\n            ],\n            [\n                23.13133,\n                72.58042\n            ],\n            [\n                23.13097,\n                72.58297\n            ],\n            [\n                23.13095,\n                72.58313\n            ],\n            [\n                23.13094,\n                72.58319\n            ],\n            [\n                23.13093,\n                72.58326\n            ],\n            [\n                23.13077,\n                72.58443\n            ],\n            [\n                23.13071,\n                72.58495\n            ],\n            [\n                23.13068,\n                72.58515\n            ],\n            [\n                23.13066,\n                72.58532\n            ],\n            [\n                23.13061,\n                72.58569\n            ],\n            [\n                23.13057,\n                72.58596\n            ],\n            [\n                23.13055,\n                72.58614\n            ],\n            [\n                23.13041,\n                72.5871\n            ],\n            [\n                23.13025,\n                72.58798\n            ],\n            [\n                23.13019,\n                72.58826\n            ],\n            [\n                23.13006,\n                72.58885\n            ],\n            [\n                23.12993,\n                72.58931\n            ],\n            [\n                23.12975,\n                72.58979\n            ],\n            [\n                23.12952,\n                72.59034\n            ],\n            [\n                23.12946,\n                72.59048\n            ],\n            [\n                23.12929,\n                72.59086\n            ],\n            [\n                23.12913,\n                72.59123\n            ],\n            [\n                23.12907,\n                72.59139\n            ],\n            [\n                23.12886,\n                72.59185\n            ],\n            [\n                23.12873,\n                72.59216\n            ],\n            [\n                23.12832,\n                72.59312\n            ],\n            [\n                23.128,\n                72.59386\n            ],\n            [\n                23.12726,\n                72.59557\n            ],\n            [\n                23.12633,\n                72.59766\n            ],\n            [\n                23.126,\n                72.5984\n            ],\n            [\n                23.12557,\n                72.59939\n            ],\n            [\n                23.12532,\n                72.59995\n            ],\n            [\n                23.1252,\n                72.60023\n            ],\n            [\n                23.12514,\n                72.60037\n            ],\n            [\n                23.12347,\n                72.60438\n            ],\n            [\n                23.12235,\n                72.60705\n            ],\n            [\n                23.12182,\n                72.6083\n            ],\n            [\n                23.12127,\n                72.60963\n            ],\n            [\n                23.1211,\n                72.61002\n            ],\n            [\n                23.12048,\n                72.61141\n            ],\n            [\n                23.1204,\n                72.61158\n            ],\n            [\n                23.12005,\n                72.61236\n            ],\n            [\n                23.1198,\n                72.61292\n            ],\n            [\n                23.1195,\n                72.61358\n            ],\n            [\n                23.11947,\n                72.61366\n            ],\n            [\n                23.11943,\n                72.61376\n            ],\n            [\n                23.11938,\n                72.61393\n            ],\n            [\n                23.11934,\n                72.61406\n            ],\n            [\n                23.11928,\n                72.61426\n            ],\n            [\n                23.11928,\n                72.61428\n            ],\n            [\n                23.11929,\n                72.61433\n            ],\n            [\n                23.11929,\n                72.61437\n            ],\n            [\n                23.1193,\n                72.61442\n            ],\n            [\n                23.11928,\n                72.61447\n            ],\n            [\n                23.11928,\n                72.61452\n            ],\n            [\n                23.11924,\n                72.61461\n            ],\n            [\n                23.1192,\n                72.61466\n            ],\n            [\n                23.11913,\n                72.61472\n            ],\n            [\n                23.11909,\n                72.61474\n            ],\n            [\n                23.11906,\n                72.61474\n            ],\n            [\n                23.11902,\n                72.61475\n            ],\n            [\n                23.11897,\n                72.61484\n            ],\n            [\n                23.11878,\n                72.61528\n            ],\n            [\n                23.11865,\n                72.61558\n            ],\n            [\n                23.11825,\n                72.61701\n            ],\n            [\n                23.11814,\n                72.61745\n            ],\n            [\n                23.11798,\n                72.61812\n            ],\n            [\n                23.11796,\n                72.61819\n            ],\n            [\n                23.11785,\n                72.61867\n            ],\n            [\n                23.11766,\n                72.61963\n            ],\n            [\n                23.11743,\n                72.62071\n            ],\n            [\n                23.11741,\n                72.62093\n            ],\n            [\n                23.11745,\n                72.62238\n            ],\n            [\n                23.11746,\n                72.62246\n            ],\n            [\n                23.11755,\n                72.62352\n            ],\n            [\n                23.1176,\n                72.62409\n            ],\n            [\n                23.11765,\n                72.62441\n            ],\n            [\n                23.11766,\n                72.62452\n            ],\n            [\n                23.11773,\n                72.62501\n            ],\n            [\n                23.11779,\n                72.62551\n            ],\n            [\n                23.11786,\n                72.62627\n            ],\n            [\n                23.11787,\n                72.62674\n            ],\n            [\n                23.11772,\n                72.62794\n            ],\n            [\n                23.11767,\n                72.62816\n            ],\n            [\n                23.11764,\n                72.62829\n            ],\n            [\n                23.11755,\n                72.62872\n            ],\n            [\n                23.11746,\n                72.62904\n            ],\n            [\n                23.1173,\n                72.62967\n            ],\n            [\n                23.11711,\n                72.63047\n            ],\n            [\n                23.11708,\n                72.63077\n            ],\n            [\n                23.11707,\n                72.63089\n            ],\n            [\n                23.11706,\n                72.63103\n            ],\n            [\n                23.11709,\n                72.63105\n            ],\n            [\n                23.11712,\n                72.63109\n            ],\n            [\n                23.11713,\n                72.6311\n            ],\n            [\n                23.11714,\n                72.63111\n            ],\n            [\n                23.11715,\n                72.63113\n            ],\n            [\n                23.11715,\n                72.63115\n            ],\n            [\n                23.11717,\n                72.63119\n            ],\n            [\n                23.11717,\n                72.63124\n            ],\n            [\n                23.11717,\n                72.63129\n            ],\n            [\n                23.11717,\n                72.63134\n            ],\n            [\n                23.11715,\n                72.63139\n            ],\n            [\n                23.11713,\n                72.63143\n            ],\n            [\n                23.1171,\n                72.63147\n            ],\n            [\n                23.11707,\n                72.63151\n            ],\n            [\n                23.11704,\n                72.63152\n            ],\n            [\n                23.11703,\n                72.63154\n            ],\n            [\n                23.11699,\n                72.63156\n            ],\n            [\n                23.11692,\n                72.63173\n            ],\n            [\n                23.11684,\n                72.63192\n            ],\n            [\n                23.11678,\n                72.6321\n            ],\n            [\n                23.11643,\n                72.63372\n            ],\n            [\n                23.11631,\n                72.63431\n            ],\n            [\n                23.116,\n                72.63568\n            ],\n            [\n                23.11595,\n                72.63591\n            ],\n            [\n                23.11586,\n                72.63635\n            ],\n            [\n                23.11554,\n                72.63821\n            ],\n            [\n                23.11543,\n                72.63882\n            ],\n            [\n                23.11534,\n                72.63951\n            ],\n            [\n                23.11534,\n                72.63952\n            ],\n            [\n                23.11533,\n                72.63965\n            ],\n            [\n                23.11532,\n                72.64038\n            ],\n            [\n                23.11532,\n                72.64059\n            ],\n            [\n                23.11534,\n                72.64145\n            ],\n            [\n                23.11534,\n                72.6416\n            ],\n            [\n                23.11534,\n                72.64183\n            ],\n            [\n                23.11537,\n                72.64323\n            ],\n            [\n                23.11538,\n                72.64333\n            ],\n            [\n                23.11538,\n                72.64342\n            ],\n            [\n                23.1154,\n                72.64409\n            ],\n            [\n                23.11541,\n                72.64506\n            ],\n            [\n                23.11541,\n                72.64512\n            ],\n            [\n                23.11542,\n                72.64533\n            ],\n            [\n                23.11542,\n                72.64548\n            ],\n            [\n                23.11544,\n                72.64587\n            ],\n            [\n                23.11546,\n                72.64656\n            ],\n            [\n                23.11548,\n                72.64719\n            ],\n            [\n                23.1155,\n                72.648\n            ],\n            [\n                23.11552,\n                72.64842\n            ],\n            [\n                23.11555,\n                72.64957\n            ],\n            [\n                23.1156,\n                72.65099\n            ],\n            [\n                23.11562,\n                72.65161\n            ],\n            [\n                23.11563,\n                72.65208\n            ],\n            [\n                23.11563,\n                72.6522\n            ],\n            [\n                23.11564,\n                72.65256\n            ],\n            [\n                23.11565,\n                72.65258\n            ],\n            [\n                23.11566,\n                72.6541\n            ],\n            [\n                23.11566,\n                72.65437\n            ],\n            [\n                23.11567,\n                72.65562\n            ],\n            [\n                23.11567,\n                72.65611\n            ],\n            [\n                23.1156,\n                72.65694\n            ],\n            [\n                23.11533,\n                72.65817\n            ],\n            [\n                23.1153,\n                72.65832\n            ],\n            [\n                23.11523,\n                72.65867\n            ],\n            [\n                23.11495,\n                72.66017\n            ],\n            [\n                23.11448,\n                72.66267\n            ],\n            [\n                23.1144,\n                72.66318\n            ],\n            [\n                23.11432,\n                72.66357\n            ],\n            [\n                23.11416,\n                72.66434\n            ],\n            [\n                23.11373,\n                72.66595\n            ],\n            [\n                23.11364,\n                72.66629\n            ],\n            [\n                23.11316,\n                72.66806\n            ],\n            [\n                23.11306,\n                72.66837\n            ],\n            [\n                23.11236,\n                72.67031\n            ],\n            [\n                23.11147,\n                72.67266\n            ],\n            [\n                23.11132,\n                72.67311\n            ],\n            [\n                23.11137,\n                72.67317\n            ],\n            [\n                23.11139,\n                72.67318\n            ],\n            [\n                23.11139,\n                72.6732\n            ],\n            [\n                23.1114,\n                72.67324\n            ],\n            [\n                23.11141,\n                72.67332\n            ],\n            [\n                23.11141,\n                72.67338\n            ],\n            [\n                23.1114,\n                72.67342\n            ],\n            [\n                23.11138,\n                72.67348\n            ],\n            [\n                23.11137,\n                72.67351\n            ],\n            [\n                23.11135,\n                72.67354\n            ],\n            [\n                23.11133,\n                72.67356\n            ],\n            [\n                23.1113,\n                72.67358\n            ],\n            [\n                23.11128,\n                72.6736\n            ],\n            [\n                23.11125,\n                72.67361\n            ],\n            [\n                23.11122,\n                72.67362\n            ],\n            [\n                23.11118,\n                72.67362\n            ],\n            [\n                23.11107,\n                72.67384\n            ],\n            [\n                23.11093,\n                72.67416\n            ],\n            [\n                23.11046,\n                72.67553\n            ],\n            [\n                23.11013,\n                72.67658\n            ],\n            [\n                23.10999,\n                72.67696\n            ],\n            [\n                23.1099,\n                72.67719\n            ],\n            [\n                23.10956,\n                72.6781\n            ],\n            [\n                23.10939,\n                72.67847\n            ],\n            [\n                23.10911,\n                72.67892\n            ],\n            [\n                23.10868,\n                72.67949\n            ],\n            [\n                23.10822,\n                72.68003\n            ],\n            [\n                23.10737,\n                72.68102\n            ],\n            [\n                23.10708,\n                72.68135\n            ],\n            [\n                23.10686,\n                72.68163\n            ],\n            [\n                23.10634,\n                72.68221\n            ],\n            [\n                23.10611,\n                72.68248\n            ],\n            [\n                23.10592,\n                72.6827\n            ],\n            [\n                23.10575,\n                72.68289\n            ],\n            [\n                23.10519,\n                72.68347\n            ],\n            [\n                23.10488,\n                72.68374\n            ],\n            [\n                23.10457,\n                72.68397\n            ],\n            [\n                23.1044,\n                72.68407\n            ],\n            [\n                23.10382,\n                72.68439\n            ],\n            [\n                23.10334,\n                72.68463\n            ],\n            [\n                23.1029,\n                72.68483\n            ],\n            [\n                23.10257,\n                72.68495\n            ],\n            [\n                23.10203,\n                72.6851\n            ],\n            [\n                23.10193,\n                72.68512\n            ],\n            [\n                23.10156,\n                72.68521\n            ],\n            [\n                23.10097,\n                72.68534\n            ],\n            [\n                23.10083,\n                72.68538\n            ],\n            [\n                23.1007,\n                72.6854\n            ],\n            [\n                23.09997,\n                72.68555\n            ],\n            [\n                23.09919,\n                72.68571\n            ],\n            [\n                23.09875,\n                72.68581\n            ],\n            [\n                23.09869,\n                72.68583\n            ],\n            [\n                23.09856,\n                72.68586\n            ],\n            [\n                23.09816,\n                72.68596\n            ],\n            [\n                23.09812,\n                72.68597\n            ],\n            [\n                23.09759,\n                72.6861\n            ],\n            [\n                23.09732,\n                72.68619\n            ],\n            [\n                23.09718,\n                72.68623\n            ],\n            [\n                23.09708,\n                72.68626\n            ],\n            [\n                23.0961,\n                72.68647\n            ],\n            [\n                23.09588,\n                72.6865\n            ],\n            [\n                23.09533,\n                72.68656\n            ],\n            [\n                23.09513,\n                72.6866\n            ],\n            [\n                23.09426,\n                72.68676\n            ],\n            [\n                23.09397,\n                72.68682\n            ],\n            [\n                23.09382,\n                72.68685\n            ],\n            [\n                23.09377,\n                72.68686\n            ],\n            [\n                23.09363,\n                72.68689\n            ],\n            [\n                23.09347,\n                72.68692\n            ],\n            [\n                23.09336,\n                72.68694\n            ],\n            [\n                23.09326,\n                72.68696\n            ],\n            [\n                23.09326,\n                72.68696\n            ],\n            [\n                23.09309,\n                72.68698\n            ],\n            [\n                23.09244,\n                72.68707\n            ],\n            [\n                23.09178,\n                72.68713\n            ],\n            [\n                23.09064,\n                72.68722\n            ],\n            [\n                23.08979,\n                72.68727\n            ],\n            [\n                23.08936,\n                72.68727\n            ],\n            [\n                23.089,\n                72.68728\n            ],\n            [\n                23.08704,\n                72.68735\n            ],\n            [\n                23.08526,\n                72.68744\n            ],\n            [\n                23.08506,\n                72.68744\n            ],\n            [\n                23.08488,\n                72.68745\n            ],\n            [\n                23.08391,\n                72.68749\n            ],\n            [\n                23.08334,\n                72.68751\n            ],\n            [\n                23.08305,\n                72.68752\n            ],\n            [\n                23.08291,\n                72.68752\n            ],\n            [\n                23.08215,\n                72.68755\n            ],\n            [\n                23.08187,\n                72.68758\n            ],\n            [\n                23.08155,\n                72.6876\n            ],\n            [\n                23.0811,\n                72.68764\n            ],\n            [\n                23.08082,\n                72.68767\n            ],\n            [\n                23.07912,\n                72.68791\n            ],\n            [\n                23.07864,\n                72.68798\n            ],\n            [\n                23.07837,\n                72.68802\n            ],\n            [\n                23.07696,\n                72.68821\n            ],\n            [\n                23.07645,\n                72.68829\n            ],\n            [\n                23.07605,\n                72.68834\n            ],\n            [\n                23.07514,\n                72.68847\n            ],\n            [\n                23.07404,\n                72.68862\n            ],\n            [\n                23.07374,\n                72.68866\n            ],\n            [\n                23.07291,\n                72.68878\n            ],\n            [\n                23.07132,\n                72.68896\n            ],\n            [\n                23.07129,\n                72.68896\n            ],\n            [\n                23.06989,\n                72.68911\n            ],\n            [\n                23.06953,\n                72.68915\n            ],\n            [\n                23.06844,\n                72.68923\n            ],\n            [\n                23.06815,\n                72.68925\n            ],\n            [\n                23.06791,\n                72.68927\n            ],\n            [\n                23.06674,\n                72.68934\n            ],\n            [\n                23.06664,\n                72.68936\n            ],\n            [\n                23.06624,\n                72.68942\n            ],\n            [\n                23.06619,\n                72.68942\n            ],\n            [\n                23.06616,\n                72.68945\n            ],\n            [\n                23.06614,\n                72.68945\n            ],\n            [\n                23.06611,\n                72.68947\n            ],\n            [\n                23.06609,\n                72.68947\n            ],\n            [\n                23.06605,\n                72.68947\n            ],\n            [\n                23.066,\n                72.68946\n            ],\n            [\n                23.06598,\n                72.68945\n            ],\n            [\n                23.06596,\n                72.68943\n            ],\n            [\n                23.06593,\n                72.6894\n            ],\n            [\n                23.06591,\n                72.68933\n            ],\n            [\n                23.0659,\n                72.68931\n            ],\n            [\n                23.0659,\n                72.6893\n            ],\n            [\n                23.06591,\n                72.68926\n            ],\n            [\n                23.06593,\n                72.68921\n            ],\n            [\n                23.066,\n                72.68915\n            ],\n            [\n                23.06604,\n                72.68914\n            ],\n            [\n                23.06606,\n                72.68914\n            ],\n            [\n                23.06613,\n                72.68898\n            ],\n            [\n                23.06626,\n                72.68875\n            ],\n            [\n                23.06631,\n                72.6886\n            ],\n            [\n                23.06643,\n                72.68833\n            ],\n            [\n                23.06658,\n                72.68809\n            ],\n            [\n                23.06718,\n                72.68731\n            ],\n            [\n                23.06759,\n                72.68664\n            ],\n            [\n                23.06777,\n                72.68631\n            ],\n            [\n                23.06785,\n                72.68613\n            ],\n            [\n                23.06798,\n                72.68581\n            ],\n            [\n                23.06804,\n                72.6856\n            ],\n            [\n                23.06805,\n                72.68555\n            ],\n            [\n                23.06812,\n                72.68522\n            ],\n            [\n                23.06834,\n                72.68456\n            ],\n            [\n                23.06834,\n                72.68455\n            ],\n            [\n                23.06842,\n                72.68439\n            ],\n            [\n                23.06863,\n                72.6839\n            ],\n            [\n                23.06888,\n                72.68339\n            ],\n            [\n                23.06892,\n                72.6833\n            ],\n            [\n                23.06894,\n                72.68328\n            ],\n            [\n                23.06896,\n                72.68322\n            ],\n            [\n                23.06899,\n                72.68314\n            ],\n            [\n                23.06908,\n                72.68291\n            ],\n            [\n                23.06907,\n                72.68278\n            ],\n            [\n                23.06903,\n                72.68252\n            ],\n            [\n                23.06901,\n                72.68237\n            ],\n            [\n                23.06897,\n                72.68198\n            ],\n            [\n                23.06895,\n                72.68175\n            ],\n            [\n                23.06892,\n                72.68152\n            ],\n            [\n                23.06889,\n                72.6809\n            ],\n            [\n                23.06888,\n                72.68056\n            ],\n            [\n                23.06891,\n                72.67975\n            ],\n            [\n                23.06892,\n                72.67956\n            ],\n            [\n                23.06904,\n                72.67894\n            ],\n            [\n                23.06907,\n                72.67877\n            ],\n            [\n                23.0691,\n                72.6786\n            ],\n            [\n                23.06925,\n                72.67776\n            ],\n            [\n                23.06943,\n                72.67677\n            ],\n            [\n                23.06944,\n                72.67671\n            ],\n            [\n                23.0696,\n                72.67564\n            ],\n            [\n                23.06962,\n                72.67553\n            ],\n            [\n                23.06961,\n                72.67543\n            ],\n            [\n                23.06964,\n                72.67481\n            ],\n            [\n                23.06966,\n                72.6746\n            ],\n            [\n                23.06967,\n                72.67435\n            ],\n            [\n                23.06968,\n                72.67418\n            ],\n            [\n                23.06969,\n                72.67402\n            ],\n            [\n                23.06971,\n                72.67367\n            ],\n            [\n                23.06973,\n                72.67343\n            ],\n            [\n                23.06974,\n                72.67325\n            ],\n            [\n                23.06973,\n                72.67324\n            ],\n            [\n                23.06971,\n                72.67323\n            ],\n            [\n                23.0697,\n                72.67321\n            ],\n            [\n                23.06969,\n                72.67319\n            ],\n            [\n                23.0697,\n                72.67317\n            ],\n            [\n                23.0697,\n                72.67315\n            ],\n            [\n                23.06971,\n                72.67314\n            ],\n            [\n                23.06972,\n                72.67314\n            ],\n            [\n                23.06974,\n                72.67313\n            ],\n            [\n                23.06975,\n                72.67305\n            ],\n            [\n                23.06985,\n                72.67232\n            ],\n            [\n                23.0699,\n                72.67197\n            ],\n            [\n                23.07002,\n                72.67118\n            ],\n            [\n                23.06879,\n                72.67058\n            ],\n            [\n                23.06875,\n                72.67056\n            ],\n            [\n                23.06802,\n                72.6702\n            ],\n            [\n                23.06768,\n                72.67003\n            ],\n            [\n                23.06743,\n                72.66991\n            ],\n            [\n                23.06739,\n                72.66989\n            ],\n            [\n                23.06717,\n                72.66978\n            ],\n            [\n                23.06694,\n                72.66967\n            ],\n            [\n                23.06674,\n                72.66957\n            ],\n            [\n                23.06668,\n                72.66954\n            ],\n            [\n                23.06652,\n                72.66947\n            ],\n            [\n                23.06621,\n                72.66932\n            ],\n            [\n                23.06616,\n                72.66931\n            ],\n            [\n                23.06606,\n                72.6693\n            ],\n            [\n                23.06543,\n                72.66924\n            ],\n            [\n                23.06475,\n                72.66918\n            ],\n            [\n                23.06477,\n                72.66864\n            ],\n            [\n                23.06477,\n                72.6684\n            ],\n            [\n                23.06478,\n                72.66832\n            ],\n            [\n                23.0648,\n                72.6681\n            ],\n            [\n                23.0648,\n                72.66799\n            ],\n            [\n                23.06517,\n                72.66802\n            ]\n        ],\n        \"bottlenecks\": [],\n        \"segmentBreakdown\": [\n            {\n                \"instruction\": \"Leave from Bopal\",\n                \"distance\": \"0.00 km\",\n                \"expectedTime\": 0,\n                \"actualTime\": 0,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Turn left onto South Bopal Main Road\",\n                \"distance\": \"0.09 km\",\n                \"expectedTime\": 1,\n                \"actualTime\": 1,\n                \"delay\": 0,\n                \"type\": \"Turn\"\n            },\n            {\n                \"instruction\": \"Turn right onto S Bhopal Main Road\",\n                \"distance\": \"0.19 km\",\n                \"expectedTime\": 1,\n                \"actualTime\": 1,\n                \"delay\": 0,\n                \"type\": \"Turn\"\n            },\n            {\n                \"instruction\": \"Turn right onto Bopal Guma Road\",\n                \"distance\": \"0.49 km\",\n                \"expectedTime\": 2,\n                \"actualTime\": 2,\n                \"delay\": 0,\n                \"type\": \"Turn\"\n            },\n            {\n                \"instruction\": \"Turn left onto Sardar Patel Ring Road\",\n                \"distance\": \"1.79 km\",\n                \"expectedTime\": 5,\n                \"actualTime\": 5,\n                \"delay\": 0,\n                \"type\": \"Turn\"\n            },\n            {\n                \"instruction\": \"At the roundabout take the second exit onto Sardar Patel Ring Road/NH147 toward Himmatnagar\",\n                \"distance\": \"4.53 km\",\n                \"expectedTime\": 10,\n                \"actualTime\": 10,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Follow Sardar Patel Ring Road/NH147 toward Mahatma Mandir\",\n                \"distance\": \"4.80 km\",\n                \"expectedTime\": 11,\n                \"actualTime\": 11,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"At the roundabout take the second exit onto Sardar Patel Ring Road/NH147 toward Mahatma Mandir\",\n                \"distance\": \"12.57 km\",\n                \"expectedTime\": 19,\n                \"actualTime\": 19,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Keep right at Sardar Patel Ring Road/NH147\",\n                \"distance\": \"12.66 km\",\n                \"expectedTime\": 19,\n                \"actualTime\": 19,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Bear left at Sardar Patel Ring Road\",\n                \"distance\": \"13.82 km\",\n                \"expectedTime\": 21,\n                \"actualTime\": 21,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Follow Sardar Patel Ring Road/NH147 toward Mahatma Mandir\",\n                \"distance\": \"14.06 km\",\n                \"expectedTime\": 22,\n                \"actualTime\": 22,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"At the roundabout take the second exit onto Sardar Patel Ring Road toward Vadodara\",\n                \"distance\": \"24.36 km\",\n                \"expectedTime\": 34,\n                \"actualTime\": 34,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Keep right at Sardar Patel Ring Road\",\n                \"distance\": \"24.44 km\",\n                \"expectedTime\": 34,\n                \"actualTime\": 34,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"At the roundabout take the second exit onto Sardar Patel Ring Road toward Vadodara\",\n                \"distance\": \"26.14 km\",\n                \"expectedTime\": 36,\n                \"actualTime\": 36,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Keep right at Sardar Patel Ring Road\",\n                \"distance\": \"28.34 km\",\n                \"expectedTime\": 39,\n                \"actualTime\": 39,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"At the roundabout take the third exit onto Sardar Patel Ring Road/NH48 toward Mumbai\",\n                \"distance\": \"30.55 km\",\n                \"expectedTime\": 42,\n                \"actualTime\": 42,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"At the roundabout take the third exit onto Kathwada Road\",\n                \"distance\": \"36.24 km\",\n                \"expectedTime\": 50,\n                \"actualTime\": 50,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Bear left at Kathwada Road\",\n                \"distance\": \"37.04 km\",\n                \"expectedTime\": 52,\n                \"actualTime\": 52,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"At the roundabout take the second exit onto Kathwada Road\",\n                \"distance\": \"38.04 km\",\n                \"expectedTime\": 54,\n                \"actualTime\": 54,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            },\n            {\n                \"instruction\": \"Turn left\",\n                \"distance\": \"38.26 km\",\n                \"expectedTime\": 54,\n                \"actualTime\": 54,\n                \"delay\": 0,\n                \"type\": \"Turn\"\n            },\n            {\n                \"instruction\": \"Turn right\",\n                \"distance\": \"38.88 km\",\n                \"expectedTime\": 56,\n                \"actualTime\": 56,\n                \"delay\": 0,\n                \"type\": \"Turn\"\n            },\n            {\n                \"instruction\": \"Turn right\",\n                \"distance\": \"39.01 km\",\n                \"expectedTime\": 57,\n                \"actualTime\": 57,\n                \"delay\": 0,\n                \"type\": \"Turn\"\n            },\n            {\n                \"instruction\": \"You have arrived. Your destination is on the left\",\n                \"distance\": \"39.05 km\",\n                \"expectedTime\": 57,\n                \"actualTime\": 57,\n                \"delay\": 0,\n                \"type\": \"Road Segment\"\n            }\n        ],\n        \"bestTimeWindow\": \"11:30 AM - 06:30 PM\",\n        \"peakHours\": {\n            \"morning\": \"66-76 mins\",\n            \"evening\": \"71-81 mins\",\n            \"offPeak\": \"39 mins\"\n        },\n        \"safetyScore\": \"51%\",\n        \"environmentalRisk\": {\n            \"condition\": \"Haze\",\n            \"waterloggingRisk\": \"Low\",\n            \"delayImpact\": \"None\",\n            \"description\": \"haze\"\n        },\n        \"flags\": \"LOW\",\n        \"summary\": \"Commute is 1.1x longer than advertised.\"\n    }\n}"}],"_postman_id":"6b458879-d691-4659-8ce2-044ec99d8f85"}],"id":"16d5217d-b3a9-4de3-bcb9-8aafcb662da1","description":"<p>Provides commute analysis and auditing capabilities. Contains the endpoint for submitting a commute audit request, which evaluates travel routes and commute-related data for a given property or location.</p>\n","_postman_id":"16d5217d-b3a9-4de3-bcb9-8aafcb662da1"},{"name":"AQI","item":[{"name":"Get AQI by City","id":"4a9a4085-3f54-4bc4-a2c9-69dc144d10fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/aqi?city=Ahmedabad","description":"<p>Fetches the current Air Quality Index (AQI) for a specified city. Pass the city name as a query parameter to receive real-time air quality data, including pollutant levels and an overall AQI score, helping users assess the environmental health of a property's location.</p>\n","urlObject":{"path":["api","aqi"],"host":["http://localhost:5000"],"query":[{"key":"city","value":"Ahmedabad"}],"variable":[]}},"response":[{"id":"6ca87021-2ab4-40ff-a4cc-c41d0a1a0cd6","name":"Get AQI by City","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/aqi?city=Ahmedabad","host":["http://localhost:5000"],"path":["api","aqi"],"query":[{"key":"city","value":"Ahmedabad"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"232"},{"key":"ETag","value":"W/\"e8-/IEjJSwvHAFvOP7cgxPpykcy26A\""},{"key":"Date","value":"Sat, 02 May 2026 19:15:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"aqi\": 3,\n        \"components\": {\n            \"co\": 133.06,\n            \"no\": 0,\n            \"no2\": 2.62,\n            \"o3\": 64.08,\n            \"so2\": 3.21,\n            \"pm2_5\": 34.87,\n            \"pm10\": 99.51,\n            \"nh3\": 1.34\n        },\n        \"city\": {\n            \"name\": \"Ahmedabad, Gujarat, IN\",\n            \"geo\": [\n                23.0216238,\n                72.5797068\n            ]\n        },\n        \"source\": \"OpenWeather\"\n    }\n}"}],"_postman_id":"4a9a4085-3f54-4bc4-a2c9-69dc144d10fd"},{"name":"Get AQI by Coordinates","id":"0348c7b1-c77d-4bf5-be6f-0b10847ea2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/aqi?lat=40.7128&lng=-74.0060","description":"<p>Fetches the current Air Quality Index (AQI) for a location specified by geographic coordinates. Pass latitude (<code>lat</code>) and longitude (<code>lng</code>) as query parameters to receive precise, location-based air quality data including pollutant breakdowns and AQI rating.</p>\n","urlObject":{"path":["api","aqi"],"host":["http://localhost:5000"],"query":[{"key":"lat","value":"40.7128"},{"key":"lng","value":"-74.0060"}],"variable":[]}},"response":[{"id":"b7584b07-49b4-4cd3-b344-259a407e2ce7","name":"Get AQI by Coordinates","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/aqi?lat=40.7128&lng=-74.0060","host":["http://localhost:5000"],"path":["api","aqi"],"query":[{"key":"lat","value":"40.7128"},{"key":"lng","value":"-74.0060"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"162"},{"key":"ETag","value":"W/\"a2-Q0x6RoeFb8+8WVv3/Ab5ajrh0OA\""},{"key":"Date","value":"Sat, 02 May 2026 19:16:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"aqi\": 3,\n        \"components\": {\n            \"co\": 157.33,\n            \"no\": 0.27,\n            \"no2\": 1.97,\n            \"o3\": 104.23,\n            \"so2\": 1.2,\n            \"pm2_5\": 3.41,\n            \"pm10\": 3.76,\n            \"nh3\": 0.61\n        },\n        \"source\": \"OpenWeather\"\n    }\n}"}],"_postman_id":"0348c7b1-c77d-4bf5-be6f-0b10847ea2d8"}],"id":"1c989bb2-4661-4871-83d6-eaa1fc541beb","description":"<p>Retrieves Air Quality Index (AQI) data for property locations. Supports querying air quality information either by city name or by geographic coordinates (latitude and longitude), helping users assess environmental conditions around a property.</p>\n","_postman_id":"1c989bb2-4661-4871-83d6-eaa1fc541beb"},{"name":"Neighborhood","item":[{"name":"Get Intelligence","id":"4bd2f058-156d-404d-8f40-78d4044a0b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/neighborhood/intelligence?area=Naroda","description":"<p>Returns comprehensive neighborhood intelligence for a specified area. Pass the area name as a query parameter to receive insights such as nearby amenities, schools, hospitals, safety ratings, walkability scores, and overall livability metrics — enabling informed property investment decisions.</p>\n","urlObject":{"path":["api","neighborhood","intelligence"],"host":["http://localhost:5000"],"query":[{"key":"area","value":"Naroda"}],"variable":[]}},"response":[{"id":"cacc649b-927a-47b2-9197-92e372da3c46","name":"Get Intelligence","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/api/neighborhood/intelligence?area=Naroda","host":["http://localhost:5000"],"path":["api","neighborhood","intelligence"],"query":[{"key":"area","value":"Naroda"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5099"},{"key":"ETag","value":"W/\"13eb-oP6xNcZUaP5ph4WXoouOPgIkLwk\""},{"key":"Date","value":"Sat, 02 May 2026 19:16:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"location\": {\n            \"name\": \"Naroda, Gujarat, IN\",\n            \"geo\": [\n                23.0732586,\n                72.6508299\n            ]\n        },\n        \"overallScore\": 75,\n        \"aqi\": {\n            \"aqi\": 4,\n            \"components\": {\n                \"co\": 133.9,\n                \"no\": 0,\n                \"no2\": 2.66,\n                \"o3\": 64.94,\n                \"so2\": 3.11,\n                \"pm2_5\": 34.92,\n                \"pm10\": 101.63,\n                \"nh3\": 1.46\n            },\n            \"city\": {\n                \"name\": \"Naroda, Gujarat, IN\",\n                \"geo\": [\n                    23.0732586,\n                    72.6508299\n                ]\n            },\n            \"source\": \"OpenWeather\"\n        },\n        \"schoolQuality\": {\n            \"score\": 98,\n            \"grade\": \"A+\",\n            \"count\": 20\n        },\n        \"mapPoints\": [\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.654308,\n                        23.071267\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Naroda Gujarati 4\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.30389671822425735\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.654391,\n                        23.071256\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Naroda Municipal Saraswati School Number 34\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.5932228252932923\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.653987,\n                        23.070243\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"N V Patel Vidyamandir\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.7920794565371421\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.655415,\n                        23.072018\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Naroda Gujarati Municipal Saraswati School-4\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.4557903007194688\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.654528,\n                        23.070247\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Union Co op Bank Primary School\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.056542120908035676\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.654144,\n                        23.069761\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"N C Patel Vidhyamandir\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.3045647401030336\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.656167,\n                        23.074463\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Laxmiben Shivabhai Patel School\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.16043811040462708\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.654439,\n                        23.069367\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"M J Patel And J B Patel English Pri\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.910160607610975\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.653253,\n                        23.068521\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Chaitanya Vidya Sankul\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.9671815892423266\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.656425,\n                        23.074292\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Naroda Gujarati 1\",\n                    \"category\": \"school\",\n                    \"layer\": \"school\",\n                    \"weight\": 0.9358868529365614\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.651505,\n                        23.072736\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Poonam Nursing Home\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.6814275637688414\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.649791,\n                        23.072463\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Hina Surgical Hospital\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.5330158218709453\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.65149,\n                        23.072748\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Lotus\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.49345783531841936\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.652801,\n                        23.073241\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Shivam Hospital\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.20358786091463554\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.652866,\n                        23.073134\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Radhe Homeo Care\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.5921712954690976\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.652511,\n                        23.071086\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Sanjivani Hospital\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.9848940817838168\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.651408,\n                        23.076107\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Swastik Orthopedic Hospital\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.8932944010380905\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.648193,\n                        23.071497\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Dr Mukesh Shah\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.4374971946002204\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.648204,\n                        23.071461\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"Devasya Kidney Hospital\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.688406852732514\n                }\n            },\n            {\n                \"type\": \"Feature\",\n                \"geometry\": {\n                    \"type\": \"Point\",\n                    \"coordinates\": [\n                        72.651277,\n                        23.076076\n                    ]\n                },\n                \"properties\": {\n                    \"name\": \"NIMS Hospital\",\n                    \"category\": \"hospital\",\n                    \"layer\": \"infra\",\n                    \"weight\": 0.8584982175422862\n                }\n            }\n        ],\n        \"waterSupply\": {\n            \"value\": \"84%\",\n            \"status\": \"Excellent\",\n            \"avg\": \"72%\"\n        },\n        \"powerStability\": {\n            \"value\": \"94.0%\",\n            \"status\": \"Stable\",\n            \"avg\": \"94%\"\n        },\n        \"crimeRate\": {\n            \"level\": \"Moderate\",\n            \"value\": \"Med\",\n            \"avg\": \"Med\"\n        },\n        \"floodRisk\": {\n            \"level\": \"Minimal\",\n            \"value\": 12,\n            \"avg\": \"Inland\",\n            \"distFromSea\": \"212.2 km\"\n        },\n        \"futureInfra\": {\n            \"tier\": \"Tier 2\",\n            \"status\": \"Rapidly Developing\",\n            \"poiDensity\": 0\n        },\n        \"vastu\": {\n            \"score\": 76,\n            \"avg\": \"65%\",\n            \"orientation\": \"North-Facing\"\n        },\n        \"sentiment\": {\n            \"percentages\": {\n                \"pos\": 80,\n                \"neu\": 15,\n                \"neg\": 5\n            },\n            \"quotes\": [\n                \"The density of educational institutions near Naroda makes it a top-tier choice for growing families.\",\n                \"Developing fast with new projects, though construction dust and noise are temporary trade-offs.\",\n                \"Vastu compliance and the open planning of this block provide great natural light and ventilation.\"\n            ]\n        }\n    }\n}"}],"_postman_id":"4bd2f058-156d-404d-8f40-78d4044a0b7f"}],"id":"c13b158a-d29a-4eee-ab36-63e22ba6a432","description":"<p>Delivers neighborhood intelligence and insights for a specified area. Contains the endpoint for fetching detailed locality data — such as amenities, safety scores, and livability metrics — to help users make informed property decisions.</p>\n","_postman_id":"c13b158a-d29a-4eee-ab36-63e22ba6a432"}],"variable":[{"key":"baseUrl","value":"http://localhost:5000"},{"key":"token","value":"your_jwt_token_here"}]}