
AdMob API
AdMob API
Retrieve AdMob accounts, apps, ad units, ad sources, and generate mediation or network reports.
Puts inventory and reporting in one API surface
This surface is about inventory/reporting, not ad serving
Start with an OAuth token that includes admob.readonly or admob.report. List accounts, apps, and adUnits first, then wire in mediationReport:generate or networkReport:generate.
Uptime · 30-day window
About this API
This API is aimed at the AdMob publisher side: it focuses on accounts, apps, ad units, ad sources, and reporting rather than ad serving itself. In the published OpenAPI surface, the most concrete handles are "/v1beta/accounts", "/v1beta/{name}", and "/v1beta/{parent}/adSources", backed by tags such as "accounts".
That makes the API practical for enumerate apps and ad unit inventory, generate mediation reports, and generate network reports for revenue analysis. The spec lists scopes such as "https://www.googleapis.com/auth/admob.readonly" and "https://www.googleapis.com/auth/admob.report".
This surface is about inventory/reporting, not ad serving The API version is still v1beta
What you can build
- 1Enumerate apps and ad unit inventory
- 2Generate mediation reports
- 3Generate network reports for revenue analysis
Strengths & limitations
Strengths
- Puts inventory and reporting in one API surface
- Clearly separates admob.readonly and admob.report scopes
- Exposes apps, adUnits, and adSources directly
Limitations
- This surface is about inventory/reporting, not ad serving
- The API version is still v1beta
Example request
curl https://google.com/<endpoint> \
-H "Authorization: Bearer $ACCESS_TOKEN"Getting started
Start with an OAuth token that includes admob.readonly or admob.report. List accounts, apps, and adUnits first, then wire in mediationReport:generate or networkReport:generate.
Technical details
- Auth type
- oauth
- Pricing
- unknown
- Protocols
- REST
- Response time
- 43 ms
- Last health check
- 5/12/2026, 7:37:30 AM
More from Google
Google Workspace Admin SDK API programmatically manages Workspace organizations — users, groups, devices, domains, audit logs, organizational units.
Work with AdSense Host accounts, ad clients, ad units, reports, and ad code generation from one API surface.
Programmatically manage Apigee organizations, API proxy deployments, attributes, certificates, and hybrid operations.
Google BigQuery API is the REST interface to GCP's flagship data warehouse — execute SQL queries, manage datasets/tables, stream inserts, and use built-in ML.
Control Binary Authorization attestors and policy checks for container images deployed to GKE and Anthos.
Fetch Business Profile location metrics, daily time series, and monthly search keyword impressions.
Google Calendar API lets apps create, read, and update calendar events programmatically — the go-to integration for scheduling apps.
Chrome Management API manages enterprise Chrome browsers and Chrome OS devices — policy deployment, extension control, user activity reports.