---
title: "Increase Page Views (PV)"
method: POST
path: "/pages/pv"
tags: ["Page"]
---

# Increase Page Views (PV)

`POST /pages/pv`

Increase and get the number of page views

## Request body

- HandlerParamsPagePV
  - `page_key` string, required — The page key
  - `page_title` string — The page title
  - `site_name` string — The site name of your content scope

## Response `200`

OK

- HandlerResponsePagePV
  - `pv` integer, required

## Changes

- **2024-01-24** `83bbd341664a` — 1 info
  - endpoint added
- **2023-01-28** `6a7a8a92e7c3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/artalkjs/apis/artalk-api/changes/pages/pv/post.md)

---

[API](https://skmtc.dev/artalkjs/apis/artalk-api.md) · [All operations](https://skmtc.dev/artalkjs/apis/artalk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/artalkjs/artalk-api/revisions/2f927b464019/schema)
