Score trend over time
score_historyUse this when the question is about TIME rather than the site's present state: is our accessibility getting better or worse, did last quarter's remediation move the number, when did the score drop, what did this look like a year ago. It answers trend and nothing else — it names no violation and locates nothing. Accessibility score for a website over time, from the scheduled monitoring scans already on record, with the direction of travel and the change over the window worked out. Per day for up to the last 30 days, where the plan keeps a daily series (Pro and above; below that the daily answer is served per month instead, and says so); per month, from the stored monthly snapshots, for up to 24 months — pass "months" (or granularity "month") for the long view. Pass "url" to follow one page instead of the site; without it each day's point is the mean across the pages scanned that day, so a day with one page scanned is not comparable with a day with ten. Read-only, from stored scans: it loads no page, costs no page allowance, and knows nothing newer than the last monitoring scan — it cannot confirm a fix deployed minutes ago. Full-site crawls are excluded (see crawl_summary); they are dated snapshots, not a series. A website with no scans in the window says so explicitly — that is missing data, never a clean result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Narrow to a single page's own trend. Full URL or a path. Omit for the whole site. | |
| days | No | How far back to look, in days (default 30, cap 30 — daily history is kept for at most 30 days, and on some plans not at all). Use "months" to go further back. | |
| months | No | How far back to look, in whole months (cap 24). One point per calendar month, from the stored snapshots: the score is where the site ended that month, the new/fixed counts are what happened during it. Overrides "days". | |
| website | Yes | The website domain as registered in Inclusify, e.g. "example.com". | |
| granularity | No | Point size. Defaults to "day", or "month" when "months" is given. |