Tracker API
Free JSON endpoint for Google algorithm update data. 173 updates from 2000 to present with dates, types, durations, and descriptions.
Endpoint
Returns the full dataset as a single JSON object. No authentication required. No rate limiting. Response is static and cached by Cloudflare.
License
- Attribution required - credit DemandSphere and link to the tracker
- Non-commercial use only
- Commercial use requires written permission
- Contact: demandsphere.com/contact
Response Format
Top-level fields
license_url: string
attribution: string
attribution_url: string
terms: string
updated: "YYYY-MM-DD"
update_count: number
data_sources: [string]
updates: [object]
Update object fields
start: "YYYY-MM-DD"
end: "YYYY-MM-DD" | null
dur: "X days" | null
cat: "Core" | "Spam" | "System" | "Other"
ai: boolean (AI innovation flag)
incidentId: string (Google Status ID)
desc: string (summary)
Data Sources
ai: true.Example Usage
Required Attribution
When using this data, include one of the following:
Data from <a href="https://www.demandsphere.com/research/demandsphere-radar/algorithm-update-tracker/">DemandSphere Radar</a>
Data: DemandSphere Radar (demandsphere.com/research/demandsphere-radar/algorithm-update-tracker)
DemandSphere Radar
Build on top of this data
Use the API to correlate algorithm updates with your own ranking data, build dashboards, or integrate update alerts into your workflow.