# Get Nearby Places **GET /places/nearby** Retrieves a list of places within a specified radius of a latitude/longitude coordinate. ## Servers - https://api.musafirly.com // Production host/ // Base path for API routes: https://api.musafirly.com // Production host/ // Base path for API routes () ## Parameters ### Query parameters - **lat** (number) Latitude of the center point - **lon** (number) Longitude of the center point - **radius** (integer) Search radius in meters - **limit** (integer) Maximum number of results ## Responses ### 200 List of nearby places #### Body: application/json (array[object]) - **description** (string) - **distance_meters** (number) - **id** (string) - **latitude** (number) - **link** (string) - **longitude** (number) - **name** (string) - **opening_hours** (object) - **phone** (string) - **popular_times** (object) - **price_range** (string) - **review_count** (integer) - **review_rating** (number) - **reviews_per_rating** (object) - **thumbnail_url** (string) - **timezone** (string) - **website** (string) ### 400 Invalid query parameters #### Body: application/json (object) object ### 500 Internal server error #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)