Places Insights API
Places Insights API.
Usługa: areainsights.googleapis.com
Do wywołania tej usługi zalecamy użycie dostarczonych przez Google bibliotek klienta. Jeśli aplikacja musi wywoływać tę usługę przy użyciu własnych bibliotek, podczas tworzenia żądań interfejsu API należy używać poniższych informacji.
Dokument opisujący
Dokument opisujący to czytelna dla komputera specyfikacja opisująca interfejsy API REST i sposób ich używania. Służy do tworzenia bibliotek klienta, wtyczek IDE i innych narzędzi, które współdziałają z interfejsami API Google. Jedna usługa może udostępniać wiele dokumentów opisujących. Ta usługa dostarcza następujący dokument opisujący interfejs API:
Punkt końcowy usługi
Punkt końcowy usługi to podstawowy adres URL, który określa adres sieciowy usługi interfejsu API. Jedna usługa może mieć wiele punktów końcowych. Ta usługa ma następujący punkt końcowy i wszystkie poniższe identyfikatory URI odnoszą się do niego:
https://areainsights.googleapis.com
Zasób REST: v1
Metody |
computeInsights |
POST /v1:computeInsights
Interfejs wywołania procedury żądania (RPC) Compute Insights Ta metoda umożliwia uzyskiwanie statystyk dotyczących obszarów za pomocą różnych filtrów, takich jak obszar, typ miejsca, stan działania, poziom cen i oceny. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-17 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-17 UTC."],[[["The Places Insights API provides insights about areas based on filters such as area, place type, operating status, price level, and ratings."],["You can access this data through REST endpoints using Google-provided client libraries or by making direct API requests."],["The API is discoverable through a provided Discovery Document that enables the building of tools for interacting with it."],["The base URL for accessing the Places Insights API is `https://areainsights.googleapis.com`."],["The `computeInsights` method allows for retrieving specific insights based on various filtering options."]]],["The Places Insights API, accessible via `areainsights.googleapis.com`, offers a REST interface (v1) for retrieving area insights. It is recommended to utilize Google-provided client libraries; however, custom libraries can use the provided discovery document and service endpoint. The core functionality is the `computeInsights` method, a POST request (`/v1:computeInsights`) that allows retrieving insights based on various filters like area, place type, operating status, price level, and ratings.\n"]]