# Get geolocation details (public) **GET /geolocation/details** to have more information about the fields, please refer to the Google Maps API documentation: https://developers.google.com/maps/documentation/places/web-service/details ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters ### Headers - **X-Popsell-Domain** (string) The domain of the user ### Query parameters - **place_id** (string) The place_id of the location - **fields** (string) The fields to return ## Responses ### 200 get the details for the place_id #### Body: application/json (object) - **details** (object) - **status** (string) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - You don't have permission to access this route ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)