---
title: "Changes to Get Page Stats"
method: GET
path: "/website/{hostname}/pages"
---

# Changes to Get Page Stats

`GET /website/{hostname}/pages`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 18 of 50 revisions.

- **2024-09-04** `251a51c1c932` — 5 warning
- **2024-08-25** `a73676f07ad5` — 2 info
- **2024-07-07** `218fcb69a8b0` — 1 warning, 1 info
- **2024-06-30** `860d419093ef` — 2 info
- **2024-02-25** `89302591c001` — 1 warning
- **2024-02-23** `7e58a00a419e` — 2 breaking, 2 info
- **2024-02-16** `7faed8d7ec93` — 2 info
- **2024-02-15** `9268015cf178` — 1 info
- **2024-02-03** `dda4cecf2e5a` — 1 info
- **2024-01-30** `b3fcc629d098` — 2 breaking, 3 info
- **2024-01-30** `eefc6adaa33a` — 2 warning, 1 info
- **2024-01-22** `6551306b6ea8` — 2 warning
- **2024-01-22** `dae198e1ff1d` — 1 warning, 10 info
- **2024-01-21** `313050fcf691` — 2 breaking, 3 info
- **2024-01-14** `7c58b24203d3` — 2 breaking, 1 info
- **2023-11-28** `ad1b7807e234` — 1 info
- **2023-11-26** `7b5f5d8f1964` — 1 info
- **2023-11-26** `b173cabb315f` — 5 breaking, 20 warning, 8 info

## Changes

- **2024-09-04** `251a51c1c932` — 5 warning
  - the optional response header `X-API-Commit` removed for the status `200`
  - the optional response header `X-API-Commit` removed for the status `400`
  - the optional response header `X-API-Commit` removed for the status `401`
  - the optional response header `X-API-Commit` removed for the status `404`
  - the optional response header `X-API-Commit` removed for the status `500`
- **2024-08-25** `a73676f07ad5` — 2 info
  - added the new optional `query` request parameter `prop_name`
  - added the new optional `query` request parameter `prop_value`
- **2024-07-07** `218fcb69a8b0` — 1 warning, 1 info
  - removed the optional property `items/bounces` from the response with the `200` status
  - added the optional property `items/bounce_percentage` to the response with the `200` status
- **2024-06-30** `860d419093ef` — 2 info
  - api tag `Stats` added
  - api tag `stats` removed
- **2024-02-25** `89302591c001` — 1 warning
  - deleted the `query` request parameter `interval`
- **2024-02-23** `7e58a00a419e` — 2 breaking, 2 info
  - for the `query` request parameter `limit`, default value `5` was removed
  - for the `query` request parameter `offset`, default value `0` was removed
  - for the `query` request parameter `limit`, the max was increased from `500.00` to `5000.00`
  - for the `query` request parameter `offset`, the max was increased from `500.00` to `5000.00`
- **2024-02-16** `7faed8d7ec93` — 2 info
  - for the `query` request parameter `end`, the type/format was generalized from `string`/`date` to `string`/`date-time`
  - for the `query` request parameter `start`, the type/format was generalized from `string`/`date` to `string`/`date-time`
- **2024-02-15** `9268015cf178` — 1 info
  - added the new optional `query` request parameter `offset`
- **2024-02-03** `dda4cecf2e5a` — 1 info
  - for the `query` request parameter `limit`, the type/format was generalized from `integer`/`int32` to `integer`/``
- **2024-01-30** `b3fcc629d098` — 2 breaking, 3 info
  - removed the required property `items/unique_percentage` from the response with the `200` status
  - removed the required property `items/uniques` from the response with the `200` status
  - added the optional property `items/pageviews_percentage` to the response with the `200` status
  - added the required property `items/visitors` to the response with the `200` status
  - added the required property `items/visitors_percentage` to the response with the `200` status
- **2024-01-30** `eefc6adaa33a` — 2 warning, 1 info
  - deleted the `query` request parameter `referrer_host`
  - deleted the `query` request parameter `referrer_path`
  - added the new optional `query` request parameter `referrer`
