# How to find pageview data for a specific topic?

**URL:** https://meta.discourse.org/t/how-to-find-pageview-data-for-a-specific-topic/228982
**Category:** Data & reporting
**Created:** [June 3, 2022, 9:24pm UTC](https://meta.discourse.org/t/how-to-find-pageview-data-for-a-specific-topic/228982 "2022-06-03T21:24:39Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![cocococosti](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cocococosti/32/231474_2.png) [@cocococosti](https://meta.discourse.org/u/cocococosti)
#### Post date: [June 3, 2022, 9:49pm UTC](https://meta.discourse.org/t/how-to-find-pageview-data-for-a-specific-topic/228982/4 "2022-06-03T21:49:47Z")

</div>

That stats section at the bottom is called “topic map”, and it is only displayed in topics with replies.

It is not displayed in topics with no replies because it would include useless info, see [Show topic-map without a reply - #7 by awesomerobot](https://meta.discourse.org/t/show-topic-map-without-a-reply/87447/7)

You can use the [data explorer](https://meta.discourse.org/t/data-explorer-plugin/32566) to get the pageviews in your topic:

```plaintext
SELECT views FROM topics WHERE id = <topic-id>

```

Or check the `views` column from the `latest` page:

 ![Screen Shot 2022-06-03 at 17.48.02](https://global.discourse-cdn.com/meta/original/4X/b/6/e/b6e73ed61fd4adae2965b6f63b0622d0db5e0785.png)

---

_[View the full topic](https://meta.discourse.org/t/how-to-find-pageview-data-for-a-specific-topic/228982)._
