# Google Safe Browsing API **Provider:** Google Safe Browsing **Category:** security **Base URL:** `https://developers.google.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10K req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.google.com/safe-browsing/ ## Description Explore developer resources, community events, and inspirational stories to help you build smarter and ship faster. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.google.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.google.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — Google Safe Browsing API is free to use with a Google API key. Provides phishing, malware, and unwanted software URL lookups. --- *Source: [API Map](https://apimap.dev/apis/google-safe-browsing/) — CC BY 4.0*