# 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:** 5
**Page:** 1

<div class="post-metadata">

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

</div>

Hello everyone, this may be a silly dumb request… but I can not see pageview stats for one of my topics I posted that’s a top post in my community.

> [How to create your LFID to gain access to LFX Tools, and LF Events or Training & Certification courses - Content & Articles / News & Announcements - LFX Community Forums](https://community.lfx.dev/t/how-to-create-your-lfid-to-gain-access-to-lfx-tools-and-lf-events-or-training-certification-courses/388)

I can see pageviews for other posts…

> [Set up project committees to improve coordination, reporting, and meeting management - Content & Articles - LFX Community Forums](https://community.lfx.dev/t/set-up-project-committees-to-improve-coordination-reporting-and-meeting-management/128)

 ![msedge_u3nYDdt9KH](https://global.discourse-cdn.com/meta/original/4X/7/9/f/79f7ca3f54754cdb49cdf36d73a2ebdc522f2fbe.png)

But for some reason I don’t get any metrics on page views on this post:

> [How to create your LFID to gain access to LFX Tools, and LF Events or Training & Certification courses - Content & Articles / News & Announcements - LFX Community Forums](https://community.lfx.dev/t/how-to-create-your-lfid-to-gain-access-to-lfx-tools-and-lf-events-or-training-certification-courses/388)

 ![msedge_s7YahA4QDa](https://global.discourse-cdn.com/meta/original/4X/0/7/1/071d9b9799db0f69cc86502eb0c69e96180972c2.png)

Is this because there are no replies? How do I find the page views for a specific topic?

---

<div class="post-metadata">

### Author: ![Benjamin\_D](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjamin_d/32/277831_2.png) [@Benjamin\_D](https://meta.discourse.org/u/Benjamin_D)
#### Post date: [June 3, 2022, 9:41pm UTC](https://meta.discourse.org/t/how-to-find-pageview-data-for-a-specific-topic/228982/2 "2022-06-03T21:41:13Z")

</div>

I’m sure there are some more elegant ways but you can find everything by adding `.json` at the end of any topic url, and especially `views:`

---

<div class="post-metadata">

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

</div>

Yea that worked… but man it wasn’t pretty 😬 🤧

---

<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)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 27, 2022, 10:35am UTC](https://meta.discourse.org/t/how-to-find-pageview-data-for-a-specific-topic/228982/5 "2022-10-27T10:35:09Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