- **2024-01-22** `6551306b6ea8` — 2 warning
  - deleted the `query` request parameter `browser_version`
  - removed the optional property `items/title` from the response with the `200` status
- **2024-01-22** `dae198e1ff1d` — 1 warning, 10 info
  - deleted the `query` request parameter `referrer`
  - added the new optional `query` request parameter `browser_version`
  - added the new optional `query` request parameter `country`
  - added the new optional `query` request parameter `device`
  - added the new optional `query` request parameter `language`
  - added the new optional `query` request parameter `os`
  - added the new optional `query` request parameter `referrer_host`
  - added the new optional `query` request parameter `referrer_path`
  - added the new optional `query` request parameter `utm_campaign`
  - added the new optional `query` request parameter `utm_medium`
  - added the new optional `query` request parameter `utm_source`
- **2024-01-21** `313050fcf691` — 2 breaking, 3 info
  - for the `query` request parameter `path`, the type/format was changed from `string`/`` to `object`/``
  - for the `query` request parameter `referrer`, the type/format was changed from `string`/`` to `object`/``
  - added the new optional `query` request parameter `browser`
  - for the `query` request parameter `path`, the minLength was decreased from `1` to `0`
  - for the `query` request parameter `referrer`, the minLength was decreased from `1` to `0`
- **2024-01-14** `7c58b24203d3` — 2 breaking, 1 info
  - for the `query` request parameter `end`, the type/format was changed from `string`/`` to `string`/`date`
  - for the `query` request parameter `start`, the type/format was changed from `string`/`` to `string`/`date`
  - added the new optional `query` request parameter `interval`
- **2023-11-28** `ad1b7807e234` — 1 info
  - added the new optional `query` request parameter `referrer`
- **2023-11-26** `7b5f5d8f1964` — 1 info
  - added the new optional `query` request parameter `path`
- **2023-11-26** `b173cabb315f` — 5 breaking, 20 warning, 8 info
  - for the `query` request parameter `limit`, default value `5` was added
  - for the `query` request parameter `limit`, the max was decreased from `5000.00` to `500.00`
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - removed the required property `items/visitors` from the response with the `200` status
  - removed the required property `items/visitors_percentage` from the response with the `200` status
  - the optional response header `X-Api-Commit` removed for the status `200`
  - the optional response header `X-Api-Commit` removed for the status `400`
  - the optional response header `X-Api-Commit` removed for the status `401`
  - the optional response header `X-Api-Commit` removed for the status `404`
  - the optional response header `X-Api-Commit` removed for the status `500`
  - deleted the `query` request parameter `browser`
  - deleted the `query` request parameter `country`
  - deleted the `query` request parameter `device`
  - deleted the `query` request parameter `language`
  - deleted the `query` request parameter `offset`
  - deleted the `query` request parameter `os`
  - deleted the `query` request parameter `path`
  - deleted the `query` request parameter `prop_name`
  - deleted the `query` request parameter `prop_value`
  - deleted the `query` request parameter `referrer`
  - deleted the `query` request parameter `utm_campaign`
  - deleted the `query` request parameter `utm_medium`
  - deleted the `query` request parameter `utm_source`
  - removed the optional property `items/bounce_percentage` from the response with the `200` status
  - removed the optional property `items/pageviews_percentage` from the response with the `200` status
  - api tag `stats` added
  - api tag `Stats` removed
  - for the `query` request parameter `end`, the type/format was generalized from `string`/`date-time` to `string`/``
  - for the `query` request parameter `start`, the type/format was generalized from `string`/`date-time` to `string`/``
  - added the optional property `items/bounces` to the response with the `200` status
  - added the optional property `items/title` to the response with the `200` status
  - added the required property `items/unique_percentage` to the response with the `200` status
  - added the required property `items/uniques` to the response with the `200` status

---

[Operation](https://skmtc.dev/medama-io/apis/medama-analytics-api/docs/website/:hostname/pages/get.md) · [API](https://skmtc.dev/medama-io/apis/medama-analytics-api.md) · [Page](https://skmtc.dev/medama-io/apis/medama-analytics-api/changes/website/:hostname/pages/get)
