---
title: "Count Pt Service Stations"
method: GET
path: "/api/v1/indicators/pt-station-count"
tags: ["Indicators"]
---

# Count Pt Service Stations

`GET /api/v1/indicators/pt-station-count`

Return the number of trips for every route type on every station given a time period and weekday.

## Query parameters

- `start_time` integer — Start time in seconds since midnight (Default: 07:00)
- `end_time` integer — End time in seconds since midnight (Default: 09:00)
- `weekday` integer — Weekday (1 = Monday, 7 = Sunday) (Default: Monday)
- `study_area_id` integer — Study area id (Default: User active study area)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/plan4better/apis/goat.md) · [All operations](https://skmtc.net/plan4better/apis/goat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plan4better/goat/revisions/931df3e5ac48/schema)
